yoneal / babel-mocha-template

ES 2015 starter for your testing needs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel-mocha-template

ES2015 Babel 6 + Mocha for your testing needs

Installation

Install node, preferrably via nvm.

git clone https://github.com/yoneal/babel-mocha-template.git <project>
cd <project>
npm install

Running tests

is as simple as npm test

Don't forget to edit package.json for your project.

License

MIT

About

ES 2015 starter for your testing needs.

License:MIT License


Languages

Language:JavaScript 100.0%