mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 23:15:23 +01:00
7 lines
126 B
JavaScript
7 lines
126 B
JavaScript
const baseConfig = require('../../jest.config.base');
|
|
|
|
module.exports = {
|
|
...baseConfig,
|
|
testEnvironment: 'jsdom',
|
|
};
|