[email protected] d068dd08d4 Tests: unit refactor %!s(int64=5) %!d(string=hai) anos
..
editor 6fd43ef4e9 Material: Make .vertexColors a boolean. %!s(int64=5) %!d(string=hai) anos
example 37fef0bc23 Merge pull request #18611 from donmccurdy/test-examples-cleanup %!s(int64=5) %!d(string=hai) anos
src d068dd08d4 Tests: unit refactor %!s(int64=5) %!d(string=hai) anos
utils d068dd08d4 Tests: unit refactor %!s(int64=5) %!d(string=hai) anos
README.md d068dd08d4 Tests: unit refactor %!s(int64=5) %!d(string=hai) anos
UnitTests.html 3c41b9d59a Package.json: lighter dependencies %!s(int64=5) %!d(string=hai) anos
UnitTests_toRemoveAfterEditorES6Refactoring.html d068dd08d4 Tests: unit refactor %!s(int64=5) %!d(string=hai) anos
three.editor.unit.js d068dd08d4 Tests: unit refactor %!s(int64=5) %!d(string=hai) anos
three.example.unit.js d068dd08d4 Tests: unit refactor %!s(int64=5) %!d(string=hai) anos
three.source.unit.js d068dd08d4 Tests: unit refactor %!s(int64=5) %!d(string=hai) anos

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)