donal
2018-04-11 c89de6ff3a85b254d74b283f3fd5994434d351cb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Jest Snapshot v1, https://goo.gl/fbAQLP
 
exports[`ComponentView.vue should render like the snapshot 1`] = `
<div
  class="home"
>
  <h2>
    Over view of the todo app's component structure
  </h2>
  
  TODO - have aidan's magical picture here!
 
</div>
`;