UNPKG

@cluelesscoders/request-pool

Version:

Create request pool queue for all types of http request

14 lines (13 loc) 269 B
module.exports = { globals: { 'ts-jest': { tsConfig: 'tsconfig.json', }, }, moduleFileExtensions: ['ts', 'js', 'json'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest', }, testMatch: ['**/tests/**/*.test.(ts|js)'], testEnvironment: 'node', };