1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 03:48:59 +00:00
trezor-wallet/jest.config.js
2018-08-30 20:10:36 +02:00

12 lines
224 B
JavaScript

module.exports = {
rootDir: './src',
collectCoverage: true,
testURL: 'http://localhost',
modulePathIgnorePatterns: [
'node_modules',
],
collectCoverageFrom: [
'utils/**.js',
],
};