1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-12 11:28:56 +00:00
trezor-wallet/jest.config.js

13 lines
225 B
JavaScript
Raw Normal View History

2018-07-30 11:44:39 +00:00
module.exports = {
rootDir: './src',
2018-07-30 11:44:39 +00:00
collectCoverage: true,
testURL: 'http://localhost',
modulePathIgnorePatterns: [
'node_modules',
],
collectCoverageFrom: [
2018-08-27 15:15:22 +00:00
'utils/**.js',
],
2018-07-30 11:44:39 +00:00
};