webpack/test/browsertest/lib/index.js

8 lines
159 B
JavaScript

require("./index.web.js");
describe("main", function() {
it("should load index.web.js instead of index.js", function() {
throw new Error("Fail");
});
});