I m 很难用时间来装载固定装置的超文本文档。
我的名录结构是:
localhost/JsTestDriver.conf
localhost/JsTestDriver.jar
localhost/js/App.js
localhost/js/App.test.js
localhost/fixtures/index.html
我的议事文件说:
server: http://localhost:4224
serve:
- fixtures/*.html
load:
- http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js
- jasmine/lib/jasmine-1.1.0/jasmine.js
- jasmine/jasmine-jquery-1.3.1.js
- jasmine/jasmine-jstd.js
- js/App.js
test:
- js/App.test.js
我的考验是:
describe("App", function(){
beforeEach(function(){
jasmine.getFixtures().fixturesPath = fixtures ;
装饰(指数.html); **//THIS LINE CAUSES IT TO FAIL**
});
describe("When App is loaded", function(){
it( should have a window object , function(){
expect(window).not.toBe(null);
});
});
});
我的ole果是:
见。 问题,但我看不到。 顺便说一句,当我发表评论时,我们就不 thing。
装饰(指数.html);
通行证。
任何想法?