Skip to content

Commit 5ac5063

Browse files
ci: apply automated fixes
1 parent 77b19ec commit 5ac5063

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/solid-query/src/__tests__/hydration.test.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,7 @@ describe('SSR hydration', () => {
205205
// Double-priming was silent: no state write, no observer churn, no
206206
// refetch of the fresh query. (The stale query's mount refetch per
207207
// normal staleness rules is the only update source.)
208-
expect(
209-
updatedHashes.filter((hash) => hash === '["fresh"]'),
210-
).toEqual([])
208+
expect(updatedHashes.filter((hash) => hash === '["fresh"]')).toEqual([])
211209
expect(app.counts.fresh).toBe(0)
212210
expect(container.querySelector('#fresh')?.textContent).toBe(
213211
'fresh-server',

0 commit comments

Comments
 (0)