Skip to content

Commit eccd51f

Browse files
committed
chore: remove .only
1 parent c07258f commit eccd51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/consistency.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ describe('Consistency configuration', () => {
146146
expect(mockStore.fulfilled).toBeTruthy()
147147
})
148148

149-
test.only('Respects the consistency mode supplied in the `getDeployStore()` constructor', async () => {
149+
test('Respects the consistency mode supplied in the `getDeployStore()` constructor', async () => {
150150
const mockMetadata = {
151151
name: 'Netlify',
152152
cool: true,

0 commit comments

Comments
 (0)