Skip to content

Commit 0655128

Browse files
authored
test(svelte-query-persist-client): remove unused 'svelte-ignore' directives from test components (#10531)
1 parent 6b6667e commit 0655128

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

packages/svelte-query-persist-client/tests/FreshData/FreshData.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
}))
2323
2424
$effect(() => {
25-
// svelte-ignore state_snapshot_uncloneable
2625
const snapshot = $state.snapshot(query)
2726
states.current.push(snapshot)
2827
})

packages/svelte-query-persist-client/tests/InitialData/InitialData.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
}))
1717
1818
$effect(() => {
19-
// svelte-ignore state_snapshot_uncloneable
2019
const snapshot = $state.snapshot(query)
2120
states.current.push(snapshot)
2221
})

packages/svelte-query-persist-client/tests/RestoreCache/RestoreCache.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
}))
1313
1414
$effect(() => {
15-
// svelte-ignore state_snapshot_uncloneable
1615
const snapshot = $state.snapshot(query)
1716
states.current.push(snapshot)
1817
})

packages/svelte-query-persist-client/tests/UseQueries/UseQueries.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
}))
1717
1818
$effect(() => {
19-
// svelte-ignore state_snapshot_uncloneable
2019
const snapshot = $state.snapshot(queries[0])
2120
states.current.push(snapshot)
2221
})

0 commit comments

Comments
 (0)