Skip to content

Releases: shelfio/jest-dynamodb

v3.4.0

06 Feb 12:33
Compare
Choose a tag to compare
  • 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

09 Aug 14:34
e20954c
Compare
Choose a tag to compare
  • 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

30 May 15:08
Compare
Choose a tag to compare

v2.2.3: Remove hard coding of security env variables

20 Dec 14:04
Compare
Choose a tag to compare
  • Remove hard coding of security env variables (Thanks to @alan-cooney)

v2.2.2: Avoid jest watch race condition

20 Dec 14:02
Compare
Choose a tag to compare
  • Avoid jest watch race condition (Thanks to @EvanOxfeld)

v2.1.0

27 Aug 07:48
Compare
Choose a tag to compare
  • Support monorepos with nested jest projects by providing env to set jest-dynamodb-config.js path (Thanks to @JeremyJonas!)

v2.0.4

26 Aug 07:44
Compare
Choose a tag to compare
  • Use configured custom port override (Thanks to @birtles)

v2.0.3

19 Aug 14:02
Compare
Choose a tag to compare
  • Fix Cannot find module './wait-for-localhost' error. Thanks to @pfleidfn!

v2.0.0

18 Aug 15:02
Compare
Choose a tag to compare

v1.8.0

23 Feb 19:06
Compare
Choose a tag to compare