Skip to content

Commit

Permalink
chore: enable passWithNoTests for web app
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Apr 20, 2024
1 parent 0c5403d commit e79f478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export default {
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
coverageDirectory: '../../coverage/apps/web',
passWithNoTests: true,
};

0 comments on commit e79f478

Please sign in to comment.