Guilherme Taschetto

Results 4 issues of Guilherme Taschetto

I'm using `jest-dynalite` to test my DynamoDB operations. This is the code I'm using to initialize the client. ```javascript const { DynamoDB } = require('@aws-sdk/client-dynamodb') const { DynamoDBDocument } =...

**Is your feature request related to a problem? Please describe.** In a team with many developers, it can be a hassle to share client-side ids and multiple environments on LaunchDarkly....

enhancement

### Environment 1. `vscode-jest version`: 4.6.0 2. `node -v`: 14.20 3. `npm -v` or `yarn --version`: 8.18.0 4. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): ```...

stage: awaiting response
need sample repo

**Describe the bug** Flags are evaluated as `false` during the first render even if default flags are provided. **To Reproduce** Steps to reproduce the behavior: 1. Clone https://github.com/taschetto/flopflip-bug 2. `yarn...