remove .only

This commit is contained in:
Henry Jameson 2026-06-07 23:45:35 +03:00
commit 8f92d72845

View file

@ -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()