diff --git a/.eslintignore b/.eslintignore index 66758cc..417342d 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,2 @@ bin -lib *.md diff --git a/test/test.sendfile.js b/test/test.sendfile.js index 41fa94c..7b69db7 100644 --- a/test/test.sendfile.js +++ b/test/test.sendfile.js @@ -8,8 +8,7 @@ const paths = { }; -// TODO:Enable all other tests -describe.only('sending files', function sendfileSuite() { +describe('sending files', function sendfileSuite() { const bot = new TelegramBot('token '); before(function beforeSuite() {