Skip to content

Commit 8268cb5

Browse files
committed
Fix npm test
1 parent f5f42cf commit 8268cb5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

angular.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,20 @@
6565
"test": {
6666
"builder": "@angular-devkit/build-angular:karma",
6767
"options": {
68-
"main": "test.ts",
68+
"main": "src/test.ts",
6969
"karmaConfig": "test/karma.conf.js",
70-
"polyfills": "polyfills.ts",
71-
"tsConfig": "tsconfig.spec.json",
70+
"polyfills": "src/polyfills.ts",
71+
"tsConfig": "src/tsconfig.spec.json",
7272
"codeCoverageExclude": [
73-
"polyfills.ts",
74-
"test.ts",
75-
"mocks.ts",
76-
"**/*.mock.ts",
77-
"**/node_modules/**"
73+
"src/polyfills.ts",
74+
"src/test.ts",
75+
"src/mocks.ts",
76+
"src/**/*.mock.ts",
77+
"src/**/node_modules/**"
7878
],
7979
"scripts": [],
8080
"styles": [],
81-
"assets": ["assets", "favicon.ico"]
81+
"assets": ["src/assets", "src/favicon.ico"]
8282
}
8383
},
8484
"lint": {

0 commit comments

Comments
 (0)