Skip to content

Commit

Permalink
isso: tests/unit: Check in isso.js snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ix5 committed Mar 21, 2022
1 parent 7c522eb commit 1ad1a05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions isso/js/tests/unit/__snapshots__/isso.test.js.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Create Postbox 1`] = `"<div id=\\"isso-root\\"></div><div class=\\"isso-postbox\\"><div class=\\"form-wrapper\\"><div class=\\"textarea-wrapper\\"><div class=\\"textarea placeholder\\" contenteditable=\\"true\\">Type Comment Here (at least 3 chars)</div><div class=\\"preview\\"><div class=\\"isso-comment\\"><div class=\\"text-wrapper\\"><div class=\\"text\\"></div></div></div></div></div><section class=\\"auth-section\\"><p class=\\"input-wrapper\\"><input type=\\"text\\" name=\\"author\\" placeholder=\\"Name (optional)\\" value=\\"\\"></p><p class=\\"input-wrapper\\"><input type=\\"email\\" name=\\"email\\" placeholder=\\"E-mail (optional)\\" value=\\"\\"></p><p class=\\"input-wrapper\\"><input type=\\"text\\" name=\\"website\\" placeholder=\\"Website (optional)\\" value=\\"\\"></p><p class=\\"post-action\\"><input type=\\"submit\\" value=\\"Submit\\"></p><p class=\\"post-action\\"><input type=\\"button\\" name=\\"preview\\" value=\\"Preview\\"></p><p class=\\"post-action\\"><input type=\\"button\\" name=\\"edit\\" value=\\"Edit\\"></p></section><section class=\\"notification-section\\" style=\\"display: none;\\"><label><input type=\\"checkbox\\" name=\\"notification\\">Subscribe to email notification of replies</label></section></div></div>"`;

0 comments on commit 1ad1a05

Please sign in to comment.