Skip to content

Commit 0376c24

Browse files
committed
WIP
1 parent ba87b6c commit 0376c24

File tree

1 file changed

+2
-0
lines changed
  • packages/angular/build/src/builders/unit-test/runners/vitest

1 file changed

+2
-0
lines changed

packages/angular/build/src/builders/unit-test/runners/vitest/plugins.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ export function createVitestPlugins(pluginOptions: PluginOptions): VitestPlugins
173173
resolveId: (id, importer) => {
174174
// Fast path for test entry points.
175175
if (testFileToEntryPoint.has(id)) {
176+
console.log('ID: ', id);
177+
176178
return id;
177179
}
178180

0 commit comments

Comments
 (0)