2022-01-25 12:25:41 +03:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`<UiFeatureSettingWrapper> renders children when setting is truthy 1`] = `
|
2022-11-18 12:16:11 +03:00
|
|
|
<DocumentFragment>
|
2022-01-25 12:25:41 +03:00
|
|
|
<div>
|
|
|
|
test
|
|
|
|
</div>
|
2022-11-18 12:16:11 +03:00
|
|
|
</DocumentFragment>
|
2022-01-25 12:25:41 +03:00
|
|
|
`;
|
2022-11-18 12:16:11 +03:00
|
|
|
|
|
|
|
exports[`<UiFeatureSettingWrapper> returns null when setting is falsy 1`] = `<DocumentFragment />`;
|
|
|
|
|
|
|
|
exports[`<UiFeatureSettingWrapper> returns null when setting is truthy but children are undefined 1`] = `<DocumentFragment />`;
|