Skip to content

Commit 8447ae2

Browse files
committed
refactor: fix int-test
1 parent 23ff44d commit 8447ae2

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

packages/core/src/lib/implementation/read-rc-file.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export async function readRcByPath(
2727
const result = await importModule({
2828
filepath: filePath,
2929
tsconfig,
30-
format: 'esm',
3130
});
3231
return { result, message: `Imported config from ${formattedTarget}` };
3332
},

packages/plugin-coverage/src/lib/nx/coverage-paths.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ export async function getCoveragePathForVitest(
165165

166166
const vitestConfig = await importModule<VitestCoverageConfig>({
167167
filepath: config,
168-
format: 'esm',
169168
});
170169

171170
const reportsDirectory =

packages/plugin-lighthouse/src/lib/runner/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ export async function getConfig(
144144
message,
145145
result: await importModule<Config>({
146146
filepath: configPath,
147-
format: 'esm',
148147
}),
149148
};
150149
}

0 commit comments

Comments
 (0)