Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Commit

Permalink
test: Enable schema with references generation test
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Nov 29, 2018
1 parent 1bb0f3a commit d8ba260
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ describe('bodyFromSchema', () => {
expect(body.length).to.equal(5);
});

// FIXME: Disabled, see https://github.com/apiaryio/fury-adapter-swagger/pull/212
xit('can generate a structure with references', () => {
it('can generate a structure with references', () => {
const schema = {
type: 'array',
items: {
Expand Down

0 comments on commit d8ba260

Please sign in to comment.