Skip to content

Commit 4f0855c

Browse files
committed
Tests: Changed "npm start" to "npm run dev-test"
1 parent 0076fe3 commit 4f0855c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
You can run the unit tests in two environments:
1313

1414
- Node.js: Execute `npm run test`
15-
- 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))
15+
- 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))

0 commit comments

Comments
 (0)