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