gero3 d432cde045 NothingsIsExportedYet means nothing is exported hace 5 años
..
editor d432cde045 NothingsIsExportedYet means nothing is exported hace 5 años
example 37fef0bc23 Merge pull request #18611 from donmccurdy/test-examples-cleanup hace 5 años
src 10e4ac22b1 Tests: Remove outdated unit test. hace 5 años
utils d068dd08d4 Tests: unit refactor hace 5 años
README.md d068dd08d4 Tests: unit refactor hace 5 años
UnitTests.html 3c41b9d59a Package.json: lighter dependencies hace 5 años
UnitTests_toRemoveAfterEditorES6Refactoring.html d068dd08d4 Tests: unit refactor hace 5 años
three.editor.unit.js d068dd08d4 Tests: unit refactor hace 5 años
three.example.unit.js d068dd08d4 Tests: unit refactor hace 5 años
three.source.unit.js d068dd08d4 Tests: unit refactor hace 5 años

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)