ens-proxy/test/.mocharc.json
2022-08-22 11:14:57 +03:00

12 lines
183 B
JSON

{
"require": [
"ts-node/register",
"source-map-support/register",
"mock-local-storage"
],
"full-trace": true,
"bail": true,
"exit": true,
"timeout": "20000"
}