mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 12:59:09 +00:00
6 lines
148 B
JavaScript
6 lines
148 B
JavaScript
const { addMatchImageSnapshotPlugin } = require('cypress-image-snapshot/plugin');
|
|
|
|
module.exports = on => {
|
|
addMatchImageSnapshotPlugin(on);
|
|
};
|