From ba2bca73da6398dbb8aade2aa95067a51f3e3e15 Mon Sep 17 00:00:00 2001 From: Vladimir Sheremet Date: Mon, 9 Sep 2024 09:01:28 +0200 Subject: [PATCH] test: remove only --- test/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }