// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Parent.vue mount snapshot 1`] = `

parent

this is a child component

this is a child component

this is a child component

`; exports[`Parent.vue mount snapshot 2`] = `

parent

this is a child component

this is a child component

this is a child component

`; exports[`Parent.vue properly serializes a fully-mounted wrapper 1`] = `

parent

this is a child component

this is a child component

this is a child component

`; exports[`Parent.vue properly serializes a shallowly-rendered wrapper 1`] = `

parent

`; exports[`Parent.vue shallow snapshot 1`] = `

parent

`;