Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 1, 2017
1 parent 742c097 commit e8ac03a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions test/__snapshots__/List.spec.js.snap
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`List.vue matches snapshot 1`] = `
"<ul data-server-rendered=\\"true\\"><li>
item 1
</li><li>
item 2
</li></ul>"
<ul>
<li>
item 1
</li>
<li>
item 2
</li>
</ul>
`;

0 comments on commit e8ac03a

Please sign in to comment.