mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
more playing with tests
This commit is contained in:
@@ -9,7 +9,7 @@ var alpha;
|
||||
|
||||
buster.testCase("Standalone server startup", {
|
||||
"server start and stop" : function (done) {
|
||||
alpha = Server.from_config("alpha"); //ADD ,true for verbosity
|
||||
alpha = Server.from_config("alpha",true); //ADD ,true for verbosity
|
||||
|
||||
alpha
|
||||
.on('started', function () {
|
||||
|
||||
Reference in New Issue
Block a user