samfoster e222f9a214 Only default radius to -1, makeEmpty, and sphere that returns isEmpty will also produce an empty box3 5 gadi atpakaļ
..
editor 6fd43ef4e9 Material: Make .vertexColors a boolean. 5 gadi atpakaļ
example 37fef0bc23 Merge pull request #18611 from donmccurdy/test-examples-cleanup 5 gadi atpakaļ
src e222f9a214 Only default radius to -1, makeEmpty, and sphere that returns isEmpty will also produce an empty box3 5 gadi atpakaļ
README.md 4f0855cba9 Tests: Changed "npm start" to "npm run dev-test" 7 gadi atpakaļ
SmartComparer.js ff8e227af2 Test: Fixed more fails 7 gadi atpakaļ
UnitTests.html ff8e227af2 Test: Fixed more fails 7 gadi atpakaļ
qunit-utils.js ff8e227af2 Test: Fixed more fails 7 gadi atpakaļ
unittests_editor_toRemoveAfterEditorES6Refactoring.html 6ea4620505 Tests: Clean up 6 gadi atpakaļ

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)