mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-28 21:07:39 +00:00
How to run the tests.
This commit is contained in:
parent
9fd97861c3
commit
2cc46de512
8
test/README.md
Normal file
8
test/README.md
Normal 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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user