skilbjo

Results 4 issues of skilbjo

`file.test.ts` ``` import * as jestPlayback from 'jest-playback'; await jestPlayback.setup({ mode: jestPlayback.Mode.Play }); ... ``` execution: ``` $ npm test -- file.test.ts -u > node --no-warnings --experimental-vm-modules node_modules/.bin/jest file.test.ts -u...

I'm not able to get this working to 1) record requests and 2) play them back. the test works perfectly fine if i comment out the `await jestPlayback.setup({ ... })`...

Have been using `@shelf/jest-dynamodb` for 2 yrs and just started getting this error in github actions (not locally) ``` UnrecognizedClientException: The Access Key ID or security token is invalid. at...

hi, when i pass in properties to `http2.Agent` per the `README`, i can confirm that these properties are not respected as you can see, i try to force `TLSv1.2`; but...