This repository was archived by the owner on Aug 28, 2024. It is now read-only.
chore: improve types #287
Annotations
2 errors
src/utils/upgradeFromThreeToThreeOne.test.ts > describing File Upload Payloads > remove schema for file uploads:
packages/openapi-parser/src/utils/upgradeFromThreeToThreeOne.test.ts#L196
AssertionError: expected { schema: { type: 'string', …(1) } } to deeply equal {}
- Expected
+ Received
- Object {}
+ Object {
+ "schema": Object {
+ "format": "binary",
+ "type": "string",
+ },
+ }
❯ src/utils/upgradeFromThreeToThreeOne.test.ts:196:7
|
ci (20)
Process completed with exit code 1.
|