From 2cc46de512035718db423c33a2590ae118306e4b Mon Sep 17 00:00:00 2001 From: Yago Date: Sat, 26 Sep 2015 19:06:28 +0200 Subject: [PATCH] How to run the tests. --- test/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/README.md 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 +```