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 1e72b0e commit 3d9a6cdCopy full SHA for 3d9a6cd
packages/plugin-coverage/src/lib/nx/coverage-paths.ts
@@ -112,9 +112,7 @@ export async function getCoveragePathForVitest(
112
project: ProjectConfiguration,
113
target: string,
114
) {
115
- const {
116
- default: { normalizeViteConfigFilePathWithTree },
117
- } = await import('@nx/vite');
+ const { normalizeViteConfigFilePathWithTree } = await import('@nx/vite');
118
const config = normalizeViteConfigFilePathWithTree(
119
// HACK: only tree.exists is called, so injecting existSync from node:fs instead
120
// eslint-disable-next-line @typescript-eslint/consistent-type-assertions
0 commit comments