Skip to content

Commit 2e8c3cf

Browse files
authored
Merge pull request #13711 from Mugen87/dev1
Tests: Added README
2 parents 8ddb781 + 4f0855c commit 2e8c3cf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

test/unit/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Setup
2+
3+
- Install [Node.js](https://nodejs.org/)
4+
- Execute `npm install`
5+
6+
## Build
7+
8+
- Execute `npm run build-test`
9+
10+
## Run
11+
12+
You can run the unit tests in two environments:
13+
14+
- Node.js: Execute `npm run test`
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)