We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e345a85 commit 65c744eCopy full SHA for 65c744e
.gitignore
@@ -1,3 +1,3 @@
1
node_modules
2
dist
3
-build
+coverage
karma.conf.js
@@ -38,7 +38,7 @@ module.exports = function karmaConfig (config) {
38
39
// Configure code coverage reporter
40
coverageReporter: {
41
- dir: 'build/coverage/',
+ dir: 'coverage/',
42
reporters: [
43
{type: 'text-summary'},
44
{type: 'html'}
0 commit comments