Skip to content

Commit

Permalink
fixup! test: use unique tmpdirs for each test
Browse files Browse the repository at this point in the history
Co-Authored-By: Rich Trott <[email protected]>
  • Loading branch information
joaocgreis and Trott authored Jul 30, 2019
1 parent ea1051b commit 5ccb15b
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 @@ -910,7 +910,7 @@ The first time `refresh()` runs, it adds a listener to process `'exit'` that
cleans the temporary directory. Thus, every file under `tmpdir.path` needs to
be closed before the test completes. A good way to do this is to add a
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.
completes, use a child process and call `refresh()` only in the parent.

## WPT Module

Expand Down

0 comments on commit 5ccb15b

Please sign in to comment.