We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9629fee commit 4e5f228Copy full SHA for 4e5f228
packages/angular/build/src/builders/unit-test/runners/vitest/plugins.ts
@@ -171,6 +171,10 @@ export function createVitestPlugins(pluginOptions: PluginOptions): VitestPlugins
171
name: 'angular:test-in-memory-provider',
172
enforce: 'pre',
173
resolveId: (id, importer) => {
174
+ console.log({
175
+ id,
176
+ importer,
177
+ });
178
if (importer && (id[0] === '.' || id[0] === '/')) {
179
let fullPath;
180
if (testFileToEntryPoint.has(importer)) {
0 commit comments