Skip to content

Commit b7fc5bc

Browse files
committed
fix lint
1 parent 22bd46a commit b7fc5bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/helper.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { SpecReporter } from 'jasmine-spec-reporter';
22
import { dirname } from 'path';
3+
import { setTimeout } from 'timers';
34
import { fileURLToPath } from 'url';
45

56
const __filename = fileURLToPath(import.meta.url);
@@ -14,5 +15,5 @@ jasmine.getEnv().addReporter(new SpecReporter());
1415
const wait = (ms) => new Promise(resolve => setTimeout(resolve, ms));
1516

1617
export {
17-
wait,
18+
wait
1819
};

0 commit comments

Comments
 (0)