Mr.doob 606b7f0df9 Merge pull request #20900 from takahirox/ExampleUnitTest преди 5 години
..
example 002ce5c79f Tests: Add npm run test-unit-examples command преди 5 години
src d06c7f5b52 Tests: Introduce -webonly keyword to QUnit.module name for skipping the test on Node.js преди 5 години
utils 9af037c8fa Tests: Formatting in console-wrapper преди 5 години
README.md bf1228a27a Update test/unit/README.md преди 5 години
UnitTests.html 1e30dfa877 Removed Editor unit tests. преди 5 години
UnitTests_toRemoveAfterEditorES6Refactoring.html d068dd08d4 Tests: unit refactor преди 5 години
three.example.unit.js e9e5d0e64b Docs/Test: Remove author comments. преди 5 години
three.source.unit.js 75afa61f7b Add Console wrapper to introduce logging level to console for unit tests преди 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 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)
粤ICP备19079148号