mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-17 22:09:04 +00:00
7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
|
const {
|
||
|
addMatchImageSnapshotPlugin,
|
||
|
} = require('cypress-image-snapshot/plugin');
|
||
|
|
||
|
module.exports = (on) => {
|
||
|
addMatchImageSnapshotPlugin(on);
|
||
|
};
|