Skip to content

Commit 88bfe46

Browse files
Attempt to remove printing results
1 parent a9abb9f commit 88bfe46

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/acme-bank.test.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ describe('ACME Bank', function () {
130130
// If any checkpoints are unresolved or failed, then `eyes.close()` will make the ACME demo app test fail.
131131
});
132132

133-
after(async () => {
134-
// Close the batch and report visual differences to the console.
135-
// Note that it forces Mocha to wait synchronously for all visual checkpoints to complete.
136-
const allTestResults = await runner.getAllTestResults();
137-
console.log(allTestResults);
138-
});
133+
// after(async () => {
134+
// // Close the batch and report visual differences to the console.
135+
// // Note that it forces Mocha to wait synchronously for all visual checkpoints to complete.
136+
// const allTestResults = await runner.getAllTestResults();
137+
// console.log(allTestResults);
138+
// });
139139

140140
});

0 commit comments

Comments
 (0)