webpack/test/browsertest/lib/index.js

6 lines
121 B
JavaScript

describe("main", function() {
it("should load index.web.js instead of index.js", function() {
should.fail();
});
});