better tests

This commit is contained in:
Anton Lavrenov
2020-09-17 13:25:46 -05:00
parent 42562438eb
commit 4ce6800fd9
19 changed files with 174 additions and 173 deletions

View File

@@ -234,7 +234,7 @@ beforeEach(function () {
this.currentTest.body.toLowerCase().indexOf('compare') !== -1
)
) {
// console.error(this.currentTest.title);
console.error(this.currentTest.title);
}
});