UNPKG

zeebe-node

Version:

The Node.js client library for the Zeebe Workflow Automation Engine.

7 lines (6 loc) 182 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testPathIgnorePatterns: ['node_modules', 'dist'], collectCoverageFrom: ['!src/__tests__/lib/cancelProcesses.ts'] }