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 bc53d17 commit afeeb14Copy full SHA for afeeb14
test/async-hooks/test-timerwrap.setInterval.js
@@ -2,7 +2,7 @@
2
3
const common = require('../common');
4
const assert = require('assert');
5
-const tick = require('./tick');
+const tick = require('../common/tick');
6
const initHooks = require('./init-hooks');
7
const { checkInvocations } = require('./hook-checks');
8
const TIMEOUT = 1;
test/async-hooks/test-timerwrap.setTimeout.js
const TIMEOUT = common.platformTimeout(100);
0 commit comments