Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix prettier
  • Loading branch information
lachlancollins committed Jul 6, 2023
commit 4fdcfebe525c8625f8a9604b3c0204a2864a04e2
2 changes: 1 addition & 1 deletion packages/svelte-query/src/__tests__/createQuery.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe('createQuery', () => {
expect(rendered.queryByText('Success 2')).not.toBeInTheDocument()
})
})

test('Keep previous data when returned as placeholder data', async () => {
const writableStore = writable<number[]>([1])

Expand Down