Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
chore: remove console when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ckt1031 committed Feb 28, 2023
1 parent 8fdf1d8 commit 32a1ba0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-gorillas-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ckt1031/eslint-config': patch
---

Remove console.log when running tests
2 changes: 0 additions & 2 deletions apps/eslint-config/tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export const checkLintingErrors = (engine: ESLint) => {
it('does not produce linting errors', async () => {
const lintResults = await engine.lintText('');

console.log(lintResults[0].messages[0]);

expect(lintResults[0].errorCount).toBe(0);
});
};
Expand Down

0 comments on commit 32a1ba0

Please sign in to comment.