UNPKG
node-meraki
Version:
latest (5.12.1)
5.12.1
5.12.0
5.11.0
5.10.1
5.10.0
5.9.3
5.9.2
5.9.1
5.9.0
5.8.0
5.7.0
5.6.0
5.5.0
5.4.0
5.3.0
5.2.1
5.2.0
5.1.1
5.1.0
5.0.0
4.0.1
4.0.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.3.2
1.3.1
1.3.0
1.1.0
1.0.0
Meraki wrapper for nodejs
github.com/zebbra-repos/node-meraki
zebbra-repos/node-meraki
node-meraki
/
test
/
unit
/
rest
/
templates.spec.js
14 lines
(12 loc)
•
282 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
describe
(
'template endpoints'
,
() =>
{
const
{ meraki, orgId } =
global
it
(
'lists the organisation templates'
,
() =>
{
return
expect
( meraki.
listConfigurationTemplates
({ orgId }) ).
resolves
.
toMatchObject
([ {
name
:
'zebbra HQ'
} ]) }) })