Skip to content

Commit 7615367

Browse files
committed
- Updated snapshot
1 parent e19624e commit 7615367

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/__snapshots__/index.spec.js.snap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3660,7 +3660,7 @@ export const $CompositionWithAllOfAndNullable = {
36603660
type: 'ModelWithArray',
36613661
}, {
36623662
type: 'ModelWithDictionary',
3663-
}, ]
3663+
}],
36643664
isNullable: true,
36653665
},
36663666
},
@@ -3684,7 +3684,7 @@ export const $CompositionWithAnyOf = {
36843684
type: 'ModelWithArray',
36853685
}, {
36863686
type: 'ModelWithDictionary',
3687-
}, ]
3687+
}],
36883688
},
36893689
},
36903690
};"
@@ -3711,7 +3711,7 @@ export const $CompositionWithAnyOfAndNullable = {
37113711
type: 'ModelWithArray',
37123712
}, {
37133713
type: 'ModelWithDictionary',
3714-
}, ]
3714+
}],
37153715
isNullable: true,
37163716
},
37173717
},
@@ -3738,7 +3738,7 @@ export const $CompositionWithAnyOfAnonymous = {
37383738
type: 'string',
37393739
}, {
37403740
type: 'number',
3741-
}, ]
3741+
}],
37423742
},
37433743
},
37443744
};"
@@ -3761,7 +3761,7 @@ export const $CompositionWithOneOf = {
37613761
type: 'ModelWithArray',
37623762
}, {
37633763
type: 'ModelWithDictionary',
3764-
}, ]
3764+
}],
37653765
},
37663766
},
37673767
};"
@@ -3788,7 +3788,7 @@ export const $CompositionWithOneOfAndNullable = {
37883788
type: 'ModelWithArray',
37893789
}, {
37903790
type: 'ModelWithDictionary',
3791-
}, ]
3791+
}],
37923792
isNullable: true,
37933793
},
37943794
},
@@ -3815,7 +3815,7 @@ export const $CompositionWithOneOfAnonymous = {
38153815
type: 'string',
38163816
}, {
38173817
type: 'number',
3818-
}, ]
3818+
}],
38193819
},
38203820
},
38213821
};"
@@ -3971,7 +3971,7 @@ export const $ModelThatExtends = {
39713971
type: 'ModelWithString',
39723972
},
39733973
},
3974-
}, ]
3974+
}],
39753975
};"
39763976
`;
39773977

@@ -3995,7 +3995,7 @@ export const $ModelThatExtendsExtends = {
39953995
type: 'ModelWithString',
39963996
},
39973997
},
3998-
}, ]
3998+
}],
39993999
};"
40004000
`;
40014001

0 commit comments

Comments
 (0)