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:
@@ -6,10 +6,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="mocha"></div>
|
||||
<script src="../node_modules/lodash/lodash.js"></script>
|
||||
<script src="../node_modules/mocha/mocha.js"></script>
|
||||
<script>mocha.setup("tdd");</script>
|
||||
<script src="../dist/babel-test.js"></script>
|
||||
<script src="../dist/browser-test.js"></script>
|
||||
<script>
|
||||
mocha.globals(["regeneratorRuntime"]);
|
||||
mocha.checkLeaks();
|
||||
|
||||
Reference in New Issue
Block a user