UNPKG

@ping-pub/chain-registry-client

Version:

Cosmos Blockchain Registry Client

10 lines 324 B
export default { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['<rootDir>/**/__tests__/**/*'], testPathIgnorePatterns: ['/node_modules/'], coverageDirectory: './coverage', coveragePathIgnorePatterns: ['node_modules', 'src/test', 'src/types'], reporters: ['default', 'jest-junit'], transform: {}, };