Ed Preston d9de7bf9fe Tests: Unit Tests for Renderers (#25369) 2 лет назад
..
src d9de7bf9fe Tests: Unit Tests for Renderers (#25369) 2 лет назад
utils 1637e9db57 More clean up. (#23442) 3 лет назад
README.md bf1228a27a Update test/unit/README.md 4 лет назад
UnitTests.html e36e751af0 Tests: Remove unit tests for example files. (#23352) 3 лет назад
three.source.unit.js d9de7bf9fe Tests: Unit Tests for Renderers (#25369) 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)