UNPKG

emotion-reset

Version:
7 lines (5 loc) 182 B
const PercyScript = require('@percy/script') PercyScript.run(async (page, percySnapshot) => { await page.goto('http://localhost:3000/') await percySnapshot('Reset elements') })