Skip to content
Merged
Changes from all commits
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
test_runner: refactor to use more primordials
  • Loading branch information
aduh95 committed Jul 30, 2022
commit 70fd8bc925c0ef50edac835cc189a42d6de7f827
2 changes: 1 addition & 1 deletion lib/internal/test_runner/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class Test extends AsyncResource {
}

addPendingSubtest(deferred) {
this.pendingSubtests.push(deferred);
ArrayPrototypePush(this.pendingSubtests, deferred);
}

async processPendingSubtests() {
Expand Down