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 6574dc9 commit 4b57b95Copy full SHA for 4b57b95
1 file changed
mock-registry/lib/index.js
@@ -43,6 +43,7 @@ class MockRegistry {
43
static tnock (t, host, opts, { debug = false, strict = false } = {}) {
44
const noMatch = (req) => {
45
if (debug) {
46
+ /* eslint-disable-next-line no-console */
47
console.error('NO MATCH', t.name, req.options ? req.options : req.path)
48
}
49
if (strict) {
0 commit comments