Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 501 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 501 Bytes

Tests

codecov

Create .env file in the root directory and add the following environment variables:

TEST_TELEGRAM_TOKEN=your_bot_token
TEST_USER_ID=your_user_id
TEST_GROUP_ID=your_group_id
TEST_GROUP_MEMBER_ID=your_group_member_id
TEST_CHANNEL_ID=your_channel_id
npm test
npm run lint
npm run format:check