diff --git a/tests/devtools.test.tsx b/tests/devtools.test.tsx index 4252323d68..979727e946 100644 --- a/tests/devtools.test.tsx +++ b/tests/devtools.test.tsx @@ -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...', () => {