Mugen87 e9e5d0e64b Docs/Test: Remove author comments. преди 5 години
..
editor e9e5d0e64b Docs/Test: Remove author comments. преди 5 години
example e9e5d0e64b Docs/Test: Remove author comments. преди 5 години
src e9e5d0e64b Docs/Test: Remove author comments. преди 5 години
utils e9e5d0e64b Docs/Test: Remove author comments. преди 5 години
README.md d068dd08d4 Tests: unit refactor преди 5 години
UnitTests.html 3c41b9d59a Package.json: lighter dependencies преди 5 години
UnitTests_toRemoveAfterEditorES6Refactoring.html d068dd08d4 Tests: unit refactor преди 5 години
three.editor.unit.js e9e5d0e64b Docs/Test: Remove author comments. преди 5 години
three.example.unit.js e9e5d0e64b Docs/Test: Remove author comments. преди 5 години
three.source.unit.js e9e5d0e64b Docs/Test: Remove author comments. преди 5 години

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 run dev-test and call http://localhost:8080/test/unit/UnitTests.html (see How to run things locally)