Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions test/unit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Setup

- Install [Node.js](https://nodejs.org/)
- Execute `npm install`

## Build

- Execute `npm run build-test`

## Run

You can run the unit tests in two environments:

- 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))