1
0
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 
This commit is contained in:
Alan Agius 2018-08-10 07:24:48 +02:00 committed by Alex Eagle
parent 311723d369
commit b99b6bab08

@ -5,7 +5,7 @@
"types": []
},
"exclude": [
"src/test.ts",
"test.ts",
"**/*.spec.ts"
]<% if (experimentalIvy) { %>,
"angularCompilerOptions": {