Files
rippled/test/buster.js
2012-09-15 14:37:21 -07:00

10 lines
143 B
JavaScript

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