Skip to content

Commit 71ce607

Browse files
committed
chore: Remove test loader
1 parent cdd04d4 commit 71ce607

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
import { KeyIsolationUseQueryState } from 'e2e-shared/specs/key-isolation'
22

3-
const wait = (ms: number) => new Promise(resolve => setTimeout(resolve, ms))
4-
5-
export async function loader() {
6-
await wait(100)
7-
return null
8-
}
9-
103
export default KeyIsolationUseQueryState

0 commit comments

Comments
 (0)