Mugen87 f03084ef34 Tests: Update getInverse() unit tests. 5 rokov pred
..
editor 6fd43ef4e9 Material: Make .vertexColors a boolean. 5 rokov pred
example 37fef0bc23 Merge pull request #18611 from donmccurdy/test-examples-cleanup 5 rokov pred
src f03084ef34 Tests: Update getInverse() unit tests. 5 rokov pred
README.md 4f0855cba9 Tests: Changed "npm start" to "npm run dev-test" 7 rokov pred
SmartComparer.js ff8e227af2 Test: Fixed more fails 7 rokov pred
UnitTests.html ff8e227af2 Test: Fixed more fails 7 rokov pred
qunit-utils.js ff8e227af2 Test: Fixed more fails 7 rokov pred
unittests_editor_toRemoveAfterEditorES6Refactoring.html 6ea4620505 Tests: Clean up 6 rokov pred

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)