File: index.test.js

package info (click to toggle)
node-telegram-bot-api 2.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,968 kB
  • sloc: javascript: 1,333; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (2)
1
2
3
4
5

test('Exports API', () => {
    const TG = require('../lib/index.js')
    expect(TG).toBeDefined()
})