mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-10 18:26:15 +02:00
refactor(starter): upgrade to new version of gatsby
This commit is contained in:
15
src/components/Icon/__snapshots__/Icon.test.tsx.snap
Normal file
15
src/components/Icon/__snapshots__/Icon.test.tsx.snap
Normal file
@@ -0,0 +1,15 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`Icon renders correctly 1`] = `
|
||||
<svg
|
||||
className="icon"
|
||||
viewBox="0 0 0 0"
|
||||
>
|
||||
<title>
|
||||
test
|
||||
</title>
|
||||
<path
|
||||
d=""
|
||||
/>
|
||||
</svg>
|
||||
`;
|
Reference in New Issue
Block a user