Ed Preston 1ad78ef3dd Tests: Post Update Review (#25417) 2 лет назад
..
src 1ad78ef3dd Tests: Post Update Review (#25417) 2 лет назад
utils 1ad78ef3dd Tests: Post Update Review (#25417) 2 лет назад
README.md bf1228a27a Update test/unit/README.md 4 лет назад
UnitTests.html 138769ec01 Update UnitTests.html (#25407) 2 лет назад
three.source.unit.js 16ac8654e4 Tests: Unit Tests for Core (#25402) 2 лет назад

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 start (or run any other local web sever) from root folder and access http://localhost:8080/test/unit/UnitTests.html on web browser. (See How to run things locally)