Skip to content

Commit

Permalink
fixup! test: add and use expectSyncExitWithoutError() and expectSyncE…
Browse files Browse the repository at this point in the history
…xit() utils

Co-authored-by: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
  • Loading branch information
joyeecheung and VoltrexKeyva authored Aug 14, 2023
1 parent c74649d commit 1fa4cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ coming from child processes.
* `stdout` [\<string>][<string>] | [\<RegExp>][<RegExp>] |
[\<Function>][<Function>] Optional. Similar to `stderr` but for the stdout.
* `trim` [\<boolean>][<boolean>] Optional. Whether this method should trim
out the whitespace charaters when checking `stderr` and `stdout` outputs.
out the whitespace characters when checking `stderr` and `stdout` outputs.
Defaults to `false`.

### `expectSyncExitWithoutError(child[, options])`
Expand Down

0 comments on commit 1fa4cce

Please sign in to comment.