Skip to content

Commit 2c0326c

Browse files
Revert
1 parent 88bfe46 commit 2c0326c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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)