mirror of
https://github.com/theoludwig/p61-project.git
synced 2024-07-17 07:00:12 +02:00
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>
|
||
|
`;
|