Skip to content

Commit

Permalink
Disables vitest's threads
Browse files Browse the repository at this point in the history
  • Loading branch information
pastuxso committed Feb 12, 2024
1 parent 2d364a5 commit e053661
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 @@ -44,7 +44,7 @@ npx eslint src tests
unit tests via [Vitest](https://vitest.dev/):

```sh {"id":"01HF7GMQ6NTPMHCVN4BY0W782F","name":"test:unit"}
npx vitest --config ./vitest.config.ts --retry=3
npx vitest --config ./vitest.config.ts --retry=3 --threads=false
```

Update snapshots used in tests if necesary:
Expand Down

0 comments on commit e053661

Please sign in to comment.