ens-proxy/test/.mocharc.json

12 lines
183 B
JSON
Raw Permalink Normal View History

2022-08-22 10:14:57 +02:00
{
"require": [
"ts-node/register",
"source-map-support/register",
"mock-local-storage"
],
"full-trace": true,
"bail": true,
"exit": true,
"timeout": "20000"
}