Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst committed Apr 5, 2024
1 parent 671530d commit 1476df9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/testRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ export async function runWebTests(testFiles) {
await runWebTestFile(file);
}

// Print the test summary
console.log('Test Summary:');
console.log(` Passed: ${passedTests}`);
console.log(` Failed: ${failedTests}`);

// Return the test results
return {
passed: passedTests,
Expand Down

0 comments on commit 1476df9

Please sign in to comment.