UNPKG
zoho
Version:
latest (1.0.0)
1.0.0
0.5.0
0.4.4
0.4.3
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
Node.js client library for Zoho
github.com/4yopping/zoho
4yopping/zoho
zoho
/
test
/
zoho.js
10 lines
(8 loc)
•
205 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
assert =
require
(
'assert'
),
Zoho
=
require
(
'../lib'
);
// Zoho
describe
(
'Zoho'
,
function
(
) {
it
(
'Zoho should be a function'
,
function
(
) { assert.
equal
(
typeof
Zoho
,
'function'
); }); });