Skip to content

Commit 3744467

Browse files
committed
chore: add path of junit report on karma config file
1 parent 9298166 commit 3744467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function setConfig(defaultConfig, server) {
8989
]
9090
};
9191
defaultConfig.junitReporter = {
92-
outputDir: 'report',
92+
outputDir: 'report/junit',
9393
suite: ''
9494
};
9595
} else {

0 commit comments

Comments
 (0)