Skip to content

Commit 47ea1d0

Browse files
committed
add back common must call
1 parent 69cec8a commit 47ea1d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-timers-invalid-clear.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
require('../common');
3+
const common = require('../common');
44
const assert = require('assert');
55

66
async function test() {
@@ -28,4 +28,4 @@ async function test() {
2828
assert.strictEqual(value2, 3);
2929
}
3030

31-
test();
31+
test().then(common.mustCall());

0 commit comments

Comments
 (0)