16
1
mirror of https://github.com/cerc-io/watcher-ts synced 2025-03-10 21:29:23 +00:00
watcher-ts/packages/lighthouse-watcher/.mocharc.yml
Ashwin Phatak 4fb0d95135
Lighthouse watcher ()
* Implement watcher for Lighthouse StorageRequest event.

* Add smoke test for lighthouse watcher.

* Add fileCost as value to Lighthouse store call.

Co-authored-by: nabarun <nabarun@deepstacksoft.com>
2021-08-11 17:27:49 +05:30

5 lines
125 B
YAML

timeout: '10000'
bail: true
exit: true # TODO: Find out why the program doesn't exit on its own.
require: 'ts-node/register'