Skip to content

Commit

Permalink
docs: document --test-force-exit (#4)
Browse files Browse the repository at this point in the history
* docs: document --test-force-exit

* chore: format
  • Loading branch information
sparten11740 authored Jul 10, 2024
1 parent 68f0ac5 commit a435cff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ Just use `"test": "exodus-test"`
- `--passWithNoTests` -- do not error when no test files were found

- `--write-snapshots` -- write snapshots instead of verifying them (has `--test-update-snapshots` alias)

- `--test-force-exit` -- force exit after tests are done (useful in integration tests where it could be unfeasible to resolve all open handles)

0 comments on commit a435cff

Please sign in to comment.