added simple test case (mocha)

This commit is contained in:
John Tantalo
2012-11-27 20:44:37 -08:00
parent ea9d093f0d
commit 08c7a84407
3 changed files with 17 additions and 0 deletions

View File

@@ -17,6 +17,12 @@
"Faisal Salman <fyzlman@gmail.com>"
],
"main": "ua-parser",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"devDependencies": {
"mocha": ">= 1.7.1"
},
"repositories": [
{
"type": "git",