diff --git a/examples/app-vitest-full/tests/nuxt/mount-suspended.spec.ts b/examples/app-vitest-full/tests/nuxt/mount-suspended.spec.ts index de11d2ec4..9a6053c03 100644 --- a/examples/app-vitest-full/tests/nuxt/mount-suspended.spec.ts +++ b/examples/app-vitest-full/tests/nuxt/mount-suspended.spec.ts @@ -138,7 +138,7 @@ describe.each(Object.entries(formats))(`%s`, (name, component) => { `.trim()) }) - it.only('can be updated with setProps', async () => { + it('can be updated with setProps', async () => { await wrapper.setProps({ myProp: 'updated title' })