Skip to content

Commit

Permalink
Correct inaccurate note about test suite. (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Nov 12, 2024
1 parent 5d8dd02 commit 4cdc267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Before commiting your changes make sure tests are passing:
npm test
```

> Note: the development server must be running (`npm start`)
> Note: the test suite runs its own server on port 4444 for browser-based testing; be sure that you have built the latest code (e.g. using `npm run build`) before running tests to ensure that you are testing the right changes.
> Tests are written using [Jest](https://jestjs.io/)
Expand Down

0 comments on commit 4cdc267

Please sign in to comment.