change behaviour of tests and browser testing/build

This commit is contained in:
Sebastian McKenzie
2014-11-04 08:03:52 +11:00
parent 225754ae12
commit 2a0efceef5
15 changed files with 143 additions and 167 deletions

7
test/_browser.js Normal file
View File

@@ -0,0 +1,7 @@
if (process.browser) {
require("../lib/6to5/browser");
require("./generation");
require("./transformation");
require("./traverse");
require("./util");
}