Skip to content

Commit

Permalink
chore: ignore Playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Jan 29, 2024
1 parent fd1e5dd commit 92eb37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const jestConfig: JestConfigWithTsJest = {
},
testRegex: '(/__tests__/.*|(\\.|/)(test))\\.[jt]sx?$',
coverageDirectory: 'test-unit-report',
coverageReporters: ['text', 'text-summary', 'html'],
coverageReporters: ['text', 'text-summary', 'html', 'lcov'],
coverageThreshold: {
global: {
branches: 90,
Expand Down

0 comments on commit 92eb37d

Please sign in to comment.