Skip to content

Commit

Permalink
Added custom test instructions for browser-specific tests (open-tele…
Browse files Browse the repository at this point in the history
…metry#5056)

Co-authored-by: Trent Mick <[email protected]>
Co-authored-by: Marc Pichler <[email protected]>
  • Loading branch information
3 people committed Oct 19, 2024
1 parent 184674a commit ba898b9
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 ba898b9

Please sign in to comment.