bitburner-filesync/.mocharc.jsonc

15 lines
307 B
JSON

{
"bail": false,
"delay": false,
"diff": true,
"extension": ["ts"],
"node-option": "loader=ts-node/esm",
"parallel": true,
"reporter": "spec",
"require": ["./test/setup-tests.ts"],
"slow": "75",
"timeout": "2000",
"ui": "bdd",
"watch-files": ["test/**/*.ts"],
"watch-ignore": []
}