Skip to content

Commit 0f9405d

Browse files
santigimenoMyles Borins
authored andcommitted
test: move more tests from sequential to parallel
Only `test-stdin-from-file.js` has been modified so that the `stdin.txt` is written in a temp directory instead of the `fixtures` directory. PR-URL: #6187 Reviewed-By: James M Snell <[email protected]>
1 parent 7160229 commit 0f9405d

19 files changed

+3
-4
lines changed

β€Žtest/sequential/test-pipe-stream.js renamed to β€Žtest/parallel/test-pipe-stream.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,3 @@ function test(clazz, cb) {
6565
test(net.Stream, function() {
6666
test(net.Socket);
6767
});
68-

0 commit comments

Comments
Β (0)