UNPKG

attemptify

Version:

TypeScript retry library with no dependencies.

16 lines (15 loc) 284 B
module.exports = { roots: [ '<rootDir>/test' ], testMatch: [ '**/?(*-)+(spec|tests).[jt]s?(x)' ], transform: { '^.+\\.(ts|tsx)$': 'ts-jest' }, testEnvironment: 'node', moduleNameMapper: { '^@/(.*)$': '<rootDir>/lib/$1', } }