Skip to content

Commit

Permalink
Update packages/server/src/__tests__/plugin/landingPage/getEmbeddedEx…
Browse files Browse the repository at this point in the history
…plorerHTML.test.ts
  • Loading branch information
mayakoneval committed May 2, 2023
1 parent 8ff7ce1 commit 7927a3f
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -204,8 +204,9 @@ describe('Embedded Explorer Landing Page Config HTML', () => {
},
graphRef: 'graph@current',
};
expect(getEmbeddedExplorerHTML(cdnVersion, config, apolloServerVersion, 'nonce'))
.toMatchInlineSnapshot(`
expect(
getEmbeddedExplorerHTML(cdnVersion, config, apolloServerVersion, 'nonce'),
).toMatchInlineSnapshot(`
<div class="fallback">
<h1>
Welcome to Apollo Server
Expand Down

0 comments on commit 7927a3f

Please sign in to comment.