浏览代码

Update test/unit/README.md

Takahiro 4 年之前
父节点
当前提交
bf1228a27a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/unit/README.md

+ 1 - 1
test/unit/README.md

@@ -7,4 +7,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-unit` from root folder
 - Node.js: Execute `npm run test-unit` from root folder
-- 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))
+- 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](https://threejs.org/docs/#manual/introduction/How-to-run-things-locally))