UNPKG

petfinder

Version:
7 lines (6 loc) 152 B
var index = require('../index'); describe("index.js", function () { it("should exist", function () { expect(index).to.not.be.undefined; }); });