mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-28 03:08:30 +00:00
12 lines
205 B
JavaScript
12 lines
205 B
JavaScript
|
module.exports = {
|
||
|
collectCoverage: true,
|
||
|
testURL: 'http://localhost',
|
||
|
|
||
|
modulePathIgnorePatterns: [
|
||
|
'node_modules',
|
||
|
],
|
||
|
transformIgnorePatterns: [
|
||
|
'src/babel',
|
||
|
],
|
||
|
};
|