Camille Feghali

Results 2 issues of Camille Feghali

All of a sudden, I am getting a `Error: Invalid or corrupt jarfile DynamoDBLocal.jar` error when running `yarn jest -- `. After reinstalling installing [Dynamodb](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html), test pass, but I need...

I'm running tests using jest, [jest-postgres,](https://github.com/shelfio/jest-postgres) to spin up a local postgres instance, and using ts-postgres to access that postgres instance. Tests are failing with the following error: ``` Cannot...

triage