File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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} ) ;
You can’t perform that action at this time.
0 commit comments