add tests

This commit is contained in:
Roman Shtylman
2014-02-13 23:41:49 -05:00
parent ac70515143
commit ad64611bd1
2 changed files with 92 additions and 1 deletions

View File

@@ -12,7 +12,12 @@
"optimist": "0.3.4",
"debug": "0.7.4"
},
"devDependencies": {},
"devDependencies": {
"mocha": "~1.17.0"
},
"scripts": {
"test": "mocha --ui qunit --reporter list -- test/index.js"
},
"bin": {
"lt": "./bin/client"
},