mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
UT: Clean up output.
This commit is contained in:
@@ -8,10 +8,8 @@ var Server = require("./server.js").Server;
|
||||
var alpha;
|
||||
|
||||
buster.testCase("Standalone server startup", {
|
||||
|
||||
|
||||
"server start and stop" : function (done) {
|
||||
alpha = Server.from_config("alpha",true); //ADD ,true for verbosity
|
||||
alpha = Server.from_config("alpha", false); //ADD ,true for verbosity
|
||||
|
||||
alpha
|
||||
.on('started', function () {
|
||||
|
||||
Reference in New Issue
Block a user