You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/__tests__/__snapshots__/tree.spec.ts.snap
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
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`] =`
4
4
"└─ #
5
5
├─ combiners
6
6
│ └─ 0: anyOf
@@ -77,7 +77,7 @@ exports[`SchemaTree output given anyOf combiner placed next to allOf given allOf
77
77
"
78
78
`;
79
79
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`] =`
81
81
"└─ #
82
82
├─ combiners
83
83
│ └─ 0: anyOf
@@ -148,7 +148,7 @@ exports[`SchemaTree output given anyOf combiner placed next to allOf given allOf
148
148
"
149
149
`;
150
150
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`] =`
152
152
"└─ #
153
153
├─ combiners
154
154
│ └─ 0: oneOf
@@ -225,7 +225,7 @@ exports[`SchemaTree output given oneOf combiner placed next to allOf given allOf
225
225
"
226
226
`;
227
227
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`] =`
0 commit comments