Fix/dashboard form accessibility #699
pr-test-gate.yml
on: pull_request
Contracts cargo test
1m 14s
Backend npm test
1m 17s
Annotations
2 errors and 2 warnings
|
Backend npm test
Process completed with exit code 1.
|
|
tests/auth-jwt.test.ts > JWT helpers > returns null for a tampered signature:
backend/tests/auth-jwt.test.ts#L48
AssertionError: expected { publicKey: 'GTESTPUBLICKEY123' } to be null
- Expected:
null
+ Received:
Object {
"publicKey": "GTESTPUBLICKEY123",
}
❯ tests/auth-jwt.test.ts:48:40
|
|
Contracts cargo test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Backend npm test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|