Browse Source

Tests: Changed "npm start" to "npm run dev-test"

Mugen87 7 years ago
parent
commit
4f0855cba9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/README.md

+ 1 - 1
test/unit/README.md

@@ -12,4 +12,4 @@
 You can run the unit tests in two environments:
 You can run the unit tests in two environments:
 
 
 - Node.js: Execute `npm run test`
 - Node.js: Execute `npm run test`
-- Browser: Execute `npm start` and call `http://localhost:8080/test/unit/UnitTests.html` (see [How to run things locally](https://threejs.org/docs/#manual/introduction/How-to-run-things-locally))
+- Browser: Execute `npm run dev-test` and call `http://localhost:8080/test/unit/UnitTests.html` (see [How to run things locally](https://threejs.org/docs/#manual/introduction/How-to-run-things-locally))