feat: Jest → Vitest 移行(Issue #1017) #3792
test.yml
on: pull_request
test-js
2m 27s
test-rust
4m 40s
Annotations
2 errors and 2 warnings
|
test-js
Process completed with exit code 1.
|
|
lib/slackCache.test.ts > SlackCache > getReactions > watches reaction_added/deleted:
lib/slackCache.test.ts#L270
AssertionError: expected { slack: [ 'U12345678' ], …(2) } to deeply equal { …(3) }
- Expected
+ Received
@@ -1,8 +1,9 @@
{
"ojigineko": [
"U12345678",
+ "U31415926",
"USLACKBOT",
],
"slack": [
"U12345678",
],
❯ lib/slackCache.test.ts:270:19
|
|
test-js
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, asdf-vm/actions/install@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-rust
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, asdf-vm/actions/install@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|