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 22bd46a commit b7fc5bcCopy full SHA for b7fc5bc
spec/helper.js
@@ -1,5 +1,6 @@
1
import { SpecReporter } from 'jasmine-spec-reporter';
2
import { dirname } from 'path';
3
+import { setTimeout } from 'timers';
4
import { fileURLToPath } from 'url';
5
6
const __filename = fileURLToPath(import.meta.url);
@@ -14,5 +15,5 @@ jasmine.getEnv().addReporter(new SpecReporter());
14
15
const wait = (ms) => new Promise(resolve => setTimeout(resolve, ms));
16
17
export {
- wait,
18
+ wait
19
};
0 commit comments