Skip to content

Commit 132a299

Browse files
committed
fix(mergers): be a tad smarter re $ref resolving
1 parent e759f29 commit 132a299

File tree

3 files changed

+227
-129
lines changed

3 files changed

+227
-129
lines changed

src/__tests__/__snapshots__/tree.spec.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`SchemaTree output given anyOf combiner placed next to allOf given allOf merging disabled, should still merge 1`] = `
3+
exports[`SchemaTree output compound keywords given anyOf combiner placed next to allOf given allOf merging disabled, should still merge 1`] = `
44
"└─ #
55
├─ combiners
66
│ └─ 0: anyOf
@@ -77,7 +77,7 @@ exports[`SchemaTree output given anyOf combiner placed next to allOf given allOf
7777
"
7878
`;
7979

80-
exports[`SchemaTree output given anyOf combiner placed next to allOf given allOf merging enabled, should merge contents of allOf combiners 1`] = `
80+
exports[`SchemaTree output compound keywords given anyOf combiner placed next to allOf given allOf merging enabled, should merge contents of allOf combiners 1`] = `
8181
"└─ #
8282
├─ combiners
8383
│ └─ 0: anyOf
@@ -148,7 +148,7 @@ exports[`SchemaTree output given anyOf combiner placed next to allOf given allOf
148148
"
149149
`;
150150

151-
exports[`SchemaTree output given oneOf combiner placed next to allOf given allOf merging disabled, should still merge 1`] = `
151+
exports[`SchemaTree output compound keywords given oneOf combiner placed next to allOf given allOf merging disabled, should still merge 1`] = `
152152
"└─ #
153153
├─ combiners
154154
│ └─ 0: oneOf
@@ -225,7 +225,7 @@ exports[`SchemaTree output given oneOf combiner placed next to allOf given allOf
225225
"
226226
`;
227227

228-
exports[`SchemaTree output given oneOf combiner placed next to allOf given allOf merging enabled, should merge contents of allOf combiners 1`] = `
228+
exports[`SchemaTree output compound keywords given oneOf combiner placed next to allOf given allOf merging enabled, should merge contents of allOf combiners 1`] = `
229229
"└─ #
230230
├─ combiners
231231
│ └─ 0: oneOf

0 commit comments

Comments
 (0)