Skip to content

Commit

Permalink
Added custom test instructions for browser-specific tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Annosha committed Oct 9, 2024
1 parent 6ccd4df commit 718fdc5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,16 @@ To run the unit tests continuously in watch mode while developing, use:
npm run tdd
```

Packages that are expected to run in the browser have browser specific tests:

```sh
# Run browser-specific test
npm run test:browser

#Run web worker test
npm run test:webworker
```

### Linting

This project uses `eslint` to lint source code. Just like tests and compilation, linting can be done for all packages or only a single package.
Expand Down

0 comments on commit 718fdc5

Please sign in to comment.