Skip to content

Commit

Permalink
Remove obsolete snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
marcodejongh authored and conorhastings committed Oct 31, 2018
1 parent e8e24a5 commit 144b899
Showing 1 changed file with 0 additions and 66 deletions.
66 changes: 0 additions & 66 deletions __tests__/__snapshots__/light-async.js.snap
@@ -1,71 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`SyntaxHighlighter async load language if not registered 1`] = `
<pre
style={
Object {
"MozHyphens": "none",
"MozTabSize": "4",
"OTabSize": "4",
"WebkitHyphens": "none",
"background": "#f5f2f0",
"color": "black",
"fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
"hyphens": "none",
"lineHeight": "1.5",
"margin": ".5em 0",
"msHyphens": "none",
"overflow": "auto",
"padding": "1em",
"tabSize": "4",
"textAlign": "left",
"textShadow": "0 1px white",
"whiteSpace": "pre",
"wordBreak": "normal",
"wordSpacing": "normal",
"wordWrap": "normal",
}
}
>
<code
style={
Object {
"MozHyphens": "none",
"MozTabSize": "4",
"OTabSize": "4",
"WebkitHyphens": "none",
"background": "none",
"color": "black",
"fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
"hyphens": "none",
"lineHeight": "1.5",
"msHyphens": "none",
"tabSize": "4",
"textAlign": "left",
"textShadow": "0 1px white",
"whiteSpace": "pre",
"wordBreak": "normal",
"wordSpacing": "normal",
"wordWrap": "normal",
}
}
>
print(
<span
className={
Array [
"hljs-string",
]
}
style={Object {}}
>
'hello'
</span>
)
</code>
</pre>
`;

exports[`SyntaxHighlighter render as text if language doesnt exist 1`] = `
<pre
style={
Expand Down

0 comments on commit 144b899

Please sign in to comment.