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

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)