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

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)