diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000..a34547c --- /dev/null +++ b/test/README.md @@ -0,0 +1,8 @@ +Running the tests: + +```bash +export TEST_TELEGRAM_TOKEN= +# User Id which you want to send the messages. +export TEST_USER_ID= +npm run test +```