UNPKG

yoonite-saga

Version:

> Orchestration de workflows transactionnels avec gestion de compensation (pattern Saga)

12 lines (11 loc) 222 B
module.exports = { preset: "ts-jest", testEnvironment: "node", testMatch: ["**/*.spec.ts"], moduleFileExtensions: ["ts", "js", "json"], globals: { "ts-jest": { tsconfig: "tsconfig.json", }, }, };