UNPKG

@blockchain-api/bitcoin-js

Version:
13 lines (12 loc) 283 B
module.exports = { roots: ['<rootDir>/src'], testMatch: [ "**/__tests__/**/*.+(ts|tsx|js)", "**/?(*.)+(spec|test).+(ts|tsx|js)" ], transform: { "^.+\\.(ts|tsx)$": "ts-jest" }, collectCoverage: true, coverageReporters: ['json', 'lcov', 'text'] }