Skip to content

Commit

Permalink
More logging for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc committed Oct 29, 2024
1 parent 9707109 commit 8549a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nimble-components/karma.conf.headless.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = config => {
plugins: [...config.plugins, 'karma-spec-reporter'],
reporters: ['spec'],
specReporter: {
suppressPassed: true,
suppressPassed: false,
suppressSkipped: false,
showSpecTiming: true
}
Expand Down
2 changes: 1 addition & 1 deletion packages/nimble-components/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module.exports = config => {
},
captureConsole: true
},
logLevel: config.LOG_ERROR, // to disable the WARN 404 for image requests
logLevel: config.LOG_DEBUG, // to disable the WARN 404 for image requests
customHeaders: [
// Test under the OWASP Basic non-strict CSP Policy
// See: https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html#basic-non-strict-csp-policy
Expand Down

0 comments on commit 8549a91

Please sign in to comment.