UNPKG

zoho

Version:

Node.js client library for Zoho

10 lines (8 loc) 205 B
var assert = require('assert'), Zoho = require('../lib'); // Zoho describe('Zoho', function () { it('Zoho should be a function', function () { assert.equal(typeof Zoho, 'function'); }); });