We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3124e5 commit 61bdf82Copy full SHA for 61bdf82
1 file changed
src/index.ts
@@ -67,7 +67,7 @@ const factory = (options: PluginOptions) => {
67
//
68
}
69
70
- log.info(`monorepoRoot: ${monorepoRoot}`)
+ log.info(`monorepoRoot: ${monorepoRoot ? monorepoRoot.dir : '(none)'}`)
71
72
// e.g. if we are in a monorepo, but running vitest at the cwd of the package, we don't want to seek down from there and swap the tsconfig.json files
73
const isAtMonoRepoRoot = monorepoRoot !== undefined && monorepoRoot.dir === root
0 commit comments