Skip to content

Commit 77abdd3

Browse files
author
Daniel Sum
committed
feat: fix jest testing and update readme/doc
1 parent 208aeb1 commit 77abdd3

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

test/__snapshots__/index.test.tsx.snap

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,16 @@
22

33
exports[`Index renders the html we want 1`] = `
44
<div>
5+
<h1
6+
className="text-3xl font-bold underline"
7+
>
8+
Hello world!
9+
</h1>
510
You're signed in as
611
Baa
712
and you're
813
Healthy
9-
. Go to the
10-
11-
<a
12-
href="/about"
13-
onClick={[Function]}
14-
onMouseEnter={[Function]}
15-
>
16-
about
17-
</a>
18-
19-
page.
14+
.
2015
<div>
2116
<input
2217
onChange={[Function]}

0 commit comments

Comments
 (0)