Files
xiezheng/node_modules/@pm2/agent/.mocharc.yml
2025-03-14 23:44:26 +08:00

13 lines
244 B
YAML

# This is an example Mocha config containing every Mocha option plus others
allow-uncaught: false
async-only: false
bail: true
color: true
delay: false
exit: true
diff: true
timeout: 5000
trace-warnings: true # node flags ok
ui: bdd
retries: 2