Michael Herzog f2e342e98b BufferGeometry: Fix clone(). (#22566) 3 年之前
..
example aca1c4f450 GLTFLoader: Allow multiple associations (#21737) 3 年之前
src eb58ff1531 Move TextGeometry, FontLoader and Font to examples. (#22560) 3 年之前
utils f2e342e98b BufferGeometry: Fix clone(). (#22566) 3 年之前
README.md bf1228a27a Update test/unit/README.md 4 年之前
UnitTests.html 1e30dfa877 Removed Editor unit tests. 4 年之前
UnitTests_toRemoveAfterEditorES6Refactoring.html d068dd08d4 Tests: unit refactor 5 年之前
three.example.unit.js e9e5d0e64b Docs/Test: Remove author comments. 5 年之前
three.source.unit.js eb58ff1531 Move TextGeometry, FontLoader and Font to examples. (#22560) 3 年之前

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 start (or run any other local web sever) from root folder and access http://localhost:8080/test/unit/UnitTests.html on web browser. (See How to run things locally)