We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edff1c9 commit 7b107f7Copy full SHA for 7b107f7
packages/core/test/wait.ts
@@ -1,5 +1,3 @@
1
-import {} from 'jasmine'
2
-
3
export function wait(durationMs: number = 0): Promise<void> {
4
return new Promise((resolve) => {
5
setTimeout(resolve, durationMs)
0 commit comments