1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-22 19:15:43 +00:00
trezor-wallet/test/plugins/index.js
2019-01-07 16:45:19 +01:00

7 lines
154 B
JavaScript

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