UNPKG

txq

Version:

TXQ: Bitcoin Transaction Storage Queue Service

12 lines (11 loc) 337 B
module.exports = { roots: ['<rootDir>/tests'], globalSetup: './tests/cfg/globalSetup.js', transform: { '^.+\\.tsx?$': 'ts-jest', }, testRegex: '(/tests/.*|(\\.|/)(test|spec))\\.tsx?$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], testEnvironment: 'node', collectCoverageFrom: ['src/**/*.ts'], };