Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
add more debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
tboeckmann committed Jul 6, 2020
1 parent 8122c1b commit 2cdccbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ install:
- npm install

script:
- npm run test -- --watch=false --no-progress --browsers=ChromeHeadlessNoSandbox
- npm run test -- --watch=false --browsers=ChromeHeadlessNoSandbox
2 changes: 1 addition & 1 deletion src/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = function (config) {
specReporter: {
maxLogLines: 5, // limit number of lines logged per test
suppressErrorSummary: false, // do not print error summary
suppressPassed: true, // do not print information about passed tests
suppressPassed: false, // do not print information about passed tests
suppressFailed: false, // do not print information about failed tests
suppressSkipped: true, // do not print information about skipped tests
showSpecTiming: false // print the time elapsed for each spec
Expand Down

0 comments on commit 2cdccbf

Please sign in to comment.