UNPKG

@mr-hooks/use-retry

Version:

A hook for auto retrying asynchronous operations with a backoff strategy

14 lines (13 loc) 229 B
module.exports = { preset: 'ts-jest', testEnvironment: 'jsdom', collectCoverage: true, coverageThreshold: { global: { branches: 100, functions: 100, lines: 100, statements: 100, }, }, };