Justin Gilman f9fb9436fb removing gulp and npm dependencies; adding direct references to threejs 4 роки тому
..
editor f9fb9436fb removing gulp and npm dependencies; adding direct references to threejs 4 роки тому
example f9fb9436fb removing gulp and npm dependencies; adding direct references to threejs 4 роки тому
src f9fb9436fb removing gulp and npm dependencies; adding direct references to threejs 4 роки тому
README.md f9fb9436fb removing gulp and npm dependencies; adding direct references to threejs 4 роки тому
SmartComparer.js f9fb9436fb removing gulp and npm dependencies; adding direct references to threejs 4 роки тому
UnitTests.html f9fb9436fb removing gulp and npm dependencies; adding direct references to threejs 4 роки тому
qunit-utils.js f9fb9436fb removing gulp and npm dependencies; adding direct references to threejs 4 роки тому
unittests_editor_toRemoveAfterEditorES6Refactoring.html f9fb9436fb removing gulp and npm dependencies; adding direct references to threejs 4 роки тому

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)