Skip to content

Commit 1fa4cce

Browse files
fixup! test: add and use expectSyncExitWithoutError() and expectSyncExit() utils
Co-authored-by: Mohammed Keyvanzadeh <[email protected]>
1 parent c74649d commit 1fa4cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ coming from child processes.
6363
* `stdout` [\<string>][<string>] | [\<RegExp>][<RegExp>] |
6464
[\<Function>][<Function>] Optional. Similar to `stderr` but for the stdout.
6565
* `trim` [\<boolean>][<boolean>] Optional. Whether this method should trim
66-
out the whitespace charaters when checking `stderr` and `stdout` outputs.
66+
out the whitespace characters when checking `stderr` and `stdout` outputs.
6767
Defaults to `false`.
6868

6969
### `expectSyncExitWithoutError(child[, options])`

0 commit comments

Comments
 (0)