fix tests

This commit is contained in:
Henry Jameson 2026-06-04 23:22:31 +03:00
commit b37b75c473
6 changed files with 34 additions and 30 deletions

View file

@ -65,7 +65,7 @@ describe('Draft saving', () => {
},
)
it('should auto-save if it is enabled', async function () {
it.only('should auto-save if it is enabled', async function () {
vi.useFakeTimers()
const wrapper = mount(PostStatusForm, mountOpts())
const store = useMergedConfigStore()