How to run the tests.

experimental
Yago 10 years ago
parent 9fd97861c3
commit 2cc46de512
  1. 8
      test/README.md

@ -0,0 +1,8 @@
Running the tests:
```bash
export TEST_TELEGRAM_TOKEN=<YOUR_BOT_TOKEN>
# User Id which you want to send the messages.
export TEST_USER_ID=<USER_ID>
npm run test
```
Loading…
Cancel
Save