1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00
trezor-wallet/jest.config.js
Vladimír Volek c6292a1375 Added jest
2018-07-30 13:44:39 +02:00

12 lines
205 B
JavaScript

module.exports = {
collectCoverage: true,
testURL: 'http://localhost',
modulePathIgnorePatterns: [
'node_modules',
],
transformIgnorePatterns: [
'src/babel',
],
};