jest-dynamodb
jest-dynamodb copied to clipboard
Jest globalSetup prevents starting the dynamodb server
When jest.config.js
contains "globalSetup" property jest-dynamodb-config.js
is not ran.
A workaround for this is to move setup script to jest-dynamodb-config.js
.