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)
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 nodemonThe code files are located in the /src folder
To launch Unit Tests
npm run-script testUnit 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
