UNPKG

xenapi

Version:

module to interact with Citrix XenServer api

12 lines (10 loc) 293 B
var should = require('should'); var xenapi = require('../lib/main'); describe('xenapi', function() { describe('with no arguments', function() { it('returns an empty array', function() { var result = xenapi(); result.should.eql([]); }); }); });