Colosseum #761
Annotations
10 errors and 10 warnings
tests/unit/GeneralBank.test.ts > Bank with allowedKeys > prevents adding items with disallowed keys:
tests/unit/GeneralBank.test.ts#L138
AssertionError: expected [Function] to throw error including 'Key Fplatinum is not allowed.' but got 'Key Fplatinum (string) is not allowed…'
- Expected
+ Received
- Key Fplatinum is not allowed.
+ Key Fplatinum (string) is not allowed, only these are allowed: Fgold, Fsilver, Fcopper
❯ tests/unit/GeneralBank.test.ts:138:43
|
tests/unit/GeneralBank.test.ts > Bank with allowedKeys > throws error on attempt to clone with disallowed key modifications:
tests/unit/GeneralBank.test.ts#L149
AssertionError: expected [Function] to throw error including 'Key Firon is not allowed.' but got 'Key Firon (string) is not allowed, on…'
- Expected
+ Received
- Key Firon is not allowed.
+ Key Firon (string) is not allowed, only these are allowed: Fgold, Fsilver, Fcopper
❯ tests/unit/GeneralBank.test.ts:149:45
|
tests/unit/GeneralBank.test.ts > Bank with allowedKeys > ensures that operations on cloned banks respect original allowed keys:
tests/unit/GeneralBank.test.ts#L155
AssertionError: expected [Function] to throw error including 'Key Fbronze is not allowed.' but got 'Key Fbronze (string) is not allowed, …'
- Expected
+ Received
- Key Fbronze is not allowed.
+ Key Fbronze (string) is not allowed, only these are allowed: Fgold, Fsilver, Fcopper
❯ tests/unit/GeneralBank.test.ts:155:47
|
tests/unit/banksnapshots.test.ts > OSB Creatables:
tests/unit/banksnapshots.test.ts#L16
Error: Snapshot `OSB Creatables 1` mismatched
- Expected
+ Received
@@ -1775,10 +1775,46 @@
},
{
"cantHaveItems": undefined,
"inputItems": Bank {
"bank": {
+ "28924": 150000,
+ "28947": 1,
+ },
+ "frozen": false,
+ },
+ "name": "Blessed dizana's quiver",
+ "outputItems": Bank {
+ "bank": {
+ "28955": 1,
+ },
+ "frozen": false,
+ },
+ },
+ {
+ "cantHaveItems": undefined,
+ "inputItems": Bank {
+ "bank": {
+ "13280": 1,
+ "13281": 1,
+ "28955": 1,
+ },
+ "frozen": false,
+ },
+ "name": "Dizana's max cape",
+ "outputItems": Bank {
+ "bank": {
+ "28902": 1,
+ "28904": 1,
+ },
+ "frozen": false,
+ },
+ },
+ {
+ "cantHaveItems": undefined,
+ "inputItems": Bank {
+ "bank": {
"12922": 1,
},
"frozen": false,
},
"name": "Revert tanzanite fang",
@@ -2885,10 +2921,27 @@
"name": "Revert xeric's talisman (inert)",
"noCl": true,
"outputItems": Bank {
"bank": {
"13391": 100,
+ },
+ "frozen": false,
+ },
+ },
+ {
+ "cantHaveItems": undefined,
+ "inputItems": Bank {
+ "bank": {
+ "28947": 1,
+ },
+ "frozen": false,
+ },
+ "name": "Revert Dizana's quiver (uncharged)",
+ "noCl": true,
+ "outputItems": Bank {
+ "bank": {
+ "28924": 4000,
},
"frozen": false,
},
},
{
❯ tests/unit/banksnapshots.test.ts:16:17
|
tests/unit/images.test.ts > Images > Collection Log:
src/lib/bankImage.ts#L496
TypeError: Cannot read properties of undefined (reading 'image')
❯ BankImageTask.getBgAndSprite src/lib/bankImage.ts:496:36
❯ CollectionLogTask.generateLogImage src/lib/collectionLogTask.ts:111:41
❯ tests/unit/images.test.ts:37:46
|
tests/unit/images.test.ts > Images > Bank Image:
src/lib/bankImage.ts#L496
TypeError: Cannot read properties of undefined (reading 'image')
❯ BankImageTask.getBgAndSprite src/lib/bankImage.ts:496:36
❯ BankImageTask.generateBankImage src/lib/bankImage.ts:716:12
❯ Module.makeBankImage src/lib/util/makeBankImage.ts:30:60
❯ tests/unit/images.test.ts:62:24
|
tests/unit/priceAbuses.test.ts > Price Abusing > Buyables:
tests/unit/priceAbuses.test.ts#L103
Error: Feather has an abusable ironman sacrifice price: buys for 2, sacrifices for 3.
❯ tests/unit/priceAbuses.test.ts:103:11
|
Node v20 - ubuntu-latest
Process completed with exit code 1.
|
Node v18.12.0 - ubuntu-latest
The job was canceled because "_20_ubuntu-latest" failed.
|
Node v18.12.0 - ubuntu-latest
The operation was canceled.
|
Node v20 - ubuntu-latest:
src/lib/MUser.ts#L396
Unexpected any value in conditional. An explicit comparison or type cast is required
|
Node v20 - ubuntu-latest:
src/lib/MUser.ts#L615
Unexpected object value in conditional. The condition is always true
|
Node v20 - ubuntu-latest:
src/lib/MUser.ts#L618
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Node v20 - ubuntu-latest:
src/lib/MUser.ts#L628
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Node v20 - ubuntu-latest:
src/lib/MUser.ts#L805
Unexpected value in conditional. A boolean expression is required
|
Node v20 - ubuntu-latest:
src/lib/MUser.ts#L808
Unexpected value in conditional. A boolean expression is required
|
Node v20 - ubuntu-latest:
src/lib/MUser.ts#L811
Unexpected value in conditional. A boolean expression is required
|
Node v20 - ubuntu-latest:
src/lib/MUser.ts#L814
Unexpected value in conditional. A boolean expression is required
|
Node v20 - ubuntu-latest:
src/lib/MUser.ts#L814
Unexpected value in conditional. A boolean expression is required
|
Node v20 - ubuntu-latest:
src/lib/MUser.ts#L814
Unexpected value in conditional. A boolean expression is required
|