Commit graph

5 commits

Author SHA1 Message Date
66b0ad82e9
test(e2e): increased default waitFor timeout
Some checks failed
Tests / test-deno (push) Successful in 1m46s
Tests / test-node (node18) (push) Successful in 2m1s
Tests / test-node (node22) (push) Successful in 1m58s
Tests / test-node (node20) (push) Successful in 2m1s
Tests / test-bun (push) Successful in 2m3s
Tests / test-web (chromium) (push) Successful in 1m59s
Tests / test-web (firefox) (push) Successful in 1m13s
Docs / build (push) Successful in 6m20s
Tests / lint (push) Successful in 7m1s
Tests / e2e-deno (push) Successful in 49s
Tests / e2e (push) Failing after 1m4s
2025-01-10 05:43:34 +03:00
c067b2cada
ci: move to forgejo actions 2024-12-12 08:30:09 +03:00
b5bf02fc72
chore(core)!: extract user-specific fields from (Full)Chat to (Full)User
breaking:
 - `getChat`, `getFullChat` now only work for chats (channels/supergroups/basic groups)
 - for users, use `getUser` and `getFullUser`
 - many fields that previously had type `Chat` now have type `User | Chat`
2024-12-09 21:19:41 +03:00
4f213b9652
test(e2e): deno fixes 2024-12-07 09:08:31 +03:00
af54f6e1c3
test(e2e): massive rework of e2e tests
now they run as-is, without any bundling. this might seem like a downgrade, but we no longer really need to verify that we publish stuff correctly as we delegate that to `@fuman/build`

meow
2024-12-07 09:08:30 +03:00