Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
domharrington committed Jun 24, 2019
1 parent 3321675 commit b138213
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/api-explorer/__tests__/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,16 +220,11 @@ describe('auth', () => {
});

it('should return nothing for lazy + `splitReferenceDocs`', () => {
const explorer = shallow(
<ApiExplorer
{...props}
appearance={{ splitReferenceDocs: true }}
/>,
);
const explorer = shallow(<ApiExplorer {...props} appearance={{ splitReferenceDocs: true }} />);

const { lazyHash } = explorer.instance();
expect(lazyHash).toEqual({});
})
});

it('should disable lazy render first 5 projects', () => {
const explorer = shallow(<ApiExplorer {...props} />);
Expand Down

0 comments on commit b138213

Please sign in to comment.