Skip to content

Commit

Permalink
fix: snapshot after refractor upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Jul 24, 2019
1 parent d943a24 commit af43550
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

exports[`formatted ssr component 1`] = `
"<style data-emotion-css=\\"1qat138\\">.css-1qat138 .remirror-editor{caret-color:currentColor;word-wrap:break-word;white-space:pre-wrap;overflow-wrap:break-word;}.css-1qat138 .remirror-editor:focus{outline:none;}.css-1qat138 code[class*='language-'],.css-1qat138 pre[class*='language-']{color:#c5c8c6;text-shadow:0 1px rgba(0,0,0,0.3);font-family:Inconsolata,Monaco,Consolas,'Courier New',Courier,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;}.css-1qat138 pre[class*='language-']{padding:1em;margin:0.5em 0;overflow:auto;border-radius:0.3em;}.css-1qat138:not(pre) > code[class*='language-'],.css-1qat138 pre[class*='language-']{background:#1d1f21;}.css-1qat138:not(pre) > code[class*='language-']{padding:0.1em;border-radius:0.3em;}.css-1qat138 .token.comment,.css-1qat138 .token.prolog,.css-1qat138 .token.doctype,.css-1qat138 .token.cdata{color:#7c7c7c;}.css-1qat138 .token.punctuation{color:#c5c8c6;}.css-1qat138 .namespace{opacity:0.7;}.css-1qat138 .token.property,.css-1qat138 .token.keyword,.css-1qat138 .token.tag{color:#96cbfe;}.css-1qat138 .token.class-name{color:#ffffb6;-webkit-text-decoration:underline;text-decoration:underline;}.css-1qat138 .token.boolean,.css-1qat138 .token.constant{color:#99cc99;}.css-1qat138 .token.symbol,.css-1qat138 .token.deleted{color:#f92672;}.css-1qat138 .token.number{color:#ff73fd;}.css-1qat138 .token.selector,.css-1qat138 .token.attr-name,.css-1qat138 .token.string,.css-1qat138 .token.char,.css-1qat138 .token.builtin,.css-1qat138 .token.inserted{color:#a8ff60;}.css-1qat138 .token.variable{color:#c6c5fe;}.css-1qat138 .token.operator{color:#ededed;}.css-1qat138 .token.entity{color:#ffffb6;}.css-1qat138 .token.url{color:#96cbfe;}.css-1qat138 .language-css .token.string,.css-1qat138 .style .token.string{color:#87c38a;}.css-1qat138 .token.atrule,.css-1qat138 .token.attr-value{color:#f9ee98;}.css-1qat138 .token.function{color:#dad085;}.css-1qat138 .token.regex{color:#e9c062;}.css-1qat138 .token.important{color:#fd971f;}.css-1qat138 .token.important,.css-1qat138 .token.bold{font-weight:bold;}.css-1qat138 .token.italic{font-style:italic;}.css-1qat138 .token.entity{cursor:help;}</style><div class=\\"css-1qat138\\"><div role=\\"textbox\\" aria-multiline=\\"true\\" aria-label=\\"\\" class=\\"Prosemirror remirror-editor\\" contenteditable=\\"true\\"><pre class=\\"language-markdown\\"><code><span class=\\"token title important\\"><span class=\\"token punctuation\\">#</span> Welcome</span>
<span class=\\"token bold\\"><span class=\\"token punctuation\\">**</span>To the greatest show<span class=\\"token punctuation\\">**</span></span>
<span class=\\"token bold\\"><span class=\\"token punctuation\\">**</span><span class=\\"token content\\">To the greatest show</span><span class=\\"token punctuation\\">**</span></span>
<span class=\\"token italic\\"><span class=\\"token punctuation\\">_</span>Ever created<span class=\\"token punctuation\\">_</span></span>.</code></pre></div></div>"
<span class=\\"token italic\\"><span class=\\"token punctuation\\">_</span><span class=\\"token content\\">Ever created</span><span class=\\"token punctuation\\">_</span></span>.</code></pre></div></div>"
`;
exports[`ssr component 1`] = `
Expand Down
2 changes: 1 addition & 1 deletion e2e/wysiwyg.ssr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('Wysiwyg Editor Snapshots', () => {
<span class=\\"token punctuation\\">\`\`\`</span></span>
<span class=\\"token code\\"><span class=\\"token punctuation\\">\`\`\`</span><span class=\\"token code-language\\">bash</span>
<span class=\\"token code-block language-bash\\"><span class=\\"token keyword\\">echo</span> <span class=\\"token string\\">\\"fun times\\"</span></span>
<span class=\\"token code-block language-bash\\"><span class=\\"token builtin class-name\\">echo</span> <span class=\\"token string\\">\\"fun times\\"</span></span>
<span class=\\"token punctuation\\">\`\`\`</span></span>
Use Shift-Enter or Mod-Enter to hard break out of the code block</code></pre><p><br></p><ul><li><p>List support</p><ul><li><p>With nesting</p></li></ul></li><li><p>Built in.</p></li></ul><p><br></p><blockquote><p>Block quotes</p><h3>With support for headers</h3></blockquote><p><br></p><p>And <a href=\\"https://google.com\\" rel=\\"noopener noreferrer nofollow\\">urls</a> with support for <code>Cmd-k</code> shortcut to enter a link manually.</p><p><br></p><p><br></p></div>"
Expand Down

0 comments on commit af43550

Please sign in to comment.