UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

10 lines (7 loc) 178 B
const _snapshot = require('snap-shot-it') const mockfs = require('mock-fs') const snapshot = (...args) => { mockfs.restore() _snapshot(...args) } module.exports = snapshot