Преглед на файлове

Test: Remove servez reference.

Mr.doob преди 3 дни
родител
ревизия
adfc785952
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      test/unit/README.md

+ 1 - 1
test/unit/README.md

@@ -7,7 +7,7 @@
 You can run the unit tests in two environments:
 
 - Node.js: Execute `npm run test-unit` from the root folder
-- Browser: Execute `npx servez -p 8080 --ssl` (or run any other local web sever) from the root folder and access `https://localhost:8080/test/unit/UnitTests.html` in a web browser.
+- Browser: Execute `node utils/server.js` (or run any other local web server) from the root folder and access `http://localhost:8080/test/unit/UnitTests.html` in a web browser.
 
 See [Installation](https://threejs.org/docs/#manual/introduction/Installation) for more information.
 

粤ICP备19079148号