Snapshot tests #1
Annotations
3 errors and 1 warning
|
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
|
|
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/.
|
This job failed
Loading