mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +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": []
|
"types": []
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"src/test.ts",
|
"test.ts",
|
||||||
"**/*.spec.ts"
|
"**/*.spec.ts"
|
||||||
]<% if (experimentalIvy) { %>,
|
]<% if (experimentalIvy) { %>,
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user