From d66e22b15fcc4926a884e7fe108269272d27b3d3 Mon Sep 17 00:00:00 2001 From: Simon Boudrias Date: Sat, 9 Mar 2024 13:51:48 -0500 Subject: [PATCH] =?UTF-8?q?Fix:=20missed=20.only=20presence=20in=20test=20?= =?UTF-8?q?file=20(note=20to=20self:=20don't=20push=20after=20coding=20in?= =?UTF-8?q?=20a=20plane=20=F0=9F=A4=A6=F0=9F=8F=BB=E2=80=8D=E2=99=82?= =?UTF-8?q?=EF=B8=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/core.test.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/core.test.mts b/packages/core/core.test.mts index 808fcf3a1..01c5eb236 100644 --- a/packages/core/core.test.mts +++ b/packages/core/core.test.mts @@ -358,7 +358,7 @@ describe('createPrompt()', () => { await expect(answer).resolves.toEqual('b'); }); - it.only('usePrefix() renders loader and prefix', async () => { + it('usePrefix() renders loader and prefix', async () => { vi.useFakeTimers(); const { interval } = spinners.dots; const totalDuration = interval * spinners.dots.frames.length;