1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-14 12:29:31 +00:00
trezor-wallet/jest.config.js
2018-07-30 14:17:49 +02:00

13 lines
228 B
JavaScript

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