Running the tests: ```bash # Token to be used export TEST_TELEGRAM_TOKEN= # User Id which you want to send the messages. export TEST_USER_ID= # Group Id which to use in some of the tests, e.g. for TelegramBot#getChat() export TEST_GROUP_ID= # Game short name which to use in some of the tests, e.g. TelegramBot#sendGame() export TEST_GAME_SHORT_NAME= # Run tests npm run test ```