donal
2018-04-12 9d6970d15ace1d033858f40e1e1459eeca6c6690
1
2
3
4
5
6
7
8
9
10
11
12
13
// Jest Snapshot v1, https://goo.gl/fbAQLP
 
exports[`TodoItem.vue has the expected html structure 1`] = `
<div>
  <div
    class="itemCardAndFlag"
  >
    <!---->
     
    <!---->
  </div>
</div>
`;