diff options
Diffstat (limited to 'js/testing/util.ts')
-rw-r--r-- | js/testing/util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/testing/util.ts b/js/testing/util.ts index 193540351..1e245fb71 100644 --- a/js/testing/util.ts +++ b/js/testing/util.ts @@ -21,7 +21,7 @@ export function assertEqual(actual: any, expected: any, msg?: string) { } if (!equal(actual, expected)) { console.error( - "assertEqual failed. actual = ", + "assertEqual failed. actual =", actual, "expected =", expected |