Skip to content

Commit

Permalink
Update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
captainsafia committed Oct 28, 2020
1 parent ca79688 commit 19823da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/outputs/__tests__/__snapshots__/media.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ exports[`LaTeX Should render LaTeX 1`] = `
onError={[Function]}
onLoad={null}
options={Object {}}
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.8/MathJax.js?config=TeX-MML-AM_CHTML"
>
<MathJaxText
onRender={null}
Expand All @@ -1444,7 +1444,11 @@ exports[`Markdown Should render markdown 1`] = `
source="# Header"
>
<ReactMarkdown
astPlugins={Array []}
astPlugins={
Array [
[Function],
]
}
className="markdown-body "
escapeHtml={false}
parserOptions={Object {}}
Expand Down

0 comments on commit 19823da

Please sign in to comment.