Explorar o código

Changed test output

Efren Yevale Varela %!s(int64=4) %!d(string=hai) anos
pai
achega
541c3ab112
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      console.js

+ 1 - 1
console.js

@@ -1,7 +1,7 @@
 runTests = (label, network, tests) => {
   console.log(`--- ${label}`);
   for (test of tests) {
-    console.log(`${label} test ${JSON.stringify(test)}: ${network.run(test)}`);
+    console.log(`${label} test ${JSON.stringify(test)}: ${JSON.stringify(network.run(test))}`);
   }
 }