Skip to content

Commit 72f0fb9

Browse files
committed
chore: fix tests
1 parent 1234a71 commit 72f0fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nuxt/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ describe('pages', () => {
176176
await expectNoClientErrors('/plugin-override')
177177
})
178178

179-
it.only('render computed post', async () => {
179+
it('render computed post', async () => {
180180
const schema = await $fetchSchemaOrg('/reactivity-computed')
181181

182182
const articleNode = schema['@graph'].filter(n => n['@type'] === 'Article')[0]

0 commit comments

Comments
 (0)