7 lines
No EOL
166 B
JavaScript
7 lines
No EOL
166 B
JavaScript
const {
|
|
addMatchImageSnapshotPlugin,
|
|
} = require('cypress-image-snapshot/plugin');
|
|
|
|
module.exports = (on, config) => {
|
|
addMatchImageSnapshotPlugin(on, config);
|
|
}; |