Skip to content

Commit

Permalink
🔇 Don't test log result
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Apr 25, 2024
1 parent cdb6f21 commit a4c43e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/colorwind.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ describe.concurrent("suite", () => {

it("should have red text class", async () => {
return run(config).then((result) => {
console.log(result.css);
expect(result.css).toContain(css`.text-red`);
});
});
Expand Down

0 comments on commit a4c43e5

Please sign in to comment.