2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-31 14:25:57 +00:00

doc: Improve project documentation

This commit is contained in:
GochoMugo
2017-01-11 18:18:24 +03:00
parent e77c5ad8ec
commit ef3574ee88
11 changed files with 1239 additions and 820 deletions

View File

@@ -13,6 +13,10 @@ export TEST_GROUP_ID=<GROUP_ID>
# Game short name which to use in some of the tests, e.g. TelegramBot#sendGame()
export TEST_GAME_SHORT_NAME=<GAME_SHORT_NAME>
# Run tests
# Run ALL tests
npm run test
# Run individual tests
npm run eslint # static-analysis
npm run mocha # mocha tests
```