summaryrefslogtreecommitdiffstats
path: root/test/index.test.js
blob: 523fb544895ae4f7d06745b0d5b90acff2a42723 (plain)
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;
  });
});