Skip to content

Commit

Permalink
fix: set esbuild override for test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 19, 2024
1 parent 42868bb commit 4b9246c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ export async function test(options: RunOptions) {
repo: 'nuxt/test-utils',
build: ['pnpm playwright-core install chromium', 'dev:prepare', 'prepack'],
test: ['test:types', 'test:examples'],
overrides: {
esbuild: 'latest',
},
})
}

0 comments on commit 4b9246c

Please sign in to comment.