Skip to content

Commit 4e5f228

Browse files
committed
wip!
1 parent 9629fee commit 4e5f228

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ export function createVitestPlugins(pluginOptions: PluginOptions): VitestPlugins
171171
name: 'angular:test-in-memory-provider',
172172
enforce: 'pre',
173173
resolveId: (id, importer) => {
174+
console.log({
175+
id,
176+
importer,
177+
});
174178
if (importer && (id[0] === '.' || id[0] === '/')) {
175179
let fullPath;
176180
if (testFileToEntryPoint.has(importer)) {

0 commit comments

Comments
 (0)