Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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