Skip to content

Clowning around

Clowning around #70

Triggered via pull request August 5, 2024 20:14
Status Failure
Total duration 5m 26s
Artifacts

mystery-events.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
src/test/mystery-encounter/encounters/the-strong-stuff-encounter.test.ts > The Strong Stuff - Mystery Encounter > should initialize fully : src/test/mystery-encounter/encounters/the-strong-stuff-encounter.test.ts#L112
AssertionError: expected [ Array(1) ] to deeply equal [ Array(1) ] - Expected + Received Array [ Object { "disableSwitch": true, "levelAdditiveMultiplier": 1, "pokemonConfigs": Array [ Object { "bossSegments": 5, "isBoss": true, "modifierTypes": Any<Array>, "moveSet": Array [ 611, 864, 380, 456, ], "mysteryEncounterBattleEffects": Any<Function>, + "mysteryEncounterData": MysteryEncounterPokemonData { + "ability": undefined, + "passive": undefined, + "spriteScale": 1.5, + "types": undefined, + }, "nature": 5, "species": PokemonSpecies { "ability1": 5, "ability2": 82, "abilityHidden": 126, "baseExp": 177, "baseFriendship": 50, "baseStats": Array [ 20, 10, 230, 10, 230, 5, ], "baseTotal": 505, "canChangeForm": false, "catchRate": 190, "formIndex": 0, "forms": Array [], "genderDiffs": false, "generation": 2, "growthRate": 3, "height": 0.6, "isStarterSelectable": false, "legendary": false, "malePercent": 50, "mythical": false, "name": "Shuckle", "species": "Mold Pokémon", "speciesId": 213, "subLegendary": false, "type1": 6, "type2": 5, "weight": 20.5, }, - "spriteScale": 1.5, "tags": Array [ "MYSTERY_ENCOUNTER_POST_SUMMON", ], }, ], }, ] ❯ src/test/mystery-encounter/encounters/the-strong-stuff-encounter.test.ts:112:55
Test
Process completed with exit code 1.
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/