Skip to content

Commit 67c54e3

Browse files
author
Josh
committed
Add snapshot testing for hot reloading images
1 parent 58faeee commit 67c54e3

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed
50.7 KB
Loading
50.7 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
import * as React from 'react';
3+
4+
import Layout from '../components/layout';
5+
6+
export default function SomeComponent() {
7+
return (
8+
<Layout>
9+
<h1 data-testid="message">Hello %REPLACEMENT%</h1>
10+
</Layout>
11+
)
12+
}
13+

0 commit comments

Comments
 (0)