fix(@schematics/angular): incorrect exclude path for test.ts

Closes #11829
This commit is contained in:
Alan Agius 2018-08-10 07:24:48 +02:00 committed by Alex Eagle
parent 311723d369
commit b99b6bab08

View File

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