mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-31 06:16:07 +00:00
[webhook] Do not rely on http.Server#listening property
Bug: The 'http.Server#listening' property was added in Node.js v5.7.0! Support the older Node.js versions!
This commit is contained in:
@@ -54,6 +54,7 @@ describe('module.exports', function moduleExportsSuite() {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
describe('TelegramBot', function telegramSuite() {
|
||||
let bot;
|
||||
let testbot;
|
||||
|
Reference in New Issue
Block a user