Bump the npm_and_yarn group across 2 directories with 1 update #62
code-quality.yml
on: push
static-check
1m 44s
test
1m 6s
Annotations
19 errors and 2 warnings
src/phone/phone.test.ts > phone-number > should verify phone number:
packages/plugins/src/phone/phone.test.ts#L87
AssertionError: expected { status: 500, …(1) } to be null
- Expected:
null
+ Received:
Object {
"status": 500,
"statusText": "Internal Server Error",
}
❯ src/phone/phone.test.ts:87:23
|
src/phone/phone.test.ts > phone-number > should update phone number:
packages/plugins/src/phone/phone.test.ts#L120
AssertionError: expected undefined to be '+15551231111' // Object.is equality
- Expected:
"+15551231111"
+ Received:
undefined
❯ src/phone/phone.test.ts:120:41
|
src/phone/phone.test.ts > phone auth flow > should verify phone number and create user & session:
packages/plugins/src/phone/phone.test.ts#L195
AssertionError: expected undefined to be true // Object.is equality
- Expected:
true
+ Received:
undefined
❯ src/phone/phone.test.ts:195:48
|
src/phone/phone.test.ts > phone auth flow > should go through send-verify and sign-in the user:
packages/plugins/src/phone/phone.test.ts#L214
AssertionError: expected undefined to be defined
❯ src/phone/phone.test.ts:214:31
|
src/phone/phone.test.ts > phone auth flow > should sign in with phone number and password:
packages/plugins/src/phone/phone.test.ts#L240
AssertionError: expected undefined to be defined
❯ src/phone/phone.test.ts:240:31
|
src/phone/phone.test.ts > phone auth flow > should sign in with new email:
packages/plugins/src/phone/phone.test.ts#L248
AssertionError: expected { …(4) } to be null
- Expected:
null
+ Received:
Object {
"code": "INVALID_EMAIL_OR_PASSWORD",
"message": "Invalid email or password",
"status": 401,
"statusText": "UNAUTHORIZED",
}
❯ src/phone/phone.test.ts:248:23
|
src/phone/phone.test.ts > verify phone-number > should verify the last code:
packages/plugins/src/phone/phone.test.ts#L322
AssertionError: expected { status: 500, …(1) } to be null
- Expected:
null
+ Received:
Object {
"status": 500,
"statusText": "Internal Server Error",
}
❯ src/phone/phone.test.ts:322:23
|
test
better-auth-harmony#test: command (/home/runner/work/better-auth-harmony/better-auth-harmony/packages/plugins) /tmp/xfs-addc6485/yarn run test exited (1)
|
test
Process completed with exit code 1.
|
static-check
better-auth-harmony#lint: command (/home/runner/work/better-auth-harmony/better-auth-harmony/packages/plugins) /tmp/xfs-2992df89/yarn run lint exited (1)
|
static-check:
packages/plugins/src/phone/phone.test.ts#L53
Unsafe assignment of an error typed value
|
static-check:
packages/plugins/src/phone/phone.test.ts#L53
Unsafe call of a(n) `error` type typed value
|
static-check:
packages/plugins/src/phone/phone.test.ts#L53
Unsafe member access .sendOtp on an `error` typed value
|
static-check:
packages/plugins/src/phone/phone.test.ts#L57
Unsafe member access .status on an `error` typed value
|
static-check:
packages/plugins/src/phone/phone.test.ts#L62
Unsafe assignment of an error typed value
|
static-check:
packages/plugins/src/phone/phone.test.ts#L62
Unsafe call of a(n) `error` type typed value
|
static-check:
packages/plugins/src/phone/phone.test.ts#L62
Unsafe member access .sendOtp on an `error` typed value
|
static-check:
packages/plugins/src/phone/phone.test.ts#L65
Unsafe member access .status on an `error` typed value
|
static-check:
packages/plugins/src/phone/phone.test.ts#L70
Unsafe assignment of an error typed value
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
static-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|