Skip to content

Commit

Permalink
chore: fix linting in mock registry
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed May 29, 2024
1 parent 6574dc9 commit 4b57b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mock-registry/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class MockRegistry {
static tnock (t, host, opts, { debug = false, strict = false } = {}) {
const noMatch = (req) => {
if (debug) {
/* eslint-disable-next-line no-console */
console.error('NO MATCH', t.name, req.options ? req.options : req.path)
}
if (strict) {
Expand Down

0 comments on commit 4b57b95

Please sign in to comment.