v0.0.9 #23
Annotations
3 errors and 3 warnings
src/middleware/zod-validation.test.ts > zod-validation > should should a validation error:
src/middleware/zod-validation.test.ts#L85
Error: Snapshot `zod-validation > should should a validation error 1` mismatched
- Expected
+ Received
{
"error": {
- "message": "name required",
+ "message": "name Required",
"type": "invalid_type",
},
}
❯ src/middleware/zod-validation.test.ts:85:35
|
test (18.x, ubuntu-latest)
Process completed with exit code 1.
|
lint
Process completed with exit code 1.
|
test (18.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|