Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test_runner: lint
  • Loading branch information
rluvaton committed Jun 28, 2023
commit afd06589b44eb424aa89eb68580e1dacb488017f
2 changes: 1 addition & 1 deletion lib/internal/test_runner/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ function run(options) {
const runFiles = () => {
root.harness.bootstrapComplete = true;

if(isNodeStream(testFiles)) {
if (isNodeStream(testFiles)) {
return testFiles
.map(runSingleFile, { __proto__: null, signal, concurrency })
.toArray();
Expand Down