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