Mugen87 c5faa7fa9d Object3D: Add removeAll(). 4 년 전
..
editor e9e5d0e64b Docs/Test: Remove author comments. 5 년 전
example 1c3b2b4631 Fixed unit tests. 5 년 전
src c5faa7fa9d Object3D: Add removeAll(). 4 년 전
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)