- Install Node.js
- Execute
npm install
- Execute
npm run build-test
You can run the unit tests in two environments:
- Node.js: Execute
npm run test
- Browser: Execute
npm run dev-test
and callhttp://localhost:8080/test/unit/UnitTests.html
(see How to run things locally)