WestLangley 6b9c3c802e Updated constants пре 5 година
..
editor d432cde045 NothingsIsExportedYet means nothing is exported пре 5 година
example 37fef0bc23 Merge pull request #18611 from donmccurdy/test-examples-cleanup пре 5 година
src 6b9c3c802e Updated constants пре 5 година
utils d068dd08d4 Tests: unit refactor пре 5 година
README.md d068dd08d4 Tests: unit refactor пре 5 година
UnitTests.html 3c41b9d59a Package.json: lighter dependencies пре 5 година
UnitTests_toRemoveAfterEditorES6Refactoring.html d068dd08d4 Tests: unit refactor пре 5 година
three.editor.unit.js d068dd08d4 Tests: unit refactor пре 5 година
three.example.unit.js d068dd08d4 Tests: unit refactor пре 5 година
three.source.unit.js d068dd08d4 Tests: unit refactor пре 5 година

README.md

Setup

  • Execute npm i --prefix test from root folder

Run

You can run the unit tests in two environments:

  • Node.js: Execute npm run test-unit from root folder
  • Browser: Execute npm run dev-test and call http://localhost:8080/test/unit/UnitTests.html (see How to run things locally)