12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`<ExternalLink /> renders correctly 1`] = `
|
||
|
<Text
|
||
|
href="https://www.unistra.fr/"
|
||
|
onPress={[Function]}
|
||
|
role="link"
|
||
|
>
|
||
|
Awesome Link!
|
||
|
</Text>
|
||
|
`;
|