mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
22 lines
479 B
JSON
22 lines
479 B
JSON
{
|
|
"diff": true,
|
|
"spec": ["./test/*.test.ts", "./test/models/**/*.test.ts", "./test/utils/**/*.test.ts", "./test/wallet/**/*.test.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/**/*.test.ts"
|
|
],
|
|
"watch-ignore": [
|
|
"test/node_modules/**/*",
|
|
"test/vendor/**/*"
|
|
]
|
|
}
|