jest and dynamodb mock #4021
mstruensee
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
based on jest's documentation to mock dynamodb one needs to set the preset in the jest.config
but once that is done all TS support is lost as the previous preset can no longer be used ...
https://kulshekhar.github.io/ts-jest/docs/getting-started/presets/
is there any way to get this stuff to play nice together?
Beta Was this translation helpful? Give feedback.
All reactions