watcher-ts/packages/uni-watcher/.mocharc.json
Ashwin Phatak 9a3ac28a5d
uni-watcher smoke test (#172)
* Created a smoke test for uni-watcher.

* Added test for createPool.

* Added more pool tests.

* Using ethers instead of hardhat-ethers in smoke test.

Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>
2021-07-30 19:50:56 +05:30

7 lines
98 B
JSON

{
"timeout": "30000",
"bail": true,
"exit": true,
"require": "ts-node/register"
}