summaryrefslogtreecommitdiff
path: root/tests/assertions.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/assertions.js')
-rw-r--r--tests/assertions.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/assertions.js b/tests/assertions.js
index a3d22c1..4f1cdc1 100644
--- a/tests/assertions.js
+++ b/tests/assertions.js
@@ -20,6 +20,7 @@ chai.use(function (_chai, utils) {
}
}
if (!same) {
+ // eslint-disable-next-line no-console
console.log("expected data: %o, actual data: %o", target_data, data);
}
this.assert(same,
@@ -50,6 +51,7 @@ chai.use(function (_chai, utils) {
}
}
if (!same) {
+ // eslint-disable-next-line no-console
console.log("expected data: %o, actual data: %o", target_data, data);
}
this.assert(same,