fix: opengraph on base route #201
Annotations
3 errors and 1 warning
src/tests/type-endpoint.test.ts > type-endpoint - 302 - image:
services/image/src/tests/type-endpoint.test.ts#L69
Error: Snapshot `type-endpoint - 302 - image 1` mismatched
- Expected
+ Received
Blob {
Symbol(kHandle): Blob {},
- Symbol(kLength): 86738,
+ Symbol(kLength): 86717,
Symbol(kType): "image/png",
}
❯ src/tests/type-endpoint.test.ts:69:16
|
src/tests/type-endpoint.test.ts > type-endpoint - 200 - image - original:
services/image/src/tests/type-endpoint.test.ts#L88
Error: Snapshot `type-endpoint - 200 - image - original 1` mismatched
- Expected
+ Received
Blob {
Symbol(kHandle): Blob {},
- Symbol(kLength): 86783,
+ Symbol(kLength): 86670,
Symbol(kType): "image/png",
}
❯ src/tests/type-endpoint.test.ts:88:16
|
test-image-workers
Process completed with exit code 1.
|
test-image-workers
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|