mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 15:02:11 +08:00
fix(@schematics/angular): incorrect exclude
path for test.ts
Closes #11829
This commit is contained in:
parent
311723d369
commit
b99b6bab08
@ -5,7 +5,7 @@
|
||||
"types": []
|
||||
},
|
||||
"exclude": [
|
||||
"src/test.ts",
|
||||
"test.ts",
|
||||
"**/*.spec.ts"
|
||||
]<% if (experimentalIvy) { %>,
|
||||
"angularCompilerOptions": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user