Skip to content

Releases: shelfio/jest-dynamodb

v3.4.0

Choose a tag to compare

@vladholubiev vladholubiev released this 06 Feb 12:33
  • 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

Choose a tag to compare

@harazdovskiy harazdovskiy released this 09 Aug 14:34
e20954c
  • 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

Choose a tag to compare

@vladholubiev vladholubiev released this 30 May 15:08

v2.2.3: Remove hard coding of security env variables

Choose a tag to compare

@vladholubiev vladholubiev released this 20 Dec 14:04
  • Remove hard coding of security env variables (Thanks to @alan-cooney)

v2.2.2: Avoid jest watch race condition

Choose a tag to compare

@vladholubiev vladholubiev released this 20 Dec 14:02
  • Avoid jest watch race condition (Thanks to @EvanOxfeld)

v2.1.0

Choose a tag to compare

@vladholubiev vladholubiev released this 27 Aug 07:48
  • Support monorepos with nested jest projects by providing env to set jest-dynamodb-config.js path (Thanks to @JeremyJonas!)

v2.0.4

Choose a tag to compare

@vladholubiev vladholubiev released this 26 Aug 07:44
  • Use configured custom port override (Thanks to @birtles)

v2.0.3

Choose a tag to compare

@vladholubiev vladholubiev released this 19 Aug 14:02
  • Fix Cannot find module './wait-for-localhost' error. Thanks to @pfleidfn!

v2.0.0

Choose a tag to compare

@vladholubiev vladholubiev released this 18 Aug 15:02

v1.8.0

Choose a tag to compare

@vladholubiev vladholubiev released this 23 Feb 19:06