Takahiro 6cc8e750b3 Tests: Add Object.localToWorld() and Object.worldToLocal() unit tests hace 4 años
..
editor e9e5d0e64b Docs/Test: Remove author comments. hace 5 años
example 1c3b2b4631 Fixed unit tests. hace 5 años
src 6cc8e750b3 Tests: Add Object.localToWorld() and Object.worldToLocal() unit tests hace 4 años
utils e9e5d0e64b Docs/Test: Remove author comments. hace 5 años
README.md d068dd08d4 Tests: unit refactor hace 5 años
UnitTests.html 3c41b9d59a Package.json: lighter dependencies hace 5 años
UnitTests_toRemoveAfterEditorES6Refactoring.html d068dd08d4 Tests: unit refactor hace 5 años
three.editor.unit.js e9e5d0e64b Docs/Test: Remove author comments. hace 5 años
three.example.unit.js e9e5d0e64b Docs/Test: Remove author comments. hace 5 años
three.source.unit.js e9e5d0e64b Docs/Test: Remove author comments. hace 5 años

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)