Skip to content

Commit

Permalink
Update CONTRIBUTING.md with additional test installation instrucitons (
Browse files Browse the repository at this point in the history
…#23963)

* Update test dependency installation instrucitons

* keep text more clear
  • Loading branch information
jancassio authored Apr 29, 2022
1 parent e3f3758 commit 01e4eaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ This script will start a local server similar to [threejs.org](https://threejs.o

The next most important script runs all the appropriate testing. The E-2-E testing is intended to be run by github actions.

Run this command from the root folder to install test dependencies.

npm install --prefix test

And run tests.

npm test

The linting is there to keep a consistent code style across all of the code and the testing is there to help catch bugs and check that the code behaves as expected. It is important that neither of these steps comes up with any errors due to your changes.
Expand Down

0 comments on commit 01e4eaf

Please sign in to comment.