xushiting 26088ead89 修改three.js (95版本),需要添加toolbag材质 5 years ago
..
editor 26088ead89 修改three.js (95版本),需要添加toolbag材质 5 years ago
example 26088ead89 修改three.js (95版本),需要添加toolbag材质 5 years ago
src 26088ead89 修改three.js (95版本),需要添加toolbag材质 5 years ago
README.md 26088ead89 修改three.js (95版本),需要添加toolbag材质 5 years ago
SmartComparer.js 26088ead89 修改three.js (95版本),需要添加toolbag材质 5 years ago
UnitTests.html 26088ead89 修改three.js (95版本),需要添加toolbag材质 5 years ago
qunit-utils.js 26088ead89 修改three.js (95版本),需要添加toolbag材质 5 years ago
unittests_editor_toRemoveAfterEditorES6Refactoring.html 26088ead89 修改three.js (95版本),需要添加toolbag材质 5 years ago

README.md

Setup

  • Install Node.js
  • Execute npm install

Build

  • Execute npm run build-test

Run

You can run the unit tests in two environments:

  • Node.js: Execute npm run test
  • Browser: Execute npm run dev-test and call http://localhost:8080/test/unit/UnitTests.html (see How to run things locally)