UNPKG

node-resque

Version:

an opinionated implementation of resque in node

8 lines (7 loc) 187 B
module.exports = { maxWorkers: "50%", testPathIgnorePatterns: ["<rootDir>/__tests__/utils"], transform: { "^.+\\.ts?$": ["ts-jest", { tsconfig: "tsconfig.test.json" }], }, };