Add size tag and provide default tags for blossom uploads #75
Annotations
2 errors and 1 warning
src/__tests__/storage.test.ts > Storage > with upload > assert getEditorTags():
src/__tests__/storage.test.ts#L84
AssertionError: expected [ [ 'p', …(2) ], [ 'q', …(3) ], …(4) ] to strictly equal [ [ 'p', …(2) ], [ 'q', …(3) ], …(4) ]
- Expected
+ Received
Array [
Array [
"p",
"6a8e0c9c90a4b21547b81732011dc7df921656807e3a6a36798be74e40ad70a4",
"relay1",
],
Array [
"q",
"a6ee44309f15cee4d86e1f1e835204c6130071b75985a68c1d0f0e9d767b1db9",
"relay1",
"6a8e0c9c90a4b21547b81732011dc7df921656807e3a6a36798be74e40ad70a4",
],
Array [
"a",
"1:6a8e0c9c90a4b21547b81732011dc7df921656807e3a6a36798be74e40ad70a4:identifier",
"relay1",
],
Array [
"imeta",
"url https://localhost:3000/6c36995913e97b73d5365f93a7b524a9e45edc68e4f11b78060154987c53602c.png",
- "size 21792",
"x 6c36995913e97b73d5365f93a7b524a9e45edc68e4f11b78060154987c53602c",
"m image/png",
+ "size 21792",
"dim 500x500",
],
Array [
"imeta",
"url https://localhost:3000/008a2224c4d2a513ab2a4add09a2ac20c2d9cec1144b5111bc1317edb2366eac.png",
- "size 16630",
"x 008a2224c4d2a513ab2a4add09a2ac20c2d9cec1144b5111bc1317edb2366eac",
"m image/png",
+ "size 16630",
"dim 500x500",
],
Array [
"t",
"#asknostr",
],
]
❯ src/__tests__/storage.test.ts:84:37
|
checks (18)
Process completed with exit code 1.
|
checks (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|