diff --git a/src/__tests__/plugin.js b/src/__tests__/plugin.js index 365b63d3..78a24394 100644 --- a/src/__tests__/plugin.js +++ b/src/__tests__/plugin.js @@ -47,7 +47,7 @@ describe('gatsby-remark-embedder', () => { - +
diff --git a/src/__tests__/transformers/CodeSandbox.js b/src/__tests__/transformers/CodeSandbox.js index bf0db790..1fe651b9 100644 --- a/src/__tests__/transformers/CodeSandbox.js +++ b/src/__tests__/transformers/CodeSandbox.js @@ -46,7 +46,7 @@ test('Gets the correct CodeSandbox iframe', () => { const html = getHTML('https://codesandbox.io/s/ynn88nx9x'); expect(html).toMatchInlineSnapshot( - `""` + `""` ); }); @@ -64,11 +64,11 @@ test('Plugin can transform CodeSandbox links', async () => {