-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi, I am using your tool, but I am having problems.
I am using this version of node: v20.5.0.
yarn: 3.4.1
I am using the tests with this command:
yarn validate --testNamePattern='auth'
for example the clock test works correctly, but the "auth" test gives me these errors
in the file: validate/validations/auth.test.ts:33
I get an "error headers.raw() is not a function".
in the file: validate/validations/auth.test.ts:51
axios does not save the cookies, when I make the following request, my server does not find saved cookies, so I cannot evaluate if the nonce exists.
I had to change to commit "8272fa5" to make it work, because the recent changes don't work, they don't even execute any request, can you help me?
PS: when I use postman to test, the cookies work correctly.
in the most recent version this is what I get:

