Skip to content

Commit

Permalink
fix: test against jiti-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 23, 2024
1 parent fbbbbc5 commit b3e5cec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ export async function runInRepo(options: RunOptions & RepoOptions) {
if (pkg.name !== '@nuxt/test-utils') {
overrides['@nuxt/test-utils'] ??= `npm:@nuxt/test-utils-nightly`
}
overrides['jiti'] ??= `npm:jiti-nightly@latest`
if (process.env.NITRO_VERSION === 'v3 nightly') {
overrides['nitro'] ??= `npm:nitro-nightly@3x`
overrides['nitropack'] ??= `npm:nitro-nightly@3x`
Expand Down

0 comments on commit b3e5cec

Please sign in to comment.