Skip to content

Commit fa43d2f

Browse files
ryzokukenMylesBorins
authored andcommitted
test: rename test-regress-GH-1726
Rename the test appropriately alongside mentioning the subsystem Also, make a few basic changes to make sure the test conforms to the standard test structure Refs: #19105 Refs: https://github.com/nodejs/node/blob/master/doc/guides/writing-tests.md#test-structure PR-URL: #19161 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 9557e66 commit fa43d2f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/sequential/test-regress-GH-1726.js test/sequential/test-regress-child_process-exit.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@
2020
// USE OR OTHER DEALINGS IN THE SOFTWARE.
2121

2222
'use strict';
23+
require('../common');
24+
2325
// Open a chain of five Node processes each a child of the next. The final
24-
// process exits immediately. Each process in the chain is instructed to
25-
// exit when its child exits.
26+
// process exits immediately. Each process in the chain is instructed to exit
27+
// when its child exits.
2628
// https://github.com/joyent/node/issues/1726
2729

28-
require('../common');
2930
const assert = require('assert');
3031
const ch = require('child_process');
3132

0 commit comments

Comments
 (0)