From 013d9cecc3bfa875b512a36e9fc7320d561fab2c Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Thu, 11 May 2023 12:19:16 +0200 Subject: [PATCH] Update server-test.js --- autobahn/server-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autobahn/server-test.js b/autobahn/server-test.js index e3dd40e..a097172 100644 --- a/autobahn/server-test.js +++ b/autobahn/server-test.js @@ -16,7 +16,7 @@ function failed(name) { return name != "OK" && name != "INFORMATIONAL" && name != "NON-STRICT"; } -console.log(result); +console.log(JSON.stringify(result, null, 2)); const failedtests = result.filter((outcome) => failed(outcome.behavior) || failed(outcome.behaviorClose));