Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
flashdesignory committed Nov 5, 2024
1 parent d077bf5 commit c93d246
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/run.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ async function test() {
window.dispatchEvent(event);
});

// console.log("stats", result.stats);
printTree(result.suite);
if (result.stats.failures > 0){
console.error("\n\x1b[31m✖ Not all tests passed!\n");
Expand Down

0 comments on commit c93d246

Please sign in to comment.