From 2f1e09188dd13e96c34c6cf9f0c82f89b21a7c93 Mon Sep 17 00:00:00 2001 From: Mehrshad Date: Tue, 14 May 2024 19:23:56 +0330 Subject: [PATCH] WIP --- tests/bot_test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bot_test.js b/tests/bot_test.js index aea44476..b0bf6d0c 100644 --- a/tests/bot_test.js +++ b/tests/bot_test.js @@ -116,6 +116,7 @@ describe('Telegram bot test', () => { console.log("++++log"); const res = await client.sendCommand(command); console.log("-----------log"); + console.log(res); expect(res.ok).to.be.equal(true); const updates = await client.getUpdates(); console.log("updates:");