1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 12:59:09 +00:00
trezor-wallet/test/plugins/index.js
2019-04-02 17:41:28 +02:00

6 lines
148 B
JavaScript

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