Snapshot tests #1
Annotations
3 errors and 1 warning
build (20.x)
@stackframe/e2e-tests#test: command (/home/runner/work/Stack-Auth/Stack-Auth/apps/e2e) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
tests/backend/endpoints/api/v1/index.test.ts > Backend index page > Main Page:
apps/e2e/tests/backend/endpoints/api/v1/index.test.ts#L7
Error: Snapshot `Backend index page > Main Page 1` mismatched
- Expected
+ Received
NiceResponse {
"status": 200,
- "headers": _Headers {
+ "headers": Headers {
"x-stack-request-id": <stripped header 'x-stack-request-id'>,
<several headers hidden>,
},
"body": "Welcome to the Stack API endpoint! Please refer to the documentation at https://docs.stack-auth.com.\n\nAuthentication: None",
}
❯ tests/backend/endpoints/api/v1/index.test.ts:7:22
|
build (20.x)
Process completed with exit code 1.
|
build (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|