You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lxc
6fb531f4e7
|
2 years ago | |
---|---|---|
.. | ||
src | 2 years ago | |
utils | 2 years ago | |
README.md | 2 years ago | |
UnitTests.html | 2 years ago | |
three.source.unit.js | 2 years ago |
README.md
Setup
- Execute
npm i --prefix test
from root folder
Run
You can run the unit tests in two environments:
- Node.js: Execute
npm run test-unit
from root folder - Browser: Execute
npm start
(or run any other local web sever) from root folder and accesshttp://localhost:8080/test/unit/UnitTests.html
on web browser. (See How to run things locally)