Skip to content

Commit

Permalink
fixup! add Trott's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
RaisinTen committed Feb 17, 2021
1 parent 3b68619 commit 1f6ae87
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 @@ -952,7 +952,7 @@ listener to process `'beforeExit'`. If a file needs to be left open until
Node.js completes, use a child process and call `refresh()` only in the
parent.

It is usually only necessary to call `refresh()` once in a test file.
It is usually only necessary to call `refresh()` once in a test file.
Avoid calling it more than once in an asynchronous context as one call
might refresh the temporary directory of a different context, causing
the test to fail somewhat mysteriously.
Expand Down

0 comments on commit 1f6ae87

Please sign in to comment.