UNPKG
jest-html
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
Preview Jest snapshots right in your browser
github.com/guigrpa/jest-html
guigrpa/jest-html
jest-html
/
lib
/
public
/
index.html
12 lines
(11 loc)
•
259 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype
html
>
<
html
>
<
head
>
<
title
>
Jest Snapshot Previewer
</
title
>
<
link
rel
=
'icon'
type
=
'image/ico'
href
=
'/favicon.ico'
>
</
head
>
<
body
class
=
"jest"
>
<
div
id
=
"app"
>
</
div
>
<
script
src
=
'/assets/app.bundle.js'
>
</
script
>
</
body
>
</
html
>