Files
trezor-suite/packages/suite/__mocks__/react-svg.js
2023-12-01 10:36:47 +01:00

7 lines
100 B
JavaScript

// mock 'react-svg' package
module.exports = {
__esModule: true,
ReactSVG: () => 'SVG',
};