UNPKG

backoff-rxjs

Version:

A collection of helpful RxJS operators to deal with backoff strategies (like exponential backoff)

16 lines (15 loc) 246 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: [ "<rootDir>/spec/**/*.ts", ], coverageThreshold: { global: { branches: 90, functions: 90, lines: 90, statements: 90 } } };