1 2 3 4 5 6 7
var index = require('../index'); describe("index.js", function () { it("should exist", function () { expect(index).to.not.be.undefined; }); });