UNPKG

povtor

Version:

Repeat function call depending on the previous call result and specified conditions.

20 lines (19 loc) 383 B
module.exports = { "globals": { "ts-jest": { "disableSourceMapSupport": true } }, "transform": { "^.+\\.ts$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.ts$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] };