Begin transition of Babel to a more scalable architecture, async flow to allow for RPC and better build system for multiple packages
This commit is contained in:
4
test/browser.js
Normal file
4
test/browser.js
Normal file
@@ -0,0 +1,4 @@
|
||||
if (process.browser) {
|
||||
require("../packages/babel/test/_browser");
|
||||
require("../packages/babylon/test/_browser");
|
||||
}
|
||||
Reference in New Issue
Block a user