mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
12 lines
177 B
JavaScript
12 lines
177 B
JavaScript
var config = module.exports;
|
|
|
|
config["Newcoin tests"] = {
|
|
rootPath: "../",
|
|
environment: "node",
|
|
tests: [
|
|
"test/*-test.js"
|
|
]
|
|
}
|
|
|
|
// vim:sw=2:sts=2:ts=8:et
|