UNPKG

coingecko-api-v3

Version:

The nodejs api library for accessing coingecko api v3 , develop with typescript

17 lines (16 loc) 292 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/**/*.test.ts'], verbose: true, silent: false, collectCoverage: true, coverageThreshold: { global: { branches: 65, functions: 90, lines: 90, statements: 90, }, }, };