diff --git a/packages/api-explorer/__tests__/ResponseSchemaBody.test.jsx b/packages/api-explorer/__tests__/ResponseSchemaBody.test.jsx
index affb15382..a677f8d84 100644
--- a/packages/api-explorer/__tests__/ResponseSchemaBody.test.jsx
+++ b/packages/api-explorer/__tests__/ResponseSchemaBody.test.jsx
@@ -271,5 +271,7 @@ test('should render markdown in the description', () => {
const responseSchemaBody = mount();
- expect(responseSchemaBody.find('a').html()).toEqual('Description');
+ expect(responseSchemaBody.find('a').html()).toEqual(
+ 'Description',
+ );
});