Don McCurdy a1ad7e3ed4 Clean up tests on BufferGeometryUtils and GLTFExporter. před 5 roky
..
editor 5446f535d1 git should handle the line endings před 7 roky
example a1ad7e3ed4 Clean up tests on BufferGeometryUtils and GLTFExporter. před 5 roky
src da2c0affd1 Frustum: .setFromMatrix() -> .setFromProjectionMatrix() před 5 roky
README.md 4f0855cba9 Tests: Changed "npm start" to "npm run dev-test" před 7 roky
SmartComparer.js ff8e227af2 Test: Fixed more fails před 7 roky
UnitTests.html ff8e227af2 Test: Fixed more fails před 7 roky
qunit-utils.js ff8e227af2 Test: Fixed more fails před 7 roky
unittests_editor_toRemoveAfterEditorES6Refactoring.html 6ea4620505 Tests: Clean up před 6 roky

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)