donal
2018-04-12 8a2c1e24fc34f55d811e39cd123e49ab214eb7d2
1
2
3
4
5
6
7
8
9
10
11
12
13
// Jest Snapshot v1, https://goo.gl/fbAQLP
 
exports[`Todo.vue should render like the snapshot 1`] = `
<div>
  <!---->
</div>
`;
 
exports[`Todo.vue should render the html layout like the snapshot (see /__snapshots__/Todo.spec.js.snap) 1`] = `
<div>
  <!---->
</div>
`;