1.0.0 • Published 6 years ago
testmochaes6 v1.0.0
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
1.0.0
6 years ago