Skip to content

Commit

Permalink
console added
Browse files Browse the repository at this point in the history
  • Loading branch information
aalasolutions committed Jun 23, 2021
1 parent dccee8c commit 58cdce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testable-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class TestSteps {
await this._executeFn(fn);
test.state = 'passed';
} catch (err) {

console.log('------ ERROR REPORTING CHECK');
console.log(JSON.stringify(err));
suite.hasError = true;
test.state = 'failed';
Expand Down

0 comments on commit 58cdce5

Please sign in to comment.