Skip to content

Commit

Permalink
fix: temporarily avoid overriding test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 30, 2023
1 parent 5108a16 commit ae5e8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export async function runInRepo(options: RunOptions & RepoOptions) {
overrides.nuxi ??= `npm:nuxi-nightly`
}
if (pkg.name !== '@nuxt/test-utils') {
overrides['@nuxt/test-utils'] ??= `npm:@nuxt/test-utils-nightly`
// overrides['@nuxt/test-utils'] ??= `npm:@nuxt/test-utils-nightly`
}

overrides.nuxt ??= `${options.nuxtPath}/packages/nuxt`
Expand Down

0 comments on commit ae5e8ec

Please sign in to comment.