mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-26 02:18:25 +08:00
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`<UiFeatureSettingWrapper> renders children when setting is truthy 1`] = `
|
||
|
<UiFeatureSettingWrapper
|
||
|
uiFeature="UIFeature.flair"
|
||
|
>
|
||
|
<div>
|
||
|
test
|
||
|
</div>
|
||
|
</UiFeatureSettingWrapper>
|
||
|
`;
|