mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 04:46:20 +00:00
9a3ac28a5d
* 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"
|
|
}
|