Initial check in of testing scripts.

This commit is contained in:
Arthur Britto
2012-09-15 14:37:21 -07:00
parent cc467bf1d3
commit b8f2b6c0dc
5 changed files with 192 additions and 1 deletions

9
test/buster.js Normal file
View File

@@ -0,0 +1,9 @@
var config = module.exports;
config["Newcoin tests"] = {
rootPath: "../",
environment: "node",
tests: [
"test/*-test.js"
]
}