Releases: shelfio/jest-dynamodb
Releases · shelfio/jest-dynamodb
v3.4.0
- Previously, during teardown, library was deleting all tables from the DDB local instance. Not anymore. Now it deletes only the tables created by the library. So if you had the same DDB local instance used for other purposes, this library won't touch them. Thanks a lot to @dustinsgoodman for this change!
v3.3.0
- Added typescript support
- Updated dependencies from renovate bot pulls
- Added support to a new property in config
hostname
mentioned here #160
If You Encounter This Error
● Validation Error:
Module ./node_modules/@shelf/jest-dynamodb/setup.js in the globalSetup option was not found.
<rootDir> is: /Users/mahdi.taghizadeh/Gousto/repos/recommendationApi-function
Configuration Documentation:
https://jestjs.io/docs/configuration
Try changing:
@shelf/jest-dynamodb/setup.js
to@shelf/jest-dynamodb/lib/setup.js
@shelf/jest-dynamodb/teardown.js
to@shelf/jest-dynamodb/lib/teardown.js
v3.0.0
v2.2.3: Remove hard coding of security env variables
- Remove hard coding of security env variables (Thanks to @alan-cooney)
v2.2.2: Avoid jest watch race condition
- Avoid jest watch race condition (Thanks to @EvanOxfeld)
v2.1.0
- Support monorepos with nested jest projects by providing env to set jest-dynamodb-config.js path (Thanks to @JeremyJonas!)