webpack/test/browsertest/lib/index.js

6 lines
121 B
JavaScript
Raw Normal View History

2012-10-29 05:44:32 +08:00
describe("main", function() {
it("should load index.web.js instead of index.js", function() {
should.fail();
});
});