Skip to content

Commit

Permalink
ignore: use spec reporter (#158)
Browse files Browse the repository at this point in the history
This changes the karma reporter to use the spec format so it is easier to debug test failures
  • Loading branch information
forbesjo committed Jul 23, 2018
1 parent 5f3e7f8 commit 660a02a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -90,6 +90,7 @@
"karma-qunit": "^1.2.1",
"karma-safari-launcher": "^1.0.0",
"karma-safaritechpreview-launcher": "0.0.6",
"karma-spec-reporter": "0.0.32",
"lodash": "^4.17.4",
"lodash-compat": "^3.10.0",
"npm-run-all": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion test/karma.conf.js
Expand Up @@ -97,7 +97,7 @@ module.exports = function(config) {
return newBrowsers;
}
},
reporters: ['dots'],
reporters: ['spec'],
port: 9876,
colors: true,
autoWatch: false,
Expand Down

0 comments on commit 660a02a

Please sign in to comment.