change behaviour of tests and browser testing/build
This commit is contained in:
7
test/_browser.js
Normal file
7
test/_browser.js
Normal file
@@ -0,0 +1,7 @@
|
||||
if (process.browser) {
|
||||
require("../lib/6to5/browser");
|
||||
require("./generation");
|
||||
require("./transformation");
|
||||
require("./traverse");
|
||||
require("./util");
|
||||
}
|
||||
Reference in New Issue
Block a user