diff options
Diffstat (limited to 'spec/index.spec.js')
-rw-r--r-- | spec/index.spec.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/index.spec.js b/spec/index.spec.js new file mode 100644 index 0000000..41a5bfe --- /dev/null +++ b/spec/index.spec.js @@ -0,0 +1,5 @@ +describe("index.js", function () { + it("should exist", function () { + require('../index').should.not.be.undefined; + }); +}); |