From 0b88b643f3d0313aa8ddf5178f0d56e9e1840f0a Mon Sep 17 00:00:00 2001 From: Jeppe Reinhold Date: Thu, 2 May 2024 13:44:04 +0200 Subject: [PATCH] remove it.only --- .../preview-api/src/modules/store/csf/portable-stories.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lib/preview-api/src/modules/store/csf/portable-stories.test.ts b/code/lib/preview-api/src/modules/store/csf/portable-stories.test.ts index 84217ce004e3..e212e4ba12be 100644 --- a/code/lib/preview-api/src/modules/store/csf/portable-stories.test.ts +++ b/code/lib/preview-api/src/modules/store/csf/portable-stories.test.ts @@ -255,7 +255,7 @@ describe('composeStory', () => { expect(spyFn).toHaveBeenNthCalledWith(2, 'from beforeEach'); }); - it.only('should warn when previous cleanups are still around when rendering a story', async () => { + it('should warn when previous cleanups are still around when rendering a story', async () => { const consoleWarnSpy = vi.spyOn(console, 'warn').mockImplementation(() => {}); const cleanupSpy = vi.fn(); const beforeEachSpy = vi.fn(() => {