You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use jest-dynamodb, and my jest scripts are written in typescript.
Prior to trying this package, I was testing against a real dynamodb table on AWS and the scripts worked.
I've switched to this package and the instructions say to change the preset from ts-jest to @shelf/jest-dynamodb. I've done that:
I'm trying to use jest-dynamodb, and my jest scripts are written in typescript.
Prior to trying this package, I was testing against a real dynamodb table on AWS and the scripts worked.
I've switched to this package and the instructions say to change the preset from ts-jest to @shelf/jest-dynamodb. I've done that:
But, when I try to run the test, at the first encounter of typescript syntax, the test errors out.
Does this package support tests written in typescript?
The text was updated successfully, but these errors were encountered: