Skip to content

Commit b99b6ba

Browse files
alan-agius4alexeagle
authored andcommitted
fix(@schematics/angular): incorrect exclude path for test.ts
Closes #11829
1 parent 311723d commit b99b6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/application/files/root/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"types": []
66
},
77
"exclude": [
8-
"src/test.ts",
8+
"test.ts",
99
"**/*.spec.ts"
1010
]<% if (experimentalIvy) { %>,
1111
"angularCompilerOptions": {

0 commit comments

Comments
 (0)