Relative Content

Tag Archive for typescriptjestjsamazon-dynamodb

Jest DynamoDB Test Failing

I am attempting to write a jest unit test involving using DynamoDB. It seems the afterAll condition is executing too fast which is making my integ test failing since it fails to get the already deleted items.