src: Minor fix, complete TODO

release
GochoMugo 8 years ago
parent b774ff436f
commit 3b603b1dbd
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4
  1. 1
      .eslintignore
  2. 3
      test/test.sendfile.js

@ -1,3 +1,2 @@
bin
lib
*.md

@ -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() {

Loading…
Cancel
Save