Files
xahau.js/packages/xrpl/test/.mocharc.json
2021-11-04 23:18:23 -04:00

22 lines
454 B
JSON

{
"diff": true,
"spec": ["./test/*.ts", "./test/models/**/*.ts", "./test/utils/**/*.ts", "./test/wallet/**/*.ts"],
"extension": ["ts"],
"package": "../package.json",
"require": "ts-node/register",
"reporter": "spec",
"slow": 500,
"timeout": 5000,
"recursive": true,
"file": [],
"ui": "bdd",
"watch-files": [
"src/**/*.ts",
"test/**/*.ts"
],
"watch-ignore": [
"test/node_modules/**/*",
"test/vendor/**/*"
]
}