jest-dynamodb icon indicating copy to clipboard operation
jest-dynamodb copied to clipboard

Jest preset for DynamoDB local server

Results 51 jest-dynamodb issues
Sort by recently updated
recently updated
newest added

I have a monorepo managed by `nx`. Each package in this repo references the jest config file from repo root directory. I need to use `@shelf/jest-dynamodb` to support running dynamodb...

All of a sudden, I am getting a `Error: Invalid or corrupt jarfile DynamoDBLocal.jar` error when running `yarn jest -- `. After reinstalling installing [Dynamodb](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html), test pass, but I need...

All of a sudden, when trying to run my tests locally, Jest is hanging. A java process is started on the port I configured, 8000, but it's just taking forever...

https://security.snyk.io/vuln/SNYK-JS-FASTXMLPARSER-3325616

Got error in `Windows`. Need to modify ` _jestEnvironmentNode.TestEnvironment` to ` _jestEnvironmentNode`. ``` ● Test suite failed to run TypeError: Class extends value undefined is not a constructor or null...

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...

I have tried to use jest-dynamodb in my test suite. I am not able to run dynamodb via `jest-dynamodb`. I have to manually run dynamodb using docker & then only...

After upgrading to Node 18, I'm unable to run tests with Jest and after debugging it I noticed that it's throwing the following error while trying to run this: `[dynamoDB.listTables({})]`...

I have written a test that uses `beforeAll` to insert 3 records to jest-dynamodb. I wrote 3 simple tests that expect a certain number of results for each test. These...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [debug](https://togithub.com/debug-js/debug) | [`4.3.4` -> `4.3.5`](https://renovatebot.com/diffs/npm/debug/4.3.4/4.3.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/debug/4.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

backend