MCPcopy Create free account
hub / github.com/nodejs/node / test-utils.js

File test-utils.js

test/fixtures/wpt/streams/resources/test-utils.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2
3self.delay = ms => new Promise(resolve => step_timeout(resolve, ms));
4

Callers

nothing calls this directly

Calls 5

step_timeoutFunction · 0.50
delayFunction · 0.50
assert_equalsFunction · 0.50
assert_array_equalsFunction · 0.50
thenMethod · 0.45

Tested by

no test coverage detected