webpack/test/browsertest/lib/index.js

8 lines
159 B
JavaScript
Raw Normal View History

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