From 8f92d72845e343bec4554f438461954f863cc56f Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 7 Jun 2026 23:45:35 +0300 Subject: [PATCH] remove .only --- test/unit/specs/components/draft.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/specs/components/draft.spec.js b/test/unit/specs/components/draft.spec.js index 98c0a282e..be2400fc3 100644 --- a/test/unit/specs/components/draft.spec.js +++ b/test/unit/specs/components/draft.spec.js @@ -65,7 +65,7 @@ describe('Draft saving', () => { }, ) - it.only('should auto-save if it is enabled', async function () { + it('should auto-save if it is enabled', async function () { vi.useFakeTimers() const wrapper = mount(PostStatusForm, mountOpts()) const store = useMergedConfigStore()