UNPKG

availity-ekko

Version:

Mock server simulating Availity API rest services

12 lines (9 loc) 226 B
/* globals describe, it */ var chai = require('chai'); var expect = chai.expect; var Ekko = require('../index'); describe('Ekko', function() { it('should be defined', function() { expect(Ekko).to.be.defined; }); });