2019-03-22 09:52:48 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
2019-06-06 15:53:50 +02:00
|
|
|
exports[`connecting a component to store connecting a component to a local store 1`] = `"<div></div>"`;
|
|
|
|
|
|
|
|
|
|
exports[`connecting a component to store connecting a component to a local store 2`] = `"<div><span>hello</span></div>"`;
|
|
|
|
|
|
2019-03-22 11:09:57 +01:00
|
|
|
exports[`connecting a component to store connecting a component works 1`] = `"<div></div>"`;
|
2019-03-22 09:52:48 +01:00
|
|
|
|
2019-03-22 11:09:57 +01:00
|
|
|
exports[`connecting a component to store connecting a component works 2`] = `"<div><span>hello</span></div>"`;
|
2019-04-15 11:44:03 +02:00
|
|
|
|
|
|
|
|
exports[`connecting a component to store deep and shallow connecting a component 1`] = `"<div><span>Kasteel</span></div>"`;
|
|
|
|
|
|
|
|
|
|
exports[`connecting a component to store deep and shallow connecting a component 2`] = `"<div><span>Kasteel</span></div>"`;
|
|
|
|
|
|
|
|
|
|
exports[`connecting a component to store deep and shallow connecting a component 3`] = `"<div><span>Bertinchamps</span></div>"`;
|
|
|
|
|
|
|
|
|
|
exports[`connecting a component to store deep and shallow connecting a component 4`] = `"<div><span>Kasteel</span></div>"`;
|