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 5990a98 commit d6d810dCopy full SHA for d6d810d
package.json
@@ -53,7 +53,7 @@
53
"fast-deep-equal": "^3.1.3",
54
"fast-uri": "^2.1.0",
55
"rfdc": "^1.2.0",
56
- "json-schema-ref-resolver": "^1.0.0"
+ "json-schema-ref-resolver": "^1.0.1"
57
},
58
"standard": {
59
"ignore": [
test/ref.test.js
@@ -1377,7 +1377,10 @@ test('Bad key', t => {
1377
})
1378
t.fail('Should throw')
1379
} catch (err) {
1380
- t.equal(err.message, 'Schema with id "extrenal" is not found.')
+ t.equal(
1381
+ err.message,
1382
+ 'Cannot resolve ref "extrenal#/definitions/projectId". Schema with id "extrenal" is not found.'
1383
+ )
1384
}
1385
1386
0 commit comments