testmochaes6
v1.0.0
Published
- [To create project npm](#to-create-project-npm) - [To launch Unit Tests](#to-launch-unit-tests) - [To build emac5 to output (OPTIONAL)](#to-build-emac5-to-output-optional)
Downloads
1
Readme
Atom generator for JavaScript
To create project npm
npm install --save-dev @babel/cli @babel/core @babel/node @babel/register @babel/preset-env chai mocha nodemon
The code files are located in the /src
folder
To launch Unit Tests
npm run-script test
Unit tests are located in the /test
folder
The unit tests use mocha and chai
To build emac5 to output (OPTIONAL)
npm run-script build
the translated code for "distribution" is available in the ./dist
folder