UNPKG

node-meraki

Version:
9 lines (7 loc) 223 B
describe('client endpoints', () => { const { meraki } = global it('lists the device clients', () => { return expect(meraki.listClients({ deviceSerial: 'Q2MN-Y8CM-HLVE' })) .resolves.toMatchObject([]) }) })