fix?
All checks were successful
Lint / pnpm_install (pull_request) Successful in 30s
API report (misskey.js) / report (pull_request) Successful in 43s
Test (misskey.js) / test (22.x) (pull_request) Successful in 58s
Test (frontend) / vitest (22.x) (pull_request) Successful in 1m31s
Test (production install and build) / production (22.x) (pull_request) Successful in 1m3s
Lint / lint (backend) (pull_request) Successful in 1m3s
Lint / lint (misskey-js) (pull_request) Successful in 34s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 1m31s
Lint / lint (sw) (pull_request) Successful in 31s
Test (backend) / unit (22.x) (pull_request) Successful in 2m41s
Lint / typecheck (misskey-js) (pull_request) Successful in 33s
Lint / typecheck (backend) (pull_request) Successful in 1m25s
Test (backend) / e2e (22.x) (pull_request) Successful in 6m31s
Lint / lint (frontend) (pull_request) Successful in 7m32s

This commit is contained in:
Leah 2025-02-04 17:02:21 +01:00
parent d56abc802a
commit 8723cffd45

View file

@ -90,6 +90,7 @@ describe('ユーザー', () => {
securityKeys: user.securityKeys,
roles: user.roles,
memo: user.memo,
listenbrainz: user.listenbrainz,
});
};