Files
xahau.js/test/.mocharc.json
Omar Khan 43802f9e22 add getXAddress to Wallet (#1558)
- add getXAddress to Wallet
- refactor wallet tests
2021-10-04 14:10:11 -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/**/*"
]
}