Skip to content

Commit

Permalink
10391: ignore postgres persistance
Browse files Browse the repository at this point in the history
  • Loading branch information
pixiwyn committed Sep 5, 2024
1 parent 1c337fa commit bba1fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-api/jest-unit.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const config: Config = {
'!src/persistence/sqs/getMessages.ts',
'!src/persistence/messages/*.ts',
'!src/persistence/dynamo/**/*.ts',
'!src/persistence/postgres/**/*.ts',
'!src/lambdas/websockets/websockets.ts',
'!src/lambdas/websockets/switch-colors-cron.ts',
'!src/lambdas/cognitoAuthorizer/worker-handler.ts',
Expand Down

0 comments on commit bba1fe0

Please sign in to comment.