update constructor, add option validation tests

This commit is contained in:
2016-04-14 15:03:29 -07:00
parent 83823ebdf0
commit 5619612943
3 changed files with 60 additions and 13 deletions

View File

@@ -21,5 +21,8 @@
"expect.js": "~0.3.1",
"mocha": "~2.4.5",
"sinon": "~1.17.3"
},
"dependencies": {
"joi": "~8.0.5"
}
}