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)