UNPKG

telegram-mtproto

Version:
8 lines (5 loc) 204 B
const MTProto = require('../lib') test('plugins existance', () => { expect(typeof MTProto.plugins.makePasswordHash).toBe('function') expect(typeof MTProto.plugins.MemoryStorage).toBe('function') })