Skip to content

Commit 5b6771f

Browse files
committed
set allowMetaPatches option so $$refs are present
1 parent 71751f9 commit 5b6771f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/specmap/all-of.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ describe('allOf', function () {
8585
})
8686
})
8787

88-
it.skip('should set $$ref values', function () {
88+
it('should set $$ref values', function () {
8989
return mapSpec({
90+
allowMetaPatches: true,
9091
spec: {
9192
Pet: {
9293
type: 'object',

0 commit comments

Comments
 (0)