Skip to content

Commit

Permalink
chore: Remove test loader
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 29, 2025
1 parent 8cd5d2e commit 149c619
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/e2e/remix/app/routes/key-isolation.useQueryState.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import { KeyIsolationUseQueryState } from 'e2e-shared/specs/key-isolation'

const wait = (ms: number) => new Promise(resolve => setTimeout(resolve, ms))

export async function loader() {
await wait(100)
return null
}

export default KeyIsolationUseQueryState

0 comments on commit 149c619

Please sign in to comment.