2014-04-09 15:12:04 +08:00
|
|
|
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() {
|
2014-04-09 15:12:04 +08:00
|
|
|
throw new Error("Fail");
|
2012-10-29 05:44:32 +08:00
|
|
|
});
|
|
|
|
});
|