Some fixes #154
tests.yml
on: push
Run Bun tests
11s
Run Deno tests
8s
Annotations
2 errors
|
Run Bun tests
Process completed with exit code 123.
|
|
error: expect(received).toEqual(expected):
test/tags-wttr.test.ts#L69
{
"condition": "Overcast",
"location": "",
"temperature": 11.1,
- "time": "06/05/2025, 21:00 UTC",
+ "time": "06/05/2025, 21:00 GMT",
"windSpeed": 9.7,
}
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/twofold.ts/twofold.ts/test/tags-wttr.test.ts:69:16)
|