UNPKG
emotion-reset
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Reset file for emotion JSS library
github.com/sayegh7/emotion-reset
sayegh7/emotion-reset
emotion-reset
/
snapshots.js
7 lines
(5 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
PercyScript = require(
'@percy/script'
) PercyScript.run(
async
(page, percySnapshot) => {
await
page.
goto
(
'http://localhost:3000/'
)
await
percySnapshot(
'Reset elements'
) })