mirror of
https://github.com/oceanprotocol/ens-proxy.git
synced 2024-12-02 05:57:34 +01:00
12 lines
183 B
JSON
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"
|
|
}
|