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 b418728 commit 17be63cCopy full SHA for 17be63c
packages/solid-router/tests/link.test.tsx
@@ -900,6 +900,7 @@ describe('Link', () => {
900
expect(window.location.search).toBe('?page=2&filter=inactive')
901
})
902
903
+ await screen.findByTestId('current-page')
904
// Verify search was updated
905
expect(window.location.pathname).toBe('/Dashboard/posts')
906
0 commit comments