Mr.doob 315d0fc94b Object3D: Renamed removeAll to clear. il y a 4 ans
..
editor e9e5d0e64b Docs/Test: Remove author comments. il y a 5 ans
example 1c3b2b4631 Fixed unit tests. il y a 4 ans
src 315d0fc94b Object3D: Renamed removeAll to clear. il y a 4 ans
utils e9e5d0e64b Docs/Test: Remove author comments. il y a 5 ans
README.md d068dd08d4 Tests: unit refactor il y a 5 ans
UnitTests.html 3c41b9d59a Package.json: lighter dependencies il y a 5 ans
UnitTests_toRemoveAfterEditorES6Refactoring.html d068dd08d4 Tests: unit refactor il y a 5 ans
three.editor.unit.js e9e5d0e64b Docs/Test: Remove author comments. il y a 5 ans
three.example.unit.js e9e5d0e64b Docs/Test: Remove author comments. il y a 5 ans
three.source.unit.js e9e5d0e64b Docs/Test: Remove author comments. il y a 5 ans

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)