watcher-ts/packages/peer/.mocharc.yml
prathamesh0 787991c432
Add a basic test to demonstrate a p2p connection (#336)
* Add a test to demonstrate a p2p connection

* Use debug for logs

* Perform peer intialization in a separate test
2023-03-09 17:36:27 +05:30

5 lines
70 B
YAML

require:
- 'ts-node/register'
- 'dotenv/config'
timeout: '300000'