Commit 41bd100
committed
fix(@angular/build): fallback to build target preserveSymlinks option in karma runner
When running unit tests with karma, the `preserveSymlinks` option was only read from the unit test builder options which is always undefined, as `unitTestOptions.preserveSymlinks` is only configured for non standalone runners.1 parent 52ae7f8 commit 41bd100Copy full SHA for 41bd100
1 file changed
+1-1Lines changed: 1 addition & 1 deletion
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/angular/build/src/builders/unit-test/runners/karma
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/angular/build/src/builders/unit-test/runners/karma/executor.ts
Copy file name to clipboardExpand all lines: packages/angular/build/src/builders/unit-test/runners/karma/executor.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
91 | 91 | |
92 | 92 | |
93 | 93 | |
94 | | - |
| 94 | + |
95 | 95 | |
96 | 96 | |
97 | 97 | |
|
0 commit comments