Skip to content

Commit 2b40515

Browse files
committed
Fix karma.conf path when running tests from cli
1 parent ae28313 commit 2b40515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.angular-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"test": {
3434
"karma": {
35-
"config": "../karma.conf.js"
35+
"config": "./karma.conf.js"
3636
}
3737
},
3838
"defaults": {

0 commit comments

Comments
 (0)