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

This is kind of annoying but having an issue here that doesnt play well with Serverless. I have a DynamoDB table and using the jest dynamodb package to run a...

``` ➜ aws-lambda-graphql git:(dev) ✗ node '/home/myfreax/work/aws-lambda-graphql/node_modules/.bin/jest' '/home/myfreax/work/aws-lambda-graphql/src/users/users.service.spec.ts' -t 'UsersService should be defined' --detectOpenHandles PASS src/users/users.service.spec.ts (6.155 s) UsersService ✓ should be defined (1 ms) ○ skipped should be create...

When `jest.config.js` contains "globalSetup" property `jest-dynamodb-config.js` is not ran. A workaround for this is to move setup script to `jest-dynamodb-config.js`.

Partially it's my fault as I wanted to use the library for unit tests and bypass it for integration tests, but what's the need in the teardown to delete all...

Hi I am using this package for testing dynamo operations in a serverless framework project. My tests were timing out, after increasing the timeout value i am getting the following...

Instead of using the DynamoDBLocal jar, have the ability to use the [docker version of DynamoDBLocal](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html#docker)

I'm not sure what causes this, but sometimes if my tests crash teardown is not called and dynamodb local continues to run. The problem is, when I run the tests...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`28.1.6` -> `29.1.2`](https://renovatebot.com/diffs/npm/@types%2fjest/28.1.6/29.1.2) |...

dependencies
backend

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@shelf/eslint-config](https://togithub.com/shelfio/eslint-config) | [`2.22.0` -> `2.22.1`](https://renovatebot.com/diffs/npm/@shelf%2feslint-config/2.22.0/2.22.1) | [![age](https://badges.renovateapi.com/packages/npm/@shelf%2feslint-config/2.22.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
backend