Skip to content

Commit

Permalink
fix(config): force buildId to test manually
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 19, 2024
1 parent 9b028db commit 25e081e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ async function startNuxtAndGetViteConfig(
}),
overrides: defu(
{
buildId: 'test',
ssr: false,
test: true,
modules: ['@nuxt/test-utils/module'],
Expand Down

0 comments on commit 25e081e

Please sign in to comment.