| Derick Montague | 383184c | 2020-12-01 12:30:19 -0600 | [diff] [blame] | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | |||||
| 3 | exports[`PageSection.vue should render correctly 1`] = ` | ||||
| 4 | <div | ||||
| 5 | class="page-section" | ||||
| 6 | > | ||||
| 7 | <h2> | ||||
| 8 | PageSection test title | ||||
| 9 | </h2> | ||||
| 10 | |||||
| 11 | </div> | ||||
| 12 | `; | ||||