Mr.doob 251ebc873f Merge pull request #14385 from donmccurdy/animation-optimize-optout-v3 пре 7 година
..
editor 5446f535d1 git should handle the line endings пре 7 година
example aab9953c1f GLTFExporter: Fix test пре 7 година
src 251ebc873f Merge pull request #14385 from donmccurdy/animation-optimize-optout-v3 пре 7 година
README.md 4f0855cba9 Tests: Changed "npm start" to "npm run dev-test" пре 7 година
SmartComparer.js ff8e227af2 Test: Fixed more fails пре 7 година
UnitTests.html ff8e227af2 Test: Fixed more fails пре 7 година
qunit-utils.js ff8e227af2 Test: Fixed more fails пре 7 година
unittests_editor_toRemoveAfterEditorES6Refactoring.html 3bcb9c2d0d Fixed CRLF issues. See #13262 пре 7 година

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)