Skip to content

Commit

Permalink
Remove leftover .only
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 13, 2022
1 parent bf7f9b6 commit 6aefb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/ssr.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('New v8 serverState behavior', () => {
jest.clearAllMocks()
})

it.only('Handles hydration correctly', async () => {
it('Handles hydration correctly', async () => {
const ssrStore = createStore(dataSlice.reducer)

// Simulating loading all data before rendering the app
Expand Down

0 comments on commit 6aefb35

Please sign in to comment.