mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
JS Tests: Fallback to config-example if config is not present.
This commit is contained in:
@@ -10,7 +10,7 @@ var Server = require("./server").Server;
|
||||
|
||||
var testutils = require("./testutils");
|
||||
|
||||
var config = require('ripple-lib').config.load(require('./config'));
|
||||
var config = testutils.init_config();
|
||||
|
||||
// How long to wait for server to start.
|
||||
var serverDelay = 1500;
|
||||
|
||||
Reference in New Issue
Block a user