UNPKG

redis-sliding-rate-limiter

Version:

Flexible and performant rate limiter based on sliding window algorithm with arbitrary precision

11 lines (10 loc) 197 B
module.exports = { roots: ['<rootDir>/src/tests'], transform: { '^.+\\.tsx?$': 'ts-jest' }, testPathIgnorePatterns: [ '/node_modules/', ], verbose: true, };