Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 23, 2018
1 parent 5b78dba commit cb48835
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/helpers/populate.getSchemaTypes.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ describe('getSchemaTypes', function() {
items: [
{ type: 'Book', author: 'test 1' },
{ type: 'EBook', author: 'test 2' },
{ type: 'Other' },
{ type: 'Other' }
]
}
};

var schemaTypes = getSchemaTypes(BundleSchema, doc, 'items.author');

assert.ok(Array.isArray(schemaTypes));
Expand Down

0 comments on commit cb48835

Please sign in to comment.