File tree Expand file tree Collapse file tree
core/src/lib/implementation
plugin-coverage/src/lib/nx
plugin-lighthouse/src/lib/runner Expand file tree Collapse file tree 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 @@ -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 =
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