, - : "unit test" . " , unit test (, Mocha)". "unit test", , : , ( JS , ).
, , unit test , . A unit test - , () DOM, .
, handleFocus ( ). , JavaScript, CoffeScript :
describe('#handleFocus', function() {
it('remembers the currently focused element of a subview', function() {
var setFocusStub = sinon.stub($.fn, 'focus');
appView._visibleView.handleFocus();
expect(setFocusStub.calledOnce).to.be(true);
});
});
, , , . , , , DOM ( ) X; , , X. , , , , "X" , DOM.
, , : ", , , ?" , (, ) . , , , .
, , , , , .