2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-28 12:57:38 +00:00

How to run the tests.

This commit is contained in:
Yago 2015-09-26 19:06:28 +02:00
parent 9fd97861c3
commit 2cc46de512

8
test/README.md Normal file
View File

@ -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
```