Configure throttle plugin and allow setting token on the action to increase rate limit

This commit is contained in:
Imran Ismail
2021-05-12 13:20:07 +08:00
parent b67a0e7e1b
commit 60d57572ce
14 changed files with 23344 additions and 15473 deletions

View File

@@ -4,7 +4,7 @@ module.exports = {
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
testTimeout: 60000,
testTimeout: 3600000,
transform: {
'^.+\\.ts$': 'ts-jest'
},