Skip to content

Commit

Permalink
fix: also run nuxt dev fixtures (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Mar 20, 2024
1 parent a49902c commit e06ea95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nuxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export async function test(options: RunOptions) {
},
build: 'build',
beforeTest: 'pnpm playwright-core install',
test: ['test:fixtures', 'test:types'],
test: ['test:fixtures', 'test:fixtures:dev', 'test:types'],
})
}

0 comments on commit e06ea95

Please sign in to comment.