Module

x/cockatiel/.mocharc.js

🐦 A resilience and transient-fault-handling library that allows developers to express policies such as Backoff, Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. Inspired by .NET Polly.
Go to Latest
File
module.exports = { require: ['source-map-support/register'], timeout: 10 * 1000, spec: 'dist/**/*.test.js',};