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

Commit

Permalink
Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
domharrington committed Nov 2, 2018
1 parent 88b2f2f commit cca300c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/api-explorer/__tests__/ResponseSchemaBody.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,5 +271,7 @@ test('should render markdown in the description', () => {

const responseSchemaBody = mount(<ResponseSchemaBody oas={oas} schema={schema} />);

expect(responseSchemaBody.find('a').html()).toEqual('<a href="https://example.com" target="_self">Description</a>');
expect(responseSchemaBody.find('a').html()).toEqual(
'<a href="https://example.com" target="_self">Description</a>',
);
});

0 comments on commit cca300c

Please sign in to comment.