-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] ExpressJS + Typescript + Jest: Not able to record tests. #469
Comments
this is happening to me as well |
Try directly passing adapters like this:
|
This is happening to me as well. I can't seem to record on code sandbox using
|
@theomelo have you had any luck? |
@Josiassejod1, unfortunately, no. It's worth noting that I haven't been working with that stack for a while. Since there are other people with this issue, I will keep it open for now. |
Add another instance of the same issue. Resorted to using:
|
Description
I clearly don't know how to configure test recording. π
The problem
I'm not able to record my tests.
What I tried to do
Set up a simple app using ExpressJS + Typescript + Jest.
Without changing anything, it fails. It uses
setup-polly-jest
to configure Polly.js, so I tried replicating the example without success.The error bellow happens when running my app (which you should also see in the sandbox)
The rest of this issue doesn't consider
setup-polly-jest
since it's unrelated to my problem with Polly.jsShareable Source
Config
Dependencies
Environment
Node.js v16.18.0
linux 5.15.49-linuxkit
npm 8.19.2
yarn 1.22.19
jest 29.2.2
The text was updated successfully, but these errors were encountered: