Commit 05cc9da
committed
fix(@angular/build): ensure Vitest setup files are executed in order
This commit configures the Vitest runner to execute setup files in the order they are defined. This is crucial for ensuring that polyfills and the Angular TestBed are initialized in the correct sequence before any tests are run, preventing potential issues with the testing environment.1 parent 72f2a46 commit 05cc9da
File tree
1 file changed
+1
-0
lines changed- packages/angular/build/src/builders/unit-test/runners/vitest
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
0 commit comments