Skip to content

Commit d9ddd7d

Browse files
Trottbrendanashworth
authored andcommitted
test: remove TODO comment
The comment suggests adding randomness to the test suite. PR-URL: #1820 Reviewed-By: Johan Bergström <[email protected]>
1 parent 38d1afc commit d9ddd7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-preload.js

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ var nodeBinary = process.argv[0];
99
var preloadOption = function(preloads) {
1010
var option = '';
1111
preloads.forEach(function(preload, index) {
12-
// TODO: randomly pick -r or --require
1312
option += '-r ' + preload + ' ';
1413
});
1514
return option;

0 commit comments

Comments
 (0)