Files
uniswap-v2/.mocharc.json
2019-12-30 15:21:02 -05:00

7 lines
112 B
JSON

{
"extension": ["ts"],
"spec": "./test/**/*.spec.ts",
"require": "ts-node/register",
"timeout": 12000
}