File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
core/src/lib/implementation
plugin-coverage/src/lib/nx
plugin-lighthouse/src/lib/runner Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ export async function getCoveragePathForVitest(
147147
148148 const vitestConfig = await importModule < VitestCoverageConfig > ( {
149149 filepath : config ,
150- format : 'esm' ,
151150 } ) ;
152151
153152 const reportsDirectory =
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments