[Refactor] Rewrite logic to switch, summon and recall Pokemon #22313
Annotations
4 errors
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
test/plugins/api/pokerogue-daily-api.test.ts#L83
AssertionError: expected 1 to be 5 // Object.is equality
- Expected
+ Received
- 5
+ 1
❯ test/plugins/api/pokerogue-daily-api.test.ts:83:25
|
|
Run tests:
test/plugins/api/pokerogue-daily-api.test.ts#L60
AssertionError: expected null to strictly equal [ { rank: 1, score: 999, …(2) }, …(1) ]
- Expected:
[
{
"rank": 1,
"score": 999,
"username": "Player 1",
"wave": 200,
},
{
"rank": 2,
"score": 10,
"username": "Player 2",
"wave": 1,
},
]
+ Received:
null
❯ test/plugins/api/pokerogue-daily-api.test.ts:60:24
|
|
Run tests:
test/plugins/api/pokerogue-daily-api.test.ts#L33
AssertionError: expected null to be 'this-is-a-test-seed' // Object.is equality
- Expected:
"this-is-a-test-seed"
+ Received:
null
❯ test/plugins/api/pokerogue-daily-api.test.ts:33:20
|
Loading