Commit 42fa588
refactor(@angular/build): remove redundant path resolution logic in Vitest plugin
This commit removes a redundant code block in the `resolveId` hook of the Vitest
plugin. The logic for resolving relative imports is fully covered by the subsequent
generic path resolution strategy, reducing code duplication and complexity.1 parent 2fa21d7 commit 42fa588
File tree
1 file changed
+0
-14
lines changed- packages/angular/build/src/builders/unit-test/runners/vitest
1 file changed
+0
-14
lines changedLines changed: 0 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | 220 | | |
235 | 221 | | |
236 | 222 | | |
| |||
0 commit comments