openreplay/frontend/cypress/plugins/index.js

7 lines
No EOL
166 B
JavaScript

const {
addMatchImageSnapshotPlugin,
} = require('cypress-image-snapshot/plugin');
module.exports = (on, config) => {
addMatchImageSnapshotPlugin(on, config);
};