Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: ES6 and testing framework (#13)
* Base functional mocha+babel configuration * Change require to dynamic import This change was made to be more aligned with ES6. Note that we use the unoffical `babel-plugin-dynamic-import-node` plugin to transpile the dynamic import to a require for mocha-purposes. This is something that would normally be done by a tool like webpack.
- Loading branch information