Skip to content

Commit 6aefb35

Browse files
committed
Remove leftover .only
1 parent bf7f9b6 commit 6aefb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/ssr.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ describe('New v8 serverState behavior', () => {
126126
jest.clearAllMocks()
127127
})
128128

129-
it.only('Handles hydration correctly', async () => {
129+
it('Handles hydration correctly', async () => {
130130
const ssrStore = createStore(dataSlice.reducer)
131131

132132
// Simulating loading all data before rendering the app

0 commit comments

Comments
 (0)