Skip to content

Commit

Permalink
chore: remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour committed Apr 13, 2024
1 parent 8607ff2 commit 0fa2a75
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/devtools.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@ describe('If there is no extension installed...', () => {
createStore(devtools(() => ({ count: 0 })))
}).not.toThrow()
})

it('does not warn if not enabled', async () => {
createStore(devtools(() => ({ count: 0 })))
expect(console.warn).not.toBeCalled()
})
})

describe('When state changes...', () => {
Expand Down

0 comments on commit 0fa2a75

Please sign in to comment.