Mr.doob 1904a3473a Removed more WebVR leftovers. il y a 6 ans
..
editor 5446f535d1 git should handle the line endings il y a 8 ans
example 7b77259829 BufferGeometryUtils: convertToTriangles() -> toTrianglesDrawMode(). il y a 6 ans
src 1904a3473a Removed more WebVR leftovers. il y a 6 ans
README.md 4f0855cba9 Tests: Changed "npm start" to "npm run dev-test" il y a 7 ans
SmartComparer.js ff8e227af2 Test: Fixed more fails il y a 7 ans
UnitTests.html ff8e227af2 Test: Fixed more fails il y a 7 ans
qunit-utils.js ff8e227af2 Test: Fixed more fails il y a 7 ans
unittests_editor_toRemoveAfterEditorES6Refactoring.html 6ea4620505 Tests: Clean up il y a 6 ans

README.md

Setup

  • Install Node.js
  • Execute npm install

Build

  • Execute npm run build-test

Run

You can run the unit tests in two environments:

  • Node.js: Execute npm run test
  • Browser: Execute npm run dev-test and call http://localhost:8080/test/unit/UnitTests.html (see How to run things locally)