Skip to content

Commit 30f2457

Browse files
committed
Unskip allOf->allOf test
1 parent 1e5950a commit 30f2457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specmap/all-of.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ describe('allOf', function () {
337337
})
338338

339339
// TODO: this needs to get fixed
340-
it.skip('should handle case, with an `allOf` referencing an `allOf` ', function () {
340+
it('should handle case, with an `allOf` referencing an `allOf` ', function () {
341341
return mapSpec({
342342
plugins: [plugins.refs, plugins.allOf],
343343
showDebug: true,

0 commit comments

Comments
 (0)