diff --git a/test/index.test.ts b/test/index.test.ts index c7fcfb3..02d0e8c 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -756,7 +756,7 @@ test('next in a row', () => { expect(cb()).toBe(undefined) }) -test.only('spying twice and unspying restores original method', () => { +test('spying twice and unspying restores original method', () => { const obj = { method: () => 1, }