Skip to content

Commit

Permalink
chore: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Feb 8, 2024
1 parent c07258f commit eccd51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consistency.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ describe('Consistency configuration', () => {
expect(mockStore.fulfilled).toBeTruthy()
})

test.only('Respects the consistency mode supplied in the `getDeployStore()` constructor', async () => {
test('Respects the consistency mode supplied in the `getDeployStore()` constructor', async () => {
const mockMetadata = {
name: 'Netlify',
cool: true,
Expand Down

0 comments on commit eccd51f

Please sign in to comment.