We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3604d09 commit 20a463aCopy full SHA for 20a463a
lib/internal/test_runner/test.js
@@ -1,4 +1,4 @@
1
-// https://github.com/nodejs/node/blob/5ec2d7bc5deed26ac640feff279800e39dacc9c0/lib/internal/test_runner/test.js
+// https://github.com/nodejs/node/blob/5e1873e91d8ccefc5576912c24795d229455166d/lib/internal/test_runner/test.js
2
3
'use strict'
4
@@ -242,7 +242,7 @@ class Test extends AsyncResource {
242
}
243
244
addPendingSubtest (deferred) {
245
- this.pendingSubtests.push(deferred)
+ ArrayPrototypePush(this.pendingSubtests, deferred)
246
247
248
async processPendingSubtests () {
0 commit comments