Added testing suite

This commit is contained in:
tstone 2012-06-13 23:05:31 -06:00
parent c37d77a31d
commit d16e675ae8
86 changed files with 473 additions and 0 deletions

View file

@ -16,6 +16,10 @@
"type": "git",
"url": "https://github.com/coreyti/showdown.git"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"licenses": [{ "type": "BSD" }],
"main": "./src/showdown"
}