UNPKG
@hcdesigns/zoho
Version:
latest (1.0.0)
1.0.0
Node.js client library for Zoho
github.com/4yopping/zoho
4yopping/zoho
@hcdesigns/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'
); }); });