mirror of https://github.com/vector-im/riot-web
14 lines
425 B
Plaintext
14 lines
425 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<UiFeatureSettingWrapper> renders children when setting is truthy 1`] = `
|
|
<DocumentFragment>
|
|
<div>
|
|
test
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|
|
|
|
exports[`<UiFeatureSettingWrapper> returns null when setting is falsy 1`] = `<DocumentFragment />`;
|
|
|
|
exports[`<UiFeatureSettingWrapper> returns null when setting is truthy but children are undefined 1`] = `<DocumentFragment />`;
|