Setup
Setup
- Execute
npm i --prefix testfrom root folder
Run
You can run the unit tests in two environments:
- Node.js: Execute
npm run test-unitfrom root folder - Browser: Execute
npm start(or run any other local web sever) from root folder and accesshttp://localhost:8080/test/unit/UnitTests.htmlon web browser. (See How to run things locally)
