mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-04-27 00:31:16 +00:00
* 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>
7 lines
98 B
JSON
7 lines
98 B
JSON
{
|
|
"timeout": "30000",
|
|
"bail": true,
|
|
"exit": true,
|
|
"require": "ts-node/register"
|
|
}
|