
2.2
ルータ関数
31
learnjs/2100/public/tests/app_spec.js
describe('
LearnJS
', function() {
it('
can show a problem view
', function() {
learnjs.showView('
#problem-1
');
expect($('
.view-container .problem-view
').length).toEqual(1);
});
});
LivePage/LiveReload spec
1 spec, 1 failure
LearnJS can show a problem view
ReferenceError: learnjs is not defined
2
.
2
ルータ関数
3
showView ...