mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-13 03:48:59 +00:00
12 lines
224 B
JavaScript
12 lines
224 B
JavaScript
module.exports = {
|
|
rootDir: './src',
|
|
collectCoverage: true,
|
|
testURL: 'http://localhost',
|
|
modulePathIgnorePatterns: [
|
|
'node_modules',
|
|
],
|
|
collectCoverageFrom: [
|
|
'utils/**.js',
|
|
],
|
|
};
|