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 bin
lib
*.md *.md

@ -8,8 +8,7 @@ const paths = {
}; };
// TODO:Enable all other tests describe('sending files', function sendfileSuite() {
describe.only('sending files', function sendfileSuite() {
const bot = new TelegramBot('token '); const bot = new TelegramBot('token ');
before(function beforeSuite() { before(function beforeSuite() {

Loading…
Cancel
Save