diff --git a/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.vue b/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.vue index 43d2b4cc7d4..234392bc7a0 100644 --- a/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.vue +++ b/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.vue @@ -13,6 +13,7 @@ id="game-events-monitor-current-event" :key="currentGameEventIndex" class="h-full" + :event="currentGameEvent" /> @@ -22,6 +23,7 @@ import { storeToRefs } from "pinia"; import type { GameEventsMonitorEventTypeComponent } from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/game-events-monitor-current-event.types"; import GamePhaseStartsEvent from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.vue"; +import GamePlayerDiesEvent from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/GamePlayerDiesEvent.vue"; import GameStartsEvent from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.vue"; import GameTurnStartsEvent from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.vue"; import type { GameEventType } from "~/stores/game/game-event/types/game-event.types"; @@ -35,6 +37,7 @@ const currentGameEventTypeComponent = computed + +
+ +
+
+ + + \ No newline at end of file diff --git a/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/game-player-dies-event.types.ts b/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/game-player-dies-event.types.ts new file mode 100644 index 00000000000..4dbb199dca5 --- /dev/null +++ b/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/game-player-dies-event.types.ts @@ -0,0 +1,7 @@ +import type { GameEvent } from "~/stores/game/game-event/types/game-event.class"; + +type GamePlayerDiesEventProps = { + event: GameEvent; +}; + +export type { GamePlayerDiesEventProps }; \ No newline at end of file diff --git a/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/game-events-monitor-current-event.types.ts b/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/game-events-monitor-current-event.types.ts index 7aac614c6f9..97b25b09d2e 100644 --- a/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/game-events-monitor-current-event.types.ts +++ b/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/game-events-monitor-current-event.types.ts @@ -1,10 +1,9 @@ import type GamePhaseStartsEvent from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.vue"; +import type GamePlayerDiesEvent from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/GamePlayerDiesEvent.vue"; import type GameStartsEvent from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.vue"; import type GameTurnStartsEvent from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.vue"; type GameEventsMonitorEventTypeComponent = - | typeof GamePhaseStartsEvent - | typeof GameStartsEvent - | typeof GameTurnStartsEvent; + typeof GamePhaseStartsEvent | typeof GamePlayerDiesEvent | typeof GameStartsEvent | typeof GameTurnStartsEvent; export type { GameEventsMonitorEventTypeComponent }; \ No newline at end of file diff --git a/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlayerCard.vue b/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlayerCard.vue index 6bd8bfbd70c..792841813ff 100644 --- a/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlayerCard.vue +++ b/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlayerCard.vue @@ -1,5 +1,8 @@ \ No newline at end of file diff --git a/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/role-flipping-image-svg-icon.types.ts b/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/role-flipping-image-svg-icon.types.ts new file mode 100644 index 00000000000..8700433aabb --- /dev/null +++ b/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/role-flipping-image-svg-icon.types.ts @@ -0,0 +1,5 @@ +type RoleFlippingImageSvgIconProps = { + svgIconPath: string; +}; + +export type { RoleFlippingImageSvgIconProps }; \ No newline at end of file diff --git a/components/shared/role/RoleImage/RoleFlippingImage/role-flipping-image.types.ts b/components/shared/role/RoleImage/RoleFlippingImage/role-flipping-image.types.ts index a3c7aec03e3..5f8a099eee8 100644 --- a/components/shared/role/RoleImage/RoleFlippingImage/role-flipping-image.types.ts +++ b/components/shared/role/RoleImage/RoleFlippingImage/role-flipping-image.types.ts @@ -2,6 +2,7 @@ import type { RoleImageProps } from "~/components/shared/role/RoleImage/role-ima type RoleFlippingImageProps = RoleImageProps & { imageClasses?: string; + svgIconPath?: string; }; export type { RoleFlippingImageProps }; \ No newline at end of file diff --git a/modules/i18n/locales/en.json b/modules/i18n/locales/en.json index 27f4856c5a4..1495a1ea24e 100644 --- a/modules/i18n/locales/en.json +++ b/modules/i18n/locales/en.json @@ -1248,6 +1248,15 @@ "GamePhaseStartsEvent": { "dayRises": "The day rises in the village of the Millers Hollow !", "nightFalls": "The night falls in the village of the Millers Hollow…" + }, + "GamePlayerDiesEvent": { + "cantFindDeadPlayer": "The Assistant can't find the dead player… Please proceed.", + "playerDies": "{playerName} is dead ! What a tragedy…", + "playerCanRevealRole": "He or she can reveal his role to the others.", + "playerDoesntRevealRole": "In this special game, the role of the dead player is not revealed to the others. The mystery remains…" + }, + "RoleFlippingImageSvgIcon": { + "iconAlt": "Role icon" } } } \ No newline at end of file diff --git a/modules/i18n/locales/fr.json b/modules/i18n/locales/fr.json index 998436fdefc..24fb272c514 100644 --- a/modules/i18n/locales/fr.json +++ b/modules/i18n/locales/fr.json @@ -1248,6 +1248,15 @@ "GamePhaseStartsEvent": { "dayRises": "Le jour se lève sur le village de Thiercelieux !", "nightFalls": "La nuit tombe sur le village de Thiercelieux…" + }, + "GamePlayerDiesEvent": { + "cantFindDeadPlayer": "L'Assistant ne trouve pas le joueur mort… Veuillez continuer.", + "playerDies": "{playerName} est mort ! Quelle tragédie…", + "playerCanRevealRole": "Il ou elle peut révéler son rôle aux autres.", + "playerDoesntRevealRole": "Dans cette spéciale, le rôle du joueur mort n'est pas révélé aux autres. Le mystère demeure…" + }, + "RoleFlippingImageSvgIcon": { + "iconAlt": "Icône associé au rôle" } } } \ No newline at end of file diff --git a/nuxt.config.ts b/nuxt.config.ts index 9ef3304bff8..3c8a606b723 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -36,6 +36,7 @@ export default defineNuxtConfig({ "@fortawesome/fontawesome-free/css/all.css", "./assets/scss/custom.scss", "./assets/css/google-fonts.css", + "animate.css/animate.min.css", ], devtools: { enabled: true }, experimental: { renderJsonPayloads: false }, diff --git a/package.json b/package.json index 74f0340000c..e0ce4fe0c46 100644 --- a/package.json +++ b/package.json @@ -139,6 +139,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", + "animate.css": "^4.1.1", "is-ci": "^3.0.1", "primevue": "^3.52.0" }, @@ -150,4 +151,4 @@ "linux" ], "packageManager": "pnpm@9.0.6+sha512.f6d863130973207cb7a336d6b439a242a26ac8068077df530d6a86069419853dc1ffe64029ec594a9c505a3a410d19643c870aba6776330f5cfddcf10a9c1617" -} +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b351676a130..a22db7b51bf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,9 @@ importers: '@fortawesome/fontawesome-free': specifier: ^6.5.2 version: 6.5.2 + animate.css: + specifier: ^4.1.1 + version: 4.1.1 is-ci: specifier: ^3.0.1 version: 3.0.1 @@ -274,7 +277,7 @@ packages: engines: {node: '>=6.0.0'} '@antfu/install-pkg@0.1.1': - resolution: {integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==} + resolution: {integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==, tarball: https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-0.1.1.tgz} '@antfu/utils@0.7.8': resolution: {integrity: sha512-rWQkqXRESdjXtc+7NRfK9lASQjpXJu1ayp7qi1d23zZorY+wBHVLHHoVcMsEnkqEBWTFqbztO7/QdJFzyEcLTg==} @@ -284,7 +287,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/code-frame@7.24.6': - resolution: {integrity: sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==} + resolution: {integrity: sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==, tarball: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/compat-data@7.24.4': @@ -292,7 +295,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/compat-data@7.24.6': - resolution: {integrity: sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==} + resolution: {integrity: sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==, tarball: https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/core@7.23.9': @@ -304,7 +307,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/core@7.24.6': - resolution: {integrity: sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==} + resolution: {integrity: sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==, tarball: https://registry.npmjs.org/@babel/core/-/core-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/generator@7.23.6': @@ -316,7 +319,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/generator@7.24.6': - resolution: {integrity: sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==} + resolution: {integrity: sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==, tarball: https://registry.npmjs.org/@babel/generator/-/generator-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-annotate-as-pure@7.22.5': @@ -324,7 +327,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-annotate-as-pure@7.24.6': - resolution: {integrity: sha512-DitEzDfOMnd13kZnDqns1ccmftwJTS9DMkyn9pYTxulS7bZxUxpMly3Nf23QQ6NwA4UB8lAqjbqWtyvElEMAkg==} + resolution: {integrity: sha512-DitEzDfOMnd13kZnDqns1ccmftwJTS9DMkyn9pYTxulS7bZxUxpMly3Nf23QQ6NwA4UB8lAqjbqWtyvElEMAkg==, tarball: https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-compilation-targets@7.23.6': @@ -332,7 +335,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-compilation-targets@7.24.6': - resolution: {integrity: sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==} + resolution: {integrity: sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==, tarball: https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-create-class-features-plugin@7.24.5': @@ -342,7 +345,7 @@ packages: '@babel/core': ^7.0.0 '@babel/helper-create-class-features-plugin@7.24.6': - resolution: {integrity: sha512-djsosdPJVZE6Vsw3kk7IPRWethP94WHGOhQTc67SNXE0ZzMhHgALw8iGmYS0TD1bbMM0VDROy43od7/hN6WYcA==} + resolution: {integrity: sha512-djsosdPJVZE6Vsw3kk7IPRWethP94WHGOhQTc67SNXE0ZzMhHgALw8iGmYS0TD1bbMM0VDROy43od7/hN6WYcA==, tarball: https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.6.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -352,7 +355,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-environment-visitor@7.24.6': - resolution: {integrity: sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==} + resolution: {integrity: sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==, tarball: https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-function-name@7.23.0': @@ -360,7 +363,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-function-name@7.24.6': - resolution: {integrity: sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==} + resolution: {integrity: sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==, tarball: https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-hoist-variables@7.22.5': @@ -368,7 +371,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-hoist-variables@7.24.6': - resolution: {integrity: sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==} + resolution: {integrity: sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==, tarball: https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-member-expression-to-functions@7.24.5': @@ -376,7 +379,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-member-expression-to-functions@7.24.6': - resolution: {integrity: sha512-OTsCufZTxDUsv2/eDXanw/mUZHWOxSbEmC3pP8cgjcy5rgeVPWWMStnv274DV60JtHxTk0adT0QrCzC4M9NWGg==} + resolution: {integrity: sha512-OTsCufZTxDUsv2/eDXanw/mUZHWOxSbEmC3pP8cgjcy5rgeVPWWMStnv274DV60JtHxTk0adT0QrCzC4M9NWGg==, tarball: https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-module-imports@7.22.15': @@ -388,7 +391,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-module-imports@7.24.6': - resolution: {integrity: sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==} + resolution: {integrity: sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==, tarball: https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-module-transforms@7.24.5': @@ -398,7 +401,7 @@ packages: '@babel/core': ^7.0.0 '@babel/helper-module-transforms@7.24.6': - resolution: {integrity: sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==} + resolution: {integrity: sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==, tarball: https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -408,7 +411,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-optimise-call-expression@7.24.6': - resolution: {integrity: sha512-3SFDJRbx7KuPRl8XDUr8O7GAEB8iGyWPjLKJh/ywP/Iy9WOmEfMrsWbaZpvBu2HSYn4KQygIsz0O7m8y10ncMA==} + resolution: {integrity: sha512-3SFDJRbx7KuPRl8XDUr8O7GAEB8iGyWPjLKJh/ywP/Iy9WOmEfMrsWbaZpvBu2HSYn4KQygIsz0O7m8y10ncMA==, tarball: https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-plugin-utils@7.24.5': @@ -416,7 +419,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-plugin-utils@7.24.6': - resolution: {integrity: sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg==} + resolution: {integrity: sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg==, tarball: https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-replace-supers@7.24.1': @@ -426,7 +429,7 @@ packages: '@babel/core': ^7.0.0 '@babel/helper-replace-supers@7.24.6': - resolution: {integrity: sha512-mRhfPwDqDpba8o1F8ESxsEkJMQkUF8ZIWrAc0FtWhxnjfextxMWxr22RtFizxxSYLjVHDeMgVsRq8BBZR2ikJQ==} + resolution: {integrity: sha512-mRhfPwDqDpba8o1F8ESxsEkJMQkUF8ZIWrAc0FtWhxnjfextxMWxr22RtFizxxSYLjVHDeMgVsRq8BBZR2ikJQ==, tarball: https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.6.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -436,7 +439,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-simple-access@7.24.6': - resolution: {integrity: sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==} + resolution: {integrity: sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==, tarball: https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-skip-transparent-expression-wrappers@7.22.5': @@ -444,7 +447,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-skip-transparent-expression-wrappers@7.24.6': - resolution: {integrity: sha512-jhbbkK3IUKc4T43WadP96a27oYti9gEf1LdyGSP2rHGH77kwLwfhO7TgwnWvxxQVmke0ImmCSS47vcuxEMGD3Q==} + resolution: {integrity: sha512-jhbbkK3IUKc4T43WadP96a27oYti9gEf1LdyGSP2rHGH77kwLwfhO7TgwnWvxxQVmke0ImmCSS47vcuxEMGD3Q==, tarball: https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-split-export-declaration@7.24.5': @@ -452,7 +455,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-split-export-declaration@7.24.6': - resolution: {integrity: sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==} + resolution: {integrity: sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==, tarball: https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-string-parser@7.24.1': @@ -460,7 +463,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-string-parser@7.24.6': - resolution: {integrity: sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==} + resolution: {integrity: sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==, tarball: https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-validator-identifier@7.24.5': @@ -468,7 +471,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-validator-identifier@7.24.6': - resolution: {integrity: sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==} + resolution: {integrity: sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==, tarball: https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helper-validator-option@7.23.5': @@ -476,7 +479,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helper-validator-option@7.24.6': - resolution: {integrity: sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==} + resolution: {integrity: sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==, tarball: https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/helpers@7.24.5': @@ -484,7 +487,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/helpers@7.24.6': - resolution: {integrity: sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==} + resolution: {integrity: sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==, tarball: https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/highlight@7.24.5': @@ -492,7 +495,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/highlight@7.24.6': - resolution: {integrity: sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==} + resolution: {integrity: sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==, tarball: https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/parser@7.23.9': @@ -506,7 +509,7 @@ packages: hasBin: true '@babel/parser@7.24.6': - resolution: {integrity: sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==} + resolution: {integrity: sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==, tarball: https://registry.npmjs.org/@babel/parser/-/parser-7.24.6.tgz} engines: {node: '>=6.0.0'} hasBin: true @@ -546,7 +549,7 @@ packages: '@babel/core': ^7.0.0-0 '@babel/plugin-syntax-jsx@7.24.6': - resolution: {integrity: sha512-lWfvAIFNWMlCsU0DRUun2GpFwZdGTukLaHJqRh1JRb80NdAP5Sb1HDHB5X9P9OtgZHQl089UzQkpYlBq2VTPRw==} + resolution: {integrity: sha512-lWfvAIFNWMlCsU0DRUun2GpFwZdGTukLaHJqRh1JRb80NdAP5Sb1HDHB5X9P9OtgZHQl089UzQkpYlBq2VTPRw==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.6.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -558,7 +561,7 @@ packages: '@babel/core': ^7.0.0-0 '@babel/plugin-syntax-typescript@7.24.6': - resolution: {integrity: sha512-TzCtxGgVTEJWWwcYwQhCIQ6WaKlo80/B+Onsk4RRCcYqpYGFcG9etPW94VToGte5AAcxRrhjPUFvUS3Y2qKi4A==} + resolution: {integrity: sha512-TzCtxGgVTEJWWwcYwQhCIQ6WaKlo80/B+Onsk4RRCcYqpYGFcG9etPW94VToGte5AAcxRrhjPUFvUS3Y2qKi4A==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.6.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -570,7 +573,7 @@ packages: '@babel/core': ^7.0.0-0 '@babel/plugin-transform-modules-commonjs@7.24.6': - resolution: {integrity: sha512-JEV8l3MHdmmdb7S7Cmx6rbNEjRCgTQMZxllveHO0mx6uiclB0NflCawlQQ6+o5ZrwjUBYPzHm2XoK4wqGVUFuw==} + resolution: {integrity: sha512-JEV8l3MHdmmdb7S7Cmx6rbNEjRCgTQMZxllveHO0mx6uiclB0NflCawlQQ6+o5ZrwjUBYPzHm2XoK4wqGVUFuw==, tarball: https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.6.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -582,7 +585,7 @@ packages: '@babel/core': ^7.0.0-0 '@babel/plugin-transform-typescript@7.24.6': - resolution: {integrity: sha512-H0i+hDLmaYYSt6KU9cZE0gb3Cbssa/oxWis7PX4ofQzbvsfix9Lbh8SRk7LCPDlLWJHUiFeHU0qRRpF/4Zv7mQ==} + resolution: {integrity: sha512-H0i+hDLmaYYSt6KU9cZE0gb3Cbssa/oxWis7PX4ofQzbvsfix9Lbh8SRk7LCPDlLWJHUiFeHU0qRRpF/4Zv7mQ==, tarball: https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.6.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -594,7 +597,7 @@ packages: '@babel/core': ^7.0.0-0 '@babel/preset-typescript@7.24.6': - resolution: {integrity: sha512-U10aHPDnokCFRXgyT/MaIRTivUu2K/mu0vJlwRS9LxJmJet+PFQNKpggPyFCUtC6zWSBPjvxjnpNkAn3Uw2m5w==} + resolution: {integrity: sha512-U10aHPDnokCFRXgyT/MaIRTivUu2K/mu0vJlwRS9LxJmJet+PFQNKpggPyFCUtC6zWSBPjvxjnpNkAn3Uw2m5w==, tarball: https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.6.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -612,7 +615,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/template@7.24.6': - resolution: {integrity: sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==} + resolution: {integrity: sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==, tarball: https://registry.npmjs.org/@babel/template/-/template-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/traverse@7.24.5': @@ -620,7 +623,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/traverse@7.24.6': - resolution: {integrity: sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==} + resolution: {integrity: sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==, tarball: https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.6.tgz} engines: {node: '>=6.9.0'} '@babel/types@7.24.5': @@ -628,7 +631,7 @@ packages: engines: {node: '>=6.9.0'} '@babel/types@7.24.6': - resolution: {integrity: sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==} + resolution: {integrity: sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==, tarball: https://registry.npmjs.org/@babel/types/-/types-7.24.6.tgz} engines: {node: '>=6.9.0'} '@bundled-es-modules/cookie@2.0.0': @@ -642,7 +645,7 @@ packages: engines: {node: '>=16.13'} '@colors/colors@1.5.0': - resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} + resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==, tarball: https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz} engines: {node: '>=0.1.90'} '@commitlint/cli@19.3.0': @@ -804,139 +807,139 @@ packages: resolution: {integrity: sha512-+3DwRumrCJG27AtzCIL37A/X+A/gSfxOPLg8pZaruh5SLumsTmpvilwroVWBT2fPzmno/tGXypeK5a7NHU4RzA==} '@esbuild/aix-ppc64@0.20.2': - resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==} + resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==, tarball: https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz} engines: {node: '>=12'} cpu: [ppc64] os: [aix] '@esbuild/android-arm64@0.20.2': - resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==} + resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==, tarball: https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz} engines: {node: '>=12'} cpu: [arm64] os: [android] '@esbuild/android-arm@0.20.2': - resolution: {integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==} + resolution: {integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==, tarball: https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz} engines: {node: '>=12'} cpu: [arm] os: [android] '@esbuild/android-x64@0.20.2': - resolution: {integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==} + resolution: {integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==, tarball: https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz} engines: {node: '>=12'} cpu: [x64] os: [android] '@esbuild/darwin-arm64@0.20.2': - resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==} + resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==, tarball: https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz} engines: {node: '>=12'} cpu: [arm64] os: [darwin] '@esbuild/darwin-x64@0.20.2': - resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==} + resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==, tarball: https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz} engines: {node: '>=12'} cpu: [x64] os: [darwin] '@esbuild/freebsd-arm64@0.20.2': - resolution: {integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==} + resolution: {integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==, tarball: https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] '@esbuild/freebsd-x64@0.20.2': - resolution: {integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==} + resolution: {integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==, tarball: https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz} engines: {node: '>=12'} cpu: [x64] os: [freebsd] '@esbuild/linux-arm64@0.20.2': - resolution: {integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==} + resolution: {integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==, tarball: https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz} engines: {node: '>=12'} cpu: [arm64] os: [linux] '@esbuild/linux-arm@0.20.2': - resolution: {integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==} + resolution: {integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==, tarball: https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz} engines: {node: '>=12'} cpu: [arm] os: [linux] '@esbuild/linux-ia32@0.20.2': - resolution: {integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==} + resolution: {integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==, tarball: https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz} engines: {node: '>=12'} cpu: [ia32] os: [linux] '@esbuild/linux-loong64@0.20.2': - resolution: {integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==} + resolution: {integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==, tarball: https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz} engines: {node: '>=12'} cpu: [loong64] os: [linux] '@esbuild/linux-mips64el@0.20.2': - resolution: {integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==} + resolution: {integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==, tarball: https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz} engines: {node: '>=12'} cpu: [mips64el] os: [linux] '@esbuild/linux-ppc64@0.20.2': - resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==} + resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==, tarball: https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz} engines: {node: '>=12'} cpu: [ppc64] os: [linux] '@esbuild/linux-riscv64@0.20.2': - resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==} + resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==, tarball: https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz} engines: {node: '>=12'} cpu: [riscv64] os: [linux] '@esbuild/linux-s390x@0.20.2': - resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==} + resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==, tarball: https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz} engines: {node: '>=12'} cpu: [s390x] os: [linux] '@esbuild/linux-x64@0.20.2': - resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==} + resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==, tarball: https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz} engines: {node: '>=12'} cpu: [x64] os: [linux] '@esbuild/netbsd-x64@0.20.2': - resolution: {integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==} + resolution: {integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==, tarball: https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz} engines: {node: '>=12'} cpu: [x64] os: [netbsd] '@esbuild/openbsd-x64@0.20.2': - resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==} + resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==, tarball: https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz} engines: {node: '>=12'} cpu: [x64] os: [openbsd] '@esbuild/sunos-x64@0.20.2': - resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==} + resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==, tarball: https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz} engines: {node: '>=12'} cpu: [x64] os: [sunos] '@esbuild/win32-arm64@0.20.2': - resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==} + resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==, tarball: https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz} engines: {node: '>=12'} cpu: [arm64] os: [win32] '@esbuild/win32-ia32@0.20.2': - resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==} + resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==, tarball: https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz} engines: {node: '>=12'} cpu: [ia32] os: [win32] '@esbuild/win32-x64@0.20.2': - resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==} + resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==, tarball: https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -978,13 +981,13 @@ packages: engines: {node: '>=14'} '@floating-ui/core@1.6.2': - resolution: {integrity: sha512-+2XpQV9LLZeanU4ZevzRnGFg2neDeKHgFLjP6YLW+tly0IvrhqT4u8enLGjLH3qeh85g19xY5rsAusfwTdn5lg==} + resolution: {integrity: sha512-+2XpQV9LLZeanU4ZevzRnGFg2neDeKHgFLjP6YLW+tly0IvrhqT4u8enLGjLH3qeh85g19xY5rsAusfwTdn5lg==, tarball: https://registry.npmjs.org/@floating-ui/core/-/core-1.6.2.tgz} '@floating-ui/dom@1.1.1': - resolution: {integrity: sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==} + resolution: {integrity: sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==, tarball: https://registry.npmjs.org/@floating-ui/dom/-/dom-1.1.1.tgz} '@floating-ui/utils@0.2.2': - resolution: {integrity: sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==} + resolution: {integrity: sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==, tarball: https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.2.tgz} '@fortawesome/fontawesome-free@6.5.2': resolution: {integrity: sha512-hRILoInAx8GNT5IMkrtIt9blOdrqHOnPBH+k70aWUAqPZPgopb9G5EQJFpaBx/S8zp2fC+mPW349Bziuk1o28Q==} @@ -1006,10 +1009,10 @@ packages: engines: {node: '>=18.18'} '@iconify/types@2.0.0': - resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} + resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==, tarball: https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz} '@iconify/utils@2.1.23': - resolution: {integrity: sha512-YGNbHKM5tyDvdWZ92y2mIkrfvm5Fvhe6WJSkWu7vvOFhMtYDP0casZpoRz0XEHZCrYsR4stdGT3cZ52yp5qZdQ==} + resolution: {integrity: sha512-YGNbHKM5tyDvdWZ92y2mIkrfvm5Fvhe6WJSkWu7vvOFhMtYDP0casZpoRz0XEHZCrYsR4stdGT3cZ52yp5qZdQ==, tarball: https://registry.npmjs.org/@iconify/utils/-/utils-2.1.23.tgz} '@inquirer/confirm@3.1.6': resolution: {integrity: sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==} @@ -1438,55 +1441,55 @@ packages: engines: {node: '>=14'} '@parcel/watcher-android-arm64@2.4.1': - resolution: {integrity: sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==} + resolution: {integrity: sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==, tarball: https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [android] '@parcel/watcher-darwin-arm64@2.4.1': - resolution: {integrity: sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==} + resolution: {integrity: sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==, tarball: https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.4.1.tgz} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [darwin] '@parcel/watcher-darwin-x64@2.4.1': - resolution: {integrity: sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==} + resolution: {integrity: sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==, tarball: https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.4.1.tgz} engines: {node: '>= 10.0.0'} cpu: [x64] os: [darwin] '@parcel/watcher-freebsd-x64@2.4.1': - resolution: {integrity: sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==} + resolution: {integrity: sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==, tarball: https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.4.1.tgz} engines: {node: '>= 10.0.0'} cpu: [x64] os: [freebsd] '@parcel/watcher-linux-arm-glibc@2.4.1': - resolution: {integrity: sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==} + resolution: {integrity: sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==, tarball: https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.4.1.tgz} engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] '@parcel/watcher-linux-arm64-glibc@2.4.1': - resolution: {integrity: sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==} + resolution: {integrity: sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==, tarball: https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.4.1.tgz} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] '@parcel/watcher-linux-arm64-musl@2.4.1': - resolution: {integrity: sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==} + resolution: {integrity: sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==, tarball: https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.4.1.tgz} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] '@parcel/watcher-linux-x64-glibc@2.4.1': - resolution: {integrity: sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==} + resolution: {integrity: sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==, tarball: https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] '@parcel/watcher-linux-x64-musl@2.4.1': - resolution: {integrity: sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==} + resolution: {integrity: sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==, tarball: https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.4.1.tgz} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] @@ -1498,19 +1501,19 @@ packages: - napi-wasm '@parcel/watcher-win32-arm64@2.4.1': - resolution: {integrity: sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==} + resolution: {integrity: sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==, tarball: https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.4.1.tgz} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [win32] '@parcel/watcher-win32-ia32@2.4.1': - resolution: {integrity: sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==} + resolution: {integrity: sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==, tarball: https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.4.1.tgz} engines: {node: '>= 10.0.0'} cpu: [ia32] os: [win32] '@parcel/watcher-win32-x64@2.4.1': - resolution: {integrity: sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==} + resolution: {integrity: sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==, tarball: https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.4.1.tgz} engines: {node: '>= 10.0.0'} cpu: [x64] os: [win32] @@ -1528,7 +1531,7 @@ packages: pinia: '>=2.1.5' '@pkgjs/parseargs@0.11.0': - resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==, tarball: https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz} engines: {node: '>=14'} '@playwright/test@1.44.1': @@ -1637,82 +1640,82 @@ packages: optional: true '@rollup/rollup-android-arm-eabi@4.17.2': - resolution: {integrity: sha512-NM0jFxY8bB8QLkoKxIQeObCaDlJKewVlIEkuyYKm5An1tdVZ966w2+MPQ2l8LBZLjR+SgyV+nRkTIunzOYBMLQ==} + resolution: {integrity: sha512-NM0jFxY8bB8QLkoKxIQeObCaDlJKewVlIEkuyYKm5An1tdVZ966w2+MPQ2l8LBZLjR+SgyV+nRkTIunzOYBMLQ==, tarball: https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.17.2.tgz} cpu: [arm] os: [android] '@rollup/rollup-android-arm64@4.17.2': - resolution: {integrity: sha512-yeX/Usk7daNIVwkq2uGoq2BYJKZY1JfyLTaHO/jaiSwi/lsf8fTFoQW/n6IdAsx5tx+iotu2zCJwz8MxI6D/Bw==} + resolution: {integrity: sha512-yeX/Usk7daNIVwkq2uGoq2BYJKZY1JfyLTaHO/jaiSwi/lsf8fTFoQW/n6IdAsx5tx+iotu2zCJwz8MxI6D/Bw==, tarball: https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.17.2.tgz} cpu: [arm64] os: [android] '@rollup/rollup-darwin-arm64@4.17.2': - resolution: {integrity: sha512-kcMLpE6uCwls023+kknm71ug7MZOrtXo+y5p/tsg6jltpDtgQY1Eq5sGfHcQfb+lfuKwhBmEURDga9N0ol4YPw==} + resolution: {integrity: sha512-kcMLpE6uCwls023+kknm71ug7MZOrtXo+y5p/tsg6jltpDtgQY1Eq5sGfHcQfb+lfuKwhBmEURDga9N0ol4YPw==, tarball: https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.17.2.tgz} cpu: [arm64] os: [darwin] '@rollup/rollup-darwin-x64@4.17.2': - resolution: {integrity: sha512-AtKwD0VEx0zWkL0ZjixEkp5tbNLzX+FCqGG1SvOu993HnSz4qDI6S4kGzubrEJAljpVkhRSlg5bzpV//E6ysTQ==} + resolution: {integrity: sha512-AtKwD0VEx0zWkL0ZjixEkp5tbNLzX+FCqGG1SvOu993HnSz4qDI6S4kGzubrEJAljpVkhRSlg5bzpV//E6ysTQ==, tarball: https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.17.2.tgz} cpu: [x64] os: [darwin] '@rollup/rollup-linux-arm-gnueabihf@4.17.2': - resolution: {integrity: sha512-3reX2fUHqN7sffBNqmEyMQVj/CKhIHZd4y631duy0hZqI8Qoqf6lTtmAKvJFYa6bhU95B1D0WgzHkmTg33In0A==} + resolution: {integrity: sha512-3reX2fUHqN7sffBNqmEyMQVj/CKhIHZd4y631duy0hZqI8Qoqf6lTtmAKvJFYa6bhU95B1D0WgzHkmTg33In0A==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.17.2.tgz} cpu: [arm] os: [linux] '@rollup/rollup-linux-arm-musleabihf@4.17.2': - resolution: {integrity: sha512-uSqpsp91mheRgw96xtyAGP9FW5ChctTFEoXP0r5FAzj/3ZRv3Uxjtc7taRQSaQM/q85KEKjKsZuiZM3GyUivRg==} + resolution: {integrity: sha512-uSqpsp91mheRgw96xtyAGP9FW5ChctTFEoXP0r5FAzj/3ZRv3Uxjtc7taRQSaQM/q85KEKjKsZuiZM3GyUivRg==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.17.2.tgz} cpu: [arm] os: [linux] '@rollup/rollup-linux-arm64-gnu@4.17.2': - resolution: {integrity: sha512-EMMPHkiCRtE8Wdk3Qhtciq6BndLtstqZIroHiiGzB3C5LDJmIZcSzVtLRbwuXuUft1Cnv+9fxuDtDxz3k3EW2A==} + resolution: {integrity: sha512-EMMPHkiCRtE8Wdk3Qhtciq6BndLtstqZIroHiiGzB3C5LDJmIZcSzVtLRbwuXuUft1Cnv+9fxuDtDxz3k3EW2A==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.17.2.tgz} cpu: [arm64] os: [linux] '@rollup/rollup-linux-arm64-musl@4.17.2': - resolution: {integrity: sha512-NMPylUUZ1i0z/xJUIx6VUhISZDRT+uTWpBcjdv0/zkp7b/bQDF+NfnfdzuTiB1G6HTodgoFa93hp0O1xl+/UbA==} + resolution: {integrity: sha512-NMPylUUZ1i0z/xJUIx6VUhISZDRT+uTWpBcjdv0/zkp7b/bQDF+NfnfdzuTiB1G6HTodgoFa93hp0O1xl+/UbA==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.17.2.tgz} cpu: [arm64] os: [linux] '@rollup/rollup-linux-powerpc64le-gnu@4.17.2': - resolution: {integrity: sha512-T19My13y8uYXPw/L/k0JYaX1fJKFT/PWdXiHr8mTbXWxjVF1t+8Xl31DgBBvEKclw+1b00Chg0hxE2O7bTG7GQ==} + resolution: {integrity: sha512-T19My13y8uYXPw/L/k0JYaX1fJKFT/PWdXiHr8mTbXWxjVF1t+8Xl31DgBBvEKclw+1b00Chg0hxE2O7bTG7GQ==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.17.2.tgz} cpu: [ppc64] os: [linux] '@rollup/rollup-linux-riscv64-gnu@4.17.2': - resolution: {integrity: sha512-BOaNfthf3X3fOWAB+IJ9kxTgPmMqPPH5f5k2DcCsRrBIbWnaJCgX2ll77dV1TdSy9SaXTR5iDXRL8n7AnoP5cg==} + resolution: {integrity: sha512-BOaNfthf3X3fOWAB+IJ9kxTgPmMqPPH5f5k2DcCsRrBIbWnaJCgX2ll77dV1TdSy9SaXTR5iDXRL8n7AnoP5cg==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.17.2.tgz} cpu: [riscv64] os: [linux] '@rollup/rollup-linux-s390x-gnu@4.17.2': - resolution: {integrity: sha512-W0UP/x7bnn3xN2eYMql2T/+wpASLE5SjObXILTMPUBDB/Fg/FxC+gX4nvCfPBCbNhz51C+HcqQp2qQ4u25ok6g==} + resolution: {integrity: sha512-W0UP/x7bnn3xN2eYMql2T/+wpASLE5SjObXILTMPUBDB/Fg/FxC+gX4nvCfPBCbNhz51C+HcqQp2qQ4u25ok6g==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.17.2.tgz} cpu: [s390x] os: [linux] '@rollup/rollup-linux-x64-gnu@4.17.2': - resolution: {integrity: sha512-Hy7pLwByUOuyaFC6mAr7m+oMC+V7qyifzs/nW2OJfC8H4hbCzOX07Ov0VFk/zP3kBsELWNFi7rJtgbKYsav9QQ==} + resolution: {integrity: sha512-Hy7pLwByUOuyaFC6mAr7m+oMC+V7qyifzs/nW2OJfC8H4hbCzOX07Ov0VFk/zP3kBsELWNFi7rJtgbKYsav9QQ==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.17.2.tgz} cpu: [x64] os: [linux] '@rollup/rollup-linux-x64-musl@4.17.2': - resolution: {integrity: sha512-h1+yTWeYbRdAyJ/jMiVw0l6fOOm/0D1vNLui9iPuqgRGnXA0u21gAqOyB5iHjlM9MMfNOm9RHCQ7zLIzT0x11Q==} + resolution: {integrity: sha512-h1+yTWeYbRdAyJ/jMiVw0l6fOOm/0D1vNLui9iPuqgRGnXA0u21gAqOyB5iHjlM9MMfNOm9RHCQ7zLIzT0x11Q==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.17.2.tgz} cpu: [x64] os: [linux] '@rollup/rollup-win32-arm64-msvc@4.17.2': - resolution: {integrity: sha512-tmdtXMfKAjy5+IQsVtDiCfqbynAQE/TQRpWdVataHmhMb9DCoJxp9vLcCBjEQWMiUYxO1QprH/HbY9ragCEFLA==} + resolution: {integrity: sha512-tmdtXMfKAjy5+IQsVtDiCfqbynAQE/TQRpWdVataHmhMb9DCoJxp9vLcCBjEQWMiUYxO1QprH/HbY9ragCEFLA==, tarball: https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.17.2.tgz} cpu: [arm64] os: [win32] '@rollup/rollup-win32-ia32-msvc@4.17.2': - resolution: {integrity: sha512-7II/QCSTAHuE5vdZaQEwJq2ZACkBpQDOmQsE6D6XUbnBHW8IAhm4eTufL6msLJorzrHDFv3CF8oCA/hSIRuZeQ==} + resolution: {integrity: sha512-7II/QCSTAHuE5vdZaQEwJq2ZACkBpQDOmQsE6D6XUbnBHW8IAhm4eTufL6msLJorzrHDFv3CF8oCA/hSIRuZeQ==, tarball: https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.17.2.tgz} cpu: [ia32] os: [win32] '@rollup/rollup-win32-x64-msvc@4.17.2': - resolution: {integrity: sha512-TGGO7v7qOq4CYmSBVEYpI1Y5xDuCEnbVC5Vth8mOsW0gDSzxNrVERPc790IGHsrT2dQSimgMr9Ub3Y1Jci5/8w==} + resolution: {integrity: sha512-TGGO7v7qOq4CYmSBVEYpI1Y5xDuCEnbVC5Vth8mOsW0gDSzxNrVERPc790IGHsrT2dQSimgMr9Ub3Y1Jci5/8w==, tarball: https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.17.2.tgz} cpu: [x64] os: [win32] @@ -2053,7 +2056,7 @@ packages: vue: '>=2.7 || >=3' '@unocss/astro@0.60.0': - resolution: {integrity: sha512-clZuuNWFpNpr8OGm4vr/t3cD++S9rqK1jsZKkT0Wuu8/IKkZx/4x0BTn82KhaB4o5RJWwwtkfX65AePn6D+62g==} + resolution: {integrity: sha512-clZuuNWFpNpr8OGm4vr/t3cD++S9rqK1jsZKkT0Wuu8/IKkZx/4x0BTn82KhaB4o5RJWwwtkfX65AePn6D+62g==, tarball: https://registry.npmjs.org/@unocss/astro/-/astro-0.60.0.tgz} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 peerDependenciesMeta: @@ -2061,80 +2064,80 @@ packages: optional: true '@unocss/cli@0.60.0': - resolution: {integrity: sha512-TzBhbOfd7Rl+NsqHjQSFLoc8aMJcfRRMZ3BXuIa3EhGuT0r4e1H7CENUQXl7ijNLVL9XL2SyrV68cDvEeQfMZA==} + resolution: {integrity: sha512-TzBhbOfd7Rl+NsqHjQSFLoc8aMJcfRRMZ3BXuIa3EhGuT0r4e1H7CENUQXl7ijNLVL9XL2SyrV68cDvEeQfMZA==, tarball: https://registry.npmjs.org/@unocss/cli/-/cli-0.60.0.tgz} engines: {node: '>=14'} hasBin: true '@unocss/config@0.60.0': - resolution: {integrity: sha512-y8zTM/qhZ5p2zhtgjsqL4BDjDXes1i72kNts/A85adNTx9ffZG+0dbrH2DLoBKp6aAb51AOo5OcG5cllSbNrDQ==} + resolution: {integrity: sha512-y8zTM/qhZ5p2zhtgjsqL4BDjDXes1i72kNts/A85adNTx9ffZG+0dbrH2DLoBKp6aAb51AOo5OcG5cllSbNrDQ==, tarball: https://registry.npmjs.org/@unocss/config/-/config-0.60.0.tgz} engines: {node: '>=14'} '@unocss/core@0.60.0': - resolution: {integrity: sha512-i1j5i/4xiCfogobaOdQCQUEy/Ch8mBtKgpfUIreJtElaF15uIjT2t/G0y7qUz87ZNl+wJoPcWkcSC92HVnjXwg==} + resolution: {integrity: sha512-i1j5i/4xiCfogobaOdQCQUEy/Ch8mBtKgpfUIreJtElaF15uIjT2t/G0y7qUz87ZNl+wJoPcWkcSC92HVnjXwg==, tarball: https://registry.npmjs.org/@unocss/core/-/core-0.60.0.tgz} '@unocss/extractor-arbitrary-variants@0.60.0': - resolution: {integrity: sha512-f6o2KsCP+BYzYRjeBkjiquh5eM1oRv/wNu1a1triNk9pmmD3nUWRY0ImaXRkSbgHpAjVEDloOpqPdMTO408ePg==} + resolution: {integrity: sha512-f6o2KsCP+BYzYRjeBkjiquh5eM1oRv/wNu1a1triNk9pmmD3nUWRY0ImaXRkSbgHpAjVEDloOpqPdMTO408ePg==, tarball: https://registry.npmjs.org/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-0.60.0.tgz} '@unocss/inspector@0.60.0': - resolution: {integrity: sha512-aw9wkEslDnuQNEQkffCVvYJEljB9y/jkNM/i/YBjDYsTYOa/p63NVju9Bn0l3+uUiH6Nsws2JJ1q3xIulhZEIw==} + resolution: {integrity: sha512-aw9wkEslDnuQNEQkffCVvYJEljB9y/jkNM/i/YBjDYsTYOa/p63NVju9Bn0l3+uUiH6Nsws2JJ1q3xIulhZEIw==, tarball: https://registry.npmjs.org/@unocss/inspector/-/inspector-0.60.0.tgz} '@unocss/postcss@0.60.0': - resolution: {integrity: sha512-FlEAUWSywKZ55IJbhM0vJ39mDHWveT06Bu4l7TYLgdQ6BJHDIncatMg3GQ9L8RTEbXGGjhnOs3EJyd1ZHEzBUw==} + resolution: {integrity: sha512-FlEAUWSywKZ55IJbhM0vJ39mDHWveT06Bu4l7TYLgdQ6BJHDIncatMg3GQ9L8RTEbXGGjhnOs3EJyd1ZHEzBUw==, tarball: https://registry.npmjs.org/@unocss/postcss/-/postcss-0.60.0.tgz} engines: {node: '>=14'} peerDependencies: postcss: ^8.4.21 '@unocss/preset-attributify@0.60.0': - resolution: {integrity: sha512-FJZCKy6Wf6qc9EXFei4txy9nYkKotoPD/20NfA+beYS3XbVxAxQy6d454fe9DDK99QfJeEJd8xhaWJFCweiQWw==} + resolution: {integrity: sha512-FJZCKy6Wf6qc9EXFei4txy9nYkKotoPD/20NfA+beYS3XbVxAxQy6d454fe9DDK99QfJeEJd8xhaWJFCweiQWw==, tarball: https://registry.npmjs.org/@unocss/preset-attributify/-/preset-attributify-0.60.0.tgz} '@unocss/preset-icons@0.60.0': - resolution: {integrity: sha512-8DD9PURCfAtN5nlpOAz5ocV8NG1bb1u83WIGYu+uuVbmFUiMVP4RIEtS1+/dXBEtl0EA7rgN9qI5EmzPDrLd1Q==} + resolution: {integrity: sha512-8DD9PURCfAtN5nlpOAz5ocV8NG1bb1u83WIGYu+uuVbmFUiMVP4RIEtS1+/dXBEtl0EA7rgN9qI5EmzPDrLd1Q==, tarball: https://registry.npmjs.org/@unocss/preset-icons/-/preset-icons-0.60.0.tgz} '@unocss/preset-mini@0.60.0': - resolution: {integrity: sha512-N0XqjuMRjtRUYeE5ELxOcraEwUWkhQum+qIhr0ZZCCoGQpa/u1MRCkwNcBSEy70HZMoyesYVtxiOz0CgAWRSQw==} + resolution: {integrity: sha512-N0XqjuMRjtRUYeE5ELxOcraEwUWkhQum+qIhr0ZZCCoGQpa/u1MRCkwNcBSEy70HZMoyesYVtxiOz0CgAWRSQw==, tarball: https://registry.npmjs.org/@unocss/preset-mini/-/preset-mini-0.60.0.tgz} '@unocss/preset-tagify@0.60.0': - resolution: {integrity: sha512-7uEnjqQN+zdfBpDwzfVB/rnriqa6jxImMv3g8nQ0A3boopaB+JBuqlSr3/sUmb8YJh9U+F5l8zShjLkPOz9gkg==} + resolution: {integrity: sha512-7uEnjqQN+zdfBpDwzfVB/rnriqa6jxImMv3g8nQ0A3boopaB+JBuqlSr3/sUmb8YJh9U+F5l8zShjLkPOz9gkg==, tarball: https://registry.npmjs.org/@unocss/preset-tagify/-/preset-tagify-0.60.0.tgz} '@unocss/preset-typography@0.60.0': - resolution: {integrity: sha512-rHzAZa5MqJGpSxL3OhDQZ6Nk9jTDhiEKB3s7xR4bfwKtEuMiTZAzrOl6DDKnAgjH2H2cXfgFpQP+kLjoYgyNkA==} + resolution: {integrity: sha512-rHzAZa5MqJGpSxL3OhDQZ6Nk9jTDhiEKB3s7xR4bfwKtEuMiTZAzrOl6DDKnAgjH2H2cXfgFpQP+kLjoYgyNkA==, tarball: https://registry.npmjs.org/@unocss/preset-typography/-/preset-typography-0.60.0.tgz} '@unocss/preset-uno@0.60.0': - resolution: {integrity: sha512-aMoja25jfz80N/TYysMe1RAy0yhONUgl3Eh3Z4EIJrdsHXxuBicO1Wa/EbI8Mc4dY+NPETTC/5JF1SH+yWihGA==} + resolution: {integrity: sha512-aMoja25jfz80N/TYysMe1RAy0yhONUgl3Eh3Z4EIJrdsHXxuBicO1Wa/EbI8Mc4dY+NPETTC/5JF1SH+yWihGA==, tarball: https://registry.npmjs.org/@unocss/preset-uno/-/preset-uno-0.60.0.tgz} '@unocss/preset-web-fonts@0.60.0': - resolution: {integrity: sha512-muiQSNq9TmidlMPb9dvX+u5DGNPWfuOKhTTPA2Ia/ZmOUo3SfX2LQq2af7QfjoDuAGnLo3ZZf0qyP1Ao9YsbrA==} + resolution: {integrity: sha512-muiQSNq9TmidlMPb9dvX+u5DGNPWfuOKhTTPA2Ia/ZmOUo3SfX2LQq2af7QfjoDuAGnLo3ZZf0qyP1Ao9YsbrA==, tarball: https://registry.npmjs.org/@unocss/preset-web-fonts/-/preset-web-fonts-0.60.0.tgz} '@unocss/preset-wind@0.60.0': - resolution: {integrity: sha512-utfAJ15tfnPg9r5rfCnBwGRMvhtFiqp8f/YQdrREsnAJRqcfzA6E2Tdh67GyOjPRBjNusw+WmV4K2tltzKbdOQ==} + resolution: {integrity: sha512-utfAJ15tfnPg9r5rfCnBwGRMvhtFiqp8f/YQdrREsnAJRqcfzA6E2Tdh67GyOjPRBjNusw+WmV4K2tltzKbdOQ==, tarball: https://registry.npmjs.org/@unocss/preset-wind/-/preset-wind-0.60.0.tgz} '@unocss/reset@0.60.0': - resolution: {integrity: sha512-r4NUPb/je10ZUrdncSuHipeDqBn7gY5HEcdAx2Rse+O/yWJimVsBkb5sGU1na9fhUwxv0cYIiFiqoQaKzcnCpQ==} + resolution: {integrity: sha512-r4NUPb/je10ZUrdncSuHipeDqBn7gY5HEcdAx2Rse+O/yWJimVsBkb5sGU1na9fhUwxv0cYIiFiqoQaKzcnCpQ==, tarball: https://registry.npmjs.org/@unocss/reset/-/reset-0.60.0.tgz} '@unocss/rule-utils@0.60.0': - resolution: {integrity: sha512-YDXSUQceqMSVG51F5yTTPSadrV7YrbRX3VnaSE5NopyyYKRWT6/0dl68riTOjtJfVcm55vl7ZhwNFobAdtOfYA==} + resolution: {integrity: sha512-YDXSUQceqMSVG51F5yTTPSadrV7YrbRX3VnaSE5NopyyYKRWT6/0dl68riTOjtJfVcm55vl7ZhwNFobAdtOfYA==, tarball: https://registry.npmjs.org/@unocss/rule-utils/-/rule-utils-0.60.0.tgz} engines: {node: '>=14'} '@unocss/scope@0.60.0': - resolution: {integrity: sha512-BegakMMkFGWGTRro+CSZVEGS81k00HlYiT81bbDtjFifiJVv6K13U3S2YqBaUS7zlECCYhMr4Bpv8Rr78j66Bw==} + resolution: {integrity: sha512-BegakMMkFGWGTRro+CSZVEGS81k00HlYiT81bbDtjFifiJVv6K13U3S2YqBaUS7zlECCYhMr4Bpv8Rr78j66Bw==, tarball: https://registry.npmjs.org/@unocss/scope/-/scope-0.60.0.tgz} '@unocss/transformer-attributify-jsx-babel@0.60.0': - resolution: {integrity: sha512-GpBqGZZ9+sja9JapQRBvlD1o3GFumsbAvd/HmnXyDH7WLYO/y/HPA8/4Ar2ieGqcE0IlVVoTj8B2ruf5umhaWQ==} + resolution: {integrity: sha512-GpBqGZZ9+sja9JapQRBvlD1o3GFumsbAvd/HmnXyDH7WLYO/y/HPA8/4Ar2ieGqcE0IlVVoTj8B2ruf5umhaWQ==, tarball: https://registry.npmjs.org/@unocss/transformer-attributify-jsx-babel/-/transformer-attributify-jsx-babel-0.60.0.tgz} '@unocss/transformer-attributify-jsx@0.60.0': - resolution: {integrity: sha512-0uBTvcYLtkCHJ2491orUGpZ3Pw43NPZu/nn06P4FMyyudmCgBd5z9bl5bGiCY6MbIRDyGEGGMEWF87s80FnLPw==} + resolution: {integrity: sha512-0uBTvcYLtkCHJ2491orUGpZ3Pw43NPZu/nn06P4FMyyudmCgBd5z9bl5bGiCY6MbIRDyGEGGMEWF87s80FnLPw==, tarball: https://registry.npmjs.org/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-0.60.0.tgz} '@unocss/transformer-compile-class@0.60.0': - resolution: {integrity: sha512-PEfz9q11KBQR1UP5NB2K4qcjh+LLCXIL4wBKz7qhKkjjyGr7rCRrfLtbZv/1QmgKST+WHbK7uKkRYm/kBbFdyA==} + resolution: {integrity: sha512-PEfz9q11KBQR1UP5NB2K4qcjh+LLCXIL4wBKz7qhKkjjyGr7rCRrfLtbZv/1QmgKST+WHbK7uKkRYm/kBbFdyA==, tarball: https://registry.npmjs.org/@unocss/transformer-compile-class/-/transformer-compile-class-0.60.0.tgz} '@unocss/transformer-directives@0.60.0': - resolution: {integrity: sha512-ZG+TvpvimH5LkFkqz27BQryhF8oeM+mUkD9oV+DhtQBadV5pcMvi40NB5VEeDj3dsogHTMrl13dsHXdrINI7jQ==} + resolution: {integrity: sha512-ZG+TvpvimH5LkFkqz27BQryhF8oeM+mUkD9oV+DhtQBadV5pcMvi40NB5VEeDj3dsogHTMrl13dsHXdrINI7jQ==, tarball: https://registry.npmjs.org/@unocss/transformer-directives/-/transformer-directives-0.60.0.tgz} '@unocss/transformer-variant-group@0.60.0': - resolution: {integrity: sha512-00PikfUfJN+LdTaoILA+iXbPB5J8/zX1RcJx1DwKF2iRfKNmSu9+jsyNN0zyQX2jOVXY4UuK3x8LJ1qtZl1edA==} + resolution: {integrity: sha512-00PikfUfJN+LdTaoILA+iXbPB5J8/zX1RcJx1DwKF2iRfKNmSu9+jsyNN0zyQX2jOVXY4UuK3x8LJ1qtZl1edA==, tarball: https://registry.npmjs.org/@unocss/transformer-variant-group/-/transformer-variant-group-0.60.0.tgz} '@unocss/vite@0.60.0': - resolution: {integrity: sha512-Xyqg+slwR+y5eggPZu74OwVZrIyYe+Ut3WzdmM3mgHBh+ty8Ci85ndm71K5wagyDNvbfLj5gA10h14n3OyB9RQ==} + resolution: {integrity: sha512-Xyqg+slwR+y5eggPZu74OwVZrIyYe+Ut3WzdmM3mgHBh+ty8Ci85ndm71K5wagyDNvbfLj5gA10h14n3OyB9RQ==, tarball: https://registry.npmjs.org/@unocss/vite/-/vite-0.60.0.tgz} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 @@ -2403,6 +2406,9 @@ packages: resolution: {integrity: sha512-8S/8g5iMcuGhRmBUJ+xuXm9hdjqIcaky2z52RA7tSyz9tWN0mgiP/JR9+kx/SiS1REJpTXnEKpMCMEeVVIeo3A==} engines: {node: '>= 14'} + animate.css@4.1.1: + resolution: {integrity: sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ==, tarball: https://registry.npmjs.org/animate.css/-/animate.css-4.1.1.tgz} + ansi-colors@4.1.3: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} engines: {node: '>=6'} @@ -2562,16 +2568,16 @@ packages: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} bare-events@2.2.2: - resolution: {integrity: sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==} + resolution: {integrity: sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==, tarball: https://registry.npmjs.org/bare-events/-/bare-events-2.2.2.tgz} bare-fs@2.3.0: - resolution: {integrity: sha512-TNFqa1B4N99pds2a5NYHR15o0ZpdNKbAeKTE/+G6ED/UeOavv8RY3dr/Fu99HW3zU3pXpo2kDNO8Sjsm2esfOw==} + resolution: {integrity: sha512-TNFqa1B4N99pds2a5NYHR15o0ZpdNKbAeKTE/+G6ED/UeOavv8RY3dr/Fu99HW3zU3pXpo2kDNO8Sjsm2esfOw==, tarball: https://registry.npmjs.org/bare-fs/-/bare-fs-2.3.0.tgz} bare-os@2.3.0: resolution: {integrity: sha512-oPb8oMM1xZbhRQBngTgpcQ5gXw6kjOaRsSWsIeNyRxGed2w/ARyP7ScBYpWR1qfX2E5rS3gBw6OWcSQo+s+kUg==} bare-path@2.1.2: - resolution: {integrity: sha512-o7KSt4prEphWUHa3QUwCxUI00R86VdjiuxmJK0iNVDHYPGo+HsDaVCnqCmPbf/MiW1ok8F4p3m8RTHlWk8K2ig==} + resolution: {integrity: sha512-o7KSt4prEphWUHa3QUwCxUI00R86VdjiuxmJK0iNVDHYPGo+HsDaVCnqCmPbf/MiW1ok8F4p3m8RTHlWk8K2ig==, tarball: https://registry.npmjs.org/bare-path/-/bare-path-2.1.2.tgz} bare-stream@1.0.0: resolution: {integrity: sha512-KhNUoDL40iP4gFaLSsoGE479t0jHijfYdIcxRn/XtezA2BaUD0NRf/JGRpsMq6dMNM+SrCrB0YSSo/5wBY4rOQ==} @@ -3324,7 +3330,7 @@ packages: engines: {node: '>= 0.8'} encoding@0.1.13: - resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} + resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==, tarball: https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz} end-of-stream@1.4.4: resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} @@ -3671,7 +3677,7 @@ packages: resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} floating-vue@5.2.2: - resolution: {integrity: sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==} + resolution: {integrity: sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==, tarball: https://registry.npmjs.org/floating-vue/-/floating-vue-5.2.2.tgz} peerDependencies: '@nuxt/kit': ^3.2.0 vue: ^3.2.0 @@ -3726,12 +3732,12 @@ packages: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} fsevents@2.3.2: - resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==, tarball: https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] fsevents@2.3.3: - resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==, tarball: https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] @@ -3903,7 +3909,7 @@ packages: resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} graceful-fs@4.2.11: - resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==, tarball: https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz} graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} @@ -3913,7 +3919,7 @@ packages: engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} gzip-size@6.0.0: - resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} + resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==, tarball: https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz} engines: {node: '>=10'} gzip-size@7.0.0: @@ -4156,7 +4162,7 @@ packages: engines: {node: '>= 12'} ipx@2.1.0: - resolution: {integrity: sha512-AVnPGXJ8L41vjd11Z4akIF2yd14636Klxul3tBySxHA6PKfCOQPxBDkCFK5zcWh0z/keR6toh1eg8qzdBVUgdA==} + resolution: {integrity: sha512-AVnPGXJ8L41vjd11Z4akIF2yd14636Klxul3tBySxHA6PKfCOQPxBDkCFK5zcWh0z/keR6toh1eg8qzdBVUgdA==, tarball: https://registry.npmjs.org/ipx/-/ipx-2.1.0.tgz} hasBin: true iron-webcrypto@1.1.1: @@ -5511,7 +5517,7 @@ packages: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} picocolors@1.0.1: - resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} + resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==, tarball: https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz} picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} @@ -6776,7 +6782,7 @@ packages: resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} uglify-js@3.17.4: - resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} + resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==, tarball: https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz} engines: {node: '>=0.8.0'} hasBin: true @@ -6787,7 +6793,7 @@ packages: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} unconfig@0.3.13: - resolution: {integrity: sha512-N9Ph5NC4+sqtcOjPfHrRcHekBCadCXWTBzp2VYYbySOHW0PfD9XLCeXshTXjkPYwLrBr9AtSeU0CZmkYECJhng==} + resolution: {integrity: sha512-N9Ph5NC4+sqtcOjPfHrRcHekBCadCXWTBzp2VYYbySOHW0PfD9XLCeXshTXjkPYwLrBr9AtSeU0CZmkYECJhng==, tarball: https://registry.npmjs.org/unconfig/-/unconfig-0.3.13.tgz} uncrypto@0.1.3: resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} @@ -6846,7 +6852,7 @@ packages: engines: {node: '>= 10.0.0'} unocss@0.60.0: - resolution: {integrity: sha512-jVNrjjR9j/PQylfF1z8sz2L2sTnnmGRUTXKQmCTURBBnk2Q9VqoYIvShppPUn4dWvnOy5Xj2gPIXBMin56nt0Q==} + resolution: {integrity: sha512-jVNrjjR9j/PQylfF1z8sz2L2sTnnmGRUTXKQmCTURBBnk2Q9VqoYIvShppPUn4dWvnOy5Xj2gPIXBMin56nt0Q==, tarball: https://registry.npmjs.org/unocss/-/unocss-0.60.0.tgz} engines: {node: '>=14'} peerDependencies: '@unocss/webpack': 0.60.0 @@ -10465,6 +10471,8 @@ snapshots: dependencies: tslib: 2.6.2 + animate.css@4.1.1: {} + ansi-colors@4.1.3: {} ansi-escapes@4.3.2: diff --git a/public/svg/game/player/dead.svg b/public/svg/game/player/dead.svg index fe1f4424263..b3e66c564e0 100644 --- a/public/svg/game/player/dead.svg +++ b/public/svg/game/player/dead.svg @@ -1,7 +1,12 @@ - - - - - - \ No newline at end of file + + + + + + + + + + + \ No newline at end of file diff --git a/stores/game/game-event/constants/game-event.constants.ts b/stores/game/game-event/constants/game-event.constants.ts index 8454621defb..506a0e728c6 100644 --- a/stores/game/game-event/constants/game-event.constants.ts +++ b/stores/game/game-event/constants/game-event.constants.ts @@ -2,6 +2,7 @@ const GAME_EVENT_TYPES = [ "game-starts", "game-phase-starts", "game-turn-starts", + "player-dies", ] as const; export { GAME_EVENT_TYPES }; \ No newline at end of file diff --git a/stores/game/game-event/types/game-event.class.ts b/stores/game/game-event/types/game-event.class.ts index 5f3b4587d0a..138e78adddf 100644 --- a/stores/game/game-event/types/game-event.class.ts +++ b/stores/game/game-event/types/game-event.class.ts @@ -1,4 +1,5 @@ import { Expose, plainToInstance } from "class-transformer"; +import type { Player } from "~/composables/api/game/types/players/player.class"; import type { GameEventType } from "~/stores/game/game-event/types/game-event.types"; import { DEFAULT_PLAIN_TO_INSTANCE_OPTIONS } from "~/utils/constants/class-transformer.constants"; @@ -6,6 +7,9 @@ class GameEvent { @Expose() public type: GameEventType; + @Expose() + public players?: Player[]; + public static create(gameEvent: GameEvent): GameEvent { return plainToInstance(GameEvent, gameEvent, DEFAULT_PLAIN_TO_INSTANCE_OPTIONS); } diff --git a/stores/game/game-event/useGameEventsStore.ts b/stores/game/game-event/useGameEventsStore.ts index ba5c9779738..1018943b201 100644 --- a/stores/game/game-event/useGameEventsStore.ts +++ b/stores/game/game-event/useGameEventsStore.ts @@ -1,4 +1,5 @@ import { defineStore } from "pinia"; +import { useCurrentGamePlay } from "~/composables/api/game/game-play/useCurrentGamePlay"; import type { Game } from "~/composables/api/game/types/game.class"; import { StoreIds } from "~/stores/enums/store.enum"; import { GameEvent } from "~/stores/game/game-event/types/game-event.class"; @@ -14,6 +15,13 @@ const useGameEventsStore = defineStore(StoreIds.GAME_EVENTS, () => { currentGameEventIndex.value = 0; } + function getDeadPlayerGameEvents(game: Game): GameEvent[] { + const { getEligibleTargetsWithInteractionInCurrentGamePlay } = useCurrentGamePlay(ref(game)); + const deadPlayers = getEligibleTargetsWithInteractionInCurrentGamePlay("bury"); + + return deadPlayers.map(player => GameEvent.create({ type: "player-dies", players: [player] })); + } + function generateAndSetGameEventsFromGame(game: Game): void { resetGameEvents(); if (game.tick === 1) { @@ -22,6 +30,9 @@ const useGameEventsStore = defineStore(StoreIds.GAME_EVENTS, () => { if (game.phase.tick === 1 && game.phase.name !== "twilight") { gameEvents.value.push(GameEvent.create({ type: "game-phase-starts" })); } + if (game.currentPlay?.action === "bury-dead-bodies") { + gameEvents.value.push(...getDeadPlayerGameEvents(game)); + } gameEvents.value.push(GameEvent.create({ type: "game-turn-starts" })); } diff --git a/tests/acceptance/screenshots/darwin/Game won by nobody.png b/tests/acceptance/screenshots/darwin/Game won by nobody.png index 92c13f4eafc..a2032af06ee 100644 Binary files a/tests/acceptance/screenshots/darwin/Game won by nobody.png and b/tests/acceptance/screenshots/darwin/Game won by nobody.png differ diff --git a/tests/acceptance/screenshots/linux/Game won by nobody.png b/tests/acceptance/screenshots/linux/Game won by nobody.png index b1779e2251c..f65996eaed2 100644 Binary files a/tests/acceptance/screenshots/linux/Game won by nobody.png and b/tests/acceptance/screenshots/linux/Game won by nobody.png differ diff --git a/tests/stryker/incremental.json b/tests/stryker/incremental.json index 81168180b13..0a614f380f7 100644 --- a/tests/stryker/incremental.json +++ b/tests/stryker/incremental.json @@ -12,13 +12,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -40,13 +40,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -68,13 +68,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -96,13 +96,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -124,13 +124,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -152,13 +152,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -180,13 +180,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -208,13 +208,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -236,13 +236,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -264,13 +264,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -292,13 +292,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -320,13 +320,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -348,13 +348,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -376,13 +376,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -404,13 +404,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -432,13 +432,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -460,13 +460,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -488,13 +488,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -516,13 +516,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -544,13 +544,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -572,13 +572,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -600,13 +600,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -628,13 +628,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -656,13 +656,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1194" + "1209" ], "coveredBy": [ - "1192", - "1193", - "1194", - "1195" + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -702,8 +702,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -737,8 +737,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -772,8 +772,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -807,8 +807,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -842,8 +842,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -877,8 +877,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -912,8 +912,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -947,8 +947,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -982,8 +982,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -1017,8 +1017,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -1052,8 +1052,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -1087,8 +1087,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -1122,8 +1122,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -1183,8 +1183,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -1218,8 +1218,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -1253,8 +1253,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -1288,8 +1288,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -1323,8 +1323,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -1358,8 +1358,8 @@ "458", "459", "460", - "1090", - "1193" + "1105", + "1208" ], "location": { "end": { @@ -1693,15 +1693,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1039" + "1054" ], "coveredBy": [ - "1039", - "1040", - "1041", - "1042", - "1043", - "1044" + "1054", + "1055", + "1056", + "1057", + "1058", + "1059" ], "location": { "end": { @@ -1723,15 +1723,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1039" + "1054" ], "coveredBy": [ - "1039", - "1040", - "1041", - "1042", - "1043", - "1044" + "1054", + "1055", + "1056", + "1057", + "1058", + "1059" ], "location": { "end": { @@ -1753,15 +1753,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1039" + "1054" ], "coveredBy": [ - "1039", - "1040", - "1041", - "1042", - "1043", - "1044" + "1054", + "1055", + "1056", + "1057", + "1058", + "1059" ], "location": { "end": { @@ -1789,19 +1789,19 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "520" + "541" ], "coveredBy": [ - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524" + "536", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545" ], "location": { "end": { @@ -1823,19 +1823,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "515" + "536" ], "coveredBy": [ - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524" + "536", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545" ], "location": { "end": { @@ -1857,19 +1857,19 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "520" + "541" ], "coveredBy": [ - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524" + "536", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545" ], "location": { "end": { @@ -1891,19 +1891,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "515" + "536" ], "coveredBy": [ - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524" + "536", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545" ], "location": { "end": { @@ -1925,19 +1925,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "515" + "536" ], "coveredBy": [ - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524" + "536", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545" ], "location": { "end": { @@ -1959,14 +1959,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "520" + "541" ], "coveredBy": [ - "520", - "521", - "522", - "523", - "524" + "541", + "542", + "543", + "544", + "545" ], "location": { "end": { @@ -1988,14 +1988,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "522" + "543" ], "coveredBy": [ - "520", - "521", - "522", - "523", - "524" + "541", + "542", + "543", + "544", + "545" ], "location": { "end": { @@ -2017,14 +2017,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "522" + "543" ], "coveredBy": [ - "520", - "521", - "522", - "523", - "524" + "541", + "542", + "543", + "544", + "545" ], "location": { "end": { @@ -2046,14 +2046,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "522" + "543" ], "coveredBy": [ - "520", - "521", - "522", - "523", - "524" + "541", + "542", + "543", + "544", + "545" ], "location": { "end": { @@ -2075,14 +2075,14 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "523" + "544" ], "coveredBy": [ - "520", - "521", - "522", - "523", - "524" + "541", + "542", + "543", + "544", + "545" ], "location": { "end": { @@ -2104,14 +2104,14 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "523" + "544" ], "coveredBy": [ - "520", - "521", - "522", - "523", - "524" + "541", + "542", + "543", + "544", + "545" ], "location": { "end": { @@ -2133,14 +2133,14 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "523" + "544" ], "coveredBy": [ - "520", - "521", - "522", - "523", - "524" + "541", + "542", + "543", + "544", + "545" ], "location": { "end": { @@ -2168,12 +2168,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1246" + "1264" ], "coveredBy": [ - "1245", - "1246", - "1247" + "1263", + "1264", + "1265" ], "location": { "end": { @@ -2195,12 +2195,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1246" + "1264" ], "coveredBy": [ - "1245", - "1246", - "1247" + "1263", + "1264", + "1265" ], "location": { "end": { @@ -2228,12 +2228,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1240" + "1258" ], "coveredBy": [ - "1239", - "1240", - "1241" + "1257", + "1258", + "1259" ], "location": { "end": { @@ -2255,12 +2255,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1240" + "1258" ], "coveredBy": [ - "1239", - "1240", - "1241" + "1257", + "1258", + "1259" ], "location": { "end": { @@ -2288,17 +2288,17 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "758" + "787" ], "coveredBy": [ - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764" + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793" ], "location": { "end": { @@ -2320,17 +2320,17 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "758" + "787" ], "coveredBy": [ - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764" + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793" ], "location": { "end": { @@ -2352,17 +2352,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "757" + "786" ], "coveredBy": [ - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764" + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793" ], "location": { "end": { @@ -2384,17 +2384,17 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "761" + "790" ], "coveredBy": [ - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764" + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793" ], "location": { "end": { @@ -2416,11 +2416,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "763" + "792" ], "coveredBy": [ - "763", - "764" + "792", + "793" ], "location": { "end": { @@ -2442,11 +2442,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "763" + "792" ], "coveredBy": [ - "763", - "764" + "792", + "793" ], "location": { "end": { @@ -2468,11 +2468,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "763" + "792" ], "coveredBy": [ - "763", - "764" + "792", + "793" ], "location": { "end": { @@ -2494,11 +2494,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "764" + "793" ], "coveredBy": [ - "763", - "764" + "792", + "793" ], "location": { "end": { @@ -2520,10 +2520,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "764" + "793" ], "coveredBy": [ - "764" + "793" ], "location": { "end": { @@ -2545,10 +2545,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "764" + "793" ], "coveredBy": [ - "764" + "793" ], "location": { "end": { @@ -2576,15 +2576,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1055" + "1070" ], "coveredBy": [ - "1055", - "1056", - "1057", - "1058", - "1059", - "1060" + "1070", + "1071", + "1072", + "1073", + "1074", + "1075" ], "location": { "end": { @@ -2606,15 +2606,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1055" + "1070" ], "coveredBy": [ - "1055", - "1056", - "1057", - "1058", - "1059", - "1060" + "1070", + "1071", + "1072", + "1073", + "1074", + "1075" ], "location": { "end": { @@ -2636,15 +2636,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1059" + "1074" ], "coveredBy": [ - "1055", - "1056", - "1057", - "1058", - "1059", - "1060" + "1070", + "1071", + "1072", + "1073", + "1074", + "1075" ], "location": { "end": { @@ -2666,10 +2666,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1059" + "1074" ], "coveredBy": [ - "1059" + "1074" ], "location": { "end": { @@ -2691,10 +2691,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1059" + "1074" ], "coveredBy": [ - "1059" + "1074" ], "location": { "end": { @@ -2716,15 +2716,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1055" + "1070" ], "coveredBy": [ - "1055", - "1056", - "1057", - "1058", - "1059", - "1060" + "1070", + "1071", + "1072", + "1073", + "1074", + "1075" ], "location": { "end": { @@ -2746,10 +2746,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1060" + "1075" ], "coveredBy": [ - "1060" + "1075" ], "location": { "end": { @@ -2771,10 +2771,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1060" + "1075" ], "coveredBy": [ - "1060" + "1075" ], "location": { "end": { @@ -2802,19 +2802,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "795" + "824" ], "coveredBy": [ - "794", - "795", - "796", - "797", - "798", - "799", - "800", - "801", - "802", - "803" + "823", + "824", + "825", + "826", + "827", + "828", + "829", + "830", + "831", + "832" ], "location": { "end": { @@ -2836,14 +2836,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "799" + "828" ], "coveredBy": [ - "799", - "800", - "801", - "802", - "803" + "828", + "829", + "830", + "831", + "832" ], "location": { "end": { @@ -2865,14 +2865,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "799" + "828" ], "coveredBy": [ - "799", - "800", - "801", - "802", - "803" + "828", + "829", + "830", + "831", + "832" ], "location": { "end": { @@ -2894,10 +2894,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "803" + "832" ], "coveredBy": [ - "803" + "832" ], "location": { "end": { @@ -2919,10 +2919,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "803" + "832" ], "coveredBy": [ - "803" + "832" ], "location": { "end": { @@ -2968,17 +2968,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "535" + "556" ], "coveredBy": [ - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563" ], "location": { "end": { @@ -3000,17 +3000,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "535" + "556" ], "coveredBy": [ - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563" ], "location": { "end": { @@ -3032,17 +3032,17 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "539" + "560" ], "coveredBy": [ - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563" ], "location": { "end": { @@ -3064,17 +3064,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "535" + "556" ], "coveredBy": [ - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563" ], "location": { "end": { @@ -3096,17 +3096,17 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "540" + "561" ], "coveredBy": [ - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563" ], "location": { "end": { @@ -3128,17 +3128,17 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "541" + "562" ], "coveredBy": [ - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563" ], "location": { "end": { @@ -3160,17 +3160,17 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "542" + "563" ], "coveredBy": [ - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563" ], "location": { "end": { @@ -3192,17 +3192,17 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "536" + "557" ], "coveredBy": [ - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563" ], "location": { "end": { @@ -3224,17 +3224,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "535" + "556" ], "coveredBy": [ - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563" ], "location": { "end": { @@ -3256,17 +3256,17 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "536" + "557" ], "coveredBy": [ - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563" ], "location": { "end": { @@ -3288,17 +3288,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "535" + "556" ], "coveredBy": [ - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563" ], "location": { "end": { @@ -6464,16 +6464,16 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "590" + "611" ], "coveredBy": [ - "588", - "589", - "590", - "591", - "592", - "593", - "594" + "609", + "610", + "611", + "612", + "613", + "614", + "615" ], "location": { "end": { @@ -6495,16 +6495,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "588" + "609" ], "coveredBy": [ - "588", - "589", - "590", - "591", - "592", - "593", - "594" + "609", + "610", + "611", + "612", + "613", + "614", + "615" ], "location": { "end": { @@ -6526,16 +6526,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "588" + "609" ], "coveredBy": [ - "588", - "589", - "590", - "591", - "592", - "593", - "594" + "609", + "610", + "611", + "612", + "613", + "614", + "615" ], "location": { "end": { @@ -6557,16 +6557,16 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "590" + "611" ], "coveredBy": [ - "588", - "589", - "590", - "591", - "592", - "593", - "594" + "609", + "610", + "611", + "612", + "613", + "614", + "615" ], "location": { "end": { @@ -6588,16 +6588,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "588" + "609" ], "coveredBy": [ - "588", - "589", - "590", - "591", - "592", - "593", - "594" + "609", + "610", + "611", + "612", + "613", + "614", + "615" ], "location": { "end": { @@ -6619,16 +6619,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "588" + "609" ], "coveredBy": [ - "588", - "589", - "590", - "591", - "592", - "593", - "594" + "609", + "610", + "611", + "612", + "613", + "614", + "615" ], "location": { "end": { @@ -6650,16 +6650,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "588" + "609" ], "coveredBy": [ - "588", - "589", - "590", - "591", - "592", - "593", - "594" + "609", + "610", + "611", + "612", + "613", + "614", + "615" ], "location": { "end": { @@ -6681,13 +6681,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "592" + "613" ], "coveredBy": [ - "590", - "592", - "593", - "594" + "611", + "613", + "614", + "615" ], "location": { "end": { @@ -6709,13 +6709,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "590" + "611" ], "coveredBy": [ - "590", - "592", - "593", - "594" + "611", + "613", + "614", + "615" ], "location": { "end": { @@ -7104,13 +7104,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "984" + "999" ], "coveredBy": [ - "984", - "985", - "986", - "987" + "999", + "1000", + "1001", + "1002" ], "location": { "end": { @@ -7132,13 +7132,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "984" + "999" ], "coveredBy": [ - "984", - "985", - "986", - "987" + "999", + "1000", + "1001", + "1002" ], "location": { "end": { @@ -7160,13 +7160,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "987" + "1002" ], "coveredBy": [ - "984", - "985", - "986", - "987" + "999", + "1000", + "1001", + "1002" ], "location": { "end": { @@ -7188,13 +7188,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "984" + "999" ], "coveredBy": [ - "984", - "985", - "986", - "987" + "999", + "1000", + "1001", + "1002" ], "location": { "end": { @@ -7216,13 +7216,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "987" + "1002" ], "coveredBy": [ - "984", - "985", - "986", - "987" + "999", + "1000", + "1001", + "1002" ], "location": { "end": { @@ -7244,10 +7244,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "987" + "1002" ], "coveredBy": [ - "987" + "1002" ], "location": { "end": { @@ -7269,10 +7269,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "987" + "1002" ], "coveredBy": [ - "987" + "1002" ], "location": { "end": { @@ -7294,13 +7294,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "984" + "999" ], "coveredBy": [ - "984", - "985", - "986", - "987" + "999", + "1000", + "1001", + "1002" ], "location": { "end": { @@ -7322,13 +7322,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "984" + "999" ], "coveredBy": [ - "984", - "985", - "986", - "987" + "999", + "1000", + "1001", + "1002" ], "location": { "end": { @@ -7350,13 +7350,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "984" + "999" ], "coveredBy": [ - "984", - "985", - "986", - "987" + "999", + "1000", + "1001", + "1002" ], "location": { "end": { @@ -7384,15 +7384,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "595" + "616" ], "coveredBy": [ - "595", - "596", - "597", - "598", - "599", - "600" + "616", + "617", + "618", + "619", + "620", + "621" ], "location": { "end": { @@ -7414,15 +7414,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "595" + "616" ], "coveredBy": [ - "595", - "596", - "597", - "598", - "599", - "600" + "616", + "617", + "618", + "619", + "620", + "621" ], "location": { "end": { @@ -7444,15 +7444,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "598" + "619" ], "coveredBy": [ - "595", - "596", - "597", - "598", - "599", - "600" + "616", + "617", + "618", + "619", + "620", + "621" ], "location": { "end": { @@ -7474,11 +7474,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "598" + "619" ], "coveredBy": [ - "598", - "599" + "619", + "620" ], "location": { "end": { @@ -7500,15 +7500,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "595" + "616" ], "coveredBy": [ - "595", - "596", - "597", - "598", - "599", - "600" + "616", + "617", + "618", + "619", + "620", + "621" ], "location": { "end": { @@ -7530,15 +7530,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "595" + "616" ], "coveredBy": [ - "595", - "596", - "597", - "598", - "599", - "600" + "616", + "617", + "618", + "619", + "620", + "621" ], "location": { "end": { @@ -7566,18 +7566,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "656" + "679" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -7599,18 +7599,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "653" + "676" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -7632,18 +7632,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "653" + "676" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -7665,18 +7665,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "657" + "680" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -7698,18 +7698,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "660" + "683" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -7731,18 +7731,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "657" + "680" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -7764,18 +7764,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "657" + "680" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -7797,18 +7797,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "657" + "680" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -7830,12 +7830,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "657" + "680" ], "coveredBy": [ - "656", - "657", - "658" + "679", + "680", + "681" ], "location": { "end": { @@ -7857,12 +7857,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "657" + "680" ], "coveredBy": [ - "656", - "657", - "658" + "679", + "680", + "681" ], "location": { "end": { @@ -7884,18 +7884,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "660" + "683" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -7917,18 +7917,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "657" + "680" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -7950,18 +7950,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "660" + "683" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -7983,18 +7983,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "657" + "680" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -8016,18 +8016,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "657" + "680" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -8049,18 +8049,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "657" + "680" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -8082,12 +8082,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "657" + "680" ], "coveredBy": [ - "656", - "657", - "658" + "679", + "680", + "681" ], "location": { "end": { @@ -8109,12 +8109,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "657" + "680" ], "coveredBy": [ - "656", - "657", - "658" + "679", + "680", + "681" ], "location": { "end": { @@ -8136,18 +8136,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "660" + "683" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -8169,18 +8169,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "656" + "679" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -8202,18 +8202,18 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "659" + "682" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -8235,18 +8235,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "656" + "679" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -8268,18 +8268,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "656" + "679" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -8301,18 +8301,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "656" + "679" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -8334,12 +8334,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "656" + "679" ], "coveredBy": [ - "656", - "657", - "658" + "679", + "680", + "681" ], "location": { "end": { @@ -8361,12 +8361,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "656" + "679" ], "coveredBy": [ - "656", - "657", - "658" + "679", + "680", + "681" ], "location": { "end": { @@ -8388,18 +8388,18 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "659" + "682" ], "coveredBy": [ - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661" + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684" ], "location": { "end": { @@ -8427,14 +8427,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "628" + "649" ], "coveredBy": [ - "628", - "629", - "630", - "631", - "632" + "649", + "650", + "651", + "652", + "653" ], "location": { "end": { @@ -8456,14 +8456,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "628" + "649" ], "coveredBy": [ - "628", - "629", - "630", - "631", - "632" + "649", + "650", + "651", + "652", + "653" ], "location": { "end": { @@ -8485,10 +8485,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "631" + "652" ], "coveredBy": [ - "631" + "652" ], "location": { "end": { @@ -8510,14 +8510,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "628" + "649" ], "coveredBy": [ - "628", - "629", - "630", - "631", - "632" + "649", + "650", + "651", + "652", + "653" ], "location": { "end": { @@ -8539,14 +8539,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "628" + "649" ], "coveredBy": [ - "628", - "629", - "630", - "631", - "632" + "649", + "650", + "651", + "652", + "653" ], "location": { "end": { @@ -8574,14 +8574,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "780" + "809" ], "coveredBy": [ - "780", - "781", - "782", - "783", - "784" + "809", + "810", + "811", + "812", + "813" ], "location": { "end": { @@ -8603,14 +8603,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "780" + "809" ], "coveredBy": [ - "780", - "781", - "782", - "783", - "784" + "809", + "810", + "811", + "812", + "813" ], "location": { "end": { @@ -8632,14 +8632,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "780" + "809" ], "coveredBy": [ - "780", - "781", - "782", - "783", - "784" + "809", + "810", + "811", + "812", + "813" ], "location": { "end": { @@ -8667,12 +8667,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1019" + "1034" ], "coveredBy": [ - "1019", - "1020", - "1021" + "1034", + "1035", + "1036" ], "location": { "end": { @@ -8694,12 +8694,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1021" + "1036" ], "coveredBy": [ - "1019", - "1020", - "1021" + "1034", + "1035", + "1036" ], "location": { "end": { @@ -8721,12 +8721,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1019" + "1034" ], "coveredBy": [ - "1019", - "1020", - "1021" + "1034", + "1035", + "1036" ], "location": { "end": { @@ -8748,10 +8748,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1021" + "1036" ], "coveredBy": [ - "1021" + "1036" ], "location": { "end": { @@ -9310,13 +9310,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1077" + "1092" ], "coveredBy": [ - "1077", - "1078", - "1079", - "1080" + "1092", + "1093", + "1094", + "1095" ], "location": { "end": { @@ -9338,13 +9338,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1079" + "1094" ], "coveredBy": [ - "1077", - "1078", - "1079", - "1080" + "1092", + "1093", + "1094", + "1095" ], "location": { "end": { @@ -9372,23 +9372,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "877" + "775" ], "coveredBy": [ - "877", - "878", - "879", - "880", - "881" + "775", + "776", + "777", + "778", + "779", + "780" ], "location": { "end": { "column": 2, - "line": 43 + "line": 46 }, "start": { "column": 103, - "line": 33 + "line": 35 } } }, @@ -9401,23 +9402,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "877" + "775" ], "coveredBy": [ - "877", - "878", - "879", - "880", - "881" + "775", + "776", + "777", + "778", + "779", + "780" ], "location": { "end": { "column": 4, - "line": 38 + "line": 41 }, "start": { "column": 102, - "line": 34 + "line": 36 } } }, @@ -9430,23 +9432,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "877" + "775" ], "coveredBy": [ - "877", - "878", - "879", - "880", - "881" + "775", + "776", + "777", + "778", + "779", + "780" ], "location": { "end": { "column": 30, - "line": 39 + "line": 42 }, "start": { "column": 7, - "line": 39 + "line": 42 } } }, @@ -9459,23 +9462,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "877" + "775" ], "coveredBy": [ - "877", - "878", - "879", - "880", - "881" + "775", + "776", + "777", + "778", + "779", + "780" ], "location": { "end": { "column": 30, - "line": 39 + "line": 42 }, "start": { "column": 7, - "line": 39 + "line": 42 } } }, @@ -9485,26 +9489,27 @@ "replacement": "false", "statusReason": "Cannot read properties of undefined (reading 'type')", "status": "Killed", - "testsCompleted": 5, + "testsCompleted": 6, "static": false, "killedBy": [ - "881" + "780" ], "coveredBy": [ - "877", - "878", - "879", - "880", - "881" + "775", + "776", + "777", + "778", + "779", + "780" ], "location": { "end": { "column": 30, - "line": 39 + "line": 42 }, "start": { "column": 7, - "line": 39 + "line": 42 } } }, @@ -9517,24 +9522,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "881" + "780" ], "coveredBy": [ - "881" + "780" ], "location": { "end": { "column": 4, - "line": 41 + "line": 44 }, "start": { "column": 32, - "line": 39 + "line": 42 } } } ], - "source": "\n\n" + "source": "\n\n" }, "components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.vue": { "language": "html", @@ -10883,293 +10888,771 @@ ], "source": "\n\n\n\n" }, - "components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.vue": { + "components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/GamePlayerDiesEvent.vue": { "language": "html", "mutants": [ { "id": "357", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "Snapshot `Game Player Dies Event Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "446" + "518" ], "coveredBy": [ - "446", - "447", - "448", - "449", - "450", - "451" + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526" ], "location": { "end": { - "column": 2, - "line": 34 + "column": 100, + "line": 33 }, "start": { - "column": 61, - "line": 30 + "column": 51, + "line": 33 } } }, { "id": "358", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "Snapshot `Game Player Dies Event Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "testsCompleted": 3, + "testsCompleted": 1, "static": false, "killedBy": [ - "448" + "518" ], "coveredBy": [ - "446", - "447", - "448", - "449", - "450", - "451" + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526" ], "location": { "end": { - "column": 49, - "line": 33 + "column": 79, + "line": 35 }, "start": { - "column": 10, - "line": 33 + "column": 49, + "line": 35 } } }, { "id": "359", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", + "mutatorName": "OptionalChaining", + "replacement": "props.event.players[0]", + "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 5, "static": false, "killedBy": [ - "446" + "522" ], "coveredBy": [ - "446", - "447", - "448", - "449", - "450", - "451" + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526" ], "location": { "end": { - "column": 49, - "line": 33 + "column": 79, + "line": 35 }, "start": { - "column": 10, - "line": 33 + "column": 55, + "line": 35 } } }, { "id": "360", - "mutatorName": "EqualityOperator", - "replacement": "currentPlay?.action !== \"elect-sheriff\"", - "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "Snapshot `Game Player Dies Event Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "446" + "518" ], "coveredBy": [ - "446", - "447", - "448", - "449", - "450", - "451" + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526" ], "location": { "end": { - "column": 49, - "line": 33 + "column": 2, + "line": 47 }, "start": { - "column": 10, - "line": 33 + "column": 59, + "line": 37 } } }, { "id": "361", - "mutatorName": "OptionalChaining", - "replacement": "currentPlay.action", - "statusReason": "Cannot read properties of null (reading 'action')", + "mutatorName": "BooleanLiteral", + "replacement": "deadPlayer.value", + "statusReason": "Snapshot `Game Player Dies Event Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "testsCompleted": 4, + "testsCompleted": 1, "static": false, "killedBy": [ - "449" + "518" ], "coveredBy": [ - "446", - "447", - "448", - "449", - "450", - "451" + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526" ], "location": { "end": { - "column": 29, - "line": 33 + "column": 24, + "line": 38 }, "start": { - "column": 10, - "line": 33 + "column": 7, + "line": 38 } } }, { "id": "362", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "Snapshot `Game Player Dies Event Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "446" + "518" ], "coveredBy": [ - "446", - "447", - "448", - "449", - "450", - "451" + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526" ], "location": { "end": { - "column": 49, - "line": 33 + "column": 24, + "line": 38 }, "start": { - "column": 34, - "line": 33 + "column": 7, + "line": 38 } } }, { "id": "363", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 4, "static": false, "killedBy": [ - "446" + "521" ], "coveredBy": [ - "446", - "447", - "448", - "449", - "450", - "451" + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526" ], "location": { "end": { - "column": 2, - "line": 55 + "column": 24, + "line": 38 }, "start": { - "column": 57, - "line": 36 + "column": 7, + "line": 38 } } }, { "id": "364", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "446" + "521" ], "coveredBy": [ - "446", - "447", - "448", - "449", - "450", - "451" + "521", + "522", + "525", + "526" ], "location": { "end": { - "column": 46, - "line": 37 + "column": 4, + "line": 40 }, "start": { - "column": 7, - "line": 37 + "column": 26, + "line": 38 } } }, { "id": "365", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", + "mutatorName": "ArrayDeclaration", + "replacement": "[]", + "statusReason": "expected '' to be 'components.GamePlayerDiesEvent.cantFi…' // Object.is equality", "status": "Killed", - "testsCompleted": 5, + "testsCompleted": 1, "static": false, "killedBy": [ - "450" + "521" ], "coveredBy": [ - "446", - "447", - "448", - "449", - "450", - "451" + "521", + "522", + "525", + "526" ], "location": { "end": { - "column": 46, - "line": 37 + "column": 68, + "line": 39 }, "start": { - "column": 7, - "line": 37 + "column": 12, + "line": 39 } } }, { "id": "366", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expected '' to be 'components.GamePlayerDiesEvent.cantFi…' // Object.is equality", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "450" + "521" ], "coveredBy": [ - "450" - ], + "521", + "522", + "525", + "526" + ], + "location": { + "end": { + "column": 66, + "line": 39 + }, + "start": { + "column": 15, + "line": 39 + } + } + }, + { + "id": "367", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "Snapshot `Game Player Dies Event Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "518" + ], + "coveredBy": [ + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526" + ], + "location": { + "end": { + "column": 110, + "line": 41 + }, + "start": { + "column": 58, + "line": 41 + } + } + }, + { + "id": "368", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expected 'components.GamePlayerDiesEvent.player…' to be 'components.GamePlayerDiesEvent.player…' // Object.is equality", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "523" + ], + "coveredBy": [ + "523" + ], + "location": { + "end": { + "column": 168, + "line": 41 + }, + "start": { + "column": 113, + "line": 41 + } + } + }, + { + "id": "369", + "mutatorName": "ArrayDeclaration", + "replacement": "[]", + "statusReason": "Snapshot `Game Player Dies Event Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "518" + ], + "coveredBy": [ + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526" + ], + "location": { + "end": { + "column": 4, + "line": 46 + }, + "start": { + "column": 10, + "line": 43 + } + } + }, + { + "id": "370", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "Snapshot `Game Player Dies Event Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "518" + ], + "coveredBy": [ + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526" + ], + "location": { + "end": { + "column": 50, + "line": 44 + }, + "start": { + "column": 7, + "line": 44 + } + } + }, + { + "id": "371", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "Snapshot `Game Player Dies Event Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "518" + ], + "coveredBy": [ + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526" + ], + "location": { + "end": { + "column": 89, + "line": 44 + }, + "start": { + "column": 52, + "line": 44 + } + } + } + ], + "source": "\n\n" + }, + "components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.vue": { + "language": "html", + "mutants": [ + { + "id": "372", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "446" + ], + "coveredBy": [ + "446", + "447", + "448", + "449", + "450", + "451" + ], + "location": { + "end": { + "column": 2, + "line": 34 + }, + "start": { + "column": 61, + "line": 30 + } + } + }, + { + "id": "373", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "448" + ], + "coveredBy": [ + "446", + "447", + "448", + "449", + "450", + "451" + ], + "location": { + "end": { + "column": 49, + "line": 33 + }, + "start": { + "column": 10, + "line": 33 + } + } + }, + { + "id": "374", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "446" + ], + "coveredBy": [ + "446", + "447", + "448", + "449", + "450", + "451" + ], + "location": { + "end": { + "column": 49, + "line": 33 + }, + "start": { + "column": 10, + "line": 33 + } + } + }, + { + "id": "375", + "mutatorName": "EqualityOperator", + "replacement": "currentPlay?.action !== \"elect-sheriff\"", + "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "446" + ], + "coveredBy": [ + "446", + "447", + "448", + "449", + "450", + "451" + ], + "location": { + "end": { + "column": 49, + "line": 33 + }, + "start": { + "column": 10, + "line": 33 + } + } + }, + { + "id": "376", + "mutatorName": "OptionalChaining", + "replacement": "currentPlay.action", + "statusReason": "Cannot read properties of null (reading 'action')", + "status": "Killed", + "testsCompleted": 4, + "static": false, + "killedBy": [ + "449" + ], + "coveredBy": [ + "446", + "447", + "448", + "449", + "450", + "451" + ], + "location": { + "end": { + "column": 29, + "line": 33 + }, + "start": { + "column": 10, + "line": 33 + } + } + }, + { + "id": "377", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "446" + ], + "coveredBy": [ + "446", + "447", + "448", + "449", + "450", + "451" + ], + "location": { + "end": { + "column": 49, + "line": 33 + }, + "start": { + "column": 34, + "line": 33 + } + } + }, + { + "id": "378", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "446" + ], + "coveredBy": [ + "446", + "447", + "448", + "449", + "450", + "451" + ], + "location": { + "end": { + "column": 2, + "line": 55 + }, + "start": { + "column": 57, + "line": 36 + } + } + }, + { + "id": "379", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "446" + ], + "coveredBy": [ + "446", + "447", + "448", + "449", + "450", + "451" + ], + "location": { + "end": { + "column": 46, + "line": 37 + }, + "start": { + "column": 7, + "line": 37 + } + } + }, + { + "id": "380", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", + "status": "Killed", + "testsCompleted": 5, + "static": false, + "killedBy": [ + "450" + ], + "coveredBy": [ + "446", + "447", + "448", + "449", + "450", + "451" + ], + "location": { + "end": { + "column": 46, + "line": 37 + }, + "start": { + "column": 7, + "line": 37 + } + } + }, + { + "id": "381", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "450" + ], + "coveredBy": [ + "450" + ], "location": { "end": { "column": 4, @@ -11182,7 +11665,7 @@ } }, { - "id": "367", + "id": "382", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11207,7 +11690,7 @@ } }, { - "id": "368", + "id": "383", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11237,7 +11720,7 @@ } }, { - "id": "369", + "id": "384", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11262,7 +11745,7 @@ } }, { - "id": "370", + "id": "385", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11287,7 +11770,7 @@ } }, { - "id": "371", + "id": "386", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11312,7 +11795,7 @@ } }, { - "id": "372", + "id": "387", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11337,7 +11820,7 @@ } }, { - "id": "373", + "id": "388", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11362,7 +11845,7 @@ } }, { - "id": "374", + "id": "389", "mutatorName": "EqualityOperator", "replacement": "currentIndex !== 0", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11387,7 +11870,7 @@ } }, { - "id": "375", + "id": "390", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11412,7 +11895,7 @@ } }, { - "id": "376", + "id": "391", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11437,7 +11920,7 @@ } }, { - "id": "377", + "id": "392", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11462,7 +11945,7 @@ } }, { - "id": "378", + "id": "393", "mutatorName": "EqualityOperator", "replacement": "currentIndex !== Object.values(gameRolesCount).length - 1", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11487,7 +11970,7 @@ } }, { - "id": "379", + "id": "394", "mutatorName": "ArithmeticOperator", "replacement": "Object.values(gameRolesCount).length + 1", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11512,7 +11995,7 @@ } }, { - "id": "380", + "id": "395", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11537,7 +12020,7 @@ } }, { - "id": "381", + "id": "396", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11562,7 +12045,7 @@ } }, { - "id": "382", + "id": "397", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11587,7 +12070,7 @@ } }, { - "id": "383", + "id": "398", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -11612,7 +12095,7 @@ } }, { - "id": "384", + "id": "399", "mutatorName": "StringLiteral", "replacement": "\"Stryker was here!\"", "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -11642,7 +12125,7 @@ } }, { - "id": "385", + "id": "400", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -11672,7 +12155,7 @@ } }, { - "id": "386", + "id": "401", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -11702,7 +12185,7 @@ } }, { - "id": "387", + "id": "402", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -11732,7 +12215,7 @@ } }, { - "id": "388", + "id": "403", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -11762,7 +12245,7 @@ } }, { - "id": "389", + "id": "404", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -11792,7 +12275,7 @@ } }, { - "id": "390", + "id": "405", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -11822,7 +12305,7 @@ } }, { - "id": "391", + "id": "406", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -11852,7 +12335,7 @@ } }, { - "id": "392", + "id": "407", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -11888,7 +12371,7 @@ "language": "html", "mutants": [ { - "id": "393", + "id": "408", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Accursed Wolf Father Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -11896,12 +12379,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1127" + "1142" ], "coveredBy": [ - "1127", - "1128", - "1129" + "1142", + "1143", + "1144" ], "location": { "end": { @@ -11915,7 +12398,7 @@ } }, { - "id": "394", + "id": "409", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Accursed Wolf Father Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -11923,12 +12406,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1127" + "1142" ], "coveredBy": [ - "1127", - "1128", - "1129" + "1142", + "1143", + "1144" ], "location": { "end": { @@ -11942,7 +12425,7 @@ } }, { - "id": "395", + "id": "410", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Accursed Wolf Father Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -11950,12 +12433,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1127" + "1142" ], "coveredBy": [ - "1127", - "1128", - "1129" + "1142", + "1143", + "1144" ], "location": { "end": { @@ -11975,7 +12458,7 @@ "language": "html", "mutants": [ { - "id": "396", + "id": "411", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Actor Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -11983,12 +12466,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1176" + "1191" ], "coveredBy": [ - "1176", - "1177", - "1178" + "1191", + "1192", + "1193" ], "location": { "end": { @@ -12002,7 +12485,7 @@ } }, { - "id": "397", + "id": "412", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Actor Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12010,12 +12493,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1176" + "1191" ], "coveredBy": [ - "1176", - "1177", - "1178" + "1191", + "1192", + "1193" ], "location": { "end": { @@ -12029,7 +12512,7 @@ } }, { - "id": "398", + "id": "413", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Actor Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12037,12 +12520,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1176" + "1191" ], "coveredBy": [ - "1176", - "1177", - "1178" + "1191", + "1192", + "1193" ], "location": { "end": { @@ -12062,7 +12545,7 @@ "language": "html", "mutants": [ { - "id": "399", + "id": "414", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Bear Tamer Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12070,12 +12553,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1162" + "1177" ], "coveredBy": [ - "1162", - "1163", - "1164" + "1177", + "1178", + "1179" ], "location": { "end": { @@ -12089,7 +12572,7 @@ } }, { - "id": "400", + "id": "415", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Bear Tamer Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12097,12 +12580,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1162" + "1177" ], "coveredBy": [ - "1162", - "1163", - "1164" + "1177", + "1178", + "1179" ], "location": { "end": { @@ -12116,7 +12599,7 @@ } }, { - "id": "401", + "id": "416", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Bear Tamer Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12124,12 +12607,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1162" + "1177" ], "coveredBy": [ - "1162", - "1163", - "1164" + "1177", + "1178", + "1179" ], "location": { "end": { @@ -12149,7 +12632,7 @@ "language": "html", "mutants": [ { - "id": "402", + "id": "417", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Big Bad Wolf Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12157,12 +12640,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1152" + "1167" ], "coveredBy": [ - "1152", - "1153", - "1154" + "1167", + "1168", + "1169" ], "location": { "end": { @@ -12176,7 +12659,7 @@ } }, { - "id": "403", + "id": "418", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Big Bad Wolf Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12184,12 +12667,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1152" + "1167" ], "coveredBy": [ - "1152", - "1153", - "1154" + "1167", + "1168", + "1169" ], "location": { "end": { @@ -12203,7 +12686,7 @@ } }, { - "id": "404", + "id": "419", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Big Bad Wolf Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12211,12 +12694,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1152" + "1167" ], "coveredBy": [ - "1152", - "1153", - "1154" + "1167", + "1168", + "1169" ], "location": { "end": { @@ -12236,7 +12719,7 @@ "language": "html", "mutants": [ { - "id": "405", + "id": "420", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 'components.GameCharmedTurnStartsEvent…' to be 'components.GameCharmedTurnStartsEvent…' // Object.is equality", @@ -12244,13 +12727,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1054" + "1069" ], "coveredBy": [ - "1051", - "1052", - "1053", - "1054" + "1066", + "1067", + "1068", + "1069" ], "location": { "end": { @@ -12264,7 +12747,7 @@ } }, { - "id": "406", + "id": "421", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Charmed Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12272,13 +12755,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1051" + "1066" ], "coveredBy": [ - "1051", - "1052", - "1053", - "1054" + "1066", + "1067", + "1068", + "1069" ], "location": { "end": { @@ -12292,7 +12775,7 @@ } }, { - "id": "407", + "id": "422", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.GameCharmedTurnStartsEvent…' to be 'components.GameCharmedTurnStartsEvent…' // Object.is equality", @@ -12300,13 +12783,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1054" + "1069" ], "coveredBy": [ - "1051", - "1052", - "1053", - "1054" + "1066", + "1067", + "1068", + "1069" ], "location": { "end": { @@ -12320,7 +12803,7 @@ } }, { - "id": "408", + "id": "423", "mutatorName": "EqualityOperator", "replacement": "game.value.turn !== 1", "statusReason": "Snapshot `Game Charmed Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12328,13 +12811,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1051" + "1066" ], "coveredBy": [ - "1051", - "1052", - "1053", - "1054" + "1066", + "1067", + "1068", + "1069" ], "location": { "end": { @@ -12348,7 +12831,7 @@ } }, { - "id": "409", + "id": "424", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Charmed Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12356,13 +12839,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1051" + "1066" ], "coveredBy": [ - "1051", - "1052", - "1053", - "1054" + "1066", + "1067", + "1068", + "1069" ], "location": { "end": { @@ -12376,7 +12859,7 @@ } }, { - "id": "410", + "id": "425", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Charmed Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12384,13 +12867,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1051" + "1066" ], "coveredBy": [ - "1051", - "1052", - "1053", - "1054" + "1066", + "1067", + "1068", + "1069" ], "location": { "end": { @@ -12404,7 +12887,7 @@ } }, { - "id": "411", + "id": "426", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.GameCharmedTurnStartsEvent…' to be 'components.GameCharmedTurnStartsEvent…' // Object.is equality", @@ -12412,13 +12895,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1054" + "1069" ], "coveredBy": [ - "1051", - "1052", - "1053", - "1054" + "1066", + "1067", + "1068", + "1069" ], "location": { "end": { @@ -12432,7 +12915,7 @@ } }, { - "id": "412", + "id": "427", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'components.GameCharmedTurnStartsEvent…' to be 'components.GameCharmedTurnStartsEvent…' // Object.is equality", @@ -12440,10 +12923,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1054" + "1069" ], "coveredBy": [ - "1054" + "1069" ], "location": { "end": { @@ -12457,7 +12940,7 @@ } }, { - "id": "413", + "id": "428", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected '' to be 'components.GameCharmedTurnStartsEvent…' // Object.is equality", @@ -12465,10 +12948,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1054" + "1069" ], "coveredBy": [ - "1054" + "1069" ], "location": { "end": { @@ -12482,7 +12965,7 @@ } }, { - "id": "414", + "id": "429", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameCharmedTurnStartsEvent…' // Object.is equality", @@ -12490,10 +12973,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1054" + "1069" ], "coveredBy": [ - "1054" + "1069" ], "location": { "end": { @@ -12507,7 +12990,7 @@ } }, { - "id": "415", + "id": "430", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Charmed Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12515,13 +12998,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1051" + "1066" ], "coveredBy": [ - "1051", - "1052", - "1053", - "1054" + "1066", + "1067", + "1068", + "1069" ], "location": { "end": { @@ -12535,7 +13018,7 @@ } }, { - "id": "416", + "id": "431", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Charmed Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12543,13 +13026,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1051" + "1066" ], "coveredBy": [ - "1051", - "1052", - "1053", - "1054" + "1066", + "1067", + "1068", + "1069" ], "location": { "end": { @@ -12569,7 +13052,7 @@ "language": "html", "mutants": [ { - "id": "417", + "id": "432", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Cupid Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12577,13 +13060,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1011" + "1026" ], "coveredBy": [ - "1011", - "1012", - "1013", - "1014" + "1026", + "1027", + "1028", + "1029" ], "location": { "end": { @@ -12597,7 +13080,7 @@ } }, { - "id": "418", + "id": "433", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Cupid Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12605,13 +13088,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1011" + "1026" ], "coveredBy": [ - "1011", - "1012", - "1013", - "1014" + "1026", + "1027", + "1028", + "1029" ], "location": { "end": { @@ -12625,7 +13108,7 @@ } }, { - "id": "419", + "id": "434", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Cupid Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12633,13 +13116,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1011" + "1026" ], "coveredBy": [ - "1011", - "1012", - "1013", - "1014" + "1026", + "1027", + "1028", + "1029" ], "location": { "end": { @@ -12653,7 +13136,7 @@ } }, { - "id": "420", + "id": "435", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'components.GameCupidTurnStartsEvent.c…' to be 'components.GameCupidTurnStartsEvent.c…' // Object.is equality", @@ -12661,13 +13144,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1014" + "1029" ], "coveredBy": [ - "1011", - "1012", - "1013", - "1014" + "1026", + "1027", + "1028", + "1029" ], "location": { "end": { @@ -12687,7 +13170,7 @@ "language": "html", "mutants": [ { - "id": "421", + "id": "436", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Defender Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12695,14 +13178,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "932" + "947" ], "coveredBy": [ - "932", - "933", - "934", - "935", - "936" + "947", + "948", + "949", + "950", + "951" ], "location": { "end": { @@ -12716,7 +13199,7 @@ } }, { - "id": "422", + "id": "437", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameDefenderTurnStartsEven…' to be 'components.GameDefenderTurnStartsEven…' // Object.is equality", @@ -12724,14 +13207,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "936" + "951" ], "coveredBy": [ - "932", - "933", - "934", - "935", - "936" + "947", + "948", + "949", + "950", + "951" ], "location": { "end": { @@ -12745,7 +13228,7 @@ } }, { - "id": "423", + "id": "438", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Defender Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12753,14 +13236,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "932" + "947" ], "coveredBy": [ - "932", - "933", - "934", - "935", - "936" + "947", + "948", + "949", + "950", + "951" ], "location": { "end": { @@ -12774,7 +13257,7 @@ } }, { - "id": "424", + "id": "439", "mutatorName": "LogicalOperator", "replacement": "game.value.turn === 1 && game.value.options.roles.defender.canProtectTwice", "statusReason": "Snapshot `Game Defender Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12782,14 +13265,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "932" + "947" ], "coveredBy": [ - "932", - "933", - "934", - "935", - "936" + "947", + "948", + "949", + "950", + "951" ], "location": { "end": { @@ -12803,7 +13286,7 @@ } }, { - "id": "425", + "id": "440", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Defender Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12811,14 +13294,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "932" + "947" ], "coveredBy": [ - "932", - "933", - "934", - "935", - "936" + "947", + "948", + "949", + "950", + "951" ], "location": { "end": { @@ -12832,7 +13315,7 @@ } }, { - "id": "426", + "id": "441", "mutatorName": "EqualityOperator", "replacement": "game.value.turn !== 1", "statusReason": "Snapshot `Game Defender Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12840,14 +13323,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "932" + "947" ], "coveredBy": [ - "932", - "933", - "934", - "935", - "936" + "947", + "948", + "949", + "950", + "951" ], "location": { "end": { @@ -12861,7 +13344,7 @@ } }, { - "id": "427", + "id": "442", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Defender Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12869,14 +13352,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "932" + "947" ], "coveredBy": [ - "932", - "933", - "934", - "935", - "936" + "947", + "948", + "949", + "950", + "951" ], "location": { "end": { @@ -12890,7 +13373,7 @@ } }, { - "id": "428", + "id": "443", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameDefenderTurnStartsEven…' to be 'components.GameDefenderTurnStartsEven…' // Object.is equality", @@ -12898,14 +13381,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "936" + "951" ], "coveredBy": [ - "932", - "933", - "934", - "935", - "936" + "947", + "948", + "949", + "950", + "951" ], "location": { "end": { @@ -12919,7 +13402,7 @@ } }, { - "id": "429", + "id": "444", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Defender Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12927,14 +13410,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "932" + "947" ], "coveredBy": [ - "932", - "933", - "934", - "935", - "936" + "947", + "948", + "949", + "950", + "951" ], "location": { "end": { @@ -12948,7 +13431,7 @@ } }, { - "id": "430", + "id": "445", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Defender Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12956,14 +13439,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "932" + "947" ], "coveredBy": [ - "932", - "933", - "934", - "935", - "936" + "947", + "948", + "949", + "950", + "951" ], "location": { "end": { @@ -12977,7 +13460,7 @@ } }, { - "id": "431", + "id": "446", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Defender Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -12985,14 +13468,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "932" + "947" ], "coveredBy": [ - "932", - "933", - "934", - "935", - "936" + "947", + "948", + "949", + "950", + "951" ], "location": { "end": { @@ -13006,7 +13489,7 @@ } }, { - "id": "432", + "id": "447", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Defender Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13014,14 +13497,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "932" + "947" ], "coveredBy": [ - "932", - "933", - "934", - "935", - "936" + "947", + "948", + "949", + "950", + "951" ], "location": { "end": { @@ -13035,7 +13518,7 @@ } }, { - "id": "433", + "id": "448", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected '' to be 'components.GameDefenderTurnStartsEven…' // Object.is equality", @@ -13043,10 +13526,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "936" + "951" ], "coveredBy": [ - "936" + "951" ], "location": { "end": { @@ -13060,7 +13543,7 @@ } }, { - "id": "434", + "id": "449", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameDefenderTurnStartsEven…' // Object.is equality", @@ -13068,10 +13551,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "936" + "951" ], "coveredBy": [ - "936" + "951" ], "location": { "end": { @@ -13091,7 +13574,7 @@ "language": "html", "mutants": [ { - "id": "435", + "id": "450", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Fox Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13099,12 +13582,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1183" + "1198" ], "coveredBy": [ - "1183", - "1184", - "1185" + "1198", + "1199", + "1200" ], "location": { "end": { @@ -13118,7 +13601,7 @@ } }, { - "id": "436", + "id": "451", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Fox Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13126,12 +13609,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1183" + "1198" ], "coveredBy": [ - "1183", - "1184", - "1185" + "1198", + "1199", + "1200" ], "location": { "end": { @@ -13145,7 +13628,7 @@ } }, { - "id": "437", + "id": "452", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Fox Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13153,12 +13636,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1183" + "1198" ], "coveredBy": [ - "1183", - "1184", - "1185" + "1198", + "1199", + "1200" ], "location": { "end": { @@ -13178,7 +13661,7 @@ "language": "html", "mutants": [ { - "id": "438", + "id": "453", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Hunter Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13186,12 +13669,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1173" + "1188" ], "coveredBy": [ - "1173", - "1174", - "1175" + "1188", + "1189", + "1190" ], "location": { "end": { @@ -13205,7 +13688,7 @@ } }, { - "id": "439", + "id": "454", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Hunter Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13213,12 +13696,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1173" + "1188" ], "coveredBy": [ - "1173", - "1174", - "1175" + "1188", + "1189", + "1190" ], "location": { "end": { @@ -13232,7 +13715,7 @@ } }, { - "id": "440", + "id": "455", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Hunter Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13240,12 +13723,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1173" + "1188" ], "coveredBy": [ - "1173", - "1174", - "1175" + "1188", + "1189", + "1190" ], "location": { "end": { @@ -13265,7 +13748,7 @@ "language": "html", "mutants": [ { - "id": "441", + "id": "456", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 'components.GameLoversTurnStartsEvent.…' to be 'components.GameLoversTurnStartsEvent.…' // Object.is equality", @@ -13273,13 +13756,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "991" + "1006" ], "coveredBy": [ - "988", - "989", - "990", - "991" + "1003", + "1004", + "1005", + "1006" ], "location": { "end": { @@ -13293,7 +13776,7 @@ } }, { - "id": "442", + "id": "457", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lovers Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13301,13 +13784,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "988" + "1003" ], "coveredBy": [ - "988", - "989", - "990", - "991" + "1003", + "1004", + "1005", + "1006" ], "location": { "end": { @@ -13321,7 +13804,7 @@ } }, { - "id": "443", + "id": "458", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Lovers Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13329,13 +13812,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "988" + "1003" ], "coveredBy": [ - "988", - "989", - "990", - "991" + "1003", + "1004", + "1005", + "1006" ], "location": { "end": { @@ -13349,7 +13832,7 @@ } }, { - "id": "444", + "id": "459", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lovers Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13357,13 +13840,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "988" + "1003" ], "coveredBy": [ - "988", - "989", - "990", - "991" + "1003", + "1004", + "1005", + "1006" ], "location": { "end": { @@ -13377,7 +13860,7 @@ } }, { - "id": "445", + "id": "460", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lovers Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13385,13 +13868,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "988" + "1003" ], "coveredBy": [ - "988", - "989", - "990", - "991" + "1003", + "1004", + "1005", + "1006" ], "location": { "end": { @@ -13405,7 +13888,7 @@ } }, { - "id": "446", + "id": "461", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'components.GameLoversTurnStartsEvent.…' to be 'components.GameLoversTurnStartsEvent.…' // Object.is equality", @@ -13413,13 +13896,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "991" + "1006" ], "coveredBy": [ - "988", - "989", - "990", - "991" + "1003", + "1004", + "1005", + "1006" ], "location": { "end": { @@ -13439,7 +13922,7 @@ "language": "html", "mutants": [ { - "id": "447", + "id": "462", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Pied Piper Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13447,12 +13930,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1109" + "1124" ], "coveredBy": [ - "1109", - "1110", - "1111" + "1124", + "1125", + "1126" ], "location": { "end": { @@ -13466,7 +13949,7 @@ } }, { - "id": "448", + "id": "463", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Pied Piper Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13474,12 +13957,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1109" + "1124" ], "coveredBy": [ - "1109", - "1110", - "1111" + "1124", + "1125", + "1126" ], "location": { "end": { @@ -13493,7 +13976,7 @@ } }, { - "id": "449", + "id": "464", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Pied Piper Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13501,12 +13984,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1109" + "1124" ], "coveredBy": [ - "1109", - "1110", - "1111" + "1124", + "1125", + "1126" ], "location": { "end": { @@ -13520,7 +14003,7 @@ } }, { - "id": "450", + "id": "465", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Pied Piper Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13528,12 +14011,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1109" + "1124" ], "coveredBy": [ - "1109", - "1110", - "1111" + "1124", + "1125", + "1126" ], "location": { "end": { @@ -13547,7 +14030,7 @@ } }, { - "id": "451", + "id": "466", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Pied Piper Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13555,12 +14038,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1109" + "1124" ], "coveredBy": [ - "1109", - "1110", - "1111" + "1124", + "1125", + "1126" ], "location": { "end": { @@ -13574,7 +14057,7 @@ } }, { - "id": "452", + "id": "467", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Pied Piper Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13582,12 +14065,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1109" + "1124" ], "coveredBy": [ - "1109", - "1110", - "1111" + "1124", + "1125", + "1126" ], "location": { "end": { @@ -13607,7 +14090,7 @@ "language": "html", "mutants": [ { - "id": "453", + "id": "468", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Scandalmonger Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13615,12 +14098,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1100" + "1115" ], "coveredBy": [ - "1100", - "1101", - "1102" + "1115", + "1116", + "1117" ], "location": { "end": { @@ -13634,7 +14117,7 @@ } }, { - "id": "454", + "id": "469", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Scandalmonger Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13642,12 +14125,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1100" + "1115" ], "coveredBy": [ - "1100", - "1101", - "1102" + "1115", + "1116", + "1117" ], "location": { "end": { @@ -13661,7 +14144,7 @@ } }, { - "id": "455", + "id": "470", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Scandalmonger Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13669,12 +14152,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1100" + "1115" ], "coveredBy": [ - "1100", - "1101", - "1102" + "1115", + "1116", + "1117" ], "location": { "end": { @@ -13688,7 +14171,7 @@ } }, { - "id": "456", + "id": "471", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Scandalmonger Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13696,12 +14179,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1100" + "1115" ], "coveredBy": [ - "1100", - "1101", - "1102" + "1115", + "1116", + "1117" ], "location": { "end": { @@ -13715,7 +14198,7 @@ } }, { - "id": "457", + "id": "472", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Scandalmonger Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13723,12 +14206,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1100" + "1115" ], "coveredBy": [ - "1100", - "1101", - "1102" + "1115", + "1116", + "1117" ], "location": { "end": { @@ -13742,7 +14225,7 @@ } }, { - "id": "458", + "id": "473", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Scandalmonger Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13750,12 +14233,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1100" + "1115" ], "coveredBy": [ - "1100", - "1101", - "1102" + "1115", + "1116", + "1117" ], "location": { "end": { @@ -13769,7 +14252,7 @@ } }, { - "id": "459", + "id": "474", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Scandalmonger Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13777,12 +14260,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1100" + "1115" ], "coveredBy": [ - "1100", - "1101", - "1102" + "1115", + "1116", + "1117" ], "location": { "end": { @@ -13802,7 +14285,7 @@ "language": "html", "mutants": [ { - "id": "460", + "id": "475", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Scapegoat Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13810,12 +14293,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1155" + "1170" ], "coveredBy": [ - "1155", - "1156", - "1157" + "1170", + "1171", + "1172" ], "location": { "end": { @@ -13829,7 +14312,7 @@ } }, { - "id": "461", + "id": "476", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Scapegoat Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13837,12 +14320,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1155" + "1170" ], "coveredBy": [ - "1155", - "1156", - "1157" + "1170", + "1171", + "1172" ], "location": { "end": { @@ -13856,7 +14339,7 @@ } }, { - "id": "462", + "id": "477", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Scapegoat Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13864,12 +14347,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1155" + "1170" ], "coveredBy": [ - "1155", - "1156", - "1157" + "1170", + "1171", + "1172" ], "location": { "end": { @@ -13889,7 +14372,7 @@ "language": "html", "mutants": [ { - "id": "463", + "id": "478", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Seer Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13897,13 +14380,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1035" + "1050" ], "coveredBy": [ - "1035", - "1036", - "1037", - "1038" + "1050", + "1051", + "1052", + "1053" ], "location": { "end": { @@ -13917,7 +14400,7 @@ } }, { - "id": "464", + "id": "479", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Seer Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13925,13 +14408,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1035" + "1050" ], "coveredBy": [ - "1035", - "1036", - "1037", - "1038" + "1050", + "1051", + "1052", + "1053" ], "location": { "end": { @@ -13945,7 +14428,7 @@ } }, { - "id": "465", + "id": "480", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameSeerTurnStartsEvent.se…' to be 'components.GameSeerTurnStartsEvent.se…' // Object.is equality", @@ -13953,13 +14436,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1038" + "1053" ], "coveredBy": [ - "1035", - "1036", - "1037", - "1038" + "1050", + "1051", + "1052", + "1053" ], "location": { "end": { @@ -13973,7 +14456,7 @@ } }, { - "id": "466", + "id": "481", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Seer Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -13981,13 +14464,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1035" + "1050" ], "coveredBy": [ - "1035", - "1036", - "1037", - "1038" + "1050", + "1051", + "1052", + "1053" ], "location": { "end": { @@ -14001,7 +14484,7 @@ } }, { - "id": "467", + "id": "482", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Seer Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14009,13 +14492,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1035" + "1050" ], "coveredBy": [ - "1035", - "1036", - "1037", - "1038" + "1050", + "1051", + "1052", + "1053" ], "location": { "end": { @@ -14029,7 +14512,7 @@ } }, { - "id": "468", + "id": "483", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Seer Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14037,13 +14520,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1035" + "1050" ], "coveredBy": [ - "1035", - "1036", - "1037", - "1038" + "1050", + "1051", + "1052", + "1053" ], "location": { "end": { @@ -14057,7 +14540,7 @@ } }, { - "id": "469", + "id": "484", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Seer Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14065,13 +14548,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1035" + "1050" ], "coveredBy": [ - "1035", - "1036", - "1037", - "1038" + "1050", + "1051", + "1052", + "1053" ], "location": { "end": { @@ -14085,7 +14568,7 @@ } }, { - "id": "470", + "id": "485", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected '' to be 'components.GameSeerTurnStartsEvent.se…' // Object.is equality", @@ -14093,10 +14576,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1038" + "1053" ], "coveredBy": [ - "1038" + "1053" ], "location": { "end": { @@ -14110,7 +14593,7 @@ } }, { - "id": "471", + "id": "486", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameSeerTurnStartsEvent.se…' // Object.is equality", @@ -14118,10 +14601,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1038" + "1053" ], "coveredBy": [ - "1038" + "1053" ], "location": { "end": { @@ -14141,7 +14624,7 @@ "language": "html", "mutants": [ { - "id": "472", + "id": "487", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14149,14 +14632,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "832" + "861" ], "coveredBy": [ - "832", - "833", - "834", - "835", - "836" + "861", + "862", + "863", + "864", + "865" ], "location": { "end": { @@ -14170,7 +14653,7 @@ } }, { - "id": "473", + "id": "488", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14178,14 +14661,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "832" + "861" ], "coveredBy": [ - "832", - "833", - "834", - "835", - "836" + "861", + "862", + "863", + "864", + "865" ], "location": { "end": { @@ -14199,7 +14682,7 @@ } }, { - "id": "474", + "id": "489", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14207,14 +14690,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "832" + "861" ], "coveredBy": [ - "832", - "833", - "834", - "835", - "836" + "861", + "862", + "863", + "864", + "865" ], "location": { "end": { @@ -14228,7 +14711,7 @@ } }, { - "id": "475", + "id": "490", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14236,14 +14719,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "832" + "861" ], "coveredBy": [ - "832", - "833", - "834", - "835", - "836" + "861", + "862", + "863", + "864", + "865" ], "location": { "end": { @@ -14257,7 +14740,7 @@ } }, { - "id": "476", + "id": "491", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of null (reading 'action')", @@ -14265,14 +14748,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "834" + "863" ], "coveredBy": [ - "832", - "833", - "834", - "835", - "836" + "861", + "862", + "863", + "864", + "865" ], "location": { "end": { @@ -14286,7 +14769,7 @@ } }, { - "id": "477", + "id": "492", "mutatorName": "EqualityOperator", "replacement": "game.value.currentPlay !== null", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14294,14 +14777,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "832" + "861" ], "coveredBy": [ - "832", - "833", - "834", - "835", - "836" + "861", + "862", + "863", + "864", + "865" ], "location": { "end": { @@ -14315,7 +14798,7 @@ } }, { - "id": "478", + "id": "493", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot read properties of null (reading 'action')", @@ -14323,10 +14806,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "834" + "863" ], "coveredBy": [ - "834" + "863" ], "location": { "end": { @@ -14340,7 +14823,7 @@ } }, { - "id": "479", + "id": "494", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "expected 'Stryker was here' to be '' // Object.is equality", @@ -14348,10 +14831,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "834" + "863" ], "coveredBy": [ - "834" + "863" ], "location": { "end": { @@ -14365,7 +14848,7 @@ } }, { - "id": "480", + "id": "495", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14373,14 +14856,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "832" + "861" ], "coveredBy": [ - "832", - "833", - "834", - "835", - "836" + "861", + "862", + "863", + "864", + "865" ], "location": { "end": { @@ -14394,7 +14877,7 @@ } }, { - "id": "481", + "id": "496", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.GameSheriffTurnStartsEvent…' to be 'components.GameSheriffTurnStartsEvent…' // Object.is equality", @@ -14402,14 +14885,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "836" + "865" ], "coveredBy": [ - "832", - "833", - "834", - "835", - "836" + "861", + "862", + "863", + "864", + "865" ], "location": { "end": { @@ -14423,7 +14906,7 @@ } }, { - "id": "482", + "id": "497", "mutatorName": "EqualityOperator", "replacement": "game.value.currentPlay.action !== \"delegate\"", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14431,14 +14914,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "832" + "861" ], "coveredBy": [ - "832", - "833", - "834", - "835", - "836" + "861", + "862", + "863", + "864", + "865" ], "location": { "end": { @@ -14452,7 +14935,7 @@ } }, { - "id": "483", + "id": "498", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'components.GameSheriffTurnStartsEvent…' to be 'components.GameSheriffTurnStartsEvent…' // Object.is equality", @@ -14460,14 +14943,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "836" + "865" ], "coveredBy": [ - "832", - "833", - "834", - "835", - "836" + "861", + "862", + "863", + "864", + "865" ], "location": { "end": { @@ -14481,7 +14964,7 @@ } }, { - "id": "484", + "id": "499", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'components.GameSheriffTurnStartsEvent…' to be 'components.GameSheriffTurnStartsEvent…' // Object.is equality", @@ -14489,10 +14972,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "836" + "865" ], "coveredBy": [ - "836" + "865" ], "location": { "end": { @@ -14506,7 +14989,7 @@ } }, { - "id": "485", + "id": "500", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected '' to be 'components.GameSheriffTurnStartsEvent…' // Object.is equality", @@ -14514,10 +14997,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "836" + "865" ], "coveredBy": [ - "836" + "865" ], "location": { "end": { @@ -14531,7 +15014,7 @@ } }, { - "id": "486", + "id": "501", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameSheriffTurnStartsEvent…' // Object.is equality", @@ -14539,10 +15022,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "836" + "865" ], "coveredBy": [ - "836" + "865" ], "location": { "end": { @@ -14556,7 +15039,7 @@ } }, { - "id": "487", + "id": "502", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14564,14 +15047,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "832" + "861" ], "coveredBy": [ - "832", - "833", - "834", - "835", - "836" + "861", + "862", + "863", + "864", + "865" ], "location": { "end": { @@ -14585,7 +15068,7 @@ } }, { - "id": "488", + "id": "503", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14593,14 +15076,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "832" + "861" ], "coveredBy": [ - "832", - "833", - "834", - "835", - "836" + "861", + "862", + "863", + "864", + "865" ], "location": { "end": { @@ -14614,7 +15097,7 @@ } }, { - "id": "489", + "id": "504", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14622,14 +15105,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "832" + "861" ], "coveredBy": [ - "832", - "833", - "834", - "835", - "836" + "861", + "862", + "863", + "864", + "865" ], "location": { "end": { @@ -14649,7 +15132,7 @@ "language": "html", "mutants": [ { - "id": "490", + "id": "505", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Stuttering Judge Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14657,12 +15140,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1122" + "1137" ], "coveredBy": [ - "1122", - "1123", - "1124" + "1137", + "1138", + "1139" ], "location": { "end": { @@ -14676,7 +15159,7 @@ } }, { - "id": "491", + "id": "506", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Stuttering Judge Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14684,12 +15167,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1122" + "1137" ], "coveredBy": [ - "1122", - "1123", - "1124" + "1137", + "1138", + "1139" ], "location": { "end": { @@ -14703,7 +15186,7 @@ } }, { - "id": "492", + "id": "507", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Stuttering Judge Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14711,12 +15194,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1122" + "1137" ], "coveredBy": [ - "1122", - "1123", - "1124" + "1137", + "1138", + "1139" ], "location": { "end": { @@ -14730,7 +15213,7 @@ } }, { - "id": "493", + "id": "508", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Stuttering Judge Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14738,12 +15221,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1122" + "1137" ], "coveredBy": [ - "1122", - "1123", - "1124" + "1137", + "1138", + "1139" ], "location": { "end": { @@ -14763,7 +15246,7 @@ "language": "html", "mutants": [ { - "id": "494", + "id": "509", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14771,18 +15254,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "619" + "640" ], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648" ], "location": { "end": { @@ -14796,7 +15279,7 @@ } }, { - "id": "495", + "id": "510", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14804,18 +15287,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "619" + "640" ], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648" ], "location": { "end": { @@ -14829,7 +15312,7 @@ } }, { - "id": "496", + "id": "511", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of null (reading 'action')", @@ -14837,18 +15320,18 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "621" + "642" ], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648" ], "location": { "end": { @@ -14862,7 +15345,7 @@ } }, { - "id": "497", + "id": "512", "mutatorName": "EqualityOperator", "replacement": "currentPlay !== null", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14870,18 +15353,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "619" + "640" ], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648" ], "location": { "end": { @@ -14895,7 +15378,7 @@ } }, { - "id": "498", + "id": "513", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot read properties of null (reading 'action')", @@ -14903,10 +15386,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "621" + "642" ], "coveredBy": [ - "621" + "642" ], "location": { "end": { @@ -14920,7 +15403,7 @@ } }, { - "id": "499", + "id": "514", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "expected 'Stryker was here' to be '' // Object.is equality", @@ -14928,10 +15411,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "621" + "642" ], "coveredBy": [ - "621" + "642" ], "location": { "end": { @@ -14945,7 +15428,7 @@ } }, { - "id": "500", + "id": "515", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14953,18 +15436,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "619" + "640" ], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648" ], "location": { "end": { @@ -14978,7 +15461,7 @@ } }, { - "id": "501", + "id": "516", "mutatorName": "LogicalOperator", "replacement": "currentPlayActionTextMethods[currentPlay.action]?.(currentPlay) && []", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -14986,18 +15469,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "619" + "640" ], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648" ], "location": { "end": { @@ -15011,7 +15494,7 @@ } }, { - "id": "502", + "id": "517", "mutatorName": "OptionalChaining", "replacement": "currentPlayActionTextMethods[currentPlay.action](currentPlay)", "statusReason": "currentPlayActionTextMethods[currentPlay.action] is not a function", @@ -15019,18 +15502,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "621" + "642" ], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648" ], "location": { "end": { @@ -15044,7 +15527,7 @@ } }, { - "id": "503", + "id": "518", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "expected 'Stryker was here' to be '' // Object.is equality", @@ -15052,10 +15535,10 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "621" + "642" ], "coveredBy": [ - "621" + "642" ], "location": { "end": { @@ -15069,7 +15552,7 @@ } }, { - "id": "504", + "id": "519", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected '' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15077,10 +15560,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "622" + "643" ], "coveredBy": [ - "622" + "643" ], "location": { "end": { @@ -15094,7 +15577,7 @@ } }, { - "id": "505", + "id": "520", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected '' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15102,10 +15585,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "622" + "643" ], "coveredBy": [ - "622" + "643" ], "location": { "end": { @@ -15119,7 +15602,7 @@ } }, { - "id": "506", + "id": "521", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15127,10 +15610,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "622" + "643" ], "coveredBy": [ - "622" + "643" ], "location": { "end": { @@ -15144,7 +15627,7 @@ } }, { - "id": "507", + "id": "522", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected '' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15152,12 +15635,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "624" + "645" ], "coveredBy": [ - "624", - "625", - "626" + "645", + "646", + "647" ], "location": { "end": { @@ -15171,7 +15654,7 @@ } }, { - "id": "508", + "id": "523", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15179,12 +15662,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "626" + "647" ], "coveredBy": [ - "624", - "625", - "626" + "645", + "646", + "647" ], "location": { "end": { @@ -15198,7 +15681,7 @@ } }, { - "id": "509", + "id": "524", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected '' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15206,12 +15689,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "624" + "645" ], "coveredBy": [ - "624", - "625", - "626" + "645", + "646", + "647" ], "location": { "end": { @@ -15225,7 +15708,7 @@ } }, { - "id": "510", + "id": "525", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected '' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15233,12 +15716,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "624" + "645" ], "coveredBy": [ - "624", - "625", - "626" + "645", + "646", + "647" ], "location": { "end": { @@ -15252,7 +15735,7 @@ } }, { - "id": "511", + "id": "526", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected ',components.GameSurvivorsTurnStartsEv…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15260,12 +15743,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "624" + "645" ], "coveredBy": [ - "624", - "625", - "626" + "645", + "646", + "647" ], "location": { "end": { @@ -15279,7 +15762,7 @@ } }, { - "id": "512", + "id": "527", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15287,12 +15770,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "624" + "645" ], "coveredBy": [ - "624", - "625", - "626" + "645", + "646", + "647" ], "location": { "end": { @@ -15306,7 +15789,7 @@ } }, { - "id": "513", + "id": "528", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected '' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15314,12 +15797,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "625" + "646" ], "coveredBy": [ - "624", - "625", - "626" + "645", + "646", + "647" ], "location": { "end": { @@ -15333,7 +15816,7 @@ } }, { - "id": "514", + "id": "529", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15341,12 +15824,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "625" + "646" ], "coveredBy": [ - "624", - "625", - "626" + "645", + "646", + "647" ], "location": { "end": { @@ -15360,7 +15843,7 @@ } }, { - "id": "515", + "id": "530", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected '' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15368,13 +15851,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "626" + "647" ], "coveredBy": [ - "624", - "625", - "626" - ], + "645", + "646", + "647" + ], "location": { "end": { "column": 6, @@ -15387,7 +15870,7 @@ } }, { - "id": "516", + "id": "531", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected ',components.GameSurvivorsTurnStartsEv…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15395,12 +15878,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "626" + "647" ], "coveredBy": [ - "624", - "625", - "626" + "645", + "646", + "647" ], "location": { "end": { @@ -15414,7 +15897,7 @@ } }, { - "id": "517", + "id": "532", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15422,12 +15905,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "626" + "647" ], "coveredBy": [ - "624", - "625", - "626" + "645", + "646", + "647" ], "location": { "end": { @@ -15441,7 +15924,7 @@ } }, { - "id": "518", + "id": "533", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15449,12 +15932,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "626" + "647" ], "coveredBy": [ - "624", - "625", - "626" + "645", + "646", + "647" ], "location": { "end": { @@ -15468,7 +15951,7 @@ } }, { - "id": "519", + "id": "534", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -15476,18 +15959,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "619" + "640" ], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648" ], "location": { "end": { @@ -15501,7 +15984,7 @@ } }, { - "id": "520", + "id": "535", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15509,18 +15992,18 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "624" + "645" ], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648" ], "location": { "end": { @@ -15534,7 +16017,7 @@ } }, { - "id": "521", + "id": "536", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -15542,18 +16025,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "619" + "640" ], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648" ], "location": { "end": { @@ -15567,7 +16050,7 @@ } }, { - "id": "522", + "id": "537", "mutatorName": "EqualityOperator", "replacement": "currentPlay.cause !== undefined", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -15575,18 +16058,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "619" + "640" ], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648" ], "location": { "end": { @@ -15600,7 +16083,7 @@ } }, { - "id": "523", + "id": "538", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -15608,18 +16091,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "619" + "640" ], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648" ], "location": { "end": { @@ -15633,7 +16116,7 @@ } }, { - "id": "524", + "id": "539", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -15641,18 +16124,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "619" + "640" ], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648" ], "location": { "end": { @@ -15666,7 +16149,7 @@ } }, { - "id": "525", + "id": "540", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -15674,18 +16157,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "619" + "640" ], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648" ], "location": { "end": { @@ -15699,7 +16182,7 @@ } }, { - "id": "526", + "id": "541", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected '' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15707,10 +16190,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "627" + "648" ], "coveredBy": [ - "627" + "648" ], "location": { "end": { @@ -15724,7 +16207,7 @@ } }, { - "id": "527", + "id": "542", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected '' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15732,10 +16215,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "627" + "648" ], "coveredBy": [ - "627" + "648" ], "location": { "end": { @@ -15749,7 +16232,7 @@ } }, { - "id": "528", + "id": "543", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -15757,10 +16240,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "627" + "648" ], "coveredBy": [ - "627" + "648" ], "location": { "end": { @@ -15780,7 +16263,7 @@ "language": "html", "mutants": [ { - "id": "529", + "id": "544", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Thief Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -15788,12 +16271,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1106" + "1121" ], "coveredBy": [ - "1106", - "1107", - "1108" + "1121", + "1122", + "1123" ], "location": { "end": { @@ -15807,7 +16290,7 @@ } }, { - "id": "530", + "id": "545", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Thief Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -15815,12 +16298,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1106" + "1121" ], "coveredBy": [ - "1106", - "1107", - "1108" + "1121", + "1122", + "1123" ], "location": { "end": { @@ -15834,7 +16317,7 @@ } }, { - "id": "531", + "id": "546", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Thief Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -15842,12 +16325,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1106" + "1121" ], "coveredBy": [ - "1106", - "1107", - "1108" + "1121", + "1122", + "1123" ], "location": { "end": { @@ -15861,7 +16344,7 @@ } }, { - "id": "532", + "id": "547", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Thief Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -15869,12 +16352,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1106" + "1121" ], "coveredBy": [ - "1106", - "1107", - "1108" + "1121", + "1122", + "1123" ], "location": { "end": { @@ -15888,7 +16371,7 @@ } }, { - "id": "533", + "id": "548", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Thief Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -15896,12 +16379,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1106" + "1121" ], "coveredBy": [ - "1106", - "1107", - "1108" + "1121", + "1122", + "1123" ], "location": { "end": { @@ -15915,7 +16398,7 @@ } }, { - "id": "534", + "id": "549", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Thief Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -15923,12 +16406,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1106" + "1121" ], "coveredBy": [ - "1106", - "1107", - "1108" + "1121", + "1122", + "1123" ], "location": { "end": { @@ -15942,7 +16425,7 @@ } }, { - "id": "535", + "id": "550", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Thief Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -15950,12 +16433,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1106" + "1121" ], "coveredBy": [ - "1106", - "1107", - "1108" + "1121", + "1122", + "1123" ], "location": { "end": { @@ -15969,7 +16452,7 @@ } }, { - "id": "536", + "id": "551", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Thief Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -15977,12 +16460,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1106" + "1121" ], "coveredBy": [ - "1106", - "1107", - "1108" + "1121", + "1122", + "1123" ], "location": { "end": { @@ -16002,7 +16485,7 @@ "language": "html", "mutants": [ { - "id": "537", + "id": "552", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Three Brothers Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16010,13 +16493,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "992" + "1007" ], "coveredBy": [ - "992", - "993", - "994", - "995" + "1007", + "1008", + "1009", + "1010" ], "location": { "end": { @@ -16030,7 +16513,7 @@ } }, { - "id": "538", + "id": "553", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameThreeBrothersTurnStart…' to be 'components.GameThreeBrothersTurnStart…' // Object.is equality", @@ -16038,13 +16521,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "995" + "1010" ], "coveredBy": [ - "992", - "993", - "994", - "995" + "1007", + "1008", + "1009", + "1010" ], "location": { "end": { @@ -16058,7 +16541,7 @@ } }, { - "id": "539", + "id": "554", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Three Brothers Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16066,13 +16549,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "992" + "1007" ], "coveredBy": [ - "992", - "993", - "994", - "995" + "1007", + "1008", + "1009", + "1010" ], "location": { "end": { @@ -16086,7 +16569,7 @@ } }, { - "id": "540", + "id": "555", "mutatorName": "EqualityOperator", "replacement": "game.value.turn !== 1", "statusReason": "Snapshot `Game Three Brothers Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16094,13 +16577,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "992" + "1007" ], "coveredBy": [ - "992", - "993", - "994", - "995" + "1007", + "1008", + "1009", + "1010" ], "location": { "end": { @@ -16114,7 +16597,7 @@ } }, { - "id": "541", + "id": "556", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Three Brothers Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16122,13 +16605,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "992" + "1007" ], "coveredBy": [ - "992", - "993", - "994", - "995" + "1007", + "1008", + "1009", + "1010" ], "location": { "end": { @@ -16142,7 +16625,7 @@ } }, { - "id": "542", + "id": "557", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameThreeBrothersTurnStart…' to be 'components.GameThreeBrothersTurnStart…' // Object.is equality", @@ -16150,13 +16633,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "995" + "1010" ], "coveredBy": [ - "992", - "993", - "994", - "995" + "1007", + "1008", + "1009", + "1010" ], "location": { "end": { @@ -16170,7 +16653,7 @@ } }, { - "id": "543", + "id": "558", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Three Brothers Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16178,13 +16661,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "992" + "1007" ], "coveredBy": [ - "992", - "993", - "994", - "995" + "1007", + "1008", + "1009", + "1010" ], "location": { "end": { @@ -16198,7 +16681,7 @@ } }, { - "id": "544", + "id": "559", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Three Brothers Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16206,13 +16689,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "992" + "1007" ], "coveredBy": [ - "992", - "993", - "994", - "995" + "1007", + "1008", + "1009", + "1010" ], "location": { "end": { @@ -16226,7 +16709,7 @@ } }, { - "id": "545", + "id": "560", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Three Brothers Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16234,13 +16717,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "992" + "1007" ], "coveredBy": [ - "992", - "993", - "994", - "995" + "1007", + "1008", + "1009", + "1010" ], "location": { "end": { @@ -16254,7 +16737,7 @@ } }, { - "id": "546", + "id": "561", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Three Brothers Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16262,13 +16745,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "992" + "1007" ], "coveredBy": [ - "992", - "993", - "994", - "995" + "1007", + "1008", + "1009", + "1010" ], "location": { "end": { @@ -16282,7 +16765,7 @@ } }, { - "id": "547", + "id": "562", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected '' to be 'components.GameThreeBrothersTurnStart…' // Object.is equality", @@ -16290,10 +16773,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "995" + "1010" ], "coveredBy": [ - "995" + "1010" ], "location": { "end": { @@ -16307,7 +16790,7 @@ } }, { - "id": "548", + "id": "563", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameThreeBrothersTurnStart…' // Object.is equality", @@ -16315,10 +16798,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "995" + "1010" ], "coveredBy": [ - "995" + "1010" ], "location": { "end": { @@ -16338,7 +16821,7 @@ "language": "html", "mutants": [ { - "id": "549", + "id": "564", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Turn Start Event Component > should match snapshot when rendered. 1` mismatched", @@ -16389,7 +16872,7 @@ } }, { - "id": "550", + "id": "565", "mutatorName": "OptionalChaining", "replacement": "currentPlay.source", "statusReason": "Cannot read properties of null (reading 'source')", @@ -16446,7 +16929,7 @@ "language": "html", "mutants": [ { - "id": "551", + "id": "566", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Two Sisters Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16454,13 +16937,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1007" + "1022" ], "coveredBy": [ - "1007", - "1008", - "1009", - "1010" + "1022", + "1023", + "1024", + "1025" ], "location": { "end": { @@ -16474,7 +16957,7 @@ } }, { - "id": "552", + "id": "567", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameTwoSistersTurnStartsEv…' to be 'components.GameTwoSistersTurnStartsEv…' // Object.is equality", @@ -16482,13 +16965,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1010" + "1025" ], "coveredBy": [ - "1007", - "1008", - "1009", - "1010" + "1022", + "1023", + "1024", + "1025" ], "location": { "end": { @@ -16502,7 +16985,7 @@ } }, { - "id": "553", + "id": "568", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Two Sisters Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16510,13 +16993,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1007" + "1022" ], "coveredBy": [ - "1007", - "1008", - "1009", - "1010" + "1022", + "1023", + "1024", + "1025" ], "location": { "end": { @@ -16530,7 +17013,7 @@ } }, { - "id": "554", + "id": "569", "mutatorName": "EqualityOperator", "replacement": "game.value.turn !== 1", "statusReason": "Snapshot `Game Two Sisters Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16538,13 +17021,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1007" + "1022" ], "coveredBy": [ - "1007", - "1008", - "1009", - "1010" + "1022", + "1023", + "1024", + "1025" ], "location": { "end": { @@ -16558,7 +17041,7 @@ } }, { - "id": "555", + "id": "570", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Two Sisters Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16566,13 +17049,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1007" + "1022" ], "coveredBy": [ - "1007", - "1008", - "1009", - "1010" + "1022", + "1023", + "1024", + "1025" ], "location": { "end": { @@ -16586,7 +17069,7 @@ } }, { - "id": "556", + "id": "571", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameTwoSistersTurnStartsEv…' to be 'components.GameTwoSistersTurnStartsEv…' // Object.is equality", @@ -16594,13 +17077,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1010" + "1025" ], "coveredBy": [ - "1007", - "1008", - "1009", - "1010" + "1022", + "1023", + "1024", + "1025" ], "location": { "end": { @@ -16614,7 +17097,7 @@ } }, { - "id": "557", + "id": "572", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Two Sisters Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16622,13 +17105,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1007" + "1022" ], "coveredBy": [ - "1007", - "1008", - "1009", - "1010" + "1022", + "1023", + "1024", + "1025" ], "location": { "end": { @@ -16642,7 +17125,7 @@ } }, { - "id": "558", + "id": "573", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Two Sisters Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16650,13 +17133,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1007" + "1022" ], "coveredBy": [ - "1007", - "1008", - "1009", - "1010" + "1022", + "1023", + "1024", + "1025" ], "location": { "end": { @@ -16670,7 +17153,7 @@ } }, { - "id": "559", + "id": "574", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Two Sisters Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16678,13 +17161,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1007" + "1022" ], "coveredBy": [ - "1007", - "1008", - "1009", - "1010" + "1022", + "1023", + "1024", + "1025" ], "location": { "end": { @@ -16698,7 +17181,7 @@ } }, { - "id": "560", + "id": "575", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Two Sisters Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16706,13 +17189,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1007" + "1022" ], "coveredBy": [ - "1007", - "1008", - "1009", - "1010" + "1022", + "1023", + "1024", + "1025" ], "location": { "end": { @@ -16726,7 +17209,7 @@ } }, { - "id": "561", + "id": "576", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected '' to be 'components.GameTwoSistersTurnStartsEv…' // Object.is equality", @@ -16734,10 +17217,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1010" + "1025" ], "coveredBy": [ - "1010" + "1025" ], "location": { "end": { @@ -16751,7 +17234,7 @@ } }, { - "id": "562", + "id": "577", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameTwoSistersTurnStartsEv…' // Object.is equality", @@ -16759,10 +17242,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1010" + "1025" ], "coveredBy": [ - "1010" + "1025" ], "location": { "end": { @@ -16782,7 +17265,7 @@ "language": "html", "mutants": [ { - "id": "563", + "id": "578", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Werewolves Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16790,13 +17273,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1039" ], "coveredBy": [ - "1024", - "1025", - "1026", - "1027" + "1039", + "1040", + "1041", + "1042" ], "location": { "end": { @@ -16810,7 +17293,7 @@ } }, { - "id": "564", + "id": "579", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameWerewolvesTurnStartsEv…' to be 'components.GameWerewolvesTurnStartsEv…' // Object.is equality", @@ -16818,13 +17301,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1027" + "1042" ], "coveredBy": [ - "1024", - "1025", - "1026", - "1027" + "1039", + "1040", + "1041", + "1042" ], "location": { "end": { @@ -16838,7 +17321,7 @@ } }, { - "id": "565", + "id": "580", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Werewolves Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16846,13 +17329,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1039" ], "coveredBy": [ - "1024", - "1025", - "1026", - "1027" + "1039", + "1040", + "1041", + "1042" ], "location": { "end": { @@ -16866,7 +17349,7 @@ } }, { - "id": "566", + "id": "581", "mutatorName": "EqualityOperator", "replacement": "game.value.turn !== 1", "statusReason": "Snapshot `Game Werewolves Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16874,13 +17357,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1039" ], "coveredBy": [ - "1024", - "1025", - "1026", - "1027" + "1039", + "1040", + "1041", + "1042" ], "location": { "end": { @@ -16894,7 +17377,7 @@ } }, { - "id": "567", + "id": "582", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Werewolves Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16902,13 +17385,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1039" ], "coveredBy": [ - "1024", - "1025", - "1026", - "1027" + "1039", + "1040", + "1041", + "1042" ], "location": { "end": { @@ -16922,7 +17405,7 @@ } }, { - "id": "568", + "id": "583", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameWerewolvesTurnStartsEv…' to be 'components.GameWerewolvesTurnStartsEv…' // Object.is equality", @@ -16930,13 +17413,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1027" + "1042" ], "coveredBy": [ - "1024", - "1025", - "1026", - "1027" + "1039", + "1040", + "1041", + "1042" ], "location": { "end": { @@ -16950,7 +17433,7 @@ } }, { - "id": "569", + "id": "584", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Werewolves Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16958,13 +17441,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1039" ], "coveredBy": [ - "1024", - "1025", - "1026", - "1027" + "1039", + "1040", + "1041", + "1042" ], "location": { "end": { @@ -16978,7 +17461,7 @@ } }, { - "id": "570", + "id": "585", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Werewolves Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -16986,13 +17469,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1039" ], "coveredBy": [ - "1024", - "1025", - "1026", - "1027" + "1039", + "1040", + "1041", + "1042" ], "location": { "end": { @@ -17006,7 +17489,7 @@ } }, { - "id": "571", + "id": "586", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Werewolves Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17014,13 +17497,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1039" ], "coveredBy": [ - "1024", - "1025", - "1026", - "1027" + "1039", + "1040", + "1041", + "1042" ], "location": { "end": { @@ -17034,7 +17517,7 @@ } }, { - "id": "572", + "id": "587", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Werewolves Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17042,13 +17525,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1039" ], "coveredBy": [ - "1024", - "1025", - "1026", - "1027" + "1039", + "1040", + "1041", + "1042" ], "location": { "end": { @@ -17062,7 +17545,7 @@ } }, { - "id": "573", + "id": "588", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Werewolves Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17070,13 +17553,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1039" ], "coveredBy": [ - "1024", - "1025", - "1026", - "1027" + "1039", + "1040", + "1041", + "1042" ], "location": { "end": { @@ -17090,7 +17573,7 @@ } }, { - "id": "574", + "id": "589", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected '' to be 'components.GameWerewolvesTurnStartsEv…' // Object.is equality", @@ -17098,10 +17581,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1027" + "1042" ], "coveredBy": [ - "1027" + "1042" ], "location": { "end": { @@ -17115,7 +17598,7 @@ } }, { - "id": "575", + "id": "590", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameWerewolvesTurnStartsEv…' // Object.is equality", @@ -17123,10 +17606,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1027" + "1042" ], "coveredBy": [ - "1027" + "1042" ], "location": { "end": { @@ -17146,7 +17629,7 @@ "language": "html", "mutants": [ { - "id": "576", + "id": "591", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game White Werewolf Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17154,12 +17637,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1149" + "1164" ], "coveredBy": [ - "1149", - "1150", - "1151" + "1164", + "1165", + "1166" ], "location": { "end": { @@ -17173,7 +17656,7 @@ } }, { - "id": "577", + "id": "592", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game White Werewolf Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17181,12 +17664,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1149" + "1164" ], "coveredBy": [ - "1149", - "1150", - "1151" + "1164", + "1165", + "1166" ], "location": { "end": { @@ -17200,7 +17683,7 @@ } }, { - "id": "578", + "id": "593", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game White Werewolf Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17208,12 +17691,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1149" + "1164" ], "coveredBy": [ - "1149", - "1150", - "1151" + "1164", + "1165", + "1166" ], "location": { "end": { @@ -17233,7 +17716,7 @@ "language": "html", "mutants": [ { - "id": "579", + "id": "594", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Wild Child Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17241,12 +17724,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1140" + "1155" ], "coveredBy": [ - "1140", - "1141", - "1142" + "1155", + "1156", + "1157" ], "location": { "end": { @@ -17260,7 +17743,7 @@ } }, { - "id": "580", + "id": "595", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Wild Child Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17268,12 +17751,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1140" + "1155" ], "coveredBy": [ - "1140", - "1141", - "1142" + "1155", + "1156", + "1157" ], "location": { "end": { @@ -17287,7 +17770,7 @@ } }, { - "id": "581", + "id": "596", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Wild Child Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17295,12 +17778,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1140" + "1155" ], "coveredBy": [ - "1140", - "1141", - "1142" + "1155", + "1156", + "1157" ], "location": { "end": { @@ -17314,7 +17797,7 @@ } }, { - "id": "582", + "id": "597", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Wild Child Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17322,12 +17805,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1140" + "1155" ], "coveredBy": [ - "1140", - "1141", - "1142" + "1155", + "1156", + "1157" ], "location": { "end": { @@ -17347,7 +17830,7 @@ "language": "html", "mutants": [ { - "id": "583", + "id": "598", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Witch Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17355,12 +17838,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1179" + "1194" ], "coveredBy": [ - "1179", - "1180", - "1181" + "1194", + "1195", + "1196" ], "location": { "end": { @@ -17374,7 +17857,7 @@ } }, { - "id": "584", + "id": "599", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Witch Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17382,12 +17865,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1179" + "1194" ], "coveredBy": [ - "1179", - "1180", - "1181" + "1194", + "1195", + "1196" ], "location": { "end": { @@ -17401,7 +17884,7 @@ } }, { - "id": "585", + "id": "600", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Witch Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17409,12 +17892,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1179" + "1194" ], "coveredBy": [ - "1179", - "1180", - "1181" + "1194", + "1195", + "1196" ], "location": { "end": { @@ -17434,7 +17917,7 @@ "language": "html", "mutants": [ { - "id": "586", + "id": "601", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 'components.GameWolfHoundTurnStartsEve…' to be 'components.GameWolfHoundTurnStartsEve…' // Object.is equality", @@ -17442,13 +17925,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1018" + "1033" ], "coveredBy": [ - "1015", - "1016", - "1017", - "1018" + "1030", + "1031", + "1032", + "1033" ], "location": { "end": { @@ -17462,7 +17945,7 @@ } }, { - "id": "587", + "id": "602", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Wolf Hound Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17470,13 +17953,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1015" + "1030" ], "coveredBy": [ - "1015", - "1016", - "1017", - "1018" + "1030", + "1031", + "1032", + "1033" ], "location": { "end": { @@ -17490,7 +17973,7 @@ } }, { - "id": "588", + "id": "603", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Wolf Hound Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17498,13 +17981,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1015" + "1030" ], "coveredBy": [ - "1015", - "1016", - "1017", - "1018" + "1030", + "1031", + "1032", + "1033" ], "location": { "end": { @@ -17518,7 +18001,7 @@ } }, { - "id": "589", + "id": "604", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.GameWolfHoundTurnStartsEve…' to be 'components.GameWolfHoundTurnStartsEve…' // Object.is equality", @@ -17526,13 +18009,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1018" + "1033" ], "coveredBy": [ - "1015", - "1016", - "1017", - "1018" + "1030", + "1031", + "1032", + "1033" ], "location": { "end": { @@ -17546,7 +18029,7 @@ } }, { - "id": "590", + "id": "605", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'components.GameWolfHoundTurnStartsEve…' to be 'components.GameWolfHoundTurnStartsEve…' // Object.is equality", @@ -17554,10 +18037,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1018" + "1033" ], "coveredBy": [ - "1018" + "1033" ], "location": { "end": { @@ -17571,7 +18054,7 @@ } }, { - "id": "591", + "id": "606", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected '' to be 'components.GameWolfHoundTurnStartsEve…' // Object.is equality", @@ -17579,10 +18062,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1018" + "1033" ], "coveredBy": [ - "1018" + "1033" ], "location": { "end": { @@ -17596,7 +18079,7 @@ } }, { - "id": "592", + "id": "607", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameWolfHoundTurnStartsEve…' // Object.is equality", @@ -17604,10 +18087,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1018" + "1033" ], "coveredBy": [ - "1018" + "1033" ], "location": { "end": { @@ -17621,7 +18104,7 @@ } }, { - "id": "593", + "id": "608", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Wolf Hound Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17629,13 +18112,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1015" + "1030" ], "coveredBy": [ - "1015", - "1016", - "1017", - "1018" + "1030", + "1031", + "1032", + "1033" ], "location": { "end": { @@ -17649,7 +18132,7 @@ } }, { - "id": "594", + "id": "609", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Wolf Hound Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -17657,13 +18140,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1015" + "1030" ], "coveredBy": [ - "1015", - "1016", - "1017", - "1018" + "1030", + "1031", + "1032", + "1033" ], "location": { "end": { @@ -17683,7 +18166,7 @@ "language": "typescript", "mutants": [ { - "id": "595", + "id": "610", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -17708,7 +18191,7 @@ "language": "html", "mutants": [ { - "id": "596", + "id": "611", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -17716,10 +18199,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "686" + "709" ], "coveredBy": [ - "686" + "709" ], "location": { "end": { @@ -17733,7 +18216,7 @@ } }, { - "id": "597", + "id": "612", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -17741,10 +18224,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "689" + "712" ], "coveredBy": [ - "689" + "712" ], "location": { "end": { @@ -17764,7 +18247,7 @@ "language": "html", "mutants": [ { - "id": "598", + "id": "613", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Current Play Expected Players To Act Component > should match snapshot when rendered. 1` mismatched", @@ -17772,13 +18255,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "970" + "985" ], "coveredBy": [ - "970", - "971", - "972", - "973" + "985", + "986", + "987", + "988" ], "location": { "end": { @@ -17792,7 +18275,7 @@ } }, { - "id": "599", + "id": "614", "mutatorName": "LogicalOperator", "replacement": "game.value.currentPlay?.source.players && []", "statusReason": "Snapshot `Current Play Expected Players To Act Component > should match snapshot when rendered. 1` mismatched", @@ -17800,13 +18283,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "970" + "985" ], "coveredBy": [ - "970", - "971", - "972", - "973" + "985", + "986", + "987", + "988" ], "location": { "end": { @@ -17820,7 +18303,7 @@ } }, { - "id": "600", + "id": "615", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.source", "statusReason": "Cannot read properties of null (reading 'source')", @@ -17828,13 +18311,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "971" + "986" ], "coveredBy": [ - "970", - "971", - "972", - "973" + "985", + "986", + "987", + "988" ], "location": { "end": { @@ -17848,7 +18331,7 @@ } }, { - "id": "601", + "id": "616", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "expected [ 'Stryker was here' ] to strictly equal []", @@ -17856,10 +18339,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "971" + "986" ], "coveredBy": [ - "971" + "986" ], "location": { "end": { @@ -17879,7 +18362,7 @@ "language": "html", "mutants": [ { - "id": "602", + "id": "617", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Current Play Question Component > should match snapshot when rendered. 1` mismatched", @@ -17932,7 +18415,7 @@ } }, { - "id": "603", + "id": "618", "mutatorName": "BooleanLiteral", "replacement": "currentPlay", "statusReason": "Snapshot `Current Play Question Component > should match snapshot when rendered. 1` mismatched", @@ -17985,7 +18468,7 @@ } }, { - "id": "604", + "id": "619", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Current Play Question Component > should match snapshot when rendered. 1` mismatched", @@ -18038,7 +18521,7 @@ } }, { - "id": "605", + "id": "620", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot destructure property 'source' of 'currentPlay' as it is null.", @@ -18091,7 +18574,7 @@ } }, { - "id": "606", + "id": "621", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot destructure property 'source' of 'currentPlay' as it is null.", @@ -18117,7 +18600,7 @@ } }, { - "id": "607", + "id": "622", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.CurrentPlayQuestion.unknow…' // Object.is equality", @@ -18143,7 +18626,7 @@ } }, { - "id": "608", + "id": "623", "mutatorName": "OptionalChaining", "replacement": "GAME_PLAYS_QUESTIONS[source.name][action][cause ?? \"default\"]", "statusReason": "Cannot read properties of undefined (reading 'default')", @@ -18196,7 +18679,7 @@ } }, { - "id": "609", + "id": "624", "mutatorName": "LogicalOperator", "replacement": "cause && \"default\"", "statusReason": "Snapshot `Current Play Question Component > should match snapshot when rendered. 1` mismatched", @@ -18249,7 +18732,7 @@ } }, { - "id": "610", + "id": "625", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Current Play Question Component > should match snapshot when rendered. 1` mismatched", @@ -18301,7 +18784,7 @@ } }, { - "id": "611", + "id": "626", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Current Play Question Component > should match snapshot when rendered. 1` mismatched", @@ -18354,7 +18837,7 @@ } }, { - "id": "612", + "id": "627", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected '' to be 'components.CurrentPlayQuestion.unknow…' // Object.is equality", @@ -18407,7 +18890,7 @@ } }, { - "id": "613", + "id": "628", "mutatorName": "EqualityOperator", "replacement": "questionKey !== undefined", "statusReason": "Snapshot `Current Play Question Component > should match snapshot when rendered. 1` mismatched", @@ -18460,7 +18943,7 @@ } }, { - "id": "614", + "id": "629", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected '' to be 'components.CurrentPlayQuestion.unknow…' // Object.is equality", @@ -18486,7 +18969,7 @@ } }, { - "id": "615", + "id": "630", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.CurrentPlayQuestion.unknow…' // Object.is equality", @@ -18518,7 +19001,7 @@ "language": "typescript", "mutants": [ { - "id": "616", + "id": "631", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18537,7 +19020,7 @@ } }, { - "id": "617", + "id": "632", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18556,7 +19039,7 @@ } }, { - "id": "618", + "id": "633", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18575,7 +19058,7 @@ } }, { - "id": "619", + "id": "634", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18594,7 +19077,7 @@ } }, { - "id": "620", + "id": "635", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18613,7 +19096,7 @@ } }, { - "id": "621", + "id": "636", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18632,7 +19115,7 @@ } }, { - "id": "622", + "id": "637", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18651,7 +19134,7 @@ } }, { - "id": "623", + "id": "638", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18670,7 +19153,7 @@ } }, { - "id": "624", + "id": "639", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18689,7 +19172,7 @@ } }, { - "id": "625", + "id": "640", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18708,7 +19191,7 @@ } }, { - "id": "626", + "id": "641", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18727,7 +19210,7 @@ } }, { - "id": "627", + "id": "642", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18746,7 +19229,7 @@ } }, { - "id": "628", + "id": "643", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18765,7 +19248,7 @@ } }, { - "id": "629", + "id": "644", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18784,7 +19267,7 @@ } }, { - "id": "630", + "id": "645", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18803,7 +19286,7 @@ } }, { - "id": "631", + "id": "646", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18822,7 +19305,7 @@ } }, { - "id": "632", + "id": "647", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18841,7 +19324,7 @@ } }, { - "id": "633", + "id": "648", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18860,7 +19343,7 @@ } }, { - "id": "634", + "id": "649", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18879,7 +19362,7 @@ } }, { - "id": "635", + "id": "650", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18898,7 +19381,7 @@ } }, { - "id": "636", + "id": "651", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18917,7 +19400,7 @@ } }, { - "id": "637", + "id": "652", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18936,7 +19419,7 @@ } }, { - "id": "638", + "id": "653", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18955,7 +19438,7 @@ } }, { - "id": "639", + "id": "654", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18974,7 +19457,7 @@ } }, { - "id": "640", + "id": "655", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -18993,7 +19476,7 @@ } }, { - "id": "641", + "id": "656", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19012,7 +19495,7 @@ } }, { - "id": "642", + "id": "657", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19031,7 +19514,7 @@ } }, { - "id": "643", + "id": "658", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19050,7 +19533,7 @@ } }, { - "id": "644", + "id": "659", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19069,7 +19552,7 @@ } }, { - "id": "645", + "id": "660", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19088,7 +19571,7 @@ } }, { - "id": "646", + "id": "661", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19107,7 +19590,7 @@ } }, { - "id": "647", + "id": "662", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19126,7 +19609,7 @@ } }, { - "id": "648", + "id": "663", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19145,7 +19628,7 @@ } }, { - "id": "649", + "id": "664", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19164,7 +19647,7 @@ } }, { - "id": "650", + "id": "665", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19183,7 +19666,7 @@ } }, { - "id": "651", + "id": "666", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19202,7 +19685,7 @@ } }, { - "id": "652", + "id": "667", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19221,7 +19704,7 @@ } }, { - "id": "653", + "id": "668", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19240,7 +19723,7 @@ } }, { - "id": "654", + "id": "669", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19259,7 +19742,7 @@ } }, { - "id": "655", + "id": "670", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19278,7 +19761,7 @@ } }, { - "id": "656", + "id": "671", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19297,7 +19780,7 @@ } }, { - "id": "657", + "id": "672", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19316,7 +19799,7 @@ } }, { - "id": "658", + "id": "673", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19335,7 +19818,7 @@ } }, { - "id": "659", + "id": "674", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19354,7 +19837,7 @@ } }, { - "id": "660", + "id": "675", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19373,7 +19856,7 @@ } }, { - "id": "661", + "id": "676", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19392,7 +19875,7 @@ } }, { - "id": "662", + "id": "677", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19411,7 +19894,7 @@ } }, { - "id": "663", + "id": "678", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19430,7 +19913,7 @@ } }, { - "id": "664", + "id": "679", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19449,7 +19932,7 @@ } }, { - "id": "665", + "id": "680", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19468,7 +19951,7 @@ } }, { - "id": "666", + "id": "681", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19487,7 +19970,7 @@ } }, { - "id": "667", + "id": "682", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19506,7 +19989,7 @@ } }, { - "id": "668", + "id": "683", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19525,7 +20008,7 @@ } }, { - "id": "669", + "id": "684", "mutatorName": "StringLiteral", "replacement": "\"Stryker was here!\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19544,7 +20027,7 @@ } }, { - "id": "670", + "id": "685", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19563,7 +20046,7 @@ } }, { - "id": "671", + "id": "686", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19582,7 +20065,7 @@ } }, { - "id": "672", + "id": "687", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19601,7 +20084,7 @@ } }, { - "id": "673", + "id": "688", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19620,7 +20103,7 @@ } }, { - "id": "674", + "id": "689", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19639,7 +20122,7 @@ } }, { - "id": "675", + "id": "690", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19658,7 +20141,7 @@ } }, { - "id": "676", + "id": "691", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19677,7 +20160,7 @@ } }, { - "id": "677", + "id": "692", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19696,7 +20179,7 @@ } }, { - "id": "678", + "id": "693", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19715,7 +20198,7 @@ } }, { - "id": "679", + "id": "694", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19734,7 +20217,7 @@ } }, { - "id": "680", + "id": "695", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19753,7 +20236,7 @@ } }, { - "id": "681", + "id": "696", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19772,7 +20255,7 @@ } }, { - "id": "682", + "id": "697", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19791,7 +20274,7 @@ } }, { - "id": "683", + "id": "698", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19810,7 +20293,7 @@ } }, { - "id": "684", + "id": "699", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19829,7 +20312,7 @@ } }, { - "id": "685", + "id": "700", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19848,7 +20331,7 @@ } }, { - "id": "686", + "id": "701", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19867,7 +20350,7 @@ } }, { - "id": "687", + "id": "702", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19886,7 +20369,7 @@ } }, { - "id": "688", + "id": "703", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19905,7 +20388,7 @@ } }, { - "id": "689", + "id": "704", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19924,7 +20407,7 @@ } }, { - "id": "690", + "id": "705", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19943,7 +20426,7 @@ } }, { - "id": "691", + "id": "706", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19962,7 +20445,7 @@ } }, { - "id": "692", + "id": "707", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -19981,7 +20464,7 @@ } }, { - "id": "693", + "id": "708", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -20000,7 +20483,7 @@ } }, { - "id": "694", + "id": "709", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -20019,7 +20502,7 @@ } }, { - "id": "695", + "id": "710", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -20038,7 +20521,7 @@ } }, { - "id": "696", + "id": "711", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -20057,7 +20540,7 @@ } }, { - "id": "697", + "id": "712", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -20076,7 +20559,7 @@ } }, { - "id": "698", + "id": "713", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -20095,7 +20578,7 @@ } }, { - "id": "699", + "id": "714", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -20114,7 +20597,7 @@ } }, { - "id": "700", + "id": "715", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -20133,7 +20616,7 @@ } }, { - "id": "701", + "id": "716", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -20158,7 +20641,7 @@ "language": "html", "mutants": [ { - "id": "702", + "id": "717", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -20166,14 +20649,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "775" + "804" ], "coveredBy": [ - "775", - "776", - "777", - "778", - "779" + "804", + "805", + "806", + "807", + "808" ], "location": { "end": { @@ -20187,7 +20670,7 @@ } }, { - "id": "703", + "id": "718", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected false to be truthy", @@ -20195,14 +20678,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "776" + "805" ], "coveredBy": [ - "775", - "776", - "777", - "778", - "779" + "804", + "805", + "806", + "807", + "808" ], "location": { "end": { @@ -20222,7 +20705,7 @@ "language": "html", "mutants": [ { - "id": "704", + "id": "719", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -20230,15 +20713,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "573" + "594" ], "coveredBy": [ - "573", - "574", - "575", - "576", - "577", - "578" + "594", + "595", + "596", + "597", + "598", + "599" ], "location": { "end": { @@ -20252,7 +20735,7 @@ } }, { - "id": "705", + "id": "720", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Devoted Servant Steals Role Playground Component > should match snapshot when rendered. 1` mismatched", @@ -20260,15 +20743,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "573" + "594" ], "coveredBy": [ - "573", - "574", - "575", - "576", - "577", - "578" + "594", + "595", + "596", + "597", + "598", + "599" ], "location": { "end": { @@ -20282,7 +20765,7 @@ } }, { - "id": "706", + "id": "721", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Devoted Servant Steals Role Playground Component > should match snapshot when rendered. 1` mismatched", @@ -20290,15 +20773,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "573" + "594" ], "coveredBy": [ - "573", - "574", - "575", - "576", - "577", - "578" + "594", + "595", + "596", + "597", + "598", + "599" ], "location": { "end": { @@ -20312,7 +20795,7 @@ } }, { - "id": "707", + "id": "722", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Devoted Servant Steals Role Playground Component > should match snapshot when rendered. 1` mismatched", @@ -20320,15 +20803,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "573" + "594" ], "coveredBy": [ - "573", - "574", - "575", - "576", - "577", - "578" + "594", + "595", + "596", + "597", + "598", + "599" ], "location": { "end": { @@ -20348,7 +20831,7 @@ "language": "html", "mutants": [ { - "id": "708", + "id": "723", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -20356,10 +20839,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "730" + "753" ], "coveredBy": [ - "730" + "753" ], "location": { "end": { @@ -20373,7 +20856,7 @@ } }, { - "id": "709", + "id": "724", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"villagers\",\n], but it was called with \"\"", @@ -20381,10 +20864,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "730" + "753" ], "coveredBy": [ - "730" + "753" ], "location": { "end": { @@ -20398,7 +20881,7 @@ } }, { - "id": "710", + "id": "725", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -20406,10 +20889,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "734" + "757" ], "coveredBy": [ - "734" + "757" ], "location": { "end": { @@ -20423,7 +20906,7 @@ } }, { - "id": "711", + "id": "726", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"werewolves\",\n], but it was called with \"\"", @@ -20431,10 +20914,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "734" + "757" ], "coveredBy": [ - "734" + "757" ], "location": { "end": { @@ -20454,7 +20937,7 @@ "language": "html", "mutants": [ { - "id": "712", + "id": "727", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Playground Content Component > should match snapshot when rendered. 1` mismatched", @@ -20462,19 +20945,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "525" + "546" ], "coveredBy": [ - "525", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534" + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555" ], "location": { "end": { @@ -20488,7 +20971,7 @@ } }, { - "id": "713", + "id": "728", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Playground Content Component > should match snapshot when rendered. 1` mismatched", @@ -20496,19 +20979,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "525" + "546" ], "coveredBy": [ - "525", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534" + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555" ], "location": { "end": { @@ -20522,7 +21005,7 @@ } }, { - "id": "714", + "id": "729", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be truthy", @@ -20530,19 +21013,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "526" + "547" ], "coveredBy": [ - "525", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534" + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555" ], "location": { "end": { @@ -20556,7 +21039,7 @@ } }, { - "id": "715", + "id": "730", "mutatorName": "EqualityOperator", "replacement": "currentPlay?.action !== \"use-potions\"", "statusReason": "Snapshot `Game Playground Content Component > should match snapshot when rendered. 1` mismatched", @@ -20564,19 +21047,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "525" + "546" ], "coveredBy": [ - "525", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534" + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555" ], "location": { "end": { @@ -20590,7 +21073,7 @@ } }, { - "id": "716", + "id": "731", "mutatorName": "OptionalChaining", "replacement": "currentPlay.action", "statusReason": "Cannot read properties of null (reading 'action')", @@ -20598,19 +21081,19 @@ "testsCompleted": 10, "static": false, "killedBy": [ - "534" + "555" ], "coveredBy": [ - "525", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534" + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555" ], "location": { "end": { @@ -20624,7 +21107,7 @@ } }, { - "id": "717", + "id": "732", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected false to be truthy", @@ -20632,19 +21115,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "526" + "547" ], "coveredBy": [ - "525", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534" + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555" ], "location": { "end": { @@ -20658,7 +21141,7 @@ } }, { - "id": "718", + "id": "733", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected false to be truthy", @@ -20666,11 +21149,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "526" + "547" ], "coveredBy": [ - "526", - "527" + "547", + "548" ], "location": { "end": { @@ -20684,7 +21167,7 @@ } }, { - "id": "719", + "id": "734", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Playground Content Component > should match snapshot when rendered. 1` mismatched", @@ -20692,19 +21175,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "525" + "546" ], "coveredBy": [ - "525", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534" + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555" ], "location": { "end": { @@ -20718,7 +21201,7 @@ } }, { - "id": "720", + "id": "735", "mutatorName": "OptionalChaining", "replacement": "currentPlay.type", "statusReason": "Cannot read properties of null (reading 'type')", @@ -20726,24 +21209,24 @@ "testsCompleted": 10, "static": false, "killedBy": [ - "534" + "555" ], "coveredBy": [ - "525", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534" - ], - "location": { - "end": { - "column": 27, - "line": 44 + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555" + ], + "location": { + "end": { + "column": 27, + "line": 44 }, "start": { "column": 10, @@ -20758,7 +21241,7 @@ "language": "html", "mutants": [ { - "id": "721", + "id": "736", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -20803,7 +21286,7 @@ } }, { - "id": "722", + "id": "737", "mutatorName": "LogicalOperator", "replacement": "game.value.currentPlay && {}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -20848,7 +21331,7 @@ } }, { - "id": "723", + "id": "738", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n Object {\n \"playerId\": \"210c79f6-4935-44de-8cd1-ed28bc43d068\",\n },\n ]\n\n\nNumber of calls: 1\n", @@ -20893,7 +21376,7 @@ } }, { - "id": "724", + "id": "739", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -20938,7 +21421,7 @@ } }, { - "id": "725", + "id": "740", "mutatorName": "LogicalOperator", "replacement": "type === \"target\" && type === \"bury-dead-bodies\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -20983,7 +21466,7 @@ } }, { - "id": "726", + "id": "741", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -21028,7 +21511,7 @@ } }, { - "id": "727", + "id": "742", "mutatorName": "EqualityOperator", "replacement": "type !== \"target\"", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n Object {\n \"playerId\": \"32084475-2249-45de-bf03-6db910efb337\",\n },\n ]\n\n\nNumber of calls: 1\n", @@ -21073,7 +21556,7 @@ } }, { - "id": "728", + "id": "743", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -21118,7 +21601,7 @@ } }, { - "id": "729", + "id": "744", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -21156,7 +21639,7 @@ } }, { - "id": "730", + "id": "745", "mutatorName": "EqualityOperator", "replacement": "type !== \"bury-dead-bodies\"", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n Object {\n \"playerId\": \"7f4588b7-ae6e-4503-b5dd-82b3c6b5e468\",\n },\n ]\n\n\nNumber of calls: 1\n", @@ -21194,7 +21677,7 @@ } }, { - "id": "731", + "id": "746", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -21232,7 +21715,7 @@ } }, { - "id": "732", + "id": "747", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected false to be truthy", @@ -21277,7 +21760,7 @@ } }, { - "id": "733", + "id": "748", "mutatorName": "BooleanLiteral", "replacement": "makeGamePlayDto.value.targets", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -21322,7 +21805,7 @@ } }, { - "id": "734", + "id": "749", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be truthy", @@ -21367,7 +21850,7 @@ } }, { - "id": "735", + "id": "750", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -21412,7 +21895,7 @@ } }, { - "id": "736", + "id": "751", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -21457,7 +21940,7 @@ } }, { - "id": "737", + "id": "752", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "Snapshot `Game Playground Player Card Component > should match snapshot when rendered. 1` mismatched", @@ -21502,7 +21985,7 @@ } }, { - "id": "738", + "id": "753", "mutatorName": "MethodExpression", "replacement": "makeGamePlayDto.value.targets.every(({\n playerId\n}) => playerId === props.player._id)", "statusReason": "expected false to be truthy", @@ -21533,7 +22016,7 @@ } }, { - "id": "739", + "id": "754", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be truthy", @@ -21564,7 +22047,7 @@ } }, { - "id": "740", + "id": "755", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -21595,7 +22078,7 @@ } }, { - "id": "741", + "id": "756", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be truthy", @@ -21626,7 +22109,7 @@ } }, { - "id": "742", + "id": "757", "mutatorName": "EqualityOperator", "replacement": "playerId !== props.player._id", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -21657,7 +22140,7 @@ } }, { - "id": "743", + "id": "758", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -21687,7 +22170,7 @@ } }, { - "id": "744", + "id": "759", "mutatorName": "MethodExpression", "replacement": "makeGamePlayDto.value.targets", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"life\",\n ]\n\n\nNumber of calls: 1\n", @@ -21717,7 +22200,7 @@ } }, { - "id": "745", + "id": "760", "mutatorName": "OptionalChaining", "replacement": "makeGamePlayDto.value.targets.filter", "statusReason": "Cannot read properties of undefined (reading 'filter')", @@ -21747,7 +22230,7 @@ } }, { - "id": "746", + "id": "761", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -21775,7 +22258,7 @@ } }, { - "id": "747", + "id": "762", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"life\",\n ]\n\n\nNumber of calls: 1\n", @@ -21803,7 +22286,7 @@ } }, { - "id": "748", + "id": "763", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -21831,7 +22314,7 @@ } }, { - "id": "749", + "id": "764", "mutatorName": "EqualityOperator", "replacement": "drankPotion !== \"life\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -21859,7 +22342,7 @@ } }, { - "id": "750", + "id": "765", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -21887,7 +22370,7 @@ } }, { - "id": "751", + "id": "766", "mutatorName": "MethodExpression", "replacement": "makeGamePlayDto.value.targets", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"death\",\n ]\n\n\nNumber of calls: 1\n", @@ -21917,7 +22400,7 @@ } }, { - "id": "752", + "id": "767", "mutatorName": "OptionalChaining", "replacement": "makeGamePlayDto.value.targets.filter", "statusReason": "Cannot read properties of undefined (reading 'filter')", @@ -21947,7 +22430,7 @@ } }, { - "id": "753", + "id": "768", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -21975,7 +22458,7 @@ } }, { - "id": "754", + "id": "769", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"death\",\n ]\n\n\nNumber of calls: 1\n", @@ -22003,7 +22486,7 @@ } }, { - "id": "755", + "id": "770", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -22031,7 +22514,7 @@ } }, { - "id": "756", + "id": "771", "mutatorName": "EqualityOperator", "replacement": "drankPotion !== \"death\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -22059,7 +22542,7 @@ } }, { - "id": "757", + "id": "772", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -22087,7 +22570,7 @@ } }, { - "id": "758", + "id": "773", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"death\",\n], but it was called with \"life\"", @@ -22117,7 +22600,7 @@ } }, { - "id": "759", + "id": "774", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"life\",\n], but it was called with \"death\"", @@ -22147,7 +22630,7 @@ } }, { - "id": "760", + "id": "775", "mutatorName": "EqualityOperator", "replacement": "props.interaction !== \"give-life-potion\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"life\",\n], but it was called with \"death\"", @@ -22177,7 +22660,7 @@ } }, { - "id": "761", + "id": "776", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"life\",\n], but it was called with \"death\"", @@ -22207,7 +22690,7 @@ } }, { - "id": "762", + "id": "777", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"life\",\n], but it was called with \"\"", @@ -22234,7 +22717,7 @@ } }, { - "id": "763", + "id": "778", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"death\",\n], but it was called with \"\"", @@ -22261,7 +22744,7 @@ } }, { - "id": "764", + "id": "779", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"life\",\n ]\n\n\nNumber of calls: 1\n", @@ -22291,7 +22774,7 @@ } }, { - "id": "765", + "id": "780", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -22321,7 +22804,7 @@ } }, { - "id": "766", + "id": "781", "mutatorName": "LogicalOperator", "replacement": "props.interaction === \"give-life-potion\" && givenLifePotionTargets?.length === 1 && props.interaction === \"give-death-potion\" && givenDeathPotionTargets?.length === 1", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -22351,7 +22834,7 @@ } }, { - "id": "767", + "id": "782", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -22381,7 +22864,7 @@ } }, { - "id": "768", + "id": "783", "mutatorName": "LogicalOperator", "replacement": "props.interaction === \"give-life-potion\" || givenLifePotionTargets?.length === 1", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"life\",\n ]\n\n\nNumber of calls: 1\n", @@ -22411,7 +22894,7 @@ } }, { - "id": "769", + "id": "784", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"death\",\n ]\n\n\nNumber of calls: 1\n", @@ -22441,7 +22924,7 @@ } }, { - "id": "770", + "id": "785", "mutatorName": "EqualityOperator", "replacement": "props.interaction !== \"give-life-potion\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -22471,7 +22954,7 @@ } }, { - "id": "771", + "id": "786", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -22501,7 +22984,7 @@ } }, { - "id": "772", + "id": "787", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"life\",\n ]\n\n\nNumber of calls: 1\n", @@ -22528,7 +23011,7 @@ } }, { - "id": "773", + "id": "788", "mutatorName": "EqualityOperator", "replacement": "givenLifePotionTargets?.length !== 1", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -22555,7 +23038,7 @@ } }, { - "id": "774", + "id": "789", "mutatorName": "OptionalChaining", "replacement": "givenLifePotionTargets.length", "statusReason": "Cannot read properties of undefined (reading 'length')", @@ -22582,7 +23065,7 @@ } }, { - "id": "775", + "id": "790", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -22611,7 +23094,7 @@ } }, { - "id": "776", + "id": "791", "mutatorName": "LogicalOperator", "replacement": "props.interaction === \"give-death-potion\" || givenDeathPotionTargets?.length === 1", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"life\",\n ]\n\n\nNumber of calls: 1\n", @@ -22640,7 +23123,7 @@ } }, { - "id": "777", + "id": "792", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"life\",\n ]\n\n\nNumber of calls: 1\n", @@ -22669,7 +23152,7 @@ } }, { - "id": "778", + "id": "793", "mutatorName": "EqualityOperator", "replacement": "props.interaction !== \"give-death-potion\"", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"life\",\n ]\n\n\nNumber of calls: 1\n", @@ -22698,7 +23181,7 @@ } }, { - "id": "779", + "id": "794", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -22727,7 +23210,7 @@ } }, { - "id": "780", + "id": "795", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"death\",\n ]\n\n\nNumber of calls: 1\n", @@ -22754,7 +23237,7 @@ } }, { - "id": "781", + "id": "796", "mutatorName": "EqualityOperator", "replacement": "givenDeathPotionTargets?.length !== 1", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -22781,7 +23264,7 @@ } }, { - "id": "782", + "id": "797", "mutatorName": "OptionalChaining", "replacement": "givenDeathPotionTargets.length", "statusReason": "Cannot read properties of undefined (reading 'length')", @@ -22808,7 +23291,7 @@ } }, { - "id": "783", + "id": "798", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -22834,7 +23317,7 @@ } }, { - "id": "784", + "id": "799", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"drankPotion\": \"life\",\n \"playerId\": \"7fddcf79-7e53-4c43-9ff0-612f51bc800e\",\n },\n], but it was called with Object {}", @@ -22864,7 +23347,7 @@ } }, { - "id": "785", + "id": "800", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -22902,7 +23385,7 @@ } }, { - "id": "786", + "id": "801", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay?.source.interactions.find", "statusReason": "Cannot read properties of undefined (reading 'find')", @@ -22940,7 +23423,7 @@ } }, { - "id": "787", + "id": "802", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.source", "statusReason": "Cannot read properties of null (reading 'source')", @@ -22978,7 +23461,7 @@ } }, { - "id": "788", + "id": "803", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23013,7 +23496,7 @@ } }, { - "id": "789", + "id": "804", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n Object {\n \"playerId\": \"7abde8d1-f0be-4770-8105-ac84af3d0923\",\n },\n ]\n\n\nNumber of calls: 1\n", @@ -23048,7 +23531,7 @@ } }, { - "id": "790", + "id": "805", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23083,7 +23566,7 @@ } }, { - "id": "791", + "id": "806", "mutatorName": "EqualityOperator", "replacement": "type !== props.interaction", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n Object {\n \"playerId\": \"1ed6e9fb-6e39-41b0-ada7-d6eed0e19421\",\n },\n ]\n\n\nNumber of calls: 1\n", @@ -23118,7 +23601,7 @@ } }, { - "id": "792", + "id": "807", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23156,7 +23639,7 @@ } }, { - "id": "793", + "id": "808", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of undefined (reading 'type')", @@ -23194,7 +23677,7 @@ } }, { - "id": "794", + "id": "809", "mutatorName": "LogicalOperator", "replacement": "!currentPlayInteraction && !canPlayerBeTargeted.value", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n Object {\n \"playerId\": \"0dd91a0f-0e7a-4a2f-9e58-ffccfe1b1f62\",\n },\n ]\n\n\nNumber of calls: 1\n", @@ -23232,7 +23715,7 @@ } }, { - "id": "795", + "id": "810", "mutatorName": "BooleanLiteral", "replacement": "currentPlayInteraction", "statusReason": "Cannot read properties of undefined (reading 'type')", @@ -23270,7 +23753,7 @@ } }, { - "id": "796", + "id": "811", "mutatorName": "BooleanLiteral", "replacement": "canPlayerBeTargeted.value", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n Object {\n \"playerId\": \"7b819cc4-a6f9-4b3f-b1c2-ea4f07ee9635\",\n },\n ]\n\n\nNumber of calls: 1\n", @@ -23304,7 +23787,7 @@ } }, { - "id": "797", + "id": "812", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot read properties of undefined (reading 'type')", @@ -23333,7 +23816,7 @@ } }, { - "id": "798", + "id": "813", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23366,7 +23849,7 @@ } }, { - "id": "799", + "id": "814", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23399,7 +23882,7 @@ } }, { - "id": "800", + "id": "815", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23424,7 +23907,7 @@ } }, { - "id": "801", + "id": "816", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"playerId\": \"70a89623-d496-469a-9f8d-26f539e5ec5b\",\n },\n], but it was called with Object {\n \"drankPotion\": \"death\",\n \"playerId\": \"70a89623-d496-469a-9f8d-26f539e5ec5b\",\n}", @@ -23456,7 +23939,7 @@ } }, { - "id": "802", + "id": "817", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23488,7 +23971,7 @@ } }, { - "id": "803", + "id": "818", "mutatorName": "LogicalOperator", "replacement": "currentPlayInteraction.type === \"give-life-potion\" && currentPlayInteraction.type === \"give-death-potion\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23520,7 +24003,7 @@ } }, { - "id": "804", + "id": "819", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23552,7 +24035,7 @@ } }, { - "id": "805", + "id": "820", "mutatorName": "EqualityOperator", "replacement": "currentPlayInteraction.type !== \"give-life-potion\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23584,7 +24067,7 @@ } }, { - "id": "806", + "id": "821", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23616,7 +24099,7 @@ } }, { - "id": "807", + "id": "822", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23645,7 +24128,7 @@ } }, { - "id": "808", + "id": "823", "mutatorName": "EqualityOperator", "replacement": "currentPlayInteraction.type !== \"give-death-potion\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23674,7 +24157,7 @@ } }, { - "id": "809", + "id": "824", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23703,7 +24186,7 @@ } }, { - "id": "810", + "id": "825", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23733,7 +24216,7 @@ } }, { - "id": "811", + "id": "826", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array []\n\n\nNumber of calls: 1\n", @@ -23759,7 +24242,7 @@ } }, { - "id": "812", + "id": "827", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23785,7 +24268,7 @@ } }, { - "id": "813", + "id": "828", "mutatorName": "EqualityOperator", "replacement": "makeGamePlayDto.value.targets?.length !== currentPlayInteraction.boundaries.max", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array []\n\n\nNumber of calls: 1\n", @@ -23811,7 +24294,7 @@ } }, { - "id": "814", + "id": "829", "mutatorName": "OptionalChaining", "replacement": "makeGamePlayDto.value.targets.length", "statusReason": "Cannot read properties of undefined (reading 'length')", @@ -23837,7 +24320,7 @@ } }, { - "id": "815", + "id": "830", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -23862,7 +24345,7 @@ } }, { - "id": "816", + "id": "831", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"playerId\": \"f2306301-ac11-4b95-9b74-34d9d5bb1a47\",\n },\n], but it was called with Object {}", @@ -23894,7 +24377,7 @@ "language": "html", "mutants": [ { - "id": "817", + "id": "832", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "expected [ 'Stryker was here' ] to strictly equal []", @@ -23934,7 +24417,7 @@ } }, { - "id": "818", + "id": "833", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [] to strictly equal [ _Player{ …(6) }, …(2) ]", @@ -23974,7 +24457,7 @@ } }, { - "id": "819", + "id": "834", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay?.source.interactions?.[0].eligibleTargets", "statusReason": "Cannot read properties of undefined (reading 'eligibleTargets')", @@ -24014,7 +24497,7 @@ } }, { - "id": "820", + "id": "835", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay?.source.interactions[0]", "statusReason": "Cannot read properties of undefined (reading '0')", @@ -24054,7 +24537,7 @@ } }, { - "id": "821", + "id": "836", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.source", "statusReason": "Cannot read properties of null (reading 'source')", @@ -24094,7 +24577,7 @@ } }, { - "id": "822", + "id": "837", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [] to strictly equal [ _Player{ …(6) }, …(2) ]", @@ -24134,7 +24617,7 @@ } }, { - "id": "823", + "id": "838", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of undefined (reading 'filter')", @@ -24174,7 +24657,7 @@ } }, { - "id": "824", + "id": "839", "mutatorName": "EqualityOperator", "replacement": "eligibleTargets !== undefined", "statusReason": "Cannot read properties of undefined (reading 'filter')", @@ -24214,7 +24697,7 @@ } }, { - "id": "825", + "id": "840", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot read properties of undefined (reading 'filter')", @@ -24242,7 +24725,7 @@ } }, { - "id": "826", + "id": "841", "mutatorName": "MethodExpression", "replacement": "eligibleTargets", "statusReason": "expected [ _Player{ …(6) }, …(3) ] to strictly equal [ _Player{ …(6) }, …(2) ]", @@ -24282,7 +24765,7 @@ } }, { - "id": "827", + "id": "842", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [] to strictly equal [ _Player{ …(6) }, …(2) ]", @@ -24322,7 +24805,7 @@ } }, { - "id": "828", + "id": "843", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ _Player{ …(6) }, …(3) ] to strictly equal [ _Player{ …(6) }, …(2) ]", @@ -24362,7 +24845,7 @@ } }, { - "id": "829", + "id": "844", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [] to strictly equal [ _Player{ …(6) }, …(2) ]", @@ -24402,7 +24885,7 @@ } }, { - "id": "830", + "id": "845", "mutatorName": "EqualityOperator", "replacement": "_id === props.player._id", "statusReason": "expected [ _Player{ …(6) } ] to strictly equal [ _Player{ …(6) }, …(2) ]", @@ -24442,7 +24925,7 @@ } }, { - "id": "831", + "id": "846", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -24473,7 +24956,7 @@ } }, { - "id": "832", + "id": "847", "mutatorName": "LogicalOperator", "replacement": "voteOptions.value && []", "statusReason": "Cannot read properties of undefined (reading '0')", @@ -24504,7 +24987,7 @@ } }, { - "id": "833", + "id": "848", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Array [],\n undefined,\n], but it was called with Array [\n \"Stryker was here\",\n]", @@ -24532,7 +25015,7 @@ } }, { - "id": "834", + "id": "849", "mutatorName": "BooleanLiteral", "replacement": "query.trim()", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -24563,7 +25046,7 @@ } }, { - "id": "835", + "id": "850", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -24594,7 +25077,7 @@ } }, { - "id": "836", + "id": "851", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [] to strictly equal [ _Player{ …(6) }, …(2) ]", @@ -24625,7 +25108,7 @@ } }, { - "id": "837", + "id": "852", "mutatorName": "MethodExpression", "replacement": "query", "statusReason": "expected [] to strictly equal [ _Player{ …(6) }, …(2) ]", @@ -24656,7 +25139,7 @@ } }, { - "id": "838", + "id": "853", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [] to strictly equal [ _Player{ …(6) }, …(2) ]", @@ -24681,7 +25164,7 @@ } }, { - "id": "839", + "id": "854", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected [] to strictly equal [ _Player{ …(6) }, _Player{ …(6) } ]", @@ -24711,7 +25194,7 @@ } }, { - "id": "840", + "id": "855", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected [] to strictly equal [ _Player{ …(6) }, _Player{ …(6) } ]", @@ -24741,7 +25224,7 @@ } }, { - "id": "841", + "id": "856", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [] to strictly equal [ _Player{ …(6) }, _Player{ …(6) } ]", @@ -24771,7 +25254,7 @@ } }, { - "id": "842", + "id": "857", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [ undefined, undefined ] to strictly equal [ _Player{ …(6) }, _Player{ …(6) } ]", @@ -24801,7 +25284,7 @@ } }, { - "id": "843", + "id": "858", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ _Player{ …(6) }, _Player{ …(6) } ] to strictly equal []", @@ -24826,7 +25309,7 @@ } }, { - "id": "844", + "id": "859", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "expected [ 'Stryker was here' ] to strictly equal []", @@ -24851,7 +25334,7 @@ } }, { - "id": "845", + "id": "860", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -24880,7 +25363,7 @@ } }, { - "id": "846", + "id": "861", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -24909,7 +25392,7 @@ } }, { - "id": "847", + "id": "862", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"c3742574-d57a-49b5-af22-3bd69430037f\",\n ]\n\n\nNumber of calls: 1\n", @@ -24938,7 +25421,7 @@ } }, { - "id": "848", + "id": "863", "mutatorName": "EqualityOperator", "replacement": "typeof votedPlayer.value !== \"string\"", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"19f5e3bf-41c0-4e9d-ab87-55fb7676e3fc\",\n ]\n\n\nNumber of calls: 1\n", @@ -24967,7 +25450,7 @@ } }, { - "id": "849", + "id": "864", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"5dbccb79-6995-491f-8708-7bb3c5569a0f\",\n ]\n\n\nNumber of calls: 1\n", @@ -24996,7 +25479,7 @@ } }, { - "id": "850", + "id": "865", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n \"65e1e7cc-38e1-4922-b4ec-b916c23dc20e\",\n ]\n\n\nNumber of calls: 1\n", @@ -25021,7 +25504,7 @@ } }, { - "id": "851", + "id": "866", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -25049,7 +25532,7 @@ } }, { - "id": "852", + "id": "867", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of null (reading '_id')", @@ -25077,7 +25560,7 @@ } }, { - "id": "853", + "id": "868", "mutatorName": "EqualityOperator", "replacement": "votedPlayer.value !== null", "statusReason": "Cannot read properties of null (reading '_id')", @@ -25105,7 +25588,7 @@ } }, { - "id": "854", + "id": "869", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot read properties of null (reading '_id')", @@ -25130,7 +25613,7 @@ } }, { - "id": "855", + "id": "870", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"sourceId\": \"a8aa0a9b-0a95-4e54-964b-b50fe0b7f08d\",\n \"targetId\": \"5a03ff56-7dfc-4c3f-9ade-fb91dc70e1ee\",\n },\n], but it was called with Object {}", @@ -25163,7 +25646,7 @@ "language": "html", "mutants": [ { - "id": "856", + "id": "871", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "Snapshot `Game Request Another Vote Playground Component > should match snapshot when rendered. 1` mismatched", @@ -25171,14 +25654,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "957" + "972" ], "coveredBy": [ - "957", - "958", - "959", - "960", - "961" + "972", + "973", + "974", + "975", + "976" ], "location": { "end": { @@ -25192,7 +25675,7 @@ } }, { - "id": "857", + "id": "872", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -25200,11 +25683,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "960" + "975" ], "coveredBy": [ - "960", - "961" + "975", + "976" ], "location": { "end": { @@ -25224,7 +25707,7 @@ "language": "html", "mutants": [ { - "id": "858", + "id": "873", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [] to have a length of 3 but got +0", @@ -25232,16 +25715,16 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "679" + "702" ], "coveredBy": [ - "673", - "674", - "675", - "676", - "677", - "678", - "679" + "696", + "697", + "698", + "699", + "700", + "701", + "702" ], "location": { "end": { @@ -25255,7 +25738,7 @@ } }, { - "id": "859", + "id": "874", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay?.source.interactions?.[0].eligibleTargets", "statusReason": "Cannot read properties of undefined (reading 'eligibleTargets')", @@ -25263,16 +25746,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "677" + "700" ], "coveredBy": [ - "673", - "674", - "675", - "676", - "677", - "678", - "679" + "696", + "697", + "698", + "699", + "700", + "701", + "702" ], "location": { "end": { @@ -25286,7 +25769,7 @@ } }, { - "id": "860", + "id": "875", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay?.source.interactions[0]", "statusReason": "Cannot read properties of undefined (reading '0')", @@ -25294,16 +25777,16 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "675" + "698" ], "coveredBy": [ - "673", - "674", - "675", - "676", - "677", - "678", - "679" + "696", + "697", + "698", + "699", + "700", + "701", + "702" ], "location": { "end": { @@ -25317,7 +25800,7 @@ } }, { - "id": "861", + "id": "876", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.source", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -25325,16 +25808,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "673" + "696" ], "coveredBy": [ - "673", - "674", - "675", - "676", - "677", - "678", - "679" + "696", + "697", + "698", + "699", + "700", + "701", + "702" ], "location": { "end": { @@ -25354,7 +25837,7 @@ "language": "html", "mutants": [ { - "id": "862", + "id": "877", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -25362,14 +25845,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "752" + "781" ], "coveredBy": [ - "752", - "753", - "754", - "755", - "756" + "781", + "782", + "783", + "784", + "785" ], "location": { "end": { @@ -25383,7 +25866,7 @@ } }, { - "id": "863", + "id": "878", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Use Potions Playground Component > should match snapshot when rendered. 1` mismatched", @@ -25391,14 +25874,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "752" + "781" ], "coveredBy": [ - "752", - "753", - "754", - "755", - "756" + "781", + "782", + "783", + "784", + "785" ], "location": { "end": { @@ -25412,7 +25895,7 @@ } }, { - "id": "864", + "id": "879", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Cannot read properties of undefined (reading 'length')", @@ -25420,14 +25903,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "753" + "782" ], "coveredBy": [ - "752", - "753", - "754", - "755", - "756" + "781", + "782", + "783", + "784", + "785" ], "location": { "end": { @@ -25441,7 +25924,7 @@ } }, { - "id": "865", + "id": "880", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected false to be truthy", @@ -25449,14 +25932,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "756" + "785" ], "coveredBy": [ - "752", - "753", - "754", - "755", - "756" + "781", + "782", + "783", + "784", + "785" ], "location": { "end": { @@ -25470,7 +25953,7 @@ } }, { - "id": "866", + "id": "881", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be truthy", @@ -25478,14 +25961,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "753" + "782" ], "coveredBy": [ - "752", - "753", - "754", - "755", - "756" + "781", + "782", + "783", + "784", + "785" ], "location": { "end": { @@ -25499,7 +25982,7 @@ } }, { - "id": "867", + "id": "882", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Use Potions Playground Component > should match snapshot when rendered. 1` mismatched", @@ -25507,14 +25990,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "752" + "781" ], "coveredBy": [ - "752", - "753", - "754", - "755", - "756" + "781", + "782", + "783", + "784", + "785" ], "location": { "end": { @@ -25528,7 +26011,7 @@ } }, { - "id": "868", + "id": "883", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be truthy", @@ -25536,14 +26019,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "753" + "782" ], "coveredBy": [ - "752", - "753", - "754", - "755", - "756" + "781", + "782", + "783", + "784", + "785" ], "location": { "end": { @@ -25557,7 +26040,7 @@ } }, { - "id": "869", + "id": "884", "mutatorName": "LogicalOperator", "replacement": "!giveLifePotionInteractionEligibleTargets.value.length || !giveDeathPotionInteractionEligibleTargets.value.length", "statusReason": "Snapshot `Game Use Potions Playground Component > should match snapshot when rendered. 1` mismatched", @@ -25565,14 +26048,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "752" + "781" ], "coveredBy": [ - "752", - "753", - "754", - "755", - "756" + "781", + "782", + "783", + "784", + "785" ], "location": { "end": { @@ -25586,7 +26069,7 @@ } }, { - "id": "870", + "id": "885", "mutatorName": "BooleanLiteral", "replacement": "giveLifePotionInteractionEligibleTargets.value.length", "statusReason": "Snapshot `Game Use Potions Playground Component > should match snapshot when rendered. 1` mismatched", @@ -25594,14 +26077,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "752" + "781" ], "coveredBy": [ - "752", - "753", - "754", - "755", - "756" + "781", + "782", + "783", + "784", + "785" ], "location": { "end": { @@ -25615,7 +26098,7 @@ } }, { - "id": "871", + "id": "886", "mutatorName": "BooleanLiteral", "replacement": "giveDeathPotionInteractionEligibleTargets.value.length", "statusReason": "expected false to be truthy", @@ -25623,13 +26106,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "753" + "782" ], "coveredBy": [ - "753", - "754", - "755", - "756" + "782", + "783", + "784", + "785" ], "location": { "end": { @@ -25649,7 +26132,7 @@ "language": "html", "mutants": [ { - "id": "872", + "id": "887", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -25686,7 +26169,7 @@ } }, { - "id": "873", + "id": "888", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -25723,7 +26206,7 @@ } }, { - "id": "874", + "id": "889", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -25760,7 +26243,7 @@ } }, { - "id": "875", + "id": "890", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'true' to be 'false' // Object.is equality", @@ -25797,7 +26280,7 @@ } }, { - "id": "876", + "id": "891", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -25834,7 +26317,7 @@ } }, { - "id": "877", + "id": "892", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -25871,7 +26354,7 @@ } }, { - "id": "878", + "id": "893", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected '0' to be '1' // Object.is equality", @@ -25908,7 +26391,7 @@ } }, { - "id": "879", + "id": "894", "mutatorName": "EqualityOperator", "replacement": "giveLifePotionInteractionEligibleTargets.value.length !== 0", "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -25945,7 +26428,7 @@ } }, { - "id": "880", + "id": "895", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -25982,7 +26465,7 @@ } }, { - "id": "881", + "id": "896", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'true' to be 'false' // Object.is equality", @@ -26019,7 +26502,7 @@ } }, { - "id": "882", + "id": "897", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -26056,7 +26539,7 @@ } }, { - "id": "883", + "id": "898", "mutatorName": "EqualityOperator", "replacement": "giveDeathPotionInteractionEligibleTargets.value.length !== 0", "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -26093,7 +26576,7 @@ } }, { - "id": "884", + "id": "899", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected undefined to be '0' // Object.is equality", @@ -26136,7 +26619,7 @@ "language": "html", "mutants": [ { - "id": "885", + "id": "900", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -26144,14 +26627,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "837" + "866" ], "coveredBy": [ - "837", - "838", - "839", - "840", - "841" + "866", + "867", + "868", + "869", + "870" ], "location": { "end": { @@ -26165,7 +26648,7 @@ } }, { - "id": "886", + "id": "901", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [] to have a length of 3 but got +0", @@ -26173,14 +26656,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "841" + "870" ], "coveredBy": [ - "837", - "838", - "839", - "840", - "841" + "866", + "867", + "868", + "869", + "870" ], "location": { "end": { @@ -26194,7 +26677,7 @@ } }, { - "id": "887", + "id": "902", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -26202,14 +26685,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "837" + "866" ], "coveredBy": [ - "837", - "838", - "839", - "840", - "841" + "866", + "867", + "868", + "869", + "870" ], "location": { "end": { @@ -26223,7 +26706,7 @@ } }, { - "id": "888", + "id": "903", "mutatorName": "LogicalOperator", "replacement": "game.value.currentPlay?.source.players === undefined && game.value.currentPlay.source.players.length === 0", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -26231,14 +26714,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "837" + "866" ], "coveredBy": [ - "837", - "838", - "839", - "840", - "841" + "866", + "867", + "868", + "869", + "870" ], "location": { "end": { @@ -26252,7 +26735,7 @@ } }, { - "id": "889", + "id": "904", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -26260,14 +26743,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "837" + "866" ], "coveredBy": [ - "837", - "838", - "839", - "840", - "841" + "866", + "867", + "868", + "869", + "870" ], "location": { "end": { @@ -26281,7 +26764,7 @@ } }, { - "id": "890", + "id": "905", "mutatorName": "EqualityOperator", "replacement": "game.value.currentPlay?.source.players !== undefined", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -26289,14 +26772,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "837" + "866" ], "coveredBy": [ - "837", - "838", - "839", - "840", - "841" + "866", + "867", + "868", + "869", + "870" ], "location": { "end": { @@ -26310,7 +26793,7 @@ } }, { - "id": "891", + "id": "906", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.source", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -26318,14 +26801,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "837" + "866" ], "coveredBy": [ - "837", - "838", - "839", - "840", - "841" + "866", + "867", + "868", + "869", + "870" ], "location": { "end": { @@ -26339,7 +26822,7 @@ } }, { - "id": "892", + "id": "907", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of undefined (reading 'length')", @@ -26347,12 +26830,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "839" + "868" ], "coveredBy": [ - "839", - "840", - "841" + "868", + "869", + "870" ], "location": { "end": { @@ -26366,7 +26849,7 @@ } }, { - "id": "893", + "id": "908", "mutatorName": "EqualityOperator", "replacement": "game.value.currentPlay.source.players.length !== 0", "statusReason": "Cannot read properties of undefined (reading 'length')", @@ -26374,12 +26857,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "839" + "868" ], "coveredBy": [ - "839", - "840", - "841" + "868", + "869", + "870" ], "location": { "end": { @@ -26393,7 +26876,7 @@ } }, { - "id": "894", + "id": "909", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -26401,14 +26884,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "837" + "866" ], "coveredBy": [ - "837", - "838", - "839", - "840", - "841" + "866", + "867", + "868", + "869", + "870" ], "location": { "end": { @@ -26422,7 +26905,7 @@ } }, { - "id": "895", + "id": "910", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "Snapshot `Game Vote Playground Voter Component > should match snapshot when rendered. 1` mismatched", @@ -26430,14 +26913,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "837" + "866" ], "coveredBy": [ - "837", - "838", - "839", - "840", - "841" + "866", + "867", + "868", + "869", + "870" ], "location": { "end": { @@ -26457,7 +26940,7 @@ "language": "html", "mutants": [ { - "id": "896", + "id": "911", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "Snapshot `Game Playground Footer Make Play Button Component > should match snapshot when rendered. 1` mismatched", @@ -26465,17 +26948,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "714" + "737" ], "coveredBy": [ - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -26489,7 +26972,7 @@ } }, { - "id": "897", + "id": "912", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -26497,13 +26980,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "718" + "741" ], "coveredBy": [ - "718", - "719", - "720", - "721" + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -26517,7 +27000,7 @@ } }, { - "id": "898", + "id": "913", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expect(received).toBeTrue()\n\nExpected value to be true:\n true\nReceived:\n false", @@ -26525,13 +27008,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "720" + "743" ], "coveredBy": [ - "718", - "719", - "720", - "721" + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -26545,7 +27028,7 @@ } }, { - "id": "899", + "id": "914", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected 'true' to be 'false' // Object.is equality", @@ -26553,13 +27036,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "721" + "744" ], "coveredBy": [ - "718", - "719", - "720", - "721" + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -26579,7 +27062,7 @@ "language": "html", "mutants": [ { - "id": "900", + "id": "915", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Playground Header Card Component > should match snapshot when rendered. 1` mismatched", @@ -26587,16 +27070,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "842" ], "coveredBy": [ - "813", - "814", - "815", - "816", - "817", - "818", - "819" + "842", + "843", + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -26610,7 +27093,7 @@ } }, { - "id": "901", + "id": "916", "mutatorName": "BooleanLiteral", "replacement": "currentPlay", "statusReason": "Snapshot `Game Playground Header Card Component > should match snapshot when rendered. 1` mismatched", @@ -26618,16 +27101,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "842" ], "coveredBy": [ - "813", - "814", - "815", - "816", - "817", - "818", - "819" + "842", + "843", + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -26641,7 +27124,7 @@ } }, { - "id": "902", + "id": "917", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Playground Header Card Component > should match snapshot when rendered. 1` mismatched", @@ -26649,16 +27132,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "842" ], "coveredBy": [ - "813", - "814", - "815", - "816", - "817", - "818", - "819" + "842", + "843", + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -26672,7 +27155,7 @@ } }, { - "id": "903", + "id": "918", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of null (reading 'source')", @@ -26680,16 +27163,16 @@ "testsCompleted": 10, "static": false, "killedBy": [ - "819" + "848" ], "coveredBy": [ - "813", - "814", - "815", - "816", - "817", - "818", - "819" + "842", + "843", + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -26703,7 +27186,7 @@ } }, { - "id": "904", + "id": "919", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot read properties of null (reading 'source')", @@ -26711,10 +27194,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "819" + "848" ], "coveredBy": [ - "819" + "848" ], "location": { "end": { @@ -26728,7 +27211,7 @@ } }, { - "id": "905", + "id": "920", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Playground Header Card Component > should match snapshot when rendered. 1` mismatched", @@ -26736,16 +27219,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "842" ], "coveredBy": [ - "813", - "814", - "815", - "816", - "817", - "818", - "819" + "842", + "843", + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -26759,7 +27242,7 @@ } }, { - "id": "906", + "id": "921", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Playground Header Card Component > should match snapshot when rendered. 1` mismatched", @@ -26767,16 +27250,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "842" ], "coveredBy": [ - "813", - "814", - "815", - "816", - "817", - "818", - "819" + "842", + "843", + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -26790,7 +27273,7 @@ } }, { - "id": "907", + "id": "922", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'survivors' to be 'villager' // Object.is equality", @@ -26798,16 +27281,16 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "814" + "843" ], "coveredBy": [ - "813", - "814", - "815", - "816", - "817", - "818", - "819" + "842", + "843", + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -26821,7 +27304,7 @@ } }, { - "id": "908", + "id": "923", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'charmed' to be 'villager' // Object.is equality", @@ -26829,16 +27312,16 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "814" + "843" ], "coveredBy": [ - "813", - "814", - "815", - "816", - "817", - "818", - "819" + "842", + "843", + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -26852,7 +27335,7 @@ } }, { - "id": "909", + "id": "924", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'lovers' to be 'villager' // Object.is equality", @@ -26860,16 +27343,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "814" + "843" ], "coveredBy": [ - "813", - "814", - "815", - "816", - "817", - "818", - "819" + "842", + "843", + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -26883,7 +27366,7 @@ } }, { - "id": "910", + "id": "925", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'villager' to be 'werewolf' // Object.is equality", @@ -26891,16 +27374,16 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "815" + "844" ], "coveredBy": [ - "813", - "814", - "815", - "816", - "817", - "818", - "819" + "842", + "843", + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -26914,7 +27397,7 @@ } }, { - "id": "911", + "id": "926", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Playground Header Card Component > should match snapshot when rendered. 1` mismatched", @@ -26922,16 +27405,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "842" ], "coveredBy": [ - "813", - "814", - "815", - "816", - "817", - "818", - "819" + "842", + "843", + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -26945,7 +27428,7 @@ } }, { - "id": "912", + "id": "927", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Playground Header Card Component > should match snapshot when rendered. 1` mismatched", @@ -26953,12 +27436,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "842" ], "coveredBy": [ - "813", - "814", - "815" + "842", + "843", + "844" ], "location": { "end": { @@ -26972,7 +27455,7 @@ } }, { - "id": "913", + "id": "928", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Playground Header Card Component > should match snapshot when rendered. 1` mismatched", @@ -26980,12 +27463,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "842" ], "coveredBy": [ - "813", - "814", - "815" + "842", + "843", + "844" ], "location": { "end": { @@ -26999,7 +27482,7 @@ } }, { - "id": "914", + "id": "929", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'werewolf' to be 'witch' // Object.is equality", @@ -27007,14 +27490,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "816" + "845" ], "coveredBy": [ - "815", - "816", - "817", - "818", - "819" + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -27028,7 +27511,7 @@ } }, { - "id": "915", + "id": "930", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'werewolves' to be 'werewolf' // Object.is equality", @@ -27036,14 +27519,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "815" + "844" ], "coveredBy": [ - "815", - "816", - "817", - "818", - "819" + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -27057,7 +27540,7 @@ } }, { - "id": "916", + "id": "931", "mutatorName": "EqualityOperator", "replacement": "sourceName !== \"werewolves\"", "statusReason": "expected 'werewolves' to be 'werewolf' // Object.is equality", @@ -27065,14 +27548,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "815" + "844" ], "coveredBy": [ - "815", - "816", - "817", - "818", - "819" + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -27086,7 +27569,7 @@ } }, { - "id": "917", + "id": "932", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'werewolves' to be 'werewolf' // Object.is equality", @@ -27094,14 +27577,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "815" + "844" ], "coveredBy": [ - "815", - "816", - "817", - "818", - "819" + "844", + "845", + "846", + "847", + "848" ], "location": { "end": { @@ -27115,7 +27598,7 @@ } }, { - "id": "918", + "id": "933", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'werewolves' to be 'werewolf' // Object.is equality", @@ -27123,11 +27606,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "815" + "844" ], "coveredBy": [ - "815", - "816" + "844", + "845" ], "location": { "end": { @@ -27141,7 +27624,7 @@ } }, { - "id": "919", + "id": "934", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'werewolf' // Object.is equality", @@ -27149,11 +27632,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "815" + "844" ], "coveredBy": [ - "815", - "816" + "844", + "845" ], "location": { "end": { @@ -27173,7 +27656,7 @@ "language": "html", "mutants": [ { - "id": "920", + "id": "935", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Playground Header Current Play Component > should match snapshot when rendered. 1` mismatched", @@ -27201,7 +27684,7 @@ } }, { - "id": "921", + "id": "936", "mutatorName": "BooleanLiteral", "replacement": "currentPlay", "statusReason": "Snapshot `Game Playground Header Current Play Component > should match snapshot when rendered. 1` mismatched", @@ -27229,7 +27712,7 @@ } }, { - "id": "922", + "id": "937", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Playground Header Current Play Component > should match snapshot when rendered. 1` mismatched", @@ -27257,7 +27740,7 @@ } }, { - "id": "923", + "id": "938", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of null (reading 'source')", @@ -27285,7 +27768,7 @@ } }, { - "id": "924", + "id": "939", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot read properties of null (reading 'source')", @@ -27310,7 +27793,7 @@ } }, { - "id": "925", + "id": "940", "mutatorName": "BooleanLiteral", "replacement": "svgAndText", "statusReason": "Snapshot `Game Playground Header Current Play Component > should match snapshot when rendered. 1` mismatched", @@ -27338,7 +27821,7 @@ } }, { - "id": "926", + "id": "941", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Playground Header Current Play Component > should match snapshot when rendered. 1` mismatched", @@ -27366,7 +27849,7 @@ } }, { - "id": "927", + "id": "942", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of undefined (reading 'svgPath')", @@ -27394,7 +27877,7 @@ } }, { - "id": "928", + "id": "943", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot read properties of undefined (reading 'svgPath')", @@ -27421,7 +27904,7 @@ } }, { - "id": "929", + "id": "944", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Playground Header Current Play Component > should match snapshot when rendered. 1` mismatched", @@ -27449,7 +27932,7 @@ } }, { - "id": "930", + "id": "945", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Playground Header Current Play Component > should match snapshot when rendered. 1` mismatched", @@ -27477,7 +27960,7 @@ } }, { - "id": "931", + "id": "946", "mutatorName": "BooleanLiteral", "replacement": "currentPlaySvgAndTextKey.value", "statusReason": "Snapshot `Game Playground Header Current Play Component > should match snapshot when rendered. 1` mismatched", @@ -27505,7 +27988,7 @@ } }, { - "id": "932", + "id": "947", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Playground Header Current Play Component > should match snapshot when rendered. 1` mismatched", @@ -27533,7 +28016,7 @@ } }, { - "id": "933", + "id": "948", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of undefined (reading 'text')", @@ -27561,7 +28044,7 @@ } }, { - "id": "934", + "id": "949", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot read properties of undefined (reading 'text')", @@ -27588,7 +28071,7 @@ } }, { - "id": "935", + "id": "950", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GamePlaygroundHeaderCurren…' // Object.is equality", @@ -27621,7 +28104,7 @@ "language": "html", "mutants": [ { - "id": "936", + "id": "951", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -27629,18 +28112,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "506" + "527" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -27654,7 +28137,7 @@ } }, { - "id": "937", + "id": "952", "mutatorName": "MethodExpression", "replacement": "game.value.players", "statusReason": "expected 'components.GameTeamSide.aliveTeamPlay…' to be 'components.GameTeamSide.aliveTeamPlay…' // Object.is equality", @@ -27662,18 +28145,18 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "511" + "532" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -27687,7 +28170,7 @@ } }, { - "id": "938", + "id": "953", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 'components.GameTeamSide.aliveTeamPlay…' to be 'components.GameTeamSide.aliveTeamPlay…' // Object.is equality", @@ -27695,18 +28178,18 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "511" + "532" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -27720,7 +28203,7 @@ } }, { - "id": "939", + "id": "954", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameTeamSide.aliveTeamPlay…' to be 'components.GameTeamSide.aliveTeamPlay…' // Object.is equality", @@ -27728,13 +28211,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "511" + "532" ], "coveredBy": [ - "511", - "512", - "513", - "514" + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -27748,7 +28231,7 @@ } }, { - "id": "940", + "id": "955", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.GameTeamSide.aliveTeamPlay…' to be 'components.GameTeamSide.aliveTeamPlay…' // Object.is equality", @@ -27756,13 +28239,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "511" + "532" ], "coveredBy": [ - "511", - "512", - "513", - "514" + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -27776,7 +28259,7 @@ } }, { - "id": "941", + "id": "956", "mutatorName": "EqualityOperator", "replacement": "player.side.current !== props.side", "statusReason": "expected 'components.GameTeamSide.aliveTeamPlay…' to be 'components.GameTeamSide.aliveTeamPlay…' // Object.is equality", @@ -27784,13 +28267,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "511" + "532" ], "coveredBy": [ - "511", - "512", - "513", - "514" + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -27804,7 +28287,7 @@ } }, { - "id": "942", + "id": "957", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [] to have a length of 4 but got +0", @@ -27812,18 +28295,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "513" + "534" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -27837,7 +28320,7 @@ } }, { - "id": "943", + "id": "958", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected _Player{ …(6) } to strictly equal _Player{ …(6) }", @@ -27845,13 +28328,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "513" + "534" ], "coveredBy": [ - "511", - "512", - "513", - "514" + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -27865,7 +28348,7 @@ } }, { - "id": "944", + "id": "959", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected _Player{ …(6) } to strictly equal _Player{ …(6) }", @@ -27873,13 +28356,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "513" + "534" ], "coveredBy": [ - "511", - "512", - "513", - "514" + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -27893,7 +28376,7 @@ } }, { - "id": "945", + "id": "960", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected _Player{ …(6) } to strictly equal _Player{ …(6) }", @@ -27901,13 +28384,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "513" + "534" ], "coveredBy": [ - "511", - "512", - "513", - "514" + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -27921,7 +28404,7 @@ } }, { - "id": "946", + "id": "961", "mutatorName": "LogicalOperator", "replacement": "playerA.isAlive || !playerB.isAlive", "statusReason": "expected _Player{ …(6) } to strictly equal _Player{ …(6) }", @@ -27929,13 +28412,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "513" + "534" ], "coveredBy": [ - "511", - "512", - "513", - "514" + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -27949,7 +28432,7 @@ } }, { - "id": "947", + "id": "962", "mutatorName": "BooleanLiteral", "replacement": "playerB.isAlive", "statusReason": "expected _Player{ …(6) } to strictly equal _Player{ …(6) }", @@ -27957,13 +28440,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "513" + "534" ], "coveredBy": [ - "511", - "512", - "513", - "514" + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -27977,7 +28460,7 @@ } }, { - "id": "948", + "id": "963", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected _Player{ …(6) } to strictly equal _Player{ …(6) }", @@ -27985,12 +28468,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "513" + "534" ], "coveredBy": [ - "511", - "513", - "514" + "532", + "534", + "535" ], "location": { "end": { @@ -28004,7 +28487,7 @@ } }, { - "id": "949", + "id": "964", "mutatorName": "UnaryOperator", "replacement": "+1", "statusReason": "expected _Player{ …(6) } to strictly equal _Player{ …(6) }", @@ -28012,12 +28495,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "513" + "534" ], "coveredBy": [ - "511", - "513", - "514" + "532", + "534", + "535" ], "location": { "end": { @@ -28031,7 +28514,7 @@ } }, { - "id": "950", + "id": "965", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Team Side Component > should match snapshot when rendered. 1` mismatched", @@ -28039,18 +28522,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "506" + "527" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -28064,7 +28547,7 @@ } }, { - "id": "951", + "id": "966", "mutatorName": "MethodExpression", "replacement": "teamPlayers.value", "statusReason": "expected 'components.GameTeamSide.aliveTeamPlay…' to be 'components.GameTeamSide.aliveTeamPlay…' // Object.is equality", @@ -28072,18 +28555,18 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "511" + "532" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -28097,7 +28580,7 @@ } }, { - "id": "952", + "id": "967", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 'components.GameTeamSide.aliveTeamPlay…' to be 'components.GameTeamSide.aliveTeamPlay…' // Object.is equality", @@ -28105,18 +28588,18 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "511" + "532" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -28130,7 +28613,7 @@ } }, { - "id": "953", + "id": "968", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Team Side Component > should match snapshot when rendered. 1` mismatched", @@ -28138,18 +28621,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "506" + "527" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -28163,7 +28646,7 @@ } }, { - "id": "954", + "id": "969", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Team Side Component > should match snapshot when rendered. 1` mismatched", @@ -28171,18 +28654,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "506" + "527" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -28196,7 +28679,7 @@ } }, { - "id": "955", + "id": "970", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Team Side Component > should match snapshot when rendered. 1` mismatched", @@ -28204,18 +28687,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "506" + "527" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -28229,7 +28712,7 @@ } }, { - "id": "956", + "id": "971", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected '/svg/role/villager.svg' to be '/svg/role/werewolf.svg' // Object.is equality", @@ -28237,18 +28720,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "507" + "528" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -28262,7 +28745,7 @@ } }, { - "id": "957", + "id": "972", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Team Side Component > should match snapshot when rendered. 1` mismatched", @@ -28270,18 +28753,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "506" + "527" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -28295,7 +28778,7 @@ } }, { - "id": "958", + "id": "973", "mutatorName": "EqualityOperator", "replacement": "props.side !== \"villagers\"", "statusReason": "Snapshot `Game Team Side Component > should match snapshot when rendered. 1` mismatched", @@ -28303,32 +28786,32 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "506" + "527" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" - ], - "location": { - "end": { - "column": 33, - "line": 83 - }, - "start": { + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" + ], + "location": { + "end": { + "column": 33, + "line": 83 + }, + "start": { "column": 7, "line": 83 } } }, { - "id": "959", + "id": "974", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Team Side Component > should match snapshot when rendered. 1` mismatched", @@ -28336,18 +28819,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "506" + "527" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -28361,7 +28844,7 @@ } }, { - "id": "960", + "id": "975", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Team Side Component > should match snapshot when rendered. 1` mismatched", @@ -28369,18 +28852,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "506" + "527" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -28394,7 +28877,7 @@ } }, { - "id": "961", + "id": "976", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Team Side Component > should match snapshot when rendered. 1` mismatched", @@ -28402,18 +28885,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "506" + "527" ], "coveredBy": [ - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514" + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535" ], "location": { "end": { @@ -28427,7 +28910,7 @@ } }, { - "id": "962", + "id": "977", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be '/svg/role/werewolf.svg' // Object.is equality", @@ -28435,13 +28918,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "507" + "528" ], "coveredBy": [ - "507", - "509", - "511", - "513" + "528", + "530", + "532", + "534" ], "location": { "end": { @@ -28461,7 +28944,7 @@ "language": "html", "mutants": [ { - "id": "963", + "id": "978", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Team Side Player Component > should match snapshot when rendered. 1` mismatched", @@ -28502,7 +28985,7 @@ } }, { - "id": "964", + "id": "979", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Team Side Player Component > should match snapshot when rendered. 1` mismatched", @@ -28543,7 +29026,7 @@ } }, { - "id": "965", + "id": "980", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Team Side Player Component > should match snapshot when rendered. 1` mismatched", @@ -28584,7 +29067,7 @@ } }, { - "id": "966", + "id": "981", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Team Side Player Component > should match snapshot when rendered. 1` mismatched", @@ -28625,7 +29108,7 @@ } }, { - "id": "967", + "id": "982", "mutatorName": "BooleanLiteral", "replacement": "player.isAlive", "statusReason": "Snapshot `Game Team Side Player Component > should match snapshot when rendered. 1` mismatched", @@ -28666,7 +29149,7 @@ } }, { - "id": "968", + "id": "983", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Team Side Player Component > should match snapshot when rendered. 1` mismatched", @@ -28707,7 +29190,7 @@ } }, { - "id": "969", + "id": "984", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [ 'border-2', 'border-gray-700', …(4) ] to strictly equal [ 'border-2', 'border-gray-700', …(3) ]", @@ -28748,7 +29231,7 @@ } }, { - "id": "970", + "id": "985", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ 'border-2', 'border-gray-700', …(4) ] to strictly equal [ 'border-2', 'border-gray-700', …(3) ]", @@ -28778,7 +29261,7 @@ } }, { - "id": "971", + "id": "986", "mutatorName": "StringLiteral", "replacement": "\"Stryker was here!\"", "statusReason": "expected [ 'border-2', 'border-gray-700', …(6) ] to strictly equal [ 'border-2', 'border-gray-700', …(3) ]", @@ -28808,7 +29291,7 @@ } }, { - "id": "972", + "id": "987", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be truthy", @@ -28849,7 +29332,7 @@ } }, { - "id": "973", + "id": "988", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Team Side Player Component > should match snapshot when rendered. 1` mismatched", @@ -28890,7 +29373,7 @@ } }, { - "id": "974", + "id": "989", "mutatorName": "EqualityOperator", "replacement": "player.side.current !== \"werewolves\"", "statusReason": "Snapshot `Game Team Side Player Component > should match snapshot when rendered. 1` mismatched", @@ -28931,7 +29414,7 @@ } }, { - "id": "975", + "id": "990", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Team Side Player Component > should match snapshot when rendered. 1` mismatched", @@ -28972,7 +29455,7 @@ } }, { - "id": "976", + "id": "991", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Team Side Player Component > should match snapshot when rendered. 1` mismatched", @@ -29013,7 +29496,7 @@ } }, { - "id": "977", + "id": "992", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected false to be truthy", @@ -29040,7 +29523,7 @@ } }, { - "id": "978", + "id": "993", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Team Side Player Component > should match snapshot when rendered. 1` mismatched", @@ -29081,7 +29564,7 @@ } }, { - "id": "979", + "id": "994", "mutatorName": "BooleanLiteral", "replacement": "player.isAlive", "statusReason": "Snapshot `Game Team Side Player Component > should match snapshot when rendered. 1` mismatched", @@ -29122,7 +29605,7 @@ } }, { - "id": "980", + "id": "995", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Team Side Player Component > should match snapshot when rendered. 1` mismatched", @@ -29163,7 +29646,7 @@ } }, { - "id": "981", + "id": "996", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be truthy", @@ -29204,7 +29687,7 @@ } }, { - "id": "982", + "id": "997", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected false to be truthy", @@ -29234,7 +29717,7 @@ } }, { - "id": "983", + "id": "998", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected false to be truthy", @@ -29270,7 +29753,7 @@ "language": "html", "mutants": [ { - "id": "984", + "id": "999", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Team Side Player Attribute Component > should match snapshot when rendered. 1` mismatched", @@ -29321,7 +29804,7 @@ } }, { - "id": "985", + "id": "1000", "mutatorName": "BooleanLiteral", "replacement": "sourceSvgAndDescription", "statusReason": "Snapshot `Game Team Side Player Attribute Component > should match snapshot when rendered. 1` mismatched", @@ -29372,7 +29855,7 @@ } }, { - "id": "986", + "id": "1001", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Team Side Player Attribute Component > should match snapshot when rendered. 1` mismatched", @@ -29423,7 +29906,7 @@ } }, { - "id": "987", + "id": "1002", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -29474,7 +29957,7 @@ } }, { - "id": "988", + "id": "1003", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -29499,7 +29982,7 @@ } }, { - "id": "989", + "id": "1004", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Team Side Player Attribute Component > should match snapshot when rendered. 1` mismatched", @@ -29550,7 +30033,7 @@ } }, { - "id": "990", + "id": "1005", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Team Side Player Attribute Component > should match snapshot when rendered. 1` mismatched", @@ -29601,7 +30084,7 @@ } }, { - "id": "991", + "id": "1006", "mutatorName": "BooleanLiteral", "replacement": "playerAttributeSourceSvgAndDescription.value", "statusReason": "Snapshot `Game Team Side Player Attribute Component > should match snapshot when rendered. 1` mismatched", @@ -29652,7 +30135,7 @@ } }, { - "id": "992", + "id": "1007", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Team Side Player Attribute Component > should match snapshot when rendered. 1` mismatched", @@ -29703,7 +30186,7 @@ } }, { - "id": "993", + "id": "1008", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -29754,7 +30237,7 @@ } }, { - "id": "994", + "id": "1009", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -29779,7 +30262,7 @@ } }, { - "id": "995", + "id": "1010", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected '' to be 'components.GameTeamSidePlayerAttribut…' // Object.is equality", @@ -29804,7 +30287,7 @@ } }, { - "id": "996", + "id": "1011", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Team Side Player Attribute Component > should match snapshot when rendered. 1` mismatched", @@ -29855,7 +30338,7 @@ } }, { - "id": "997", + "id": "1012", "mutatorName": "BooleanLiteral", "replacement": "playerAttributeSourceSvgAndDescription.value", "statusReason": "Snapshot `Game Team Side Player Attribute Component > should match snapshot when rendered. 1` mismatched", @@ -29906,7 +30389,7 @@ } }, { - "id": "998", + "id": "1013", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Team Side Player Attribute Component > should match snapshot when rendered. 1` mismatched", @@ -29957,7 +30440,7 @@ } }, { - "id": "999", + "id": "1014", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -30008,7 +30491,7 @@ } }, { - "id": "1000", + "id": "1015", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -30033,7 +30516,7 @@ } }, { - "id": "1001", + "id": "1016", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'svg/misc/question-mark.svg' // Object.is equality", @@ -30058,7 +30541,7 @@ } }, { - "id": "1002", + "id": "1017", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected { position: undefined } to strictly equal { position: 'right' }", @@ -30109,7 +30592,7 @@ } }, { - "id": "1003", + "id": "1018", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected { position: 'left' } to strictly equal { position: 'right' }", @@ -30160,7 +30643,7 @@ } }, { - "id": "1004", + "id": "1019", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected { position: 'right' } to strictly equal { position: 'left' }", @@ -30211,7 +30694,7 @@ } }, { - "id": "1005", + "id": "1020", "mutatorName": "EqualityOperator", "replacement": "side.current !== \"werewolves\"", "statusReason": "expected { position: 'left' } to strictly equal { position: 'right' }", @@ -30262,7 +30745,7 @@ } }, { - "id": "1006", + "id": "1021", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected { position: 'right' } to strictly equal { position: 'left' }", @@ -30313,7 +30796,7 @@ } }, { - "id": "1007", + "id": "1022", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected { position: '' } to strictly equal { position: 'left' }", @@ -30338,7 +30821,7 @@ } }, { - "id": "1008", + "id": "1023", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected { position: '' } to strictly equal { position: 'right' }", @@ -30389,7 +30872,7 @@ } }, { - "id": "1009", + "id": "1024", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Team Side Player Attribute Component > should match snapshot when rendered. 1` mismatched", @@ -30440,7 +30923,7 @@ } }, { - "id": "1010", + "id": "1025", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Team Side Player Attribute Component > should match snapshot when rendered. 1` mismatched", @@ -30491,7 +30974,7 @@ } }, { - "id": "1011", + "id": "1026", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Team Side Player Attribute Component > should match snapshot when rendered. 1` mismatched", @@ -30542,7 +31025,7 @@ } }, { - "id": "1012", + "id": "1027", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -30593,7 +31076,7 @@ } }, { - "id": "1013", + "id": "1028", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -30650,7 +31133,7 @@ "language": "typescript", "mutants": [ { - "id": "1014", + "id": "1029", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30669,7 +31152,7 @@ } }, { - "id": "1015", + "id": "1030", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30688,7 +31171,7 @@ } }, { - "id": "1016", + "id": "1031", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30707,7 +31190,7 @@ } }, { - "id": "1017", + "id": "1032", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30726,7 +31209,7 @@ } }, { - "id": "1018", + "id": "1033", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30745,7 +31228,7 @@ } }, { - "id": "1019", + "id": "1034", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30764,7 +31247,7 @@ } }, { - "id": "1020", + "id": "1035", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30783,7 +31266,7 @@ } }, { - "id": "1021", + "id": "1036", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30802,7 +31285,7 @@ } }, { - "id": "1022", + "id": "1037", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30821,7 +31304,7 @@ } }, { - "id": "1023", + "id": "1038", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30840,7 +31323,7 @@ } }, { - "id": "1024", + "id": "1039", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30859,7 +31342,7 @@ } }, { - "id": "1025", + "id": "1040", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30878,7 +31361,7 @@ } }, { - "id": "1026", + "id": "1041", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30897,7 +31380,7 @@ } }, { - "id": "1027", + "id": "1042", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30916,7 +31399,7 @@ } }, { - "id": "1028", + "id": "1043", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30935,7 +31418,7 @@ } }, { - "id": "1029", + "id": "1044", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30954,7 +31437,7 @@ } }, { - "id": "1030", + "id": "1045", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30973,7 +31456,7 @@ } }, { - "id": "1031", + "id": "1046", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -30992,7 +31475,7 @@ } }, { - "id": "1032", + "id": "1047", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31011,7 +31494,7 @@ } }, { - "id": "1033", + "id": "1048", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31030,7 +31513,7 @@ } }, { - "id": "1034", + "id": "1049", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31049,7 +31532,7 @@ } }, { - "id": "1035", + "id": "1050", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31068,7 +31551,7 @@ } }, { - "id": "1036", + "id": "1051", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31087,7 +31570,7 @@ } }, { - "id": "1037", + "id": "1052", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31106,7 +31589,7 @@ } }, { - "id": "1038", + "id": "1053", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31125,7 +31608,7 @@ } }, { - "id": "1039", + "id": "1054", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31144,7 +31627,7 @@ } }, { - "id": "1040", + "id": "1055", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31163,7 +31646,7 @@ } }, { - "id": "1041", + "id": "1056", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31182,7 +31665,7 @@ } }, { - "id": "1042", + "id": "1057", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31201,7 +31684,7 @@ } }, { - "id": "1043", + "id": "1058", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31220,7 +31703,7 @@ } }, { - "id": "1044", + "id": "1059", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31239,7 +31722,7 @@ } }, { - "id": "1045", + "id": "1060", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31258,7 +31741,7 @@ } }, { - "id": "1046", + "id": "1061", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31277,7 +31760,7 @@ } }, { - "id": "1047", + "id": "1062", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31296,7 +31779,7 @@ } }, { - "id": "1048", + "id": "1063", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31315,7 +31798,7 @@ } }, { - "id": "1049", + "id": "1064", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31334,7 +31817,7 @@ } }, { - "id": "1050", + "id": "1065", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31353,7 +31836,7 @@ } }, { - "id": "1051", + "id": "1066", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31372,7 +31855,7 @@ } }, { - "id": "1052", + "id": "1067", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31391,7 +31874,7 @@ } }, { - "id": "1053", + "id": "1068", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31410,7 +31893,7 @@ } }, { - "id": "1054", + "id": "1069", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31429,7 +31912,7 @@ } }, { - "id": "1055", + "id": "1070", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31448,7 +31931,7 @@ } }, { - "id": "1056", + "id": "1071", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31467,7 +31950,7 @@ } }, { - "id": "1057", + "id": "1072", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31486,7 +31969,7 @@ } }, { - "id": "1058", + "id": "1073", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31505,7 +31988,7 @@ } }, { - "id": "1059", + "id": "1074", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31524,7 +32007,7 @@ } }, { - "id": "1060", + "id": "1075", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31543,7 +32026,7 @@ } }, { - "id": "1061", + "id": "1076", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31562,7 +32045,7 @@ } }, { - "id": "1062", + "id": "1077", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31581,7 +32064,7 @@ } }, { - "id": "1063", + "id": "1078", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31600,7 +32083,7 @@ } }, { - "id": "1064", + "id": "1079", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31619,7 +32102,7 @@ } }, { - "id": "1065", + "id": "1080", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31638,7 +32121,7 @@ } }, { - "id": "1066", + "id": "1081", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31657,7 +32140,7 @@ } }, { - "id": "1067", + "id": "1082", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31676,7 +32159,7 @@ } }, { - "id": "1068", + "id": "1083", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31695,7 +32178,7 @@ } }, { - "id": "1069", + "id": "1084", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31714,7 +32197,7 @@ } }, { - "id": "1070", + "id": "1085", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31733,7 +32216,7 @@ } }, { - "id": "1071", + "id": "1086", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31752,7 +32235,7 @@ } }, { - "id": "1072", + "id": "1087", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31771,7 +32254,7 @@ } }, { - "id": "1073", + "id": "1088", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31790,7 +32273,7 @@ } }, { - "id": "1074", + "id": "1089", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31809,7 +32292,7 @@ } }, { - "id": "1075", + "id": "1090", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31828,7 +32311,7 @@ } }, { - "id": "1076", + "id": "1091", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31847,7 +32330,7 @@ } }, { - "id": "1077", + "id": "1092", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31866,7 +32349,7 @@ } }, { - "id": "1078", + "id": "1093", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31885,7 +32368,7 @@ } }, { - "id": "1079", + "id": "1094", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31904,7 +32387,7 @@ } }, { - "id": "1080", + "id": "1095", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31923,7 +32406,7 @@ } }, { - "id": "1081", + "id": "1096", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31942,7 +32425,7 @@ } }, { - "id": "1082", + "id": "1097", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31961,7 +32444,7 @@ } }, { - "id": "1083", + "id": "1098", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31980,7 +32463,7 @@ } }, { - "id": "1084", + "id": "1099", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -31999,7 +32482,7 @@ } }, { - "id": "1085", + "id": "1100", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -32018,7 +32501,7 @@ } }, { - "id": "1086", + "id": "1101", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -32037,7 +32520,7 @@ } }, { - "id": "1087", + "id": "1102", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -32056,7 +32539,7 @@ } }, { - "id": "1088", + "id": "1103", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -32075,7 +32558,7 @@ } }, { - "id": "1089", + "id": "1104", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -32094,7 +32577,7 @@ } }, { - "id": "1090", + "id": "1105", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -32113,7 +32596,7 @@ } }, { - "id": "1091", + "id": "1106", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -32132,7 +32615,7 @@ } }, { - "id": "1092", + "id": "1107", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -32151,7 +32634,7 @@ } }, { - "id": "1093", + "id": "1108", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -32170,7 +32653,7 @@ } }, { - "id": "1094", + "id": "1109", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -32189,7 +32672,7 @@ } }, { - "id": "1095", + "id": "1110", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -32208,7 +32691,7 @@ } }, { - "id": "1096", + "id": "1111", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -32227,7 +32710,7 @@ } }, { - "id": "1097", + "id": "1112", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -32246,7 +32729,7 @@ } }, { - "id": "1098", + "id": "1113", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -32271,7 +32754,7 @@ "language": "html", "mutants": [ { - "id": "1099", + "id": "1114", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "Snapshot `Game Lobby Random Composition Button Component > should match snapshot when rendered. 1` mismatched", @@ -32305,7 +32788,7 @@ } }, { - "id": "1100", + "id": "1115", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Random Composition Button Component > should match snapshot when rendered. 1` mismatched", @@ -32339,7 +32822,7 @@ } }, { - "id": "1101", + "id": "1116", "mutatorName": "BooleanLiteral", "replacement": "isMinimumPlayersReached.value", "statusReason": "Snapshot `Game Lobby Random Composition Button Component > should match snapshot when rendered. 1` mismatched", @@ -32373,7 +32856,7 @@ } }, { - "id": "1102", + "id": "1117", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameLobbyRandomComposition…' to be undefined", @@ -32407,7 +32890,7 @@ } }, { - "id": "1103", + "id": "1118", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Lobby Random Composition Button Component > should match snapshot when rendered. 1` mismatched", @@ -32441,7 +32924,7 @@ } }, { - "id": "1104", + "id": "1119", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Random Composition Button Component > should match snapshot when rendered. 1` mismatched", @@ -32475,7 +32958,7 @@ } }, { - "id": "1105", + "id": "1120", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Random Composition Button Component > should match snapshot when rendered. 1` mismatched", @@ -32509,7 +32992,7 @@ } }, { - "id": "1106", + "id": "1121", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -32538,7 +33021,7 @@ } }, { - "id": "1107", + "id": "1122", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expect(received).toBeTrue()\n\nExpected value to be true:\n true\nReceived:\n false", @@ -32567,7 +33050,7 @@ } }, { - "id": "1108", + "id": "1123", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"excludedRoles\": Array [\n \"thief\",\n \"actor\",\n \"prejudiced-manipulator\",\n ],\n \"players\": Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 1\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 2\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 3\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 4\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ],\n },\n], but it was called with Object {}", @@ -32596,7 +33079,7 @@ } }, { - "id": "1109", + "id": "1124", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"excludedRoles\": Array [\n \"thief\",\n \"actor\",\n \"prejudiced-manipulator\",\n ],\n \"players\": Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 1\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 2\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 3\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 4\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ],\n },\n], but it was called with Object {\n \"excludedRoles\": Array [],\n \"players\": Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 1\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 2\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 3\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 4\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ],\n}", @@ -32625,7 +33108,7 @@ } }, { - "id": "1110", + "id": "1125", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"excludedRoles\": Array [\n \"thief\",\n \"actor\",\n \"prejudiced-manipulator\",\n ],\n \"players\": Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 1\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 2\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 3\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 4\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ],\n },\n], but it was called with Object {\n \"excludedRoles\": Array [\n \"\",\n \"actor\",\n \"prejudiced-manipulator\",\n ],\n \"players\": Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 1\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 2\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 3\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 4\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ],\n}", @@ -32654,7 +33137,7 @@ } }, { - "id": "1111", + "id": "1126", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"excludedRoles\": Array [\n \"thief\",\n \"actor\",\n \"prejudiced-manipulator\",\n ],\n \"players\": Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 1\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 2\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 3\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 4\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ],\n },\n], but it was called with Object {\n \"excludedRoles\": Array [\n \"thief\",\n \"\",\n \"prejudiced-manipulator\",\n ],\n \"players\": Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 1\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 2\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 3\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 4\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ],\n}", @@ -32683,7 +33166,7 @@ } }, { - "id": "1112", + "id": "1127", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"excludedRoles\": Array [\n \"thief\",\n \"actor\",\n \"prejudiced-manipulator\",\n ],\n \"players\": Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 1\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 2\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 3\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 4\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ],\n },\n], but it was called with Object {\n \"excludedRoles\": Array [\n \"thief\",\n \"actor\",\n \"\",\n ],\n \"players\": Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 1\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 2\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 3\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 4\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ],\n}", @@ -32712,7 +33195,7 @@ } }, { - "id": "1113", + "id": "1128", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n null,\n ]\n\n\nNumber of calls: 1\n", @@ -32741,7 +33224,7 @@ } }, { - "id": "1114", + "id": "1129", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -32770,7 +33253,7 @@ } }, { - "id": "1115", + "id": "1130", "mutatorName": "EqualityOperator", "replacement": "randomGameComposition === null", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -32799,7 +33282,7 @@ } }, { - "id": "1116", + "id": "1131", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -32827,7 +33310,7 @@ } }, { - "id": "1117", + "id": "1132", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected 'true' to be 'false' // Object.is equality", @@ -32862,7 +33345,7 @@ "language": "html", "mutants": [ { - "id": "1118", + "id": "1133", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "Snapshot `Game Lobby Start Game Button Component > should match snapshot when rendered. 1` mismatched", @@ -32897,7 +33380,7 @@ } }, { - "id": "1119", + "id": "1134", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Start Game Button Component > should match snapshot when rendered. 1` mismatched", @@ -32932,7 +33415,7 @@ } }, { - "id": "1120", + "id": "1135", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -32962,7 +33445,7 @@ } }, { - "id": "1121", + "id": "1136", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expect(received).toBeTrue()\n\nExpected value to be true:\n true\nReceived:\n false", @@ -32992,7 +33475,7 @@ } }, { - "id": "1122", + "id": "1137", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'true' to be 'false' // Object.is equality", @@ -33022,7 +33505,7 @@ } }, { - "id": "1123", + "id": "1138", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -33052,7 +33535,7 @@ } }, { - "id": "1124", + "id": "1139", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -33078,7 +33561,7 @@ } }, { - "id": "1125", + "id": "1140", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/game/31295943-ca90-4cda-8cf2-952c03bd224b\",\n], but it was called with \"\"", @@ -33104,7 +33587,7 @@ } }, { - "id": "1126", + "id": "1141", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"summary\": \"components.GameLobbyStartGameButton.gameCreated\",\n },\n], but it was called with Object {}", @@ -33130,7 +33613,7 @@ } }, { - "id": "1127", + "id": "1142", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"summary\": \"components.GameLobbyStartGameButton.gameCreated\",\n },\n], but it was called with Object {\n \"summary\": \"\",\n}", @@ -33156,7 +33639,7 @@ } }, { - "id": "1128", + "id": "1143", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected 'true' to be 'false' // Object.is equality", @@ -33192,7 +33675,7 @@ "language": "html", "mutants": [ { - "id": "1129", + "id": "1144", "mutatorName": "StringLiteral", "replacement": "\"Stryker was here!\"", "statusReason": "Snapshot `Game Lobby Header Component > should match snapshot when rendered. 1` mismatched", @@ -33200,20 +33683,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "552" + "573" ], "coveredBy": [ - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562" + "573", + "574", + "575", + "576", + "577", + "578", + "579", + "580", + "581", + "582", + "583" ], "location": { "end": { @@ -33227,7 +33710,7 @@ } }, { - "id": "1130", + "id": "1145", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -33235,15 +33718,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "556" + "577" ], "coveredBy": [ - "556", - "557", - "558", - "559", - "560", - "561" + "577", + "578", + "579", + "580", + "581", + "582" ], "location": { "end": { @@ -33257,7 +33740,7 @@ } }, { - "id": "1131", + "id": "1146", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -33265,15 +33748,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "560" + "581" ], "coveredBy": [ - "556", - "557", - "558", - "559", - "560", - "561" + "577", + "578", + "579", + "580", + "581", + "582" ], "location": { "end": { @@ -33287,7 +33770,7 @@ } }, { - "id": "1132", + "id": "1147", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -33295,15 +33778,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "556" + "577" ], "coveredBy": [ - "556", - "557", - "558", - "559", - "560", - "561" + "577", + "578", + "579", + "580", + "581", + "582" ], "location": { "end": { @@ -33317,7 +33800,7 @@ } }, { - "id": "1133", + "id": "1148", "mutatorName": "EqualityOperator", "replacement": "gameLobbyPlayerInput.value !== null", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -33325,15 +33808,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "556" + "577" ], "coveredBy": [ - "556", - "557", - "558", - "559", - "560", - "561" + "577", + "578", + "579", + "580", + "581", + "582" ], "location": { "end": { @@ -33347,7 +33830,7 @@ } }, { - "id": "1134", + "id": "1149", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -33355,10 +33838,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "556" + "577" ], "coveredBy": [ - "556" + "577" ], "location": { "end": { @@ -33372,7 +33855,7 @@ } }, { - "id": "1135", + "id": "1150", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"Game Lobby Player Input is not initialized\",\n], but it was called with \"\"", @@ -33380,10 +33863,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "556" + "577" ], "coveredBy": [ - "556" + "577" ], "location": { "end": { @@ -33397,7 +33880,7 @@ } }, { - "id": "1136", + "id": "1151", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -33405,14 +33888,14 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "560" + "581" ], "coveredBy": [ - "557", - "558", - "559", - "560", - "561" + "578", + "579", + "580", + "581", + "582" ], "location": { "end": { @@ -33426,7 +33909,7 @@ } }, { - "id": "1137", + "id": "1152", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected '' to be 'Player 1' // Object.is equality", @@ -33434,14 +33917,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "557" + "578" ], "coveredBy": [ - "557", - "558", - "559", - "560", - "561" + "578", + "579", + "580", + "581", + "582" ], "location": { "end": { @@ -33455,7 +33938,7 @@ } }, { - "id": "1138", + "id": "1153", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected '' to be 'Player 1' // Object.is equality", @@ -33463,11 +33946,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "557" + "578" ], "coveredBy": [ - "557", - "558" + "578", + "579" ], "location": { "end": { @@ -33481,7 +33964,7 @@ } }, { - "id": "1139", + "id": "1154", "mutatorName": "MethodExpression", "replacement": "playerInputValue.value", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \" \",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ]\n\n\nNumber of calls: 1\n", @@ -33489,12 +33972,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "559" + "580" ], "coveredBy": [ - "559", - "560", - "561" + "580", + "581", + "582" ], "location": { "end": { @@ -33508,7 +33991,7 @@ } }, { - "id": "1140", + "id": "1155", "mutatorName": "StringLiteral", "replacement": "\"Stryker was here!\"", "statusReason": "expected 'Stryker was here!' to be '' // Object.is equality", @@ -33516,12 +33999,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "561" + "582" ], "coveredBy": [ - "559", - "560", - "561" + "580", + "581", + "582" ], "location": { "end": { @@ -33535,7 +34018,7 @@ } }, { - "id": "1141", + "id": "1156", "mutatorName": "BooleanLiteral", "replacement": "trimmedPlayerInputValue", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ]\n\n\nNumber of calls: 1\n", @@ -33543,12 +34026,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "559" + "580" ], "coveredBy": [ - "559", - "560", - "561" + "580", + "581", + "582" ], "location": { "end": { @@ -33562,7 +34045,7 @@ } }, { - "id": "1142", + "id": "1157", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -33570,12 +34053,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "560" + "581" ], "coveredBy": [ - "559", - "560", - "561" + "580", + "581", + "582" ], "location": { "end": { @@ -33589,7 +34072,7 @@ } }, { - "id": "1143", + "id": "1158", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ]\n\n\nNumber of calls: 1\n", @@ -33597,12 +34080,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "559" + "580" ], "coveredBy": [ - "559", - "560", - "561" + "580", + "581", + "582" ], "location": { "end": { @@ -33616,7 +34099,7 @@ } }, { - "id": "1144", + "id": "1159", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ]\n\n\nNumber of calls: 1\n", @@ -33624,10 +34107,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "559" + "580" ], "coveredBy": [ - "559" + "580" ], "location": { "end": { @@ -33641,7 +34124,7 @@ } }, { - "id": "1145", + "id": "1160", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Player 1\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n], but it was called with _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": undefined,\n \"role\": undefined,\n \"side\": undefined,\n}", @@ -33649,11 +34132,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "560" + "581" ], "coveredBy": [ - "560", - "561" + "581", + "582" ], "location": { "end": { @@ -33667,7 +34150,7 @@ } }, { - "id": "1146", + "id": "1161", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be truthy", @@ -33675,10 +34158,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "562" + "583" ], "coveredBy": [ - "562" + "583" ], "location": { "end": { @@ -33692,7 +34175,7 @@ } }, { - "id": "1147", + "id": "1162", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected undefined to be truthy", @@ -33700,10 +34183,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "562" + "583" ], "coveredBy": [ - "562" + "583" ], "location": { "end": { @@ -33723,7 +34206,7 @@ "language": "html", "mutants": [ { - "id": "1148", + "id": "1163", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be truthy", @@ -33731,10 +34214,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1191" + "1206" ], "coveredBy": [ - "1191" + "1206" ], "location": { "end": { @@ -33748,7 +34231,7 @@ } }, { - "id": "1149", + "id": "1164", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected undefined to be truthy", @@ -33756,10 +34239,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1191" + "1206" ], "coveredBy": [ - "1191" + "1206" ], "location": { "end": { @@ -33779,7 +34262,7 @@ "language": "html", "mutants": [ { - "id": "1150", + "id": "1165", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be truthy", @@ -33787,10 +34270,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1188" + "1203" ], "coveredBy": [ - "1188" + "1203" ], "location": { "end": { @@ -33804,7 +34287,7 @@ } }, { - "id": "1151", + "id": "1166", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected undefined to be truthy", @@ -33812,10 +34295,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1188" + "1203" ], "coveredBy": [ - "1188" + "1203" ], "location": { "end": { @@ -33835,7 +34318,7 @@ "language": "html", "mutants": [ { - "id": "1152", + "id": "1167", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "We can't mutate defineModel macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -33853,7 +34336,7 @@ } }, { - "id": "1153", + "id": "1168", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "We can't mutate defineModel macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -33871,7 +34354,7 @@ } }, { - "id": "1154", + "id": "1169", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expect(received).toBeTrue()\n\nExpected value to be true:\n true\nReceived:\n false", @@ -33910,7 +34393,7 @@ } }, { - "id": "1155", + "id": "1170", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.every(({\n name\n}) => name === inputValue.value.trim())", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", @@ -33949,7 +34432,7 @@ } }, { - "id": "1156", + "id": "1171", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expect(received).toBeTrue()\n\nExpected value to be true:\n true\nReceived:\n false", @@ -33988,7 +34471,7 @@ } }, { - "id": "1157", + "id": "1172", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'true' to be 'false' // Object.is equality", @@ -34021,7 +34504,7 @@ } }, { - "id": "1158", + "id": "1173", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toBeTrue()\n\nExpected value to be true:\n true\nReceived:\n false", @@ -34054,7 +34537,7 @@ } }, { - "id": "1159", + "id": "1174", "mutatorName": "EqualityOperator", "replacement": "name !== inputValue.value.trim()", "statusReason": "expected 'true' to be 'false' // Object.is equality", @@ -34087,7 +34570,7 @@ } }, { - "id": "1160", + "id": "1175", "mutatorName": "MethodExpression", "replacement": "inputValue.value", "statusReason": "expect(received).toBeTrue()\n\nExpected value to be true:\n true\nReceived:\n false", @@ -34120,7 +34603,7 @@ } }, { - "id": "1161", + "id": "1176", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", @@ -34159,7 +34642,7 @@ } }, { - "id": "1162", + "id": "1177", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", @@ -34198,7 +34681,7 @@ } }, { - "id": "1163", + "id": "1178", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", @@ -34237,7 +34720,7 @@ } }, { - "id": "1164", + "id": "1179", "mutatorName": "EqualityOperator", "replacement": "inputValue.value.trim().length > MAX_PLAYER_NAME_LENGTH", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", @@ -34276,7 +34759,7 @@ } }, { - "id": "1165", + "id": "1180", "mutatorName": "EqualityOperator", "replacement": "inputValue.value.trim().length < MAX_PLAYER_NAME_LENGTH", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", @@ -34315,7 +34798,7 @@ } }, { - "id": "1166", + "id": "1181", "mutatorName": "MethodExpression", "replacement": "inputValue.value", "statusReason": "expected 'components.GameLobbyPlayerInput.playe…' to be 'components.GameLobbyPlayerInput.pleas…' // Object.is equality", @@ -34354,7 +34837,7 @@ } }, { - "id": "1167", + "id": "1182", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", @@ -34393,7 +34876,7 @@ } }, { - "id": "1168", + "id": "1183", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", @@ -34432,7 +34915,7 @@ } }, { - "id": "1169", + "id": "1184", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -34471,7 +34954,7 @@ } }, { - "id": "1170", + "id": "1185", "mutatorName": "EqualityOperator", "replacement": "createGameDto.value.players.length > MAX_PLAYERS_IN_GAME", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -34510,7 +34993,7 @@ } }, { - "id": "1171", + "id": "1186", "mutatorName": "EqualityOperator", "replacement": "createGameDto.value.players.length < MAX_PLAYERS_IN_GAME", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", @@ -34549,7 +35032,7 @@ } }, { - "id": "1172", + "id": "1187", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", @@ -34588,7 +35071,7 @@ } }, { - "id": "1173", + "id": "1188", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", @@ -34627,7 +35110,7 @@ } }, { - "id": "1174", + "id": "1189", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", @@ -34666,7 +35149,7 @@ } }, { - "id": "1175", + "id": "1190", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -34705,7 +35188,7 @@ } }, { - "id": "1176", + "id": "1191", "mutatorName": "LogicalOperator", "replacement": "doesPlayerNameExistInGame.value && isInputDisabled.value", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -34744,7 +35227,7 @@ } }, { - "id": "1177", + "id": "1192", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", @@ -34783,7 +35266,7 @@ } }, { - "id": "1178", + "id": "1193", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", @@ -34822,7 +35305,7 @@ } }, { - "id": "1179", + "id": "1194", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.maxPl…' // Object.is equality", @@ -34861,7 +35344,7 @@ } }, { - "id": "1180", + "id": "1195", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.maxPl…' // Object.is equality", @@ -34888,7 +35371,7 @@ } }, { - "id": "1181", + "id": "1196", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameLobbyPlayerInput.maxPl…' // Object.is equality", @@ -34915,7 +35398,7 @@ } }, { - "id": "1182", + "id": "1197", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", @@ -34954,7 +35437,7 @@ } }, { - "id": "1183", + "id": "1198", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", @@ -34993,7 +35476,7 @@ } }, { - "id": "1184", + "id": "1199", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", @@ -35021,7 +35504,7 @@ } }, { - "id": "1185", + "id": "1200", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", @@ -35049,7 +35532,7 @@ } }, { - "id": "1186", + "id": "1201", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", @@ -35088,7 +35571,7 @@ } }, { - "id": "1187", + "id": "1202", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", @@ -35127,7 +35610,7 @@ } }, { - "id": "1188", + "id": "1203", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", @@ -35152,7 +35635,7 @@ } }, { - "id": "1189", + "id": "1204", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", @@ -35177,7 +35660,7 @@ } }, { - "id": "1190", + "id": "1205", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", @@ -35216,7 +35699,7 @@ } }, { - "id": "1191", + "id": "1206", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "The macro defineExpose from Nuxt is breaking Stryker, so we ignore it.", @@ -35240,7 +35723,7 @@ "language": "html", "mutants": [ { - "id": "1192", + "id": "1207", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be falsy", @@ -35248,19 +35731,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "705" + "728" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "727", + "728", + "729", + "730", + "731", + "732", + "733", + "734", + "735", + "736" ], "location": { "end": { @@ -35274,7 +35757,7 @@ } }, { - "id": "1193", + "id": "1208", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected false to be truthy", @@ -35282,14 +35765,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "709" + "732" ], "coveredBy": [ - "709", - "710", - "711", - "712", - "713" + "732", + "733", + "734", + "735", + "736" ], "location": { "end": { @@ -35303,7 +35786,7 @@ } }, { - "id": "1194", + "id": "1209", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected false to be truthy", @@ -35311,14 +35794,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "709" + "732" ], "coveredBy": [ - "709", - "710", - "711", - "712", - "713" + "732", + "733", + "734", + "735", + "736" ], "location": { "end": { @@ -35332,7 +35815,7 @@ } }, { - "id": "1195", + "id": "1210", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected true to be falsy", @@ -35340,10 +35823,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "713" + "736" ], "coveredBy": [ - "713" + "736" ], "location": { "end": { @@ -35357,7 +35840,7 @@ } }, { - "id": "1196", + "id": "1211", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be falsy", @@ -35365,10 +35848,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "713" + "736" ], "coveredBy": [ - "713" + "736" ], "location": { "end": { @@ -35382,7 +35865,7 @@ } }, { - "id": "1197", + "id": "1212", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "The macro defineExpose from Nuxt is breaking Stryker, so we ignore it.", @@ -35406,7 +35889,7 @@ "language": "html", "mutants": [ { - "id": "1198", + "id": "1213", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -35414,18 +35897,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "907" + "922" ], "coveredBy": [ - "907", - "908", - "909", - "910", - "911", - "1158", - "1159", - "1160", - "1161" + "922", + "923", + "924", + "925", + "926", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -35439,7 +35922,7 @@ } }, { - "id": "1199", + "id": "1214", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Composition Tab Component > should match snapshot when rendered. 1` mismatched", @@ -35447,18 +35930,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "907" + "922" ], "coveredBy": [ - "907", - "908", - "909", - "910", - "911", - "1158", - "1159", - "1160", - "1161" + "922", + "923", + "924", + "925", + "926", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -35472,7 +35955,7 @@ } }, { - "id": "1200", + "id": "1215", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -35480,10 +35963,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "911" + "926" ], "coveredBy": [ - "911" + "926" ], "location": { "end": { @@ -35497,7 +35980,7 @@ } }, { - "id": "1201", + "id": "1216", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Composition Tab Component > should match snapshot when rendered. 1` mismatched", @@ -35505,18 +35988,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "907" + "922" ], "coveredBy": [ - "907", - "908", - "909", - "910", - "911", - "1158", - "1159", - "1160", - "1161" + "922", + "923", + "924", + "925", + "926", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -35530,7 +36013,7 @@ } }, { - "id": "1202", + "id": "1217", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Composition Tab Component > should match snapshot when rendered. 1` mismatched", @@ -35538,18 +36021,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "907" + "922" ], "coveredBy": [ - "907", - "908", - "909", - "910", - "911", - "1158", - "1159", - "1160", - "1161" + "922", + "923", + "924", + "925", + "926", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -35569,7 +36052,170 @@ "language": "html", "mutants": [ { - "id": "1203", + "id": "1218", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "912" + ], + "coveredBy": [ + "912", + "913", + "914", + "915", + "916", + "1173", + "1174", + "1175", + "1176" + ], + "location": { + "end": { + "column": 2, + "line": 49 + }, + "start": { + "column": 65, + "line": 42 + } + } + }, + { + "id": "1219", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Actor Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "912" + ], + "coveredBy": [ + "912", + "913", + "914", + "915", + "916", + "1173", + "1174", + "1175", + "1176" + ], + "location": { + "end": { + "column": 81, + "line": 43 + }, + "start": { + "column": 8, + "line": 43 + } + } + }, + { + "id": "1220", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "916" + ], + "coveredBy": [ + "916" + ], + "location": { + "end": { + "column": 4, + "line": 48 + }, + "start": { + "column": 28, + "line": 44 + } + } + }, + { + "id": "1221", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1173" + ], + "coveredBy": [ + "912", + "913", + "914", + "915", + "916", + "1173", + "1174", + "1175", + "1176" + ], + "location": { + "end": { + "column": 2, + "line": 55 + }, + "start": { + "column": 76, + "line": 51 + } + } + }, + { + "id": "1222", + "mutatorName": "StringLiteral", + "replacement": "``", + "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Actor Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "912" + ], + "coveredBy": [ + "912", + "913", + "914", + "915", + "916", + "1173", + "1174", + "1175", + "1176" + ], + "location": { + "end": { + "column": 130, + "line": 54 + }, + "start": { + "column": 12, + "line": 54 + } + } + } + ], + "source": "\n\n" + }, + "components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBearTamer/GameLobbyOptionsHubRolesTabBearTamer.vue": { + "language": "html", + "mutants": [ + { + "id": "1223", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -35585,10 +36231,10 @@ "899", "900", "901", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -35596,16 +36242,16 @@ "line": 49 }, "start": { - "column": 65, + "column": 67, "line": 42 } } }, { - "id": "1204", + "id": "1224", "mutatorName": "ArrowFunction", "replacement": "() => undefined", - "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Actor Component > should match snapshot when rendered. 1` mismatched", + "statusReason": "Snapshot `Game Lobby Options Hub Tab Bear Tamer Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", "testsCompleted": 1, "static": false, @@ -35618,14 +36264,14 @@ "899", "900", "901", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { - "column": 81, + "column": 83, "line": 43 }, "start": { @@ -35635,7 +36281,7 @@ } }, { - "id": "1205", + "id": "1225", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -35660,7 +36306,7 @@ } }, { - "id": "1206", + "id": "1226", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -35668,7 +36314,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ "897", @@ -35676,10 +36322,10 @@ "899", "900", "901", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -35687,16 +36333,16 @@ "line": 55 }, "start": { - "column": 76, + "column": 78, "line": 51 } } }, { - "id": "1207", + "id": "1227", "mutatorName": "StringLiteral", "replacement": "``", - "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Actor Component > should match snapshot when rendered. 1` mismatched", + "statusReason": "Snapshot `Game Lobby Options Hub Tab Bear Tamer Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", "testsCompleted": 1, "static": false, @@ -35709,173 +36355,10 @@ "899", "900", "901", - "1158", - "1159", - "1160", - "1161" - ], - "location": { - "end": { - "column": 130, - "line": 54 - }, - "start": { - "column": 12, - "line": 54 - } - } - } - ], - "source": "\n\n" - }, - "components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBearTamer/GameLobbyOptionsHubRolesTabBearTamer.vue": { - "language": "html", - "mutants": [ - { - "id": "1208", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "882" - ], - "coveredBy": [ - "882", - "883", - "884", - "885", - "886", - "1158", - "1159", - "1160", - "1161" - ], - "location": { - "end": { - "column": 2, - "line": 49 - }, - "start": { - "column": 67, - "line": 42 - } - } - }, - { - "id": "1209", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "Snapshot `Game Lobby Options Hub Tab Bear Tamer Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "882" - ], - "coveredBy": [ - "882", - "883", - "884", - "885", - "886", - "1158", - "1159", - "1160", - "1161" - ], - "location": { - "end": { - "column": 83, - "line": 43 - }, - "start": { - "column": 8, - "line": 43 - } - } - }, - { - "id": "1210", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "886" - ], - "coveredBy": [ - "886" - ], - "location": { - "end": { - "column": 4, - "line": 48 - }, - "start": { - "column": 28, - "line": 44 - } - } - }, - { - "id": "1211", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "1158" - ], - "coveredBy": [ - "882", - "883", - "884", - "885", - "886", - "1158", - "1159", - "1160", - "1161" - ], - "location": { - "end": { - "column": 2, - "line": 55 - }, - "start": { - "column": 78, - "line": 51 - } - } - }, - { - "id": "1212", - "mutatorName": "StringLiteral", - "replacement": "``", - "statusReason": "Snapshot `Game Lobby Options Hub Tab Bear Tamer Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "882" - ], - "coveredBy": [ - "882", - "883", - "884", - "885", - "886", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -35895,7 +36378,7 @@ "language": "html", "mutants": [ { - "id": "1213", + "id": "1228", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -35903,18 +36386,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "887" + "902" ], "coveredBy": [ - "887", - "888", - "889", - "890", - "891", - "1158", - "1159", - "1160", - "1161" + "902", + "903", + "904", + "905", + "906", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -35928,7 +36411,7 @@ } }, { - "id": "1214", + "id": "1229", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Big Bad Wolf Component > should match snapshot when rendered. 1` mismatched", @@ -35936,18 +36419,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "887" + "902" ], "coveredBy": [ - "887", - "888", - "889", - "890", - "891", - "1158", - "1159", - "1160", - "1161" + "902", + "903", + "904", + "905", + "906", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -35961,7 +36444,7 @@ } }, { - "id": "1215", + "id": "1230", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -35969,10 +36452,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "891" + "906" ], "coveredBy": [ - "891" + "906" ], "location": { "end": { @@ -35986,7 +36469,7 @@ } }, { - "id": "1216", + "id": "1231", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Big Bad Wolf Component > should match snapshot when rendered. 1` mismatched", @@ -35994,18 +36477,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "887" + "902" ], "coveredBy": [ - "887", - "888", - "889", - "890", - "891", - "1158", - "1159", - "1160", - "1161" + "902", + "903", + "904", + "905", + "906", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36019,7 +36502,7 @@ } }, { - "id": "1217", + "id": "1232", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Big Bad Wolf Component > should match snapshot when rendered. 1` mismatched", @@ -36027,18 +36510,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "887" + "902" ], "coveredBy": [ - "887", - "888", - "889", - "890", - "891", - "1158", - "1159", - "1160", - "1161" + "902", + "903", + "904", + "905", + "906", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36058,7 +36541,7 @@ "language": "html", "mutants": [ { - "id": "1218", + "id": "1233", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -36066,22 +36549,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "1158", - "1159", - "1160", - "1161" + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36095,7 +36578,7 @@ } }, { - "id": "1219", + "id": "1234", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Cupid Component > should match snapshot when rendered. 1` mismatched", @@ -36103,22 +36586,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "601" + "622" ], "coveredBy": [ - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "1158", - "1159", - "1160", - "1161" + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36132,7 +36615,7 @@ } }, { - "id": "1220", + "id": "1235", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -36140,10 +36623,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "605" + "626" ], "coveredBy": [ - "605" + "626" ], "location": { "end": { @@ -36157,7 +36640,7 @@ } }, { - "id": "1221", + "id": "1236", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -36165,22 +36648,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "601" + "622" ], "coveredBy": [ - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "1158", - "1159", - "1160", - "1161" + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36194,7 +36677,7 @@ } }, { - "id": "1222", + "id": "1237", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Cupid Component > should match snapshot when rendered. 1` mismatched", @@ -36202,22 +36685,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "601" + "622" ], "coveredBy": [ - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "1158", - "1159", - "1160", - "1161" + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36231,7 +36714,7 @@ } }, { - "id": "1223", + "id": "1238", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -36239,10 +36722,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "609" + "630" ], "coveredBy": [ - "609" + "630" ], "location": { "end": { @@ -36256,7 +36739,7 @@ } }, { - "id": "1224", + "id": "1239", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Cupid Component > should match snapshot when rendered. 1` mismatched", @@ -36264,22 +36747,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "601" + "622" ], "coveredBy": [ - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "1158", - "1159", - "1160", - "1161" + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36293,7 +36776,7 @@ } }, { - "id": "1225", + "id": "1240", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Cupid Component > should match snapshot when rendered. 1` mismatched", @@ -36301,22 +36784,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "601" + "622" ], "coveredBy": [ - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "1158", - "1159", - "1160", - "1161" + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36330,7 +36813,7 @@ } }, { - "id": "1226", + "id": "1241", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Cupid Component > should match snapshot when rendered. 1` mismatched", @@ -36338,22 +36821,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "601" + "622" ], "coveredBy": [ - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "1158", - "1159", - "1160", - "1161" + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36367,7 +36850,7 @@ } }, { - "id": "1227", + "id": "1242", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Cupid Component > should match snapshot when rendered. 1` mismatched", @@ -36375,22 +36858,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "601" + "622" ], "coveredBy": [ - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "1158", - "1159", - "1160", - "1161" + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36410,7 +36893,7 @@ "language": "html", "mutants": [ { - "id": "1228", + "id": "1243", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -36418,18 +36901,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "927" + "942" ], "coveredBy": [ - "927", - "928", - "929", - "930", - "931", - "1158", - "1159", - "1160", - "1161" + "942", + "943", + "944", + "945", + "946", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36443,7 +36926,7 @@ } }, { - "id": "1229", + "id": "1244", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Defender Component > should match snapshot when rendered. 1` mismatched", @@ -36451,18 +36934,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "927" + "942" ], "coveredBy": [ - "927", - "928", - "929", - "930", - "931", - "1158", - "1159", - "1160", - "1161" + "942", + "943", + "944", + "945", + "946", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36476,7 +36959,7 @@ } }, { - "id": "1230", + "id": "1245", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -36484,10 +36967,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "931" + "946" ], "coveredBy": [ - "931" + "946" ], "location": { "end": { @@ -36501,7 +36984,7 @@ } }, { - "id": "1231", + "id": "1246", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Defender Component > should match snapshot when rendered. 1` mismatched", @@ -36509,18 +36992,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "927" + "942" ], "coveredBy": [ - "927", - "928", - "929", - "930", - "931", - "1158", - "1159", - "1160", - "1161" + "942", + "943", + "944", + "945", + "946", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36534,7 +37017,7 @@ } }, { - "id": "1232", + "id": "1247", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Defender Component > should match snapshot when rendered. 1` mismatched", @@ -36542,18 +37025,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "927" + "942" ], "coveredBy": [ - "927", - "928", - "929", - "930", - "931", - "1158", - "1159", - "1160", - "1161" + "942", + "943", + "944", + "945", + "946", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36573,7 +37056,7 @@ "language": "html", "mutants": [ { - "id": "1233", + "id": "1248", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -36581,24 +37064,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "495" + "507" ], "coveredBy": [ - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "1158", - "1159", - "1160", - "1161" + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36612,7 +37095,7 @@ } }, { - "id": "1234", + "id": "1249", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Elder Component > should match snapshot when rendered. 1` mismatched", @@ -36620,24 +37103,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "495" + "507" ], "coveredBy": [ - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "1158", - "1159", - "1160", - "1161" + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36651,7 +37134,7 @@ } }, { - "id": "1235", + "id": "1250", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -36659,12 +37142,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "499" + "511" ], "coveredBy": [ - "499", - "500", - "501" + "511", + "512", + "513" ], "location": { "end": { @@ -36678,7 +37161,7 @@ } }, { - "id": "1236", + "id": "1251", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -36686,12 +37169,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "499" + "511" ], "coveredBy": [ - "499", - "500", - "501" + "511", + "512", + "513" ], "location": { "end": { @@ -36705,7 +37188,7 @@ } }, { - "id": "1237", + "id": "1252", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": null,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -36713,12 +37196,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "501" + "513" ], "coveredBy": [ - "499", - "500", - "501" + "511", + "512", + "513" ], "location": { "end": { @@ -36732,7 +37215,7 @@ } }, { - "id": "1238", + "id": "1253", "mutatorName": "EqualityOperator", "replacement": "value !== null", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -36740,12 +37223,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "499" + "511" ], "coveredBy": [ - "499", - "500", - "501" + "511", + "512", + "513" ], "location": { "end": { @@ -36759,7 +37242,7 @@ } }, { - "id": "1239", + "id": "1254", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": null,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -36767,10 +37250,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "501" + "513" ], "coveredBy": [ - "501" + "513" ], "location": { "end": { @@ -36784,7 +37267,7 @@ } }, { - "id": "1240", + "id": "1255", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -36792,24 +37275,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "495" + "507" ], "coveredBy": [ - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "1158", - "1159", - "1160", - "1161" + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36823,7 +37306,7 @@ } }, { - "id": "1241", + "id": "1256", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -36831,24 +37314,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "1158", - "1159", - "1160", - "1161" + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36862,7 +37345,7 @@ } }, { - "id": "1242", + "id": "1257", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -36870,10 +37353,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "505" + "517" ], "coveredBy": [ - "505" + "517" ], "location": { "end": { @@ -36887,7 +37370,7 @@ } }, { - "id": "1243", + "id": "1258", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Elder Component > should match snapshot when rendered. 1` mismatched", @@ -36895,24 +37378,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "495" + "507" ], "coveredBy": [ - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "1158", - "1159", - "1160", - "1161" + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36926,7 +37409,7 @@ } }, { - "id": "1244", + "id": "1259", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -36934,24 +37417,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "1158", - "1159", - "1160", - "1161" + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -36965,7 +37448,7 @@ } }, { - "id": "1245", + "id": "1260", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Elder Component > should match snapshot when rendered. 1` mismatched", @@ -36973,24 +37456,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "495" + "507" ], "coveredBy": [ - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "1158", - "1159", - "1160", - "1161" + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37004,7 +37487,7 @@ } }, { - "id": "1246", + "id": "1261", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Elder Component > should match snapshot when rendered. 1` mismatched", @@ -37012,24 +37495,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "495" + "507" ], "coveredBy": [ - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "1158", - "1159", - "1160", - "1161" + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37043,7 +37526,7 @@ } }, { - "id": "1247", + "id": "1262", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Elder Component > should match snapshot when rendered. 1` mismatched", @@ -37051,24 +37534,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "495" + "507" ], "coveredBy": [ - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "1158", - "1159", - "1160", - "1161" + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37088,7 +37571,7 @@ "language": "html", "mutants": [ { - "id": "1248", + "id": "1263", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -37096,18 +37579,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "917", - "918", - "919", - "920", - "921", - "1158", - "1159", - "1160", - "1161" + "932", + "933", + "934", + "935", + "936", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37121,7 +37604,7 @@ } }, { - "id": "1249", + "id": "1264", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Fox Component > should match snapshot when rendered. 1` mismatched", @@ -37129,18 +37612,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "917" + "932" ], "coveredBy": [ - "917", - "918", - "919", - "920", - "921", - "1158", - "1159", - "1160", - "1161" + "932", + "933", + "934", + "935", + "936", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37154,7 +37637,7 @@ } }, { - "id": "1250", + "id": "1265", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -37162,10 +37645,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "921" + "936" ], "coveredBy": [ - "921" + "936" ], "location": { "end": { @@ -37179,7 +37662,7 @@ } }, { - "id": "1251", + "id": "1266", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Fox Component > should match snapshot when rendered. 1` mismatched", @@ -37187,18 +37670,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "917" + "932" ], "coveredBy": [ - "917", - "918", - "919", - "920", - "921", - "1158", - "1159", - "1160", - "1161" + "932", + "933", + "934", + "935", + "936", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37212,7 +37695,7 @@ } }, { - "id": "1252", + "id": "1267", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Fox Component > should match snapshot when rendered. 1` mismatched", @@ -37220,18 +37703,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "917" + "932" ], "coveredBy": [ - "917", - "918", - "919", - "920", - "921", - "1158", - "1159", - "1160", - "1161" + "932", + "933", + "934", + "935", + "936", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37251,7 +37734,7 @@ "language": "html", "mutants": [ { - "id": "1253", + "id": "1268", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -37259,23 +37742,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "563" + "584" ], "coveredBy": [ - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "571", - "572", - "1158", - "1159", - "1160", - "1161" + "584", + "585", + "586", + "587", + "588", + "589", + "590", + "591", + "592", + "593", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37289,7 +37772,7 @@ } }, { - "id": "1254", + "id": "1269", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab General Component > should match snapshot when rendered. 1` mismatched", @@ -37297,23 +37780,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "563" + "584" ], "coveredBy": [ - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "571", - "572", - "1158", - "1159", - "1160", - "1161" + "584", + "585", + "586", + "587", + "588", + "589", + "590", + "591", + "592", + "593", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37327,7 +37810,7 @@ } }, { - "id": "1255", + "id": "1270", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -37335,10 +37818,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "568" + "589" ], "coveredBy": [ - "568" + "589" ], "location": { "end": { @@ -37352,7 +37835,7 @@ } }, { - "id": "1256", + "id": "1271", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -37360,23 +37843,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "563" + "584" ], "coveredBy": [ - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "571", - "572", - "1158", - "1159", - "1160", - "1161" + "584", + "585", + "586", + "587", + "588", + "589", + "590", + "591", + "592", + "593", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37390,7 +37873,7 @@ } }, { - "id": "1257", + "id": "1272", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab General Component > should match snapshot when rendered. 1` mismatched", @@ -37398,23 +37881,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "563" + "584" ], "coveredBy": [ - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "571", - "572", - "1158", - "1159", - "1160", - "1161" + "584", + "585", + "586", + "587", + "588", + "589", + "590", + "591", + "592", + "593", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37428,7 +37911,7 @@ } }, { - "id": "1258", + "id": "1273", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -37436,10 +37919,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "572" + "593" ], "coveredBy": [ - "572" + "593" ], "location": { "end": { @@ -37453,7 +37936,7 @@ } }, { - "id": "1259", + "id": "1274", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab General Component > should match snapshot when rendered. 1` mismatched", @@ -37461,23 +37944,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "563" + "584" ], "coveredBy": [ - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "571", - "572", - "1158", - "1159", - "1160", - "1161" + "584", + "585", + "586", + "587", + "588", + "589", + "590", + "591", + "592", + "593", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37491,7 +37974,7 @@ } }, { - "id": "1260", + "id": "1275", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab General Component > should match snapshot when rendered. 1` mismatched", @@ -37499,23 +37982,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "563" + "584" ], "coveredBy": [ - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "571", - "572", - "1158", - "1159", - "1160", - "1161" + "584", + "585", + "586", + "587", + "588", + "589", + "590", + "591", + "592", + "593", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37529,7 +38012,7 @@ } }, { - "id": "1261", + "id": "1276", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab General Component > should match snapshot when rendered. 1` mismatched", @@ -37537,23 +38020,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "563" + "584" ], "coveredBy": [ - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "571", - "572", - "1158", - "1159", - "1160", - "1161" + "584", + "585", + "586", + "587", + "588", + "589", + "590", + "591", + "592", + "593", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37567,7 +38050,7 @@ } }, { - "id": "1262", + "id": "1277", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab General Component > should match snapshot when rendered. 1` mismatched", @@ -37575,23 +38058,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "563" + "584" ], "coveredBy": [ - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "571", - "572", - "1158", - "1159", - "1160", - "1161" + "584", + "585", + "586", + "587", + "588", + "589", + "590", + "591", + "592", + "593", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37611,7 +38094,7 @@ "language": "html", "mutants": [ { - "id": "1263", + "id": "1278", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -37619,18 +38102,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "902" + "917" ], "coveredBy": [ - "902", - "903", - "904", - "905", - "906", - "1158", - "1159", - "1160", - "1161" + "917", + "918", + "919", + "920", + "921", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37644,7 +38127,7 @@ } }, { - "id": "1264", + "id": "1279", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Idiot Component > should match snapshot when rendered. 1` mismatched", @@ -37652,18 +38135,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "902" + "917" ], "coveredBy": [ - "902", - "903", - "904", - "905", - "906", - "1158", - "1159", - "1160", - "1161" + "917", + "918", + "919", + "920", + "921", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37677,7 +38160,7 @@ } }, { - "id": "1265", + "id": "1280", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -37685,10 +38168,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "906" + "921" ], "coveredBy": [ - "906" + "921" ], "location": { "end": { @@ -37702,7 +38185,7 @@ } }, { - "id": "1266", + "id": "1281", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Idiot Component > should match snapshot when rendered. 1` mismatched", @@ -37710,18 +38193,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "902" + "917" ], "coveredBy": [ - "902", - "903", - "904", - "905", - "906", - "1158", - "1159", - "1160", - "1161" + "917", + "918", + "919", + "920", + "921", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37735,7 +38218,7 @@ } }, { - "id": "1267", + "id": "1282", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Idiot Component > should match snapshot when rendered. 1` mismatched", @@ -37743,18 +38226,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "902" + "917" ], "coveredBy": [ - "902", - "903", - "904", - "905", - "906", - "1158", - "1159", - "1160", - "1161" + "917", + "918", + "919", + "920", + "921", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37774,7 +38257,7 @@ "language": "html", "mutants": [ { - "id": "1268", + "id": "1283", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -37782,18 +38265,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "912" + "927" ], "coveredBy": [ - "912", - "913", - "914", - "915", - "916", - "1158", - "1159", - "1160", - "1161" + "927", + "928", + "929", + "930", + "931", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37807,7 +38290,7 @@ } }, { - "id": "1269", + "id": "1284", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Little Girl Component > should match snapshot when rendered. 1` mismatched", @@ -37815,18 +38298,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "912" + "927" ], "coveredBy": [ - "912", - "913", - "914", - "915", - "916", - "1158", - "1159", - "1160", - "1161" + "927", + "928", + "929", + "930", + "931", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37840,7 +38323,7 @@ } }, { - "id": "1270", + "id": "1285", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -37848,10 +38331,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "916" + "931" ], "coveredBy": [ - "916" + "931" ], "location": { "end": { @@ -37865,7 +38348,7 @@ } }, { - "id": "1271", + "id": "1286", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Little Girl Component > should match snapshot when rendered. 1` mismatched", @@ -37873,18 +38356,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "912" + "927" ], "coveredBy": [ - "912", - "913", - "914", - "915", - "916", - "1158", - "1159", - "1160", - "1161" + "927", + "928", + "929", + "930", + "931", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37898,7 +38381,7 @@ } }, { - "id": "1272", + "id": "1287", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Little Girl Component > should match snapshot when rendered. 1` mismatched", @@ -37906,18 +38389,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "912" + "927" ], "coveredBy": [ - "912", - "913", - "914", - "915", - "916", - "1158", - "1159", - "1160", - "1161" + "927", + "928", + "929", + "930", + "931", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37937,7 +38420,7 @@ "language": "html", "mutants": [ { - "id": "1273", + "id": "1288", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -37945,24 +38428,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "475" + "487" ], "coveredBy": [ - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "1158", - "1159", - "1160", - "1161" + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -37976,7 +38459,7 @@ } }, { - "id": "1274", + "id": "1289", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Pied Piper Component > should match snapshot when rendered. 1` mismatched", @@ -37984,24 +38467,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "475" + "487" ], "coveredBy": [ - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "1158", - "1159", - "1160", - "1161" + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38015,7 +38498,7 @@ } }, { - "id": "1275", + "id": "1290", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -38023,12 +38506,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "479" + "491" ], "coveredBy": [ - "479", - "480", - "481" + "491", + "492", + "493" ], "location": { "end": { @@ -38042,7 +38525,7 @@ } }, { - "id": "1276", + "id": "1291", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -38050,12 +38533,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "479" + "491" ], "coveredBy": [ - "479", - "480", - "481" + "491", + "492", + "493" ], "location": { "end": { @@ -38069,7 +38552,7 @@ } }, { - "id": "1277", + "id": "1292", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": null,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -38077,12 +38560,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "481" + "493" ], "coveredBy": [ - "479", - "480", - "481" + "491", + "492", + "493" ], "location": { "end": { @@ -38096,7 +38579,7 @@ } }, { - "id": "1278", + "id": "1293", "mutatorName": "EqualityOperator", "replacement": "value !== null", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -38104,12 +38587,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "479" + "491" ], "coveredBy": [ - "479", - "480", - "481" + "491", + "492", + "493" ], "location": { "end": { @@ -38123,7 +38606,7 @@ } }, { - "id": "1279", + "id": "1294", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": null,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -38131,10 +38614,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "481" + "493" ], "coveredBy": [ - "481" + "493" ], "location": { "end": { @@ -38148,7 +38631,7 @@ } }, { - "id": "1280", + "id": "1295", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -38156,24 +38639,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "475" + "487" ], "coveredBy": [ - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "1158", - "1159", - "1160", - "1161" + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38187,7 +38670,7 @@ } }, { - "id": "1281", + "id": "1296", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -38195,24 +38678,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "1158", - "1159", - "1160", - "1161" + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38226,7 +38709,7 @@ } }, { - "id": "1282", + "id": "1297", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -38234,10 +38717,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "485" + "497" ], "coveredBy": [ - "485" + "497" ], "location": { "end": { @@ -38251,7 +38734,7 @@ } }, { - "id": "1283", + "id": "1298", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Pied Piper Component > should match snapshot when rendered. 1` mismatched", @@ -38259,24 +38742,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "475" + "487" ], "coveredBy": [ - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "1158", - "1159", - "1160", - "1161" + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38290,7 +38773,7 @@ } }, { - "id": "1284", + "id": "1299", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -38298,24 +38781,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "1158", - "1159", - "1160", - "1161" + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38329,7 +38812,7 @@ } }, { - "id": "1285", + "id": "1300", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Pied Piper Component > should match snapshot when rendered. 1` mismatched", @@ -38337,24 +38820,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "475" + "487" ], "coveredBy": [ - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "1158", - "1159", - "1160", - "1161" + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38368,7 +38851,7 @@ } }, { - "id": "1286", + "id": "1301", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Pied Piper Component > should match snapshot when rendered. 1` mismatched", @@ -38376,27 +38859,27 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "475" + "487" ], "coveredBy": [ - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "1158", - "1159", - "1160", - "1161" - ], - "location": { - "end": { + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "1173", + "1174", + "1175", + "1176" + ], + "location": { + "end": { "column": 2, "line": 107 }, @@ -38407,7 +38890,7 @@ } }, { - "id": "1287", + "id": "1302", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Pied Piper Component > should match snapshot when rendered. 1` mismatched", @@ -38415,24 +38898,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "475" + "487" ], "coveredBy": [ - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "1158", - "1159", - "1160", - "1161" + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38452,7 +38935,7 @@ "language": "html", "mutants": [ { - "id": "1288", + "id": "1303", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -38460,18 +38943,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "827", - "828", - "829", - "830", - "831", - "1158", - "1159", - "1160", - "1161" + "856", + "857", + "858", + "859", + "860", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38485,7 +38968,7 @@ } }, { - "id": "1289", + "id": "1304", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Prejudiced Manipulator Component > should match snapshot when rendered. 1` mismatched", @@ -38493,18 +38976,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "827" + "856" ], "coveredBy": [ - "827", - "828", - "829", - "830", - "831", - "1158", - "1159", - "1160", - "1161" + "856", + "857", + "858", + "859", + "860", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38518,7 +39001,7 @@ } }, { - "id": "1290", + "id": "1305", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -38526,10 +39009,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "831" + "860" ], "coveredBy": [ - "831" + "860" ], "location": { "end": { @@ -38543,7 +39026,7 @@ } }, { - "id": "1291", + "id": "1306", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Prejudiced Manipulator Component > should match snapshot when rendered. 1` mismatched", @@ -38551,18 +39034,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "827" + "856" ], "coveredBy": [ - "827", - "828", - "829", - "830", - "831", - "1158", - "1159", - "1160", - "1161" + "856", + "857", + "858", + "859", + "860", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38576,7 +39059,7 @@ } }, { - "id": "1292", + "id": "1307", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Prejudiced Manipulator Component > should match snapshot when rendered. 1` mismatched", @@ -38584,18 +39067,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "827" + "856" ], "coveredBy": [ - "827", - "828", - "829", - "830", - "831", - "1158", - "1159", - "1160", - "1161" + "856", + "857", + "858", + "859", + "860", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38615,7 +39098,7 @@ "language": "html", "mutants": [ { - "id": "1293", + "id": "1308", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -38623,20 +39106,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "745" + "768" ], "coveredBy": [ - "745", - "746", - "747", - "748", - "749", - "750", - "751", - "1158", - "1159", - "1160", - "1161" + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38650,7 +39133,7 @@ } }, { - "id": "1294", + "id": "1309", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Scandalmonger Component > should match snapshot when rendered. 1` mismatched", @@ -38658,20 +39141,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "745" + "768" ], "coveredBy": [ - "745", - "746", - "747", - "748", - "749", - "750", - "751", - "1158", - "1159", - "1160", - "1161" + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38685,7 +39168,7 @@ } }, { - "id": "1295", + "id": "1310", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -38693,12 +39176,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "749" + "772" ], "coveredBy": [ - "749", - "750", - "751" + "772", + "773", + "774" ], "location": { "end": { @@ -38712,7 +39195,7 @@ } }, { - "id": "1296", + "id": "1311", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -38720,12 +39203,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "749" + "772" ], "coveredBy": [ - "749", - "750", - "751" + "772", + "773", + "774" ], "location": { "end": { @@ -38739,7 +39222,7 @@ } }, { - "id": "1297", + "id": "1312", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": null,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -38747,12 +39230,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "751" + "774" ], "coveredBy": [ - "749", - "750", - "751" + "772", + "773", + "774" ], "location": { "end": { @@ -38766,7 +39249,7 @@ } }, { - "id": "1298", + "id": "1313", "mutatorName": "EqualityOperator", "replacement": "value !== null", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -38774,12 +39257,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "749" + "772" ], "coveredBy": [ - "749", - "750", - "751" + "772", + "773", + "774" ], "location": { "end": { @@ -38793,7 +39276,7 @@ } }, { - "id": "1299", + "id": "1314", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": null,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -38801,10 +39284,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "751" + "774" ], "coveredBy": [ - "751" + "774" ], "location": { "end": { @@ -38818,7 +39301,7 @@ } }, { - "id": "1300", + "id": "1315", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Scandalmonger Component > should match snapshot when rendered. 1` mismatched", @@ -38826,20 +39309,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "745" + "768" ], "coveredBy": [ - "745", - "746", - "747", - "748", - "749", - "750", - "751", - "1158", - "1159", - "1160", - "1161" + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38853,7 +39336,7 @@ } }, { - "id": "1301", + "id": "1316", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Scandalmonger Component > should match snapshot when rendered. 1` mismatched", @@ -38861,20 +39344,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "745" + "768" ], "coveredBy": [ - "745", - "746", - "747", - "748", - "749", - "750", - "751", - "1158", - "1159", - "1160", - "1161" + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38888,7 +39371,7 @@ } }, { - "id": "1302", + "id": "1317", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Scandalmonger Component > should match snapshot when rendered. 1` mismatched", @@ -38896,20 +39379,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "745" + "768" ], "coveredBy": [ - "745", - "746", - "747", - "748", - "749", - "750", - "751", - "1158", - "1159", - "1160", - "1161" + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38929,7 +39412,7 @@ "language": "html", "mutants": [ { - "id": "1303", + "id": "1318", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -38937,22 +39420,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "610" + "631" ], "coveredBy": [ - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "1158", - "1159", - "1160", - "1161" + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -38966,7 +39449,7 @@ } }, { - "id": "1304", + "id": "1319", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Seer Component > should match snapshot when rendered. 1` mismatched", @@ -38974,22 +39457,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "610" + "631" ], "coveredBy": [ - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "1158", - "1159", - "1160", - "1161" + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39003,7 +39486,7 @@ } }, { - "id": "1305", + "id": "1320", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -39011,10 +39494,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "614" + "635" ], "coveredBy": [ - "614" + "635" ], "location": { "end": { @@ -39028,7 +39511,7 @@ } }, { - "id": "1306", + "id": "1321", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -39036,22 +39519,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "610" + "631" ], "coveredBy": [ - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "1158", - "1159", - "1160", - "1161" + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39065,7 +39548,7 @@ } }, { - "id": "1307", + "id": "1322", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Seer Component > should match snapshot when rendered. 1` mismatched", @@ -39073,22 +39556,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "610" + "631" ], "coveredBy": [ - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "1158", - "1159", - "1160", - "1161" + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39102,7 +39585,7 @@ } }, { - "id": "1308", + "id": "1323", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -39110,10 +39593,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "618" + "639" ], "coveredBy": [ - "618" + "639" ], "location": { "end": { @@ -39127,7 +39610,7 @@ } }, { - "id": "1309", + "id": "1324", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Seer Component > should match snapshot when rendered. 1` mismatched", @@ -39135,22 +39618,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "610" + "631" ], "coveredBy": [ - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "1158", - "1159", - "1160", - "1161" + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39164,7 +39647,7 @@ } }, { - "id": "1310", + "id": "1325", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Seer Component > should match snapshot when rendered. 1` mismatched", @@ -39172,22 +39655,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "610" + "631" ], "coveredBy": [ - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "1158", - "1159", - "1160", - "1161" + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39201,7 +39684,7 @@ } }, { - "id": "1311", + "id": "1326", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Seer Component > should match snapshot when rendered. 1` mismatched", @@ -39209,22 +39692,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "610" + "631" ], "coveredBy": [ - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "1158", - "1159", - "1160", - "1161" + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39238,7 +39721,7 @@ } }, { - "id": "1312", + "id": "1327", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Seer Component > should match snapshot when rendered. 1` mismatched", @@ -39246,22 +39729,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "610" + "631" ], "coveredBy": [ - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "1158", - "1159", - "1160", - "1161" + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39281,7 +39764,7 @@ "language": "html", "mutants": [ { - "id": "1313", + "id": "1328", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -39308,10 +39791,10 @@ "306", "307", "308", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39325,7 +39808,7 @@ } }, { - "id": "1314", + "id": "1329", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -39352,10 +39835,10 @@ "306", "307", "308", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39369,7 +39852,7 @@ } }, { - "id": "1315", + "id": "1330", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -39394,7 +39877,7 @@ } }, { - "id": "1316", + "id": "1331", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -39421,10 +39904,10 @@ "306", "307", "308", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39438,7 +39921,7 @@ } }, { - "id": "1317", + "id": "1332", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -39465,10 +39948,10 @@ "306", "307", "308", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39482,7 +39965,7 @@ } }, { - "id": "1318", + "id": "1333", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -39507,7 +39990,7 @@ } }, { - "id": "1319", + "id": "1334", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -39515,7 +39998,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ "293", @@ -39534,10 +40017,10 @@ "306", "307", "308", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39551,7 +40034,7 @@ } }, { - "id": "1320", + "id": "1335", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -39578,10 +40061,10 @@ "306", "307", "308", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39595,7 +40078,7 @@ } }, { - "id": "1321", + "id": "1336", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -39620,7 +40103,7 @@ } }, { - "id": "1322", + "id": "1337", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -39647,10 +40130,10 @@ "306", "307", "308", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39664,7 +40147,7 @@ } }, { - "id": "1323", + "id": "1338", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -39691,10 +40174,10 @@ "306", "307", "308", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39708,7 +40191,7 @@ } }, { - "id": "1324", + "id": "1339", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -39735,10 +40218,10 @@ "306", "307", "308", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39752,7 +40235,7 @@ } }, { - "id": "1325", + "id": "1340", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -39779,10 +40262,10 @@ "306", "307", "308", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39796,7 +40279,7 @@ } }, { - "id": "1326", + "id": "1341", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -39823,10 +40306,10 @@ "306", "307", "308", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39840,7 +40323,7 @@ } }, { - "id": "1327", + "id": "1342", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -39867,10 +40350,10 @@ "306", "307", "308", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39890,7 +40373,7 @@ "language": "html", "mutants": [ { - "id": "1328", + "id": "1343", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -39913,10 +40396,10 @@ "443", "444", "445", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39930,7 +40413,7 @@ } }, { - "id": "1329", + "id": "1344", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -39953,10 +40436,10 @@ "443", "444", "445", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -39970,7 +40453,7 @@ } }, { - "id": "1330", + "id": "1345", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -39997,7 +40480,7 @@ } }, { - "id": "1331", + "id": "1346", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -40024,7 +40507,7 @@ } }, { - "id": "1332", + "id": "1347", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": null,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -40051,7 +40534,7 @@ } }, { - "id": "1333", + "id": "1348", "mutatorName": "EqualityOperator", "replacement": "value !== null", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -40078,7 +40561,7 @@ } }, { - "id": "1334", + "id": "1349", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": null,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -40103,7 +40586,7 @@ } }, { - "id": "1335", + "id": "1350", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -40126,10 +40609,10 @@ "443", "444", "445", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40143,7 +40626,7 @@ } }, { - "id": "1336", + "id": "1351", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -40166,10 +40649,10 @@ "443", "444", "445", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40183,7 +40666,7 @@ } }, { - "id": "1337", + "id": "1352", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -40206,10 +40689,10 @@ "443", "444", "445", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40223,7 +40706,7 @@ } }, { - "id": "1338", + "id": "1353", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -40246,10 +40729,10 @@ "443", "444", "445", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40263,7 +40746,7 @@ } }, { - "id": "1339", + "id": "1354", "mutatorName": "EqualityOperator", "replacement": "createGameDto.value.options.roles.sheriff.electedAt.phaseName !== \"day\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -40286,10 +40769,10 @@ "443", "444", "445", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40303,7 +40786,7 @@ } }, { - "id": "1340", + "id": "1355", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -40326,10 +40809,10 @@ "443", "444", "445", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40343,7 +40826,7 @@ } }, { - "id": "1341", + "id": "1356", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -40369,7 +40852,7 @@ } }, { - "id": "1342", + "id": "1357", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"day\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n], but it was called with _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n}", @@ -40394,7 +40877,7 @@ } }, { - "id": "1343", + "id": "1358", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n], but it was called with _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n}", @@ -40419,7 +40902,7 @@ } }, { - "id": "1344", + "id": "1359", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -40442,10 +40925,10 @@ "443", "444", "445", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40459,7 +40942,7 @@ } }, { - "id": "1345", + "id": "1360", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -40482,10 +40965,10 @@ "443", "444", "445", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40499,7 +40982,7 @@ } }, { - "id": "1346", + "id": "1361", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -40522,10 +41005,10 @@ "443", "444", "445", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40539,7 +41022,7 @@ } }, { - "id": "1347", + "id": "1362", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -40562,10 +41045,10 @@ "443", "444", "445", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40579,7 +41062,7 @@ } }, { - "id": "1348", + "id": "1363", "mutatorName": "MethodExpression", "replacement": "phaseLabel.toUpperCase()", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -40602,10 +41085,10 @@ "443", "444", "445", - "1158", - "1159", - "1160", - "1161" + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40625,7 +41108,7 @@ "language": "html", "mutants": [ { - "id": "1349", + "id": "1364", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -40633,20 +41116,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "761" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "1158", - "1159", - "1160", - "1161" + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40660,7 +41143,7 @@ } }, { - "id": "1350", + "id": "1365", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Stuttering Judge Component > should match snapshot when rendered. 1` mismatched", @@ -40668,20 +41151,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "761" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "1158", - "1159", - "1160", - "1161" + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40695,7 +41178,7 @@ } }, { - "id": "1351", + "id": "1366", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -40703,12 +41186,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "742" + "765" ], "coveredBy": [ - "742", - "743", - "744" + "765", + "766", + "767" ], "location": { "end": { @@ -40722,7 +41205,7 @@ } }, { - "id": "1352", + "id": "1367", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -40730,12 +41213,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "742" + "765" ], "coveredBy": [ - "742", - "743", - "744" + "765", + "766", + "767" ], "location": { "end": { @@ -40749,7 +41232,7 @@ } }, { - "id": "1353", + "id": "1368", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": null,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -40757,12 +41240,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "744" + "767" ], "coveredBy": [ - "742", - "743", - "744" + "765", + "766", + "767" ], "location": { "end": { @@ -40776,7 +41259,7 @@ } }, { - "id": "1354", + "id": "1369", "mutatorName": "EqualityOperator", "replacement": "value !== null", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -40784,12 +41267,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "742" + "765" ], "coveredBy": [ - "742", - "743", - "744" + "765", + "766", + "767" ], "location": { "end": { @@ -40803,7 +41286,7 @@ } }, { - "id": "1355", + "id": "1370", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": null,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -40811,10 +41294,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "744" + "767" ], "coveredBy": [ - "744" + "767" ], "location": { "end": { @@ -40828,7 +41311,7 @@ } }, { - "id": "1356", + "id": "1371", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -40836,20 +41319,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "1158", - "1159", - "1160", - "1161" + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40863,7 +41346,7 @@ } }, { - "id": "1357", + "id": "1372", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Stuttering Judge Component > should match snapshot when rendered. 1` mismatched", @@ -40871,20 +41354,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "761" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "1158", - "1159", - "1160", - "1161" + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40898,7 +41381,7 @@ } }, { - "id": "1358", + "id": "1373", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Stuttering Judge Component > should match snapshot when rendered. 1` mismatched", @@ -40906,20 +41389,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "761" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "1158", - "1159", - "1160", - "1161" + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40939,7 +41422,7 @@ "language": "html", "mutants": [ { - "id": "1359", + "id": "1374", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -40947,22 +41430,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "579" + "600" ], "coveredBy": [ - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587", - "1158", - "1159", - "1160", - "1161" + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -40976,7 +41459,7 @@ } }, { - "id": "1360", + "id": "1375", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -40984,22 +41467,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587", - "1158", - "1159", - "1160", - "1161" + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41013,7 +41496,7 @@ } }, { - "id": "1361", + "id": "1376", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -41021,10 +41504,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "583" + "604" ], "coveredBy": [ - "583" + "604" ], "location": { "end": { @@ -41038,7 +41521,7 @@ } }, { - "id": "1362", + "id": "1377", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -41046,22 +41529,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "579" + "600" ], "coveredBy": [ - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587", - "1158", - "1159", - "1160", - "1161" + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41075,7 +41558,7 @@ } }, { - "id": "1363", + "id": "1378", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -41083,22 +41566,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587", - "1158", - "1159", - "1160", - "1161" + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41112,7 +41595,7 @@ } }, { - "id": "1364", + "id": "1379", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -41120,10 +41603,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "587" + "608" ], "coveredBy": [ - "587" + "608" ], "location": { "end": { @@ -41137,7 +41620,7 @@ } }, { - "id": "1365", + "id": "1380", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -41145,22 +41628,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587", - "1158", - "1159", - "1160", - "1161" + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41174,7 +41657,7 @@ } }, { - "id": "1366", + "id": "1381", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Thief Component > should match snapshot when rendered. 1` mismatched", @@ -41182,22 +41665,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "579" + "600" ], "coveredBy": [ - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587", - "1158", - "1159", - "1160", - "1161" + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41211,7 +41694,7 @@ } }, { - "id": "1367", + "id": "1382", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -41219,22 +41702,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587", - "1158", - "1159", - "1160", - "1161" + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41248,7 +41731,7 @@ } }, { - "id": "1368", + "id": "1383", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Thief Component > should match snapshot when rendered. 1` mismatched", @@ -41256,22 +41739,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "579" + "600" ], "coveredBy": [ - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587", - "1158", - "1159", - "1160", - "1161" + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41291,7 +41774,7 @@ "language": "html", "mutants": [ { - "id": "1369", + "id": "1384", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -41299,20 +41782,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "690" + "713" ], "coveredBy": [ - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "1158", - "1159", - "1160", - "1161" + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41326,7 +41809,7 @@ } }, { - "id": "1370", + "id": "1385", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -41334,20 +41817,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "1158", - "1159", - "1160", - "1161" + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41361,7 +41844,7 @@ } }, { - "id": "1371", + "id": "1386", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -41369,12 +41852,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "694" + "717" ], "coveredBy": [ - "694", - "695", - "696" + "717", + "718", + "719" ], "location": { "end": { @@ -41388,7 +41871,7 @@ } }, { - "id": "1372", + "id": "1387", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -41396,12 +41879,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "694" + "717" ], "coveredBy": [ - "694", - "695", - "696" + "717", + "718", + "719" ], "location": { "end": { @@ -41415,7 +41898,7 @@ } }, { - "id": "1373", + "id": "1388", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": null,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -41423,12 +41906,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "696" + "719" ], "coveredBy": [ - "694", - "695", - "696" + "717", + "718", + "719" ], "location": { "end": { @@ -41442,7 +41925,7 @@ } }, { - "id": "1374", + "id": "1389", "mutatorName": "EqualityOperator", "replacement": "value !== null", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -41450,12 +41933,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "694" + "717" ], "coveredBy": [ - "694", - "695", - "696" + "717", + "718", + "719" ], "location": { "end": { @@ -41469,7 +41952,7 @@ } }, { - "id": "1375", + "id": "1390", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": null,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -41477,10 +41960,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "696" + "719" ], "coveredBy": [ - "696" + "719" ], "location": { "end": { @@ -41494,7 +41977,7 @@ } }, { - "id": "1376", + "id": "1391", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -41502,20 +41985,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "1158", - "1159", - "1160", - "1161" + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41529,7 +42012,7 @@ } }, { - "id": "1377", + "id": "1392", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Three Brothers Component > should match snapshot when rendered. 1` mismatched", @@ -41537,20 +42020,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "690" + "713" ], "coveredBy": [ - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "1158", - "1159", - "1160", - "1161" + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41564,7 +42047,7 @@ } }, { - "id": "1378", + "id": "1393", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Three Brothers Component > should match snapshot when rendered. 1` mismatched", @@ -41572,20 +42055,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "690" + "713" ], "coveredBy": [ - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "1158", - "1159", - "1160", - "1161" + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41605,7 +42088,7 @@ "language": "html", "mutants": [ { - "id": "1379", + "id": "1394", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -41613,20 +42096,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "722", - "723", - "724", - "725", - "726", - "727", - "728", - "1158", - "1159", - "1160", - "1161" + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41640,7 +42123,7 @@ } }, { - "id": "1380", + "id": "1395", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Two Sisters Component > should match snapshot when rendered. 1` mismatched", @@ -41648,20 +42131,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "722" + "745" ], "coveredBy": [ - "722", - "723", - "724", - "725", - "726", - "727", - "728", - "1158", - "1159", - "1160", - "1161" + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41675,7 +42158,7 @@ } }, { - "id": "1381", + "id": "1396", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -41683,12 +42166,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "726" + "749" ], "coveredBy": [ - "726", - "727", - "728" + "749", + "750", + "751" ], "location": { "end": { @@ -41702,7 +42185,7 @@ } }, { - "id": "1382", + "id": "1397", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -41710,12 +42193,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "726" + "749" ], "coveredBy": [ - "726", - "727", - "728" + "749", + "750", + "751" ], "location": { "end": { @@ -41729,7 +42212,7 @@ } }, { - "id": "1383", + "id": "1398", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": null,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -41737,12 +42220,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "728" + "751" ], "coveredBy": [ - "726", - "727", - "728" + "749", + "750", + "751" ], "location": { "end": { @@ -41756,7 +42239,7 @@ } }, { - "id": "1384", + "id": "1399", "mutatorName": "EqualityOperator", "replacement": "value !== null", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -41764,12 +42247,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "726" + "749" ], "coveredBy": [ - "726", - "727", - "728" + "749", + "750", + "751" ], "location": { "end": { @@ -41783,7 +42266,7 @@ } }, { - "id": "1385", + "id": "1400", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": null,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -41791,10 +42274,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "728" + "751" ], "coveredBy": [ - "728" + "751" ], "location": { "end": { @@ -41808,7 +42291,7 @@ } }, { - "id": "1386", + "id": "1401", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Two Sisters Component > should match snapshot when rendered. 1` mismatched", @@ -41816,20 +42299,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "722" + "745" ], "coveredBy": [ - "722", - "723", - "724", - "725", - "726", - "727", - "728", - "1158", - "1159", - "1160", - "1161" + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41843,7 +42326,7 @@ } }, { - "id": "1387", + "id": "1402", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Two Sisters Component > should match snapshot when rendered. 1` mismatched", @@ -41851,20 +42334,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "722" + "745" ], "coveredBy": [ - "722", - "723", - "724", - "725", - "726", - "727", - "728", - "1158", - "1159", - "1160", - "1161" + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41878,7 +42361,7 @@ } }, { - "id": "1388", + "id": "1403", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Two Sisters Component > should match snapshot when rendered. 1` mismatched", @@ -41886,20 +42369,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "722" + "745" ], "coveredBy": [ - "722", - "723", - "724", - "725", - "726", - "727", - "728", - "1158", - "1159", - "1160", - "1161" + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41919,7 +42402,7 @@ "language": "html", "mutants": [ { - "id": "1389", + "id": "1404", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -41927,20 +42410,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "697" + "720" ], "coveredBy": [ - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1158", - "1159", - "1160", - "1161" + "720", + "721", + "722", + "723", + "724", + "725", + "726", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41954,7 +42437,7 @@ } }, { - "id": "1390", + "id": "1405", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab White Werewolf Component > should match snapshot when rendered. 1` mismatched", @@ -41962,20 +42445,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "697" + "720" ], "coveredBy": [ - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1158", - "1159", - "1160", - "1161" + "720", + "721", + "722", + "723", + "724", + "725", + "726", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -41989,7 +42472,7 @@ } }, { - "id": "1391", + "id": "1406", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -41997,12 +42480,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "701" + "724" ], "coveredBy": [ - "701", - "702", - "703" + "724", + "725", + "726" ], "location": { "end": { @@ -42016,7 +42499,7 @@ } }, { - "id": "1392", + "id": "1407", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -42024,12 +42507,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "701" + "724" ], "coveredBy": [ - "701", - "702", - "703" + "724", + "725", + "726" ], "location": { "end": { @@ -42043,7 +42526,7 @@ } }, { - "id": "1393", + "id": "1408", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": null,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -42051,12 +42534,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "703" + "726" ], "coveredBy": [ - "701", - "702", - "703" + "724", + "725", + "726" ], "location": { "end": { @@ -42070,7 +42553,7 @@ } }, { - "id": "1394", + "id": "1409", "mutatorName": "EqualityOperator", "replacement": "value !== null", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -42078,12 +42561,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "701" + "724" ], "coveredBy": [ - "701", - "702", - "703" + "724", + "725", + "726" ], "location": { "end": { @@ -42097,7 +42580,7 @@ } }, { - "id": "1395", + "id": "1410", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n _CreateGameDto {\n \"additionalCards\": undefined,\n \"options\": _GameOptions {\n \"composition\": _CompositionGameOptions {\n \"isHidden\": false,\n },\n \"roles\": _RolesGameOptions {\n \"actor\": _ActorGameOptions {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": _BearTamerGameOptions {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": _BigBadWolfGameOptions {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": _CupidGameOptions {\n \"lovers\": _CupidLoversGameOptions {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": _DefenderGameOptions {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": _ElderGameOptions {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": _FoxGameOptions {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": _IdiotGameOptions {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": _LittleGirlGameOptions {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": _PiedPiperGameOptions {\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": _PrejudicedManipulatorGameOptions {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": _ScandalmongerGameOptions {\n \"markPenalty\": 2,\n },\n \"seer\": _SeerGameOptions {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": _SheriffGameOptions {\n \"electedAt\": _SheriffElectionGameOptions {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": _StutteringJudgeGameOptions {\n \"voteRequestsCount\": 1,\n },\n \"thief\": _ThiefGameOptions {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": _ThreeBrothersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": _TwoSistersGameOptions {\n \"wakingUpInterval\": 2,\n },\n \"whiteWerewolf\": _WhiteWerewolfGameOptions {\n \"wakingUpInterval\": null,\n },\n \"wildChild\": _WildChildGameOptions {\n \"isTransformationRevealed\": false,\n },\n \"witch\": _WitchGameOptions {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": _WolfHoundGameOptions {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": _VotesGameOptions {\n \"canBeSkipped\": true,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -42105,10 +42588,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "703" + "726" ], "coveredBy": [ - "703" + "726" ], "location": { "end": { @@ -42122,7 +42605,7 @@ } }, { - "id": "1396", + "id": "1411", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab White Werewolf Component > should match snapshot when rendered. 1` mismatched", @@ -42130,20 +42613,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "697" + "720" ], "coveredBy": [ - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1158", - "1159", - "1160", - "1161" + "720", + "721", + "722", + "723", + "724", + "725", + "726", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42157,7 +42640,7 @@ } }, { - "id": "1397", + "id": "1412", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab White Werewolf Component > should match snapshot when rendered. 1` mismatched", @@ -42165,20 +42648,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "697" + "720" ], "coveredBy": [ - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1158", - "1159", - "1160", - "1161" + "720", + "721", + "722", + "723", + "724", + "725", + "726", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42192,7 +42675,7 @@ } }, { - "id": "1398", + "id": "1413", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab White Werewolf Component > should match snapshot when rendered. 1` mismatched", @@ -42200,20 +42683,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "697" + "720" ], "coveredBy": [ - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1158", - "1159", - "1160", - "1161" + "720", + "721", + "722", + "723", + "724", + "725", + "726", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42233,7 +42716,7 @@ "language": "html", "mutants": [ { - "id": "1399", + "id": "1414", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -42241,18 +42724,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "852" + "881" ], "coveredBy": [ - "852", - "853", - "854", - "855", - "856", - "1158", - "1159", - "1160", - "1161" + "881", + "882", + "883", + "884", + "885", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42266,7 +42749,7 @@ } }, { - "id": "1400", + "id": "1415", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wild Child Component > should match snapshot when rendered. 1` mismatched", @@ -42274,18 +42757,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "852" + "881" ], "coveredBy": [ - "852", - "853", - "854", - "855", - "856", - "1158", - "1159", - "1160", - "1161" + "881", + "882", + "883", + "884", + "885", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42299,7 +42782,7 @@ } }, { - "id": "1401", + "id": "1416", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -42307,10 +42790,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "856" + "885" ], "coveredBy": [ - "856" + "885" ], "location": { "end": { @@ -42324,7 +42807,7 @@ } }, { - "id": "1402", + "id": "1417", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wild Child Component > should match snapshot when rendered. 1` mismatched", @@ -42332,18 +42815,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "852" + "881" ], "coveredBy": [ - "852", - "853", - "854", - "855", - "856", - "1158", - "1159", - "1160", - "1161" + "881", + "882", + "883", + "884", + "885", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42357,7 +42840,7 @@ } }, { - "id": "1403", + "id": "1418", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wild Child Component > should match snapshot when rendered. 1` mismatched", @@ -42365,18 +42848,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "852" + "881" ], "coveredBy": [ - "852", - "853", - "854", - "855", - "856", - "1158", - "1159", - "1160", - "1161" + "881", + "882", + "883", + "884", + "885", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42396,7 +42879,7 @@ "language": "html", "mutants": [ { - "id": "1404", + "id": "1419", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -42404,18 +42887,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "892" + "907" ], "coveredBy": [ - "892", - "893", - "894", - "895", - "896", - "1158", - "1159", - "1160", - "1161" + "907", + "908", + "909", + "910", + "911", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42429,7 +42912,7 @@ } }, { - "id": "1405", + "id": "1420", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Witch Component > should match snapshot when rendered. 1` mismatched", @@ -42437,18 +42920,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "892" + "907" ], "coveredBy": [ - "892", - "893", - "894", - "895", - "896", - "1158", - "1159", - "1160", - "1161" + "907", + "908", + "909", + "910", + "911", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42462,7 +42945,7 @@ } }, { - "id": "1406", + "id": "1421", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -42470,10 +42953,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "896" + "911" ], "coveredBy": [ - "896" + "911" ], "location": { "end": { @@ -42487,7 +42970,7 @@ } }, { - "id": "1407", + "id": "1422", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Witch Component > should match snapshot when rendered. 1` mismatched", @@ -42495,18 +42978,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "892" + "907" ], "coveredBy": [ - "892", - "893", - "894", - "895", - "896", - "1158", - "1159", - "1160", - "1161" + "907", + "908", + "909", + "910", + "911", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42520,7 +43003,7 @@ } }, { - "id": "1408", + "id": "1423", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Witch Component > should match snapshot when rendered. 1` mismatched", @@ -42528,18 +43011,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "892" + "907" ], "coveredBy": [ - "892", - "893", - "894", - "895", - "896", - "1158", - "1159", - "1160", - "1161" + "907", + "908", + "909", + "910", + "911", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42559,7 +43042,7 @@ "language": "html", "mutants": [ { - "id": "1409", + "id": "1424", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -42567,22 +43050,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "543" + "564" ], "coveredBy": [ - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "1158", - "1159", - "1160", - "1161" + "564", + "565", + "566", + "567", + "568", + "569", + "570", + "571", + "572", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42596,7 +43079,7 @@ } }, { - "id": "1410", + "id": "1425", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wolf Hound Component > should match snapshot when rendered. 1` mismatched", @@ -42604,22 +43087,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "543" + "564" ], "coveredBy": [ - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "1158", - "1159", - "1160", - "1161" + "564", + "565", + "566", + "567", + "568", + "569", + "570", + "571", + "572", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42633,7 +43116,7 @@ } }, { - "id": "1411", + "id": "1426", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -42641,10 +43124,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "547" + "568" ], "coveredBy": [ - "547" + "568" ], "location": { "end": { @@ -42658,7 +43141,7 @@ } }, { - "id": "1412", + "id": "1427", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -42666,22 +43149,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "543" + "564" ], "coveredBy": [ - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "1158", - "1159", - "1160", - "1161" + "564", + "565", + "566", + "567", + "568", + "569", + "570", + "571", + "572", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42695,7 +43178,7 @@ } }, { - "id": "1413", + "id": "1428", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wolf Hound Component > should match snapshot when rendered. 1` mismatched", @@ -42703,22 +43186,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "543" + "564" ], "coveredBy": [ - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "1158", - "1159", - "1160", - "1161" + "564", + "565", + "566", + "567", + "568", + "569", + "570", + "571", + "572", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42732,7 +43215,7 @@ } }, { - "id": "1414", + "id": "1429", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -42740,10 +43223,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "551" + "572" ], "coveredBy": [ - "551" + "572" ], "location": { "end": { @@ -42757,7 +43240,7 @@ } }, { - "id": "1415", + "id": "1430", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wolf Hound Component > should match snapshot when rendered. 1` mismatched", @@ -42765,22 +43248,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "543" + "564" ], "coveredBy": [ - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "1158", - "1159", - "1160", - "1161" + "564", + "565", + "566", + "567", + "568", + "569", + "570", + "571", + "572", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42794,7 +43277,7 @@ } }, { - "id": "1416", + "id": "1431", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -42802,22 +43285,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "1158", - "1159", - "1160", - "1161" + "564", + "565", + "566", + "567", + "568", + "569", + "570", + "571", + "572", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42831,7 +43314,7 @@ } }, { - "id": "1417", + "id": "1432", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wolf Hound Component > should match snapshot when rendered. 1` mismatched", @@ -42839,22 +43322,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "543" + "564" ], "coveredBy": [ - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "1158", - "1159", - "1160", - "1161" + "564", + "565", + "566", + "567", + "568", + "569", + "570", + "571", + "572", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42868,7 +43351,7 @@ } }, { - "id": "1418", + "id": "1433", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -42876,22 +43359,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "1158", - "1159", - "1160", - "1161" + "564", + "565", + "566", + "567", + "568", + "569", + "570", + "571", + "572", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42911,7 +43394,7 @@ "language": "html", "mutants": [ { - "id": "1419", + "id": "1434", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -42919,18 +43402,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "922" + "937" ], "coveredBy": [ - "922", - "923", - "924", - "925", - "926", - "1158", - "1159", - "1160", - "1161" + "937", + "938", + "939", + "940", + "941", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42944,7 +43427,7 @@ } }, { - "id": "1420", + "id": "1435", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -42952,18 +43435,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "922", - "923", - "924", - "925", - "926", - "1158", - "1159", - "1160", - "1161" + "937", + "938", + "939", + "940", + "941", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -42977,7 +43460,7 @@ } }, { - "id": "1421", + "id": "1436", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -42985,10 +43468,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "926" + "941" ], "coveredBy": [ - "926" + "941" ], "location": { "end": { @@ -43002,7 +43485,7 @@ } }, { - "id": "1422", + "id": "1437", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -43010,18 +43493,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "922", - "923", - "924", - "925", - "926", - "1158", - "1159", - "1160", - "1161" + "937", + "938", + "939", + "940", + "941", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -43035,7 +43518,7 @@ } }, { - "id": "1423", + "id": "1438", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Votes Tab Component > should match snapshot when rendered. 1` mismatched", @@ -43043,18 +43526,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "922" + "937" ], "coveredBy": [ - "922", - "923", - "924", - "925", - "926", - "1158", - "1159", - "1160", - "1161" + "937", + "938", + "939", + "940", + "941", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -43074,7 +43557,7 @@ "language": "html", "mutants": [ { - "id": "1424", + "id": "1439", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected '' to be 'components.GameLobbyPlayerCard.roleNo…' // Object.is equality", @@ -43082,16 +43565,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "824" + "853" ], "coveredBy": [ - "820", - "821", - "822", - "823", - "824", - "825", - "826" + "849", + "850", + "851", + "852", + "853", + "854", + "855" ], "location": { "end": { @@ -43105,7 +43588,7 @@ } }, { - "id": "1425", + "id": "1440", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Player Card Component > should match snapshot when rendered. 1` mismatched", @@ -43113,16 +43596,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "820" + "849" ], "coveredBy": [ - "820", - "821", - "822", - "823", - "824", - "825", - "826" + "849", + "850", + "851", + "852", + "853", + "854", + "855" ], "location": { "end": { @@ -43136,7 +43619,7 @@ } }, { - "id": "1426", + "id": "1441", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected '' to be 'components.GameLobbyPlayerCard.roleNo…' // Object.is equality", @@ -43144,16 +43627,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "824" + "853" ], "coveredBy": [ - "820", - "821", - "822", - "823", - "824", - "825", - "826" + "849", + "850", + "851", + "852", + "853", + "854", + "855" ], "location": { "end": { @@ -43167,7 +43650,7 @@ } }, { - "id": "1427", + "id": "1442", "mutatorName": "EqualityOperator", "replacement": "props.player.role.name !== undefined", "statusReason": "Snapshot `Game Lobby Player Card Component > should match snapshot when rendered. 1` mismatched", @@ -43175,16 +43658,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "820" + "849" ], "coveredBy": [ - "820", - "821", - "822", - "823", - "824", - "825", - "826" + "849", + "850", + "851", + "852", + "853", + "854", + "855" ], "location": { "end": { @@ -43198,7 +43681,7 @@ } }, { - "id": "1428", + "id": "1443", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected '' to be 'components.GameLobbyPlayerCard.roleNo…' // Object.is equality", @@ -43206,10 +43689,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "824" + "853" ], "coveredBy": [ - "824" + "853" ], "location": { "end": { @@ -43223,7 +43706,7 @@ } }, { - "id": "1429", + "id": "1444", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameLobbyPlayerCard.roleNo…' // Object.is equality", @@ -43231,10 +43714,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "824" + "853" ], "coveredBy": [ - "824" + "853" ], "location": { "end": { @@ -43248,7 +43731,7 @@ } }, { - "id": "1430", + "id": "1445", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -43256,10 +43739,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "823" + "852" ], "coveredBy": [ - "823" + "852" ], "location": { "end": { @@ -43273,7 +43756,7 @@ } }, { - "id": "1431", + "id": "1446", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Target cannot be null or undefined.", @@ -43281,10 +43764,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "826" + "855" ], "coveredBy": [ - "826" + "855" ], "location": { "end": { @@ -43298,7 +43781,7 @@ } }, { - "id": "1432", + "id": "1447", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -43306,10 +43789,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "826" + "855" ], "coveredBy": [ - "826" + "855" ], "location": { "end": { @@ -43329,7 +43812,7 @@ "language": "html", "mutants": [ { - "id": "1433", + "id": "1448", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Target cannot be null or undefined.", @@ -43337,11 +43820,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "861" + "890" ], "coveredBy": [ - "861", - "862" + "890", + "891" ], "location": { "end": { @@ -43355,7 +43838,7 @@ } }, { - "id": "1434", + "id": "1449", "mutatorName": "BooleanLiteral", "replacement": "player", "statusReason": "Target cannot be null or undefined.", @@ -43363,11 +43846,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "861" + "890" ], "coveredBy": [ - "861", - "862" + "890", + "891" ], "location": { "end": { @@ -43381,7 +43864,7 @@ } }, { - "id": "1435", + "id": "1450", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Target cannot be null or undefined.", @@ -43389,11 +43872,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "861" + "890" ], "coveredBy": [ - "861", - "862" + "890", + "891" ], "location": { "end": { @@ -43407,7 +43890,7 @@ } }, { - "id": "1436", + "id": "1451", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [ [ undefined ] ] to be undefined", @@ -43415,11 +43898,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "862" + "891" ], "coveredBy": [ - "861", - "862" + "890", + "891" ], "location": { "end": { @@ -43433,7 +43916,7 @@ } }, { - "id": "1437", + "id": "1452", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ [ undefined ] ] to be undefined", @@ -43441,10 +43924,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "862" + "891" ], "coveredBy": [ - "862" + "891" ], "location": { "end": { @@ -43458,7 +43941,7 @@ } }, { - "id": "1438", + "id": "1453", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -43466,10 +43949,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "861" + "890" ], "coveredBy": [ - "861" + "890" ], "location": { "end": { @@ -43489,7 +43972,7 @@ "language": "html", "mutants": [ { - "id": "1439", + "id": "1454", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be falsy", @@ -43527,7 +44010,7 @@ } }, { - "id": "1440", + "id": "1455", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -43560,7 +44043,7 @@ } }, { - "id": "1441", + "id": "1456", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -43593,7 +44076,7 @@ } }, { - "id": "1442", + "id": "1457", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to strictly equal _Role{ name: 'villager', …(7) }", @@ -43619,7 +44102,7 @@ } }, { - "id": "1443", + "id": "1458", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected true to be falsy", @@ -43644,7 +44127,7 @@ } }, { - "id": "1444", + "id": "1459", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be falsy", @@ -43669,7 +44152,7 @@ } }, { - "id": "1445", + "id": "1460", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "The macro defineExpose from Nuxt is breaking Stryker, so we ignore it.", @@ -43693,7 +44176,7 @@ "language": "html", "mutants": [ { - "id": "1446", + "id": "1461", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Anything,\n Object {\n \"behavior\": \"smooth\",\n },\n], but it was called with RefImpl {\n \"__v_isRef\": true,\n \"__v_isShallow\": false,\n \"_rawValue\": \n \n \n ,\n \"_value\": \n \n \n ,\n \"dep\": undefined,\n}", @@ -43701,15 +44184,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "968" + "983" ], "coveredBy": [ - "964", - "965", - "966", - "967", - "968", - "969" + "979", + "980", + "981", + "982", + "983", + "984" ], "location": { "end": { @@ -43723,7 +44206,7 @@ } }, { - "id": "1447", + "id": "1462", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Anything,\n Object {\n \"behavior\": \"smooth\",\n },\n], but it was called with RefImpl {\n \"__v_isRef\": true,\n \"__v_isShallow\": false,\n \"_rawValue\": \n \n \n ,\n \"_value\": \n \n \n ,\n \"dep\": undefined,\n}", @@ -43731,15 +44214,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "968" + "983" ], "coveredBy": [ - "964", - "965", - "966", - "967", - "968", - "969" + "979", + "980", + "981", + "982", + "983", + "984" ], "location": { "end": { @@ -43753,7 +44236,7 @@ } }, { - "id": "1448", + "id": "1463", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 20 to be +0 // Object.is equality", @@ -43761,15 +44244,15 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "969" + "984" ], "coveredBy": [ - "964", - "965", - "966", - "967", - "968", - "969" + "979", + "980", + "981", + "982", + "983", + "984" ], "location": { "end": { @@ -43783,7 +44266,7 @@ } }, { - "id": "1449", + "id": "1464", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 20 to be +0 // Object.is equality", @@ -43791,10 +44274,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "969" + "984" ], "coveredBy": [ - "969" + "984" ], "location": { "end": { @@ -43814,7 +44297,7 @@ "language": "html", "mutants": [ { - "id": "1450", + "id": "1465", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Role Picker Description Boundaries Component > should match snapshot when rendered. 1` mismatched", @@ -43822,18 +44305,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "486" + "498" ], "coveredBy": [ - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494" + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506" ], "location": { "end": { @@ -43847,7 +44330,7 @@ } }, { - "id": "1451", + "id": "1466", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected true to be falsy", @@ -43855,18 +44338,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "493" + "505" ], "coveredBy": [ - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494" + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506" ], "location": { "end": { @@ -43880,7 +44363,7 @@ } }, { - "id": "1452", + "id": "1467", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 'components.GameLobbyRolePickerDescrip…' to be 'components.GameLobbyRolePickerDescrip…' // Object.is equality", @@ -43888,18 +44371,18 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "492" + "504" ], "coveredBy": [ - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494" + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506" ], "location": { "end": { @@ -43913,7 +44396,7 @@ } }, { - "id": "1453", + "id": "1468", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Cannot call text on an empty DOMWrapper.", @@ -43921,18 +44404,18 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "488" + "500" ], "coveredBy": [ - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494" + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506" ], "location": { "end": { @@ -43952,7 +44435,7 @@ "language": "html", "mutants": [ { - "id": "1454", + "id": "1469", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Role Picker Description Content Component > should match snapshot when rendered. 1` mismatched", @@ -43960,11 +44443,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1134" + "1149" ], "coveredBy": [ - "1134", - "1135" + "1149", + "1150" ], "location": { "end": { @@ -43984,7 +44467,7 @@ "language": "html", "mutants": [ { - "id": "1455", + "id": "1470", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -44019,7 +44502,7 @@ } }, { - "id": "1456", + "id": "1471", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -44054,7 +44537,7 @@ } }, { - "id": "1457", + "id": "1472", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -44089,7 +44572,7 @@ } }, { - "id": "1458", + "id": "1473", "mutatorName": "EqualityOperator", "replacement": "props.player?.role.name === props.pickedRole?.name", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -44124,7 +44607,7 @@ } }, { - "id": "1459", + "id": "1474", "mutatorName": "OptionalChaining", "replacement": "props.player.role", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -44159,7 +44642,7 @@ } }, { - "id": "1460", + "id": "1475", "mutatorName": "OptionalChaining", "replacement": "props.pickedRole.name", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -44194,7 +44677,7 @@ } }, { - "id": "1461", + "id": "1476", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -44229,7 +44712,7 @@ } }, { - "id": "1462", + "id": "1477", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -44264,7 +44747,7 @@ } }, { - "id": "1463", + "id": "1478", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -44299,7 +44782,7 @@ } }, { - "id": "1464", + "id": "1479", "mutatorName": "LogicalOperator", "replacement": "!!props.player && !!props.pickedRole || isPlayerRoleChanged.value", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -44334,7 +44817,7 @@ } }, { - "id": "1465", + "id": "1480", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -44369,7 +44852,7 @@ } }, { - "id": "1466", + "id": "1481", "mutatorName": "LogicalOperator", "replacement": "!!props.player || !!props.pickedRole", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -44404,7 +44887,7 @@ } }, { - "id": "1467", + "id": "1482", "mutatorName": "BooleanLiteral", "replacement": "!props.player", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -44439,7 +44922,7 @@ } }, { - "id": "1468", + "id": "1483", "mutatorName": "BooleanLiteral", "replacement": "props.player", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -44474,7 +44957,7 @@ } }, { - "id": "1469", + "id": "1484", "mutatorName": "BooleanLiteral", "replacement": "!props.pickedRole", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -44509,7 +44992,7 @@ } }, { - "id": "1470", + "id": "1485", "mutatorName": "BooleanLiteral", "replacement": "props.pickedRole", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -44544,7 +45027,7 @@ } }, { - "id": "1471", + "id": "1486", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -44570,7 +45053,7 @@ } }, { - "id": "1472", + "id": "1487", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -44596,7 +45079,7 @@ } }, { - "id": "1473", + "id": "1488", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 2 times", @@ -44622,7 +45105,7 @@ } }, { - "id": "1474", + "id": "1489", "mutatorName": "EqualityOperator", "replacement": "players.length !== 0", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -44648,7 +45131,7 @@ } }, { - "id": "1475", + "id": "1490", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 2 times", @@ -44673,7 +45156,7 @@ } }, { - "id": "1476", + "id": "1491", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -44698,7 +45181,7 @@ } }, { - "id": "1477", + "id": "1492", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -44723,7 +45206,7 @@ } }, { - "id": "1478", + "id": "1493", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -44748,7 +45231,7 @@ } }, { - "id": "1479", + "id": "1494", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -44777,7 +45260,7 @@ } }, { - "id": "1480", + "id": "1495", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -44806,7 +45289,7 @@ } }, { - "id": "1481", + "id": "1496", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of undefined (reading 'name')", @@ -44835,7 +45318,7 @@ } }, { - "id": "1482", + "id": "1497", "mutatorName": "LogicalOperator", "replacement": "!props.pickedRole && !props.player", "statusReason": "Cannot read properties of undefined (reading 'name')", @@ -44864,7 +45347,7 @@ } }, { - "id": "1483", + "id": "1498", "mutatorName": "BooleanLiteral", "replacement": "props.pickedRole", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -44893,7 +45376,7 @@ } }, { - "id": "1484", + "id": "1499", "mutatorName": "BooleanLiteral", "replacement": "props.player", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -44922,7 +45405,7 @@ } }, { - "id": "1485", + "id": "1500", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot read properties of undefined (reading 'name')", @@ -44947,7 +45430,7 @@ } }, { - "id": "1486", + "id": "1501", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 2 times", @@ -44976,7 +45459,7 @@ } }, { - "id": "1487", + "id": "1502", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -45005,7 +45488,7 @@ } }, { - "id": "1488", + "id": "1503", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -45031,7 +45514,7 @@ } }, { - "id": "1489", + "id": "1504", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Antoine\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": \"werewolf\",\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": \"werewolves\",\n \"original\": \"werewolves\",\n },\n },\n], but it was called with _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": undefined,\n \"role\": undefined,\n \"side\": undefined,\n}", @@ -45060,7 +45543,7 @@ } }, { - "id": "1490", + "id": "1505", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Antoine\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": \"werewolf\",\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": \"werewolves\",\n \"original\": \"werewolves\",\n },\n },\n], but it was called with _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Antoine\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": \"werewolves\",\n \"original\": \"werewolves\",\n },\n}", @@ -45089,7 +45572,7 @@ } }, { - "id": "1491", + "id": "1506", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Antoine\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": \"werewolf\",\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": \"werewolves\",\n \"original\": \"werewolves\",\n },\n },\n], but it was called with _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Antoine\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": \"werewolf\",\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n}", @@ -45118,7 +45601,7 @@ } }, { - "id": "1492", + "id": "1507", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -45153,7 +45636,7 @@ "language": "html", "mutants": [ { - "id": "1493", + "id": "1508", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Target cannot be null or undefined.", @@ -45161,10 +45644,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1076" + "1091" ], "coveredBy": [ - "1076" + "1091" ], "location": { "end": { @@ -45178,7 +45661,7 @@ } }, { - "id": "1494", + "id": "1509", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -45186,10 +45669,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1076" + "1091" ], "coveredBy": [ - "1076" + "1091" ], "location": { "end": { @@ -45209,7 +45692,7 @@ "language": "html", "mutants": [ { - "id": "1495", + "id": "1510", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Component > should match snapshot when rendered. 1` mismatched", @@ -45217,23 +45700,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "461" + "473" ], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", - "474" + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45247,7 +45730,7 @@ } }, { - "id": "1496", + "id": "1511", "mutatorName": "BooleanLiteral", "replacement": "props.role", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Component > should match snapshot when rendered. 1` mismatched", @@ -45255,23 +45738,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "461" + "473" ], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", - "474" + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45285,7 +45768,7 @@ } }, { - "id": "1497", + "id": "1512", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Component > should match snapshot when rendered. 1` mismatched", @@ -45293,23 +45776,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "461" + "473" ], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", - "474" + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45323,7 +45806,7 @@ } }, { - "id": "1498", + "id": "1513", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -45331,23 +45814,23 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "463" + "475" ], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", - "474" + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45361,7 +45844,7 @@ } }, { - "id": "1499", + "id": "1514", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -45369,15 +45852,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "463" + "475" ], "coveredBy": [ - "463", - "466", - "467", - "469", - "472", - "473" + "475", + "478", + "479", + "481", + "484", + "485" ], "location": { "end": { @@ -45391,7 +45874,7 @@ } }, { - "id": "1500", + "id": "1515", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameLobbyRolePickerGridEle…' // Object.is equality", @@ -45399,15 +45882,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "466" + "478" ], "coveredBy": [ - "463", - "466", - "467", - "469", - "472", - "473" + "475", + "478", + "479", + "481", + "484", + "485" ], "location": { "end": { @@ -45421,7 +45904,7 @@ } }, { - "id": "1501", + "id": "1516", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [ 'border-4', 'border-gray-600', …(3) ] to include '!border-gray-100'", @@ -45429,23 +45912,23 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "464" + "476" ], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", - "474" + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45459,7 +45942,7 @@ } }, { - "id": "1502", + "id": "1517", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Component > should match snapshot when rendered. 1` mismatched", @@ -45467,23 +45950,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "461" + "473" ], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", - "474" + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45497,7 +45980,7 @@ } }, { - "id": "1503", + "id": "1518", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [ 'border-4', 'border-gray-600', …(3) ] to include '!border-gray-100'", @@ -45505,23 +45988,23 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "464" + "476" ], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", - "474" + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45535,7 +46018,7 @@ } }, { - "id": "1504", + "id": "1519", "mutatorName": "LogicalOperator", "replacement": "!!props.role || props.role.name === props.pickedRole?.name", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Component > should match snapshot when rendered. 1` mismatched", @@ -45543,23 +46026,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "461" + "473" ], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", - "474" + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45573,7 +46056,7 @@ } }, { - "id": "1505", + "id": "1520", "mutatorName": "BooleanLiteral", "replacement": "!props.role", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -45581,23 +46064,23 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "463" + "475" ], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", - "474" + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45611,7 +46094,7 @@ } }, { - "id": "1506", + "id": "1521", "mutatorName": "BooleanLiteral", "replacement": "props.role", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -45619,23 +46102,23 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "463" + "475" ], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", - "474" + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45649,7 +46132,7 @@ } }, { - "id": "1507", + "id": "1522", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Component > should match snapshot when rendered. 1` mismatched", @@ -45657,23 +46140,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "461" + "473" ], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", - "474" + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45687,7 +46170,7 @@ } }, { - "id": "1508", + "id": "1523", "mutatorName": "EqualityOperator", "replacement": "props.role.name !== props.pickedRole?.name", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Component > should match snapshot when rendered. 1` mismatched", @@ -45695,23 +46178,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "461" + "473" ], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", - "474" + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45725,7 +46208,7 @@ } }, { - "id": "1509", + "id": "1524", "mutatorName": "OptionalChaining", "replacement": "props.pickedRole.name", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -45733,23 +46216,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "461" + "473" ], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", - "474" + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45763,7 +46246,7 @@ } }, { - "id": "1510", + "id": "1525", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Target cannot be null or undefined.", @@ -45771,14 +46254,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "470" + "482" ], "coveredBy": [ - "470", - "471", - "472", - "473", - "474" + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45792,7 +46275,7 @@ } }, { - "id": "1511", + "id": "1526", "mutatorName": "BooleanLiteral", "replacement": "roles.value", "statusReason": "Target cannot be null or undefined.", @@ -45800,14 +46283,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "470" + "482" ], "coveredBy": [ - "470", - "471", - "472", - "473", - "474" + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45821,7 +46304,7 @@ } }, { - "id": "1512", + "id": "1527", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Target cannot be null or undefined.", @@ -45829,14 +46312,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "470" + "482" ], "coveredBy": [ - "470", - "471", - "472", - "473", - "474" + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45850,7 +46333,7 @@ } }, { - "id": "1513", + "id": "1528", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [ [ _Role{ name: 'seer', …(7) } ] ] to be undefined", @@ -45858,14 +46341,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "474" + "486" ], "coveredBy": [ - "470", - "471", - "472", - "473", - "474" + "482", + "483", + "484", + "485", + "486" ], "location": { "end": { @@ -45879,7 +46362,7 @@ } }, { - "id": "1514", + "id": "1529", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ [ _Role{ name: 'seer', …(7) } ] ] to be undefined", @@ -45887,10 +46370,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "474" + "486" ], "coveredBy": [ - "474" + "486" ], "location": { "end": { @@ -45904,7 +46387,7 @@ } }, { - "id": "1515", + "id": "1530", "mutatorName": "BooleanLiteral", "replacement": "props.role", "statusReason": "expected [ undefined ] to strictly equal [ _Role{ name: 'seer', …(7) } ]", @@ -45912,13 +46395,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "470" + "482" ], "coveredBy": [ - "470", - "471", - "472", - "473" + "482", + "483", + "484", + "485" ], "location": { "end": { @@ -45932,7 +46415,7 @@ } }, { - "id": "1516", + "id": "1531", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ undefined ] to strictly equal [ _Role{ name: 'seer', …(7) } ]", @@ -45940,13 +46423,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "470" + "482" ], "coveredBy": [ - "470", - "471", - "472", - "473" + "482", + "483", + "484", + "485" ], "location": { "end": { @@ -45960,7 +46443,7 @@ } }, { - "id": "1517", + "id": "1532", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -45968,13 +46451,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "472" + "484" ], "coveredBy": [ - "470", - "471", - "472", - "473" + "482", + "483", + "484", + "485" ], "location": { "end": { @@ -45988,7 +46471,7 @@ } }, { - "id": "1518", + "id": "1533", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -45996,11 +46479,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "472" + "484" ], "coveredBy": [ - "472", - "473" + "484", + "485" ], "location": { "end": { @@ -46014,7 +46497,7 @@ } }, { - "id": "1519", + "id": "1534", "mutatorName": "MethodExpression", "replacement": "roles.value", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Array [\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 5,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"new-moon\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"ambiguous\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 2,\n \"minInGame\": undefined,\n \"name\": \"werewolf\",\n \"origin\": \"characters\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"ambiguous\",\n },\n ],\n], but it was called with Array [\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 3,\n \"minInGame\": undefined,\n \"name\": \"seer\",\n \"origin\": \"characters\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"ambiguous\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 5,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"new-moon\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"ambiguous\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 2,\n \"minInGame\": undefined,\n \"name\": \"werewolf\",\n \"origin\": \"characters\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"ambiguous\",\n },\n]", @@ -46022,11 +46505,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "473" + "485" ], "coveredBy": [ - "472", - "473" + "484", + "485" ], "location": { "end": { @@ -46040,7 +46523,7 @@ } }, { - "id": "1520", + "id": "1535", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Array [\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 7,\n \"minInGame\": undefined,\n \"name\": \"seer\",\n \"origin\": \"new-moon\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"lonely\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 6,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"unconventional\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"villager\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 8,\n \"minInGame\": undefined,\n \"name\": \"werewolf\",\n \"origin\": \"new-moon\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"villager\",\n },\n ],\n], but it was called with Array []", @@ -46048,11 +46531,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "472" + "484" ], "coveredBy": [ - "472", - "473" + "484", + "485" ], "location": { "end": { @@ -46066,7 +46549,7 @@ } }, { - "id": "1521", + "id": "1536", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Array [\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 2,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"new-moon\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"werewolf\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 2,\n \"minInGame\": undefined,\n \"name\": \"werewolf\",\n \"origin\": \"classic\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"werewolf\",\n },\n ],\n], but it was called with Array [\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 2,\n \"minInGame\": undefined,\n \"name\": \"seer\",\n \"origin\": \"classic\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"werewolf\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 2,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"new-moon\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"werewolf\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 2,\n \"minInGame\": undefined,\n \"name\": \"werewolf\",\n \"origin\": \"classic\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"werewolf\",\n },\n]", @@ -46074,11 +46557,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "473" + "485" ], "coveredBy": [ - "472", - "473" + "484", + "485" ], "location": { "end": { @@ -46092,7 +46575,7 @@ } }, { - "id": "1522", + "id": "1537", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Array [\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 8,\n \"minInGame\": undefined,\n \"name\": \"seer\",\n \"origin\": \"characters\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"lonely\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 1,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"new-moon\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"lonely\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 10,\n \"minInGame\": undefined,\n \"name\": \"werewolf\",\n \"origin\": \"characters\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"werewolf\",\n },\n ],\n], but it was called with Array []", @@ -46100,11 +46583,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "472" + "484" ], "coveredBy": [ - "472", - "473" + "484", + "485" ], "location": { "end": { @@ -46118,7 +46601,7 @@ } }, { - "id": "1523", + "id": "1538", "mutatorName": "LogicalOperator", "replacement": "!props.pickedRole && name !== props.pickedRole.name", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -46126,11 +46609,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "472" + "484" ], "coveredBy": [ - "472", - "473" + "484", + "485" ], "location": { "end": { @@ -46144,7 +46627,7 @@ } }, { - "id": "1524", + "id": "1539", "mutatorName": "BooleanLiteral", "replacement": "props.pickedRole", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -46152,11 +46635,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "472" + "484" ], "coveredBy": [ - "472", - "473" + "484", + "485" ], "location": { "end": { @@ -46170,7 +46653,7 @@ } }, { - "id": "1525", + "id": "1540", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Array [\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 9,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"the-village\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"villager\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 7,\n \"minInGame\": undefined,\n \"name\": \"werewolf\",\n \"origin\": \"characters\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"werewolf\",\n },\n ],\n], but it was called with Array []", @@ -46178,10 +46661,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "473" + "485" ], "coveredBy": [ - "473" + "485" ], "location": { "end": { @@ -46195,7 +46678,7 @@ } }, { - "id": "1526", + "id": "1541", "mutatorName": "EqualityOperator", "replacement": "name === props.pickedRole.name", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Array [\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 10,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"the-village\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"lonely\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 7,\n \"minInGame\": undefined,\n \"name\": \"werewolf\",\n \"origin\": \"unconventional\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"ambiguous\",\n },\n ],\n], but it was called with Array [\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 10,\n \"minInGame\": undefined,\n \"name\": \"seer\",\n \"origin\": \"characters\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"ambiguous\",\n },\n]", @@ -46203,10 +46686,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "473" + "485" ], "coveredBy": [ - "473" + "485" ], "location": { "end": { @@ -46220,7 +46703,7 @@ } }, { - "id": "1527", + "id": "1542", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -46228,11 +46711,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "472" + "484" ], "coveredBy": [ - "472", - "473" + "484", + "485" ], "location": { "end": { @@ -46246,7 +46729,7 @@ } }, { - "id": "1528", + "id": "1543", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -46254,11 +46737,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "470" + "482" ], "coveredBy": [ - "470", - "471" + "482", + "483" ], "location": { "end": { @@ -46278,7 +46761,7 @@ "language": "html", "mutants": [ { - "id": "1529", + "id": "1544", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Badges Component > should match snapshot when rendered. 1` mismatched", @@ -46312,7 +46795,7 @@ } }, { - "id": "1530", + "id": "1545", "mutatorName": "BooleanLiteral", "replacement": "props.role", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Badges Component > should match snapshot when rendered. 1` mismatched", @@ -46346,7 +46829,7 @@ } }, { - "id": "1531", + "id": "1546", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Badges Component > should match snapshot when rendered. 1` mismatched", @@ -46380,7 +46863,7 @@ } }, { - "id": "1532", + "id": "1547", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -46414,7 +46897,7 @@ } }, { - "id": "1533", + "id": "1548", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -46440,7 +46923,7 @@ } }, { - "id": "1534", + "id": "1549", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Badges Component > should match snapshot when rendered. 1` mismatched", @@ -46474,7 +46957,7 @@ } }, { - "id": "1535", + "id": "1550", "mutatorName": "BooleanLiteral", "replacement": "props.role", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Badges Component > should match snapshot when rendered. 1` mismatched", @@ -46508,7 +46991,7 @@ } }, { - "id": "1536", + "id": "1551", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Badges Component > should match snapshot when rendered. 1` mismatched", @@ -46542,7 +47025,7 @@ } }, { - "id": "1537", + "id": "1552", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -46576,7 +47059,7 @@ } }, { - "id": "1538", + "id": "1553", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -46608,7 +47091,7 @@ "language": "html", "mutants": [ { - "id": "1539", + "id": "1554", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Role Picker Header Component > should match snapshot when rendered. 1` mismatched", @@ -46616,16 +47099,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "974" + "989" ], "coveredBy": [ - "974", - "975", - "976", - "977", - "978", - "979", - "980" + "989", + "990", + "991", + "992", + "993", + "994", + "995" ], "location": { "end": { @@ -46639,7 +47122,7 @@ } }, { - "id": "1540", + "id": "1555", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Role Picker Header Component > should match snapshot when rendered. 1` mismatched", @@ -46647,16 +47130,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "974" + "989" ], "coveredBy": [ - "974", - "975", - "976", - "977", - "978", - "979", - "980" + "989", + "990", + "991", + "992", + "993", + "994", + "995" ], "location": { "end": { @@ -46670,7 +47153,7 @@ } }, { - "id": "1541", + "id": "1556", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Role Picker Header Component > should match snapshot when rendered. 1` mismatched", @@ -46678,16 +47161,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "974" + "989" ], "coveredBy": [ - "974", - "975", - "976", - "977", - "978", - "979", - "980" + "989", + "990", + "991", + "992", + "993", + "994", + "995" ], "location": { "end": { @@ -46701,7 +47184,7 @@ } }, { - "id": "1542", + "id": "1557", "mutatorName": "OptionalChaining", "replacement": "props.player.name", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -46709,16 +47192,16 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "977" + "992" ], "coveredBy": [ - "974", - "975", - "976", - "977", - "978", - "979", - "980" + "989", + "990", + "991", + "992", + "993", + "994", + "995" ], "location": { "end": { @@ -46732,7 +47215,7 @@ } }, { - "id": "1543", + "id": "1558", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Role Picker Header Component > should match snapshot when rendered. 1` mismatched", @@ -46740,16 +47223,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "974" + "989" ], "coveredBy": [ - "974", - "975", - "976", - "977", - "978", - "979", - "980" + "989", + "990", + "991", + "992", + "993", + "994", + "995" ], "location": { "end": { @@ -46763,7 +47246,7 @@ } }, { - "id": "1544", + "id": "1559", "mutatorName": "BooleanLiteral", "replacement": "props.player?.role.name", "statusReason": "Snapshot `Game Lobby Role Picker Header Component > should match snapshot when rendered. 1` mismatched", @@ -46771,16 +47254,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "974" + "989" ], "coveredBy": [ - "974", - "975", - "976", - "977", - "978", - "979", - "980" + "989", + "990", + "991", + "992", + "993", + "994", + "995" ], "location": { "end": { @@ -46794,7 +47277,7 @@ } }, { - "id": "1545", + "id": "1560", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Role Picker Header Component > should match snapshot when rendered. 1` mismatched", @@ -46802,16 +47285,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "974" + "989" ], "coveredBy": [ - "974", - "975", - "976", - "977", - "978", - "979", - "980" + "989", + "990", + "991", + "992", + "993", + "994", + "995" ], "location": { "end": { @@ -46825,7 +47308,7 @@ } }, { - "id": "1546", + "id": "1561", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -46833,16 +47316,16 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "977" + "992" ], "coveredBy": [ - "974", - "975", - "976", - "977", - "978", - "979", - "980" + "989", + "990", + "991", + "992", + "993", + "994", + "995" ], "location": { "end": { @@ -46856,7 +47339,7 @@ } }, { - "id": "1547", + "id": "1562", "mutatorName": "OptionalChaining", "replacement": "props.player.role", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -46864,16 +47347,16 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "977" + "992" ], "coveredBy": [ - "974", - "975", - "976", - "977", - "978", - "979", - "980" + "989", + "990", + "991", + "992", + "993", + "994", + "995" ], "location": { "end": { @@ -46887,7 +47370,7 @@ } }, { - "id": "1548", + "id": "1563", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -46895,12 +47378,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "977" + "992" ], "coveredBy": [ - "977", - "978", - "980" + "992", + "993", + "995" ], "location": { "end": { @@ -46914,7 +47397,7 @@ } }, { - "id": "1549", + "id": "1564", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameLobbyRolePickerHeader.…' // Object.is equality", @@ -46922,12 +47405,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "977" + "992" ], "coveredBy": [ - "977", - "978", - "980" + "992", + "993", + "995" ], "location": { "end": { @@ -46947,7 +47430,7 @@ "language": "html", "mutants": [ { - "id": "1550", + "id": "1565", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be truthy", @@ -46955,10 +47438,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1198" + "1213" ], "coveredBy": [ - "1198" + "1213" ], "location": { "end": { @@ -46972,7 +47455,7 @@ } }, { - "id": "1551", + "id": "1566", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected undefined to be truthy", @@ -46980,10 +47463,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1198" + "1213" ], "coveredBy": [ - "1198" + "1213" ], "location": { "end": { @@ -47003,7 +47486,7 @@ "language": "html", "mutants": [ { - "id": "1552", + "id": "1567", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -47011,11 +47494,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1248" + "1266" ], "coveredBy": [ - "1248", - "1249" + "1266", + "1267" ], "location": { "end": { @@ -47029,7 +47512,7 @@ } }, { - "id": "1553", + "id": "1568", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -47037,11 +47520,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1248" + "1266" ], "coveredBy": [ - "1248", - "1249" + "1266", + "1267" ], "location": { "end": { @@ -47055,7 +47538,7 @@ } }, { - "id": "1554", + "id": "1569", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -47063,11 +47546,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1248" + "1266" ], "coveredBy": [ - "1248", - "1249" + "1266", + "1267" ], "location": { "end": { @@ -47081,7 +47564,7 @@ } }, { - "id": "1555", + "id": "1570", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -47089,11 +47572,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1248" + "1266" ], "coveredBy": [ - "1248", - "1249" + "1266", + "1267" ], "location": { "end": { @@ -47107,7 +47590,7 @@ } }, { - "id": "1556", + "id": "1571", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -47115,11 +47598,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1248" + "1266" ], "coveredBy": [ - "1248", - "1249" + "1266", + "1267" ], "location": { "end": { @@ -47133,7 +47616,7 @@ } }, { - "id": "1557", + "id": "1572", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -47141,11 +47624,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1248" + "1266" ], "coveredBy": [ - "1248", - "1249" + "1266", + "1267" ], "location": { "end": { @@ -47159,7 +47642,7 @@ } }, { - "id": "1558", + "id": "1573", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -47167,11 +47650,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1248" + "1266" ], "coveredBy": [ - "1248", - "1249" + "1266", + "1267" ], "location": { "end": { @@ -47185,7 +47668,7 @@ } }, { - "id": "1559", + "id": "1574", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -47193,11 +47676,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1248" + "1266" ], "coveredBy": [ - "1248", - "1249" + "1266", + "1267" ], "location": { "end": { @@ -47211,7 +47694,7 @@ } }, { - "id": "1560", + "id": "1575", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -47219,11 +47702,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1248" + "1266" ], "coveredBy": [ - "1248", - "1249" + "1266", + "1267" ], "location": { "end": { @@ -47237,7 +47720,7 @@ } }, { - "id": "1561", + "id": "1576", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -47245,11 +47728,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1248" + "1266" ], "coveredBy": [ - "1248", - "1249" + "1266", + "1267" ], "location": { "end": { @@ -47269,7 +47752,7 @@ "language": "html", "mutants": [ { - "id": "1562", + "id": "1577", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `App Component > should render component without shallow and match snapshot when rendered. 1` mismatched", @@ -47277,15 +47760,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1193" + "1208" ], "coveredBy": [ - "1193", - "1199", - "1200", - "1201", - "1206", - "1207" + "1208", + "1214", + "1215", + "1216", + "1224", + "1225" ], "location": { "end": { @@ -47299,7 +47782,7 @@ } }, { - "id": "1563", + "id": "1578", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `App Component > should render component without shallow and match snapshot when rendered. 1` mismatched", @@ -47307,15 +47790,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1193" + "1208" ], "coveredBy": [ - "1193", - "1199", - "1200", - "1201", - "1206", - "1207" + "1208", + "1214", + "1215", + "1216", + "1224", + "1225" ], "location": { "end": { @@ -47329,7 +47812,7 @@ } }, { - "id": "1564", + "id": "1579", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `GitHub Repository Button > should match snapshot when rendered. 1` mismatched", @@ -47337,15 +47820,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1199" + "1214" ], "coveredBy": [ - "1193", - "1199", - "1200", - "1201", - "1206", - "1207" + "1208", + "1214", + "1215", + "1216", + "1224", + "1225" ], "location": { "end": { @@ -47359,7 +47842,7 @@ } }, { - "id": "1565", + "id": "1580", "mutatorName": "EqualityOperator", "replacement": "props.textButton === undefined", "statusReason": "Snapshot `App Component > should render component without shallow and match snapshot when rendered. 1` mismatched", @@ -47367,15 +47850,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1193" + "1208" ], "coveredBy": [ - "1193", - "1199", - "1200", - "1201", - "1206", - "1207" + "1208", + "1214", + "1215", + "1216", + "1224", + "1225" ], "location": { "end": { @@ -47389,7 +47872,7 @@ } }, { - "id": "1566", + "id": "1581", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `GitHub Repository Button > should match snapshot when rendered. 1` mismatched", @@ -47397,12 +47880,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1199" + "1214" ], "coveredBy": [ - "1199", - "1200", - "1201" + "1214", + "1215", + "1216" ], "location": { "end": { @@ -47416,7 +47899,7 @@ } }, { - "id": "1567", + "id": "1582", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `App Component > should render component without shallow and match snapshot when rendered. 1` mismatched", @@ -47424,13 +47907,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1193" + "1208" ], "coveredBy": [ - "1193", - "1201", - "1206", - "1207" + "1208", + "1216", + "1224", + "1225" ], "location": { "end": { @@ -47450,7 +47933,7 @@ "language": "html", "mutants": [ { - "id": "1568", + "id": "1583", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Event Flipping Play Source Players Card Component > should match snapshot when rendered. 1` mismatched", @@ -47458,38 +47941,38 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "945" + "960" ], "coveredBy": [ - "620", - "833", - "933", - "945", - "946", - "947", + "641", + "862", "948", - "989", - "993", + "960", + "961", + "962", + "963", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -47503,7 +47986,7 @@ } }, { - "id": "1569", + "id": "1584", "mutatorName": "LogicalOperator", "replacement": "currentPlay?.source.players && []", "statusReason": "Snapshot `Game Event Flipping Play Source Players Card Component > should match snapshot when rendered. 1` mismatched", @@ -47511,38 +47994,38 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "945" + "960" ], "coveredBy": [ - "620", - "833", - "933", - "945", - "946", - "947", + "641", + "862", "948", - "989", - "993", + "960", + "961", + "962", + "963", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -47556,7 +48039,7 @@ } }, { - "id": "1570", + "id": "1585", "mutatorName": "OptionalChaining", "replacement": "currentPlay.source", "statusReason": "Cannot read properties of null (reading 'source')", @@ -47564,38 +48047,38 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "947" + "962" ], "coveredBy": [ - "620", - "833", - "933", - "945", - "946", - "947", + "641", + "862", "948", - "989", - "993", + "960", + "961", + "962", + "963", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -47609,7 +48092,7 @@ } }, { - "id": "1571", + "id": "1586", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "expected [ 'Stryker was here' ] to strictly equal []", @@ -47617,34 +48100,34 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "947" + "962" ], "coveredBy": [ - "933", - "947", "948", - "989", - "993", + "962", + "963", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -47664,7 +48147,7 @@ "language": "html", "mutants": [ { - "id": "1572", + "id": "1587", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Event Flipping Player Card Component > should match snapshot when rendered. 1` mismatched", @@ -47672,57 +48155,58 @@ "testsCompleted": 21, "static": false, "killedBy": [ - "785" + "814" ], "coveredBy": [ - "620", - "785", - "786", - "787", - "788", - "789", - "790", - "791", - "792", - "793", - "833", - "933", - "989", - "993", + "519", + "641", + "814", + "815", + "816", + "817", + "818", + "819", + "820", + "821", + "822", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { "column": 92, - "line": 36 + "line": 40 }, "start": { "column": 54, - "line": 36 + "line": 40 } } }, { - "id": "1573", + "id": "1588", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'seer' to be 'cupid' // Object.is equality", @@ -47730,25 +48214,25 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "790" + "819" ], "coveredBy": [ - "790", - "791" + "819", + "820" ], "location": { "end": { "column": 2, - "line": 45 + "line": 49 }, "start": { "column": 33, - "line": 38 + "line": 42 } } }, { - "id": "1574", + "id": "1589", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'seer' to be 'cupid' // Object.is equality", @@ -47756,25 +48240,25 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "790" + "819" ], "coveredBy": [ - "790", - "791" + "819", + "820" ], "location": { "end": { "column": 53, - "line": 39 + "line": 43 }, "start": { "column": 7, - "line": 39 + "line": 43 } } }, { - "id": "1575", + "id": "1590", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected undefined to be 'seer' // Object.is equality", @@ -47782,25 +48266,25 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "791" + "820" ], "coveredBy": [ - "790", - "791" + "819", + "820" ], "location": { "end": { "column": 53, - "line": 39 + "line": 43 }, "start": { "column": 7, - "line": 39 + "line": 43 } } }, { - "id": "1576", + "id": "1591", "mutatorName": "EqualityOperator", "replacement": "playerIndex.value !== props.players.length - 1", "statusReason": "expected 'seer' to be 'cupid' // Object.is equality", @@ -47808,25 +48292,25 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "790" + "819" ], "coveredBy": [ - "790", - "791" + "819", + "820" ], "location": { "end": { "column": 53, - "line": 39 + "line": 43 }, "start": { "column": 7, - "line": 39 + "line": 43 } } }, { - "id": "1577", + "id": "1592", "mutatorName": "ArithmeticOperator", "replacement": "props.players.length + 1", "statusReason": "expected undefined to be 'seer' // Object.is equality", @@ -47834,25 +48318,25 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "791" + "820" ], "coveredBy": [ - "790", - "791" + "819", + "820" ], "location": { "end": { "column": 53, - "line": 39 + "line": 43 }, "start": { "column": 29, - "line": 39 + "line": 43 } } }, { - "id": "1578", + "id": "1593", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be 'seer' // Object.is equality", @@ -47860,24 +48344,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "791" + "820" ], "coveredBy": [ - "791" + "820" ], "location": { "end": { "column": 4, - "line": 43 + "line": 47 }, "start": { "column": 55, - "line": 39 + "line": 43 } } }, { - "id": "1579", + "id": "1594", "mutatorName": "UpdateOperator", "replacement": "playerIndex.value--", "statusReason": "expected undefined to be 'cupid' // Object.is equality", @@ -47885,25 +48369,25 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "790" + "819" ], "coveredBy": [ - "790", - "791" + "819", + "820" ], "location": { "end": { "column": 22, - "line": 44 + "line": 48 }, "start": { "column": 3, - "line": 44 + "line": 48 } } }, { - "id": "1580", + "id": "1595", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -47911,57 +48395,58 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "786" + "815" ], "coveredBy": [ - "620", - "785", - "786", - "787", - "788", - "789", - "790", - "791", - "792", - "793", - "833", - "933", - "989", - "993", + "519", + "641", + "814", + "815", + "816", + "817", + "818", + "819", + "820", + "821", + "822", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { "column": 2, - "line": 54 + "line": 58 }, "start": { "column": 45, - "line": 47 + "line": 51 } } }, { - "id": "1581", + "id": "1596", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -47969,57 +48454,58 @@ "testsCompleted": 16, "static": false, "killedBy": [ - "786" + "815" ], "coveredBy": [ - "620", - "785", - "786", - "787", - "788", - "789", - "790", - "791", - "792", - "793", - "833", - "933", - "989", - "993", + "519", + "641", + "814", + "815", + "816", + "817", + "818", + "819", + "820", + "821", + "822", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { "column": 33, - "line": 50 + "line": 54 }, "start": { "column": 7, - "line": 50 + "line": 54 } } }, { - "id": "1582", + "id": "1597", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected \"setInterval\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st setInterval call:\n\n Array [\n [Function flipPlayerCard],\n 1500,\n ]\n\n\nNumber of calls: 1\n", @@ -48027,57 +48513,58 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "788" + "817" ], "coveredBy": [ - "620", - "785", - "786", - "787", - "788", - "789", - "790", - "791", - "792", - "793", - "833", - "933", - "989", - "993", + "519", + "641", + "814", + "815", + "816", + "817", + "818", + "819", + "820", + "821", + "822", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { "column": 33, - "line": 50 + "line": 54 }, "start": { "column": 7, - "line": 50 + "line": 54 } } }, { - "id": "1583", + "id": "1598", "mutatorName": "EqualityOperator", "replacement": "props.players.length !== 0", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -48085,57 +48572,58 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "786" + "815" ], "coveredBy": [ - "620", - "785", - "786", - "787", - "788", - "789", - "790", - "791", - "792", - "793", - "833", - "933", - "989", - "993", + "519", + "641", + "814", + "815", + "816", + "817", + "818", + "819", + "820", + "821", + "822", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { "column": 33, - "line": 50 + "line": 54 }, "start": { "column": 7, - "line": 50 + "line": 54 } } }, { - "id": "1584", + "id": "1599", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected \"setInterval\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st setInterval call:\n\n Array [\n [Function flipPlayerCard],\n 1500,\n ]\n\n\nNumber of calls: 1\n", @@ -48143,57 +48631,57 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "788" + "817" ], "coveredBy": [ - "620", - "788", - "789", - "793", - "833", - "933", - "989", - "993", + "641", + "817", + "818", + "822", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { "column": 4, - "line": 52 + "line": 56 }, "start": { "column": 35, - "line": 50 + "line": 54 } } } ], - "source": "\n\n" + "source": "\n\n" }, "components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventTextsManager.vue": { "language": "html", "mutants": [ { - "id": "1585", + "id": "1600", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Phase Starts Event Component > should match snapshot without shallow rendering when rendered for night falling. 1` mismatched", @@ -48206,43 +48694,44 @@ "coveredBy": [ "385", "386", - "620", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "670", - "671", - "672", - "833", - "933", - "989", - "993", + "519", + "641", + "685", + "686", + "687", + "688", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1144", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -48256,7 +48745,7 @@ } }, { - "id": "1586", + "id": "1601", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected '' to be undefined", @@ -48264,48 +48753,49 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "666" + "689" ], "coveredBy": [ "385", "386", - "620", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "670", - "671", - "672", - "833", - "933", - "989", - "993", + "519", + "641", + "685", + "686", + "687", + "688", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1144", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -48319,7 +48809,7 @@ } }, { - "id": "1587", + "id": "1602", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Phase Starts Event Component > should match snapshot without shallow rendering when rendered for night falling. 1` mismatched", @@ -48332,43 +48822,44 @@ "coveredBy": [ "385", "386", - "620", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "670", - "671", - "672", - "833", - "933", - "989", - "993", + "519", + "641", + "685", + "686", + "687", + "688", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1144", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -48382,7 +48873,7 @@ } }, { - "id": "1588", + "id": "1603", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected '' to be undefined", @@ -48390,48 +48881,49 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "666" + "689" ], "coveredBy": [ "385", "386", - "620", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "670", - "671", - "672", - "833", - "933", - "989", - "993", + "519", + "641", + "685", + "686", + "687", + "688", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1144", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -48445,7 +48937,7 @@ } }, { - "id": "1589", + "id": "1604", "mutatorName": "EqualityOperator", "replacement": "currentIndex.value >= 0", "statusReason": "Snapshot `Game Phase Starts Event Component > should match snapshot without shallow rendering when rendered for night falling. 1` mismatched", @@ -48458,43 +48950,44 @@ "coveredBy": [ "385", "386", - "620", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "670", - "671", - "672", - "833", - "933", - "989", - "993", + "519", + "641", + "685", + "686", + "687", + "688", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1144", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -48508,7 +49001,7 @@ } }, { - "id": "1590", + "id": "1605", "mutatorName": "EqualityOperator", "replacement": "currentIndex.value <= 0", "statusReason": "Snapshot `Game Phase Starts Event Component > should match snapshot without shallow rendering when rendered for night falling. 1` mismatched", @@ -48521,43 +49014,44 @@ "coveredBy": [ "385", "386", - "620", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "670", - "671", - "672", - "833", - "933", - "989", - "993", + "519", + "641", + "685", + "686", + "687", + "688", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1144", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -48571,7 +49065,7 @@ } }, { - "id": "1591", + "id": "1606", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be '' // Object.is equality", @@ -48579,48 +49073,49 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "664" + "687" ], "coveredBy": [ "385", "386", - "620", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "670", - "671", - "672", - "833", - "933", - "989", - "993", + "519", + "641", + "685", + "686", + "687", + "688", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1144", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -48634,7 +49129,7 @@ } }, { - "id": "1592", + "id": "1607", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Event Texts Manager Component > should match snapshot when rendered. 1` mismatched", @@ -48642,48 +49137,49 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "662" + "685" ], "coveredBy": [ "385", "386", - "620", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "670", - "671", - "672", - "833", - "933", - "989", - "993", + "519", + "641", + "685", + "686", + "687", + "688", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1144", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -48697,7 +49193,7 @@ } }, { - "id": "1593", + "id": "1608", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected '' to be 'shared.actions.back' // Object.is equality", @@ -48705,48 +49201,49 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "667" + "690" ], "coveredBy": [ "385", "386", - "620", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "670", - "671", - "672", - "833", - "933", - "989", - "993", + "519", + "641", + "685", + "686", + "687", + "688", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1144", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -48760,7 +49257,7 @@ } }, { - "id": "1594", + "id": "1609", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected '' to be 'shared.actions.back' // Object.is equality", @@ -48768,14 +49265,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "667" + "690" ], "coveredBy": [ - "666", - "667", - "668", - "671", - "672" + "689", + "690", + "691", + "694", + "695" ], "location": { "end": { @@ -48789,7 +49286,7 @@ } }, { - "id": "1595", + "id": "1610", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'shared.actions.back' // Object.is equality", @@ -48797,14 +49294,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "667" + "690" ], "coveredBy": [ - "666", - "667", - "668", - "671", - "672" + "689", + "690", + "691", + "694", + "695" ], "location": { "end": { @@ -48818,7 +49315,7 @@ } }, { - "id": "1596", + "id": "1611", "mutatorName": "StringLiteral", "replacement": "\"Stryker was here!\"", "statusReason": "Snapshot `Game Event Texts Manager Component > should match snapshot when rendered. 1` mismatched", @@ -48826,48 +49323,49 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "662" + "685" ], "coveredBy": [ "385", "386", - "620", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "670", - "671", - "672", - "833", - "933", - "989", - "993", + "519", + "641", + "685", + "686", + "687", + "688", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1144", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -48881,7 +49379,7 @@ } }, { - "id": "1597", + "id": "1612", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected '' to be undefined", @@ -48889,14 +49387,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "666" + "689" ], "coveredBy": [ - "666", - "667", - "668", - "671", - "672" + "689", + "690", + "691", + "694", + "695" ], "location": { "end": { @@ -48910,7 +49408,7 @@ } }, { - "id": "1598", + "id": "1613", "mutatorName": "UpdateOperator", "replacement": "currentIndex.value--", "statusReason": "expected '' to be undefined", @@ -48918,14 +49416,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "666" + "689" ], "coveredBy": [ - "666", - "667", - "668", - "671", - "672" + "689", + "690", + "691", + "694", + "695" ], "location": { "end": { @@ -48939,7 +49437,7 @@ } }, { - "id": "1599", + "id": "1614", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 3 times", @@ -48947,14 +49445,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "672" + "695" ], "coveredBy": [ - "666", - "667", - "668", - "671", - "672" + "689", + "690", + "691", + "694", + "695" ], "location": { "end": { @@ -48968,7 +49466,7 @@ } }, { - "id": "1600", + "id": "1615", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -48976,14 +49474,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "672" + "695" ], "coveredBy": [ - "666", - "667", - "668", - "671", - "672" + "689", + "690", + "691", + "694", + "695" ], "location": { "end": { @@ -48997,7 +49495,7 @@ } }, { - "id": "1601", + "id": "1616", "mutatorName": "EqualityOperator", "replacement": "currentGameEventText.value !== undefined", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 2 times", @@ -49005,14 +49503,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "672" + "695" ], "coveredBy": [ - "666", - "667", - "668", - "671", - "672" + "689", + "690", + "691", + "694", + "695" ], "location": { "end": { @@ -49026,7 +49524,7 @@ } }, { - "id": "1602", + "id": "1617", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -49034,10 +49532,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "672" + "695" ], "coveredBy": [ - "672" + "695" ], "location": { "end": { @@ -49051,7 +49549,7 @@ } }, { - "id": "1603", + "id": "1618", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'Night falls.' to be 'Day rises.' // Object.is equality", @@ -49059,10 +49557,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "668" + "691" ], "coveredBy": [ - "668" + "691" ], "location": { "end": { @@ -49076,7 +49574,7 @@ } }, { - "id": "1604", + "id": "1619", "mutatorName": "UpdateOperator", "replacement": "currentIndex.value++", "statusReason": "expected '' to be 'Day rises.' // Object.is equality", @@ -49084,10 +49582,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "668" + "691" ], "coveredBy": [ - "668" + "691" ], "location": { "end": { @@ -49107,7 +49605,7 @@ "language": "html", "mutants": [ { - "id": "1605", + "id": "1620", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -49125,7 +49623,7 @@ } }, { - "id": "1606", + "id": "1621", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -49149,7 +49647,7 @@ "language": "html", "mutants": [ { - "id": "1607", + "id": "1622", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -49157,16 +49655,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "1158", - "1159", - "1160", - "1161", - "1165", - "1166", - "1167" + "1173", + "1174", + "1175", + "1176", + "1180", + "1181", + "1182" ], "location": { "end": { @@ -49180,7 +49678,7 @@ } }, { - "id": "1608", + "id": "1623", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -49188,16 +49686,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1158" + "1173" ], "coveredBy": [ - "1158", - "1159", - "1160", - "1161", - "1165", - "1166", - "1167" + "1173", + "1174", + "1175", + "1176", + "1180", + "1181", + "1182" ], "location": { "end": { @@ -49213,11 +49711,157 @@ ], "source": "\n\n" }, + "components/shared/game/game-phase/GamePhaseIcon/GamePhaseIcon.vue": { + "language": "html", + "mutants": [ + { + "id": "1624", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "Snapshot `Game Phase Icon Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1151" + ], + "coveredBy": [ + "1151", + "1152", + "1153", + "1154" + ], + "location": { + "end": { + "column": 2, + "line": 22 + }, + "start": { + "column": 42, + "line": 14 + } + } + }, + { + "id": "1625", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "Snapshot `Game Phase Icon Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1151" + ], + "coveredBy": [ + "1151", + "1152", + "1153", + "1154" + ], + "location": { + "end": { + "column": 4, + "line": 19 + }, + "start": { + "column": 53, + "line": 15 + } + } + }, + { + "id": "1626", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expect(received).toContainValues(expected)\n\nExpected object to contain all values:\n Array [\n \"fa-moon\",\n \"text-night\",\n]\nReceived:\n Array []", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "1152" + ], + "coveredBy": [ + "1151", + "1152", + "1153", + "1154" + ], + "location": { + "end": { + "column": 35, + "line": 16 + }, + "start": { + "column": 12, + "line": 16 + } + } + }, + { + "id": "1627", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "Snapshot `Game Phase Icon Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1151" + ], + "coveredBy": [ + "1151", + "1152", + "1153", + "1154" + ], + "location": { + "end": { + "column": 30, + "line": 17 + }, + "start": { + "column": 10, + "line": 17 + } + } + }, + { + "id": "1628", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expect(received).toContainValues(expected)\n\nExpected object to contain all values:\n Array [\n \"fa-cloud-moon\",\n \"text-twilight\",\n]\nReceived:\n Array []", + "status": "Killed", + "testsCompleted": 4, + "static": false, + "killedBy": [ + "1154" + ], + "coveredBy": [ + "1151", + "1152", + "1153", + "1154" + ], + "location": { + "end": { + "column": 47, + "line": 18 + }, + "start": { + "column": 15, + "line": 18 + } + } + } + ], + "source": "\n\n" + }, "components/shared/game/game-play/game-play.constants.ts": { "language": "typescript", "mutants": [ { - "id": "1614", + "id": "1629", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49236,7 +49880,7 @@ } }, { - "id": "1615", + "id": "1630", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49255,7 +49899,7 @@ } }, { - "id": "1616", + "id": "1631", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49274,7 +49918,7 @@ } }, { - "id": "1617", + "id": "1632", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49293,7 +49937,7 @@ } }, { - "id": "1618", + "id": "1633", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49312,7 +49956,7 @@ } }, { - "id": "1619", + "id": "1634", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49331,7 +49975,7 @@ } }, { - "id": "1620", + "id": "1635", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49350,7 +49994,7 @@ } }, { - "id": "1621", + "id": "1636", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49369,7 +50013,7 @@ } }, { - "id": "1622", + "id": "1637", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49388,7 +50032,7 @@ } }, { - "id": "1623", + "id": "1638", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49407,7 +50051,7 @@ } }, { - "id": "1624", + "id": "1639", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49426,7 +50070,7 @@ } }, { - "id": "1625", + "id": "1640", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49445,7 +50089,7 @@ } }, { - "id": "1626", + "id": "1641", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49464,7 +50108,7 @@ } }, { - "id": "1627", + "id": "1642", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49483,7 +50127,7 @@ } }, { - "id": "1628", + "id": "1643", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49502,7 +50146,7 @@ } }, { - "id": "1629", + "id": "1644", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49521,7 +50165,7 @@ } }, { - "id": "1630", + "id": "1645", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49540,7 +50184,7 @@ } }, { - "id": "1631", + "id": "1646", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49559,7 +50203,7 @@ } }, { - "id": "1632", + "id": "1647", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49578,7 +50222,7 @@ } }, { - "id": "1633", + "id": "1648", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49597,7 +50241,7 @@ } }, { - "id": "1634", + "id": "1649", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49616,7 +50260,7 @@ } }, { - "id": "1635", + "id": "1650", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49635,7 +50279,7 @@ } }, { - "id": "1636", + "id": "1651", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49654,7 +50298,7 @@ } }, { - "id": "1637", + "id": "1652", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49673,7 +50317,7 @@ } }, { - "id": "1638", + "id": "1653", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49692,7 +50336,7 @@ } }, { - "id": "1639", + "id": "1654", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49711,7 +50355,7 @@ } }, { - "id": "1640", + "id": "1655", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49730,7 +50374,7 @@ } }, { - "id": "1641", + "id": "1656", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49749,7 +50393,7 @@ } }, { - "id": "1642", + "id": "1657", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49768,7 +50412,7 @@ } }, { - "id": "1643", + "id": "1658", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49787,7 +50431,7 @@ } }, { - "id": "1644", + "id": "1659", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49806,7 +50450,7 @@ } }, { - "id": "1645", + "id": "1660", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49825,7 +50469,7 @@ } }, { - "id": "1646", + "id": "1661", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49844,7 +50488,7 @@ } }, { - "id": "1647", + "id": "1662", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49863,7 +50507,7 @@ } }, { - "id": "1648", + "id": "1663", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49882,7 +50526,7 @@ } }, { - "id": "1649", + "id": "1664", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49901,7 +50545,7 @@ } }, { - "id": "1650", + "id": "1665", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49920,7 +50564,7 @@ } }, { - "id": "1651", + "id": "1666", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49939,7 +50583,7 @@ } }, { - "id": "1652", + "id": "1667", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49958,7 +50602,7 @@ } }, { - "id": "1653", + "id": "1668", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49977,7 +50621,7 @@ } }, { - "id": "1654", + "id": "1669", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -49996,7 +50640,7 @@ } }, { - "id": "1655", + "id": "1670", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50015,7 +50659,7 @@ } }, { - "id": "1656", + "id": "1671", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50034,7 +50678,7 @@ } }, { - "id": "1657", + "id": "1672", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50053,7 +50697,7 @@ } }, { - "id": "1658", + "id": "1673", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50072,7 +50716,7 @@ } }, { - "id": "1659", + "id": "1674", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50091,7 +50735,7 @@ } }, { - "id": "1660", + "id": "1675", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50110,7 +50754,7 @@ } }, { - "id": "1661", + "id": "1676", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50129,7 +50773,7 @@ } }, { - "id": "1662", + "id": "1677", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50148,7 +50792,7 @@ } }, { - "id": "1663", + "id": "1678", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50167,7 +50811,7 @@ } }, { - "id": "1664", + "id": "1679", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50186,7 +50830,7 @@ } }, { - "id": "1665", + "id": "1680", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50205,7 +50849,7 @@ } }, { - "id": "1666", + "id": "1681", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50224,7 +50868,7 @@ } }, { - "id": "1667", + "id": "1682", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50243,7 +50887,7 @@ } }, { - "id": "1668", + "id": "1683", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50262,7 +50906,7 @@ } }, { - "id": "1669", + "id": "1684", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50281,7 +50925,7 @@ } }, { - "id": "1670", + "id": "1685", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50300,7 +50944,7 @@ } }, { - "id": "1671", + "id": "1686", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50319,7 +50963,7 @@ } }, { - "id": "1672", + "id": "1687", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50338,7 +50982,7 @@ } }, { - "id": "1673", + "id": "1688", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50357,7 +51001,7 @@ } }, { - "id": "1674", + "id": "1689", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50376,7 +51020,7 @@ } }, { - "id": "1675", + "id": "1690", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50395,7 +51039,7 @@ } }, { - "id": "1676", + "id": "1691", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50414,7 +51058,7 @@ } }, { - "id": "1677", + "id": "1692", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50433,7 +51077,7 @@ } }, { - "id": "1678", + "id": "1693", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50452,7 +51096,7 @@ } }, { - "id": "1679", + "id": "1694", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50471,7 +51115,7 @@ } }, { - "id": "1680", + "id": "1695", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50490,7 +51134,7 @@ } }, { - "id": "1681", + "id": "1696", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50509,7 +51153,7 @@ } }, { - "id": "1682", + "id": "1697", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50528,7 +51172,7 @@ } }, { - "id": "1683", + "id": "1698", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50547,7 +51191,7 @@ } }, { - "id": "1684", + "id": "1699", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50566,7 +51210,7 @@ } }, { - "id": "1685", + "id": "1700", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50585,7 +51229,7 @@ } }, { - "id": "1686", + "id": "1701", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50604,7 +51248,7 @@ } }, { - "id": "1687", + "id": "1702", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50623,7 +51267,7 @@ } }, { - "id": "1688", + "id": "1703", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50642,7 +51286,7 @@ } }, { - "id": "1689", + "id": "1704", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50661,7 +51305,7 @@ } }, { - "id": "1690", + "id": "1705", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50680,7 +51324,7 @@ } }, { - "id": "1691", + "id": "1706", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50699,7 +51343,7 @@ } }, { - "id": "1692", + "id": "1707", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50718,7 +51362,7 @@ } }, { - "id": "1693", + "id": "1708", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50737,7 +51381,7 @@ } }, { - "id": "1694", + "id": "1709", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50756,7 +51400,7 @@ } }, { - "id": "1695", + "id": "1710", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50775,7 +51419,7 @@ } }, { - "id": "1696", + "id": "1711", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50794,7 +51438,7 @@ } }, { - "id": "1697", + "id": "1712", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50813,7 +51457,7 @@ } }, { - "id": "1698", + "id": "1713", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50832,7 +51476,7 @@ } }, { - "id": "1699", + "id": "1714", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50851,7 +51495,7 @@ } }, { - "id": "1700", + "id": "1715", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50870,7 +51514,7 @@ } }, { - "id": "1701", + "id": "1716", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50889,7 +51533,7 @@ } }, { - "id": "1702", + "id": "1717", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50908,7 +51552,7 @@ } }, { - "id": "1703", + "id": "1718", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50927,7 +51571,7 @@ } }, { - "id": "1704", + "id": "1719", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50946,7 +51590,7 @@ } }, { - "id": "1705", + "id": "1720", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50965,7 +51609,7 @@ } }, { - "id": "1706", + "id": "1721", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -50984,7 +51628,7 @@ } }, { - "id": "1707", + "id": "1722", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51003,7 +51647,7 @@ } }, { - "id": "1708", + "id": "1723", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51022,7 +51666,7 @@ } }, { - "id": "1709", + "id": "1724", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51041,7 +51685,7 @@ } }, { - "id": "1710", + "id": "1725", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51060,7 +51704,7 @@ } }, { - "id": "1711", + "id": "1726", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51079,7 +51723,7 @@ } }, { - "id": "1712", + "id": "1727", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51098,7 +51742,7 @@ } }, { - "id": "1713", + "id": "1728", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51117,7 +51761,7 @@ } }, { - "id": "1714", + "id": "1729", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51136,7 +51780,7 @@ } }, { - "id": "1715", + "id": "1730", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51155,7 +51799,7 @@ } }, { - "id": "1716", + "id": "1731", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51174,7 +51818,7 @@ } }, { - "id": "1717", + "id": "1732", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51193,7 +51837,7 @@ } }, { - "id": "1718", + "id": "1733", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51212,7 +51856,7 @@ } }, { - "id": "1719", + "id": "1734", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51231,7 +51875,7 @@ } }, { - "id": "1720", + "id": "1735", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51250,7 +51894,7 @@ } }, { - "id": "1721", + "id": "1736", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51269,7 +51913,7 @@ } }, { - "id": "1722", + "id": "1737", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51288,7 +51932,7 @@ } }, { - "id": "1723", + "id": "1738", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -51313,7 +51957,7 @@ "language": "html", "mutants": [ { - "id": "1724", + "id": "1739", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -51331,7 +51975,7 @@ } }, { - "id": "1725", + "id": "1740", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -51349,7 +51993,7 @@ } }, { - "id": "1726", + "id": "1741", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -51367,7 +52011,7 @@ } }, { - "id": "1727", + "id": "1742", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected undefined to be 'Select Player' // Object.is equality", @@ -51375,16 +52019,16 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "999" + "1014" ], "coveredBy": [ - "821", - "996", - "997", - "998", - "999", - "1000", - "1001" + "850", + "1011", + "1012", + "1013", + "1014", + "1015", + "1016" ], "location": { "end": { @@ -51398,7 +52042,7 @@ } }, { - "id": "1728", + "id": "1743", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Player Card Component > should match snapshot when rendered without shallow. 1` mismatched", @@ -51406,16 +52050,16 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "821" + "850" ], "coveredBy": [ - "821", - "996", - "997", - "998", - "999", - "1000", - "1001" + "850", + "1011", + "1012", + "1013", + "1014", + "1015", + "1016" ], "location": { "end": { @@ -51429,7 +52073,7 @@ } }, { - "id": "1729", + "id": "1744", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Player Card Component > should match snapshot when rendered without shallow. 1` mismatched", @@ -51437,16 +52081,16 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "821" + "850" ], "coveredBy": [ - "821", - "996", - "997", - "998", - "999", - "1000", - "1001" + "850", + "1011", + "1012", + "1013", + "1014", + "1015", + "1016" ], "location": { "end": { @@ -51460,7 +52104,7 @@ } }, { - "id": "1730", + "id": "1745", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Player Card Component > should match snapshot when rendered without shallow. 1` mismatched", @@ -51468,16 +52112,16 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "821" + "850" ], "coveredBy": [ - "821", - "996", - "997", - "998", - "999", - "1000", - "1001" + "850", + "1011", + "1012", + "1013", + "1014", + "1015", + "1016" ], "location": { "end": { @@ -51491,7 +52135,7 @@ } }, { - "id": "1731", + "id": "1746", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Target cannot be null or undefined.", @@ -51499,10 +52143,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "998" + "1013" ], "coveredBy": [ - "998" + "1013" ], "location": { "end": { @@ -51516,7 +52160,7 @@ } }, { - "id": "1732", + "id": "1747", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -51524,10 +52168,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "998" + "1013" ], "coveredBy": [ - "998" + "1013" ], "location": { "end": { @@ -51547,7 +52191,7 @@ "language": "html", "mutants": [ { - "id": "1733", + "id": "1748", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Overflow Tag Component > should match snapshot when rendered. 1` mismatched", @@ -51555,12 +52199,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1170" + "1185" ], "coveredBy": [ - "1170", - "1171", - "1172" + "1185", + "1186", + "1187" ], "location": { "end": { @@ -51574,7 +52218,7 @@ } }, { - "id": "1734", + "id": "1749", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be falsy", @@ -51582,12 +52226,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1172" + "1187" ], "coveredBy": [ - "1170", - "1171", - "1172" + "1185", + "1186", + "1187" ], "location": { "end": { @@ -51601,7 +52245,7 @@ } }, { - "id": "1735", + "id": "1750", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Overflow Tag Component > should match snapshot when rendered. 1` mismatched", @@ -51609,12 +52253,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1170" + "1185" ], "coveredBy": [ - "1170", - "1171", - "1172" + "1185", + "1186", + "1187" ], "location": { "end": { @@ -51628,7 +52272,7 @@ } }, { - "id": "1736", + "id": "1751", "mutatorName": "EqualityOperator", "replacement": "props.entitiesCount >= props.maximumEntitiesDisplayed", "statusReason": "expected true to be falsy", @@ -51636,12 +52280,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1172" + "1187" ], "coveredBy": [ - "1170", - "1171", - "1172" + "1185", + "1186", + "1187" ], "location": { "end": { @@ -51655,7 +52299,7 @@ } }, { - "id": "1737", + "id": "1752", "mutatorName": "EqualityOperator", "replacement": "props.entitiesCount <= props.maximumEntitiesDisplayed", "statusReason": "Snapshot `Overflow Tag Component > should match snapshot when rendered. 1` mismatched", @@ -51663,12 +52307,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1170" + "1185" ], "coveredBy": [ - "1170", - "1171", - "1172" + "1185", + "1186", + "1187" ], "location": { "end": { @@ -51682,7 +52326,7 @@ } }, { - "id": "1738", + "id": "1753", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Overflow Tag Component > should match snapshot when rendered. 1` mismatched", @@ -51690,12 +52334,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1170" + "1185" ], "coveredBy": [ - "1170", - "1171", - "1172" + "1185", + "1186", + "1187" ], "location": { "end": { @@ -51709,7 +52353,7 @@ } }, { - "id": "1739", + "id": "1754", "mutatorName": "ArithmeticOperator", "replacement": "props.entitiesCount + props.maximumEntitiesDisplayed", "statusReason": "Snapshot `Overflow Tag Component > should match snapshot when rendered. 1` mismatched", @@ -51717,12 +52361,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1170" + "1185" ], "coveredBy": [ - "1170", - "1171", - "1172" + "1185", + "1186", + "1187" ], "location": { "end": { @@ -51736,7 +52380,7 @@ } }, { - "id": "1740", + "id": "1755", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Overflow Tag Component > should match snapshot when rendered. 1` mismatched", @@ -51744,12 +52388,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1170" + "1185" ], "coveredBy": [ - "1170", - "1171", - "1172" + "1185", + "1186", + "1187" ], "location": { "end": { @@ -51763,7 +52407,7 @@ } }, { - "id": "1741", + "id": "1756", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Overflow Tag Component > should match snapshot when rendered. 1` mismatched", @@ -51771,12 +52415,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1170" + "1185" ], "coveredBy": [ - "1170", - "1171", - "1172" + "1185", + "1186", + "1187" ], "location": { "end": { @@ -51796,7 +52440,7 @@ "language": "html", "mutants": [ { - "id": "1742", + "id": "1757", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Role Description Lines Component > should match snapshot when rendered. 1` mismatched", @@ -51804,12 +52448,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1091" + "1106" ], "coveredBy": [ - "1091", - "1092", - "1093" + "1106", + "1107", + "1108" ], "location": { "end": { @@ -51823,7 +52467,7 @@ } }, { - "id": "1743", + "id": "1758", "mutatorName": "BooleanLiteral", "replacement": "roleDescriptionMessages", "statusReason": "Snapshot `Role Description Lines Component > should match snapshot when rendered. 1` mismatched", @@ -51831,12 +52475,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1091" + "1106" ], "coveredBy": [ - "1091", - "1092", - "1093" + "1106", + "1107", + "1108" ], "location": { "end": { @@ -51850,7 +52494,7 @@ } }, { - "id": "1744", + "id": "1759", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Role Description Lines Component > should match snapshot when rendered. 1` mismatched", @@ -51858,12 +52502,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1091" + "1106" ], "coveredBy": [ - "1091", - "1092", - "1093" + "1106", + "1107", + "1108" ], "location": { "end": { @@ -51877,7 +52521,7 @@ } }, { - "id": "1745", + "id": "1760", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -51885,12 +52529,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1093" + "1108" ], "coveredBy": [ - "1091", - "1092", - "1093" + "1106", + "1107", + "1108" ], "location": { "end": { @@ -51904,7 +52548,7 @@ } }, { - "id": "1746", + "id": "1761", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\".", @@ -51912,10 +52556,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1093" + "1108" ], "coveredBy": [ - "1093" + "1108" ], "location": { "end": { @@ -51929,7 +52573,7 @@ } }, { - "id": "1747", + "id": "1762", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "expected [ DOMWrapper{ …(2) } ] to have a length of +0 but got 1", @@ -51937,10 +52581,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1093" + "1108" ], "coveredBy": [ - "1093" + "1108" ], "location": { "end": { @@ -51954,7 +52598,7 @@ } }, { - "id": "1748", + "id": "1763", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Role Description Lines Component > should match snapshot when rendered. 1` mismatched", @@ -51962,12 +52606,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1091" + "1106" ], "coveredBy": [ - "1091", - "1092", - "1093" + "1106", + "1107", + "1108" ], "location": { "end": { @@ -51981,7 +52625,7 @@ } }, { - "id": "1749", + "id": "1764", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Role Description Lines Component > should match snapshot when rendered. 1` mismatched", @@ -51989,12 +52633,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1091" + "1106" ], "coveredBy": [ - "1091", - "1092", - "1093" + "1106", + "1107", + "1108" ], "location": { "end": { @@ -52014,7 +52658,7 @@ "language": "html", "mutants": [ { - "id": "1750", + "id": "1765", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -52023,16 +52667,16 @@ "location": { "end": { "column": 2, - "line": 41 + "line": 54 }, "start": { "column": 67, - "line": 38 + "line": 51 } } }, { - "id": "1751", + "id": "1766", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -52041,16 +52685,16 @@ "location": { "end": { "column": 16, - "line": 39 + "line": 52 }, "start": { "column": 10, - "line": 39 + "line": 52 } } }, { - "id": "1752", + "id": "1767", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -52059,16 +52703,16 @@ "location": { "end": { "column": 23, - "line": 40 + "line": 53 }, "start": { "column": 15, - "line": 40 + "line": 53 } } }, { - "id": "1753", + "id": "1768", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "Snapshot `Game Lobby Player Card Component > should match snapshot when rendered without shallow. 1` mismatched", @@ -52076,176 +52720,191 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "821" + "850" ], "coveredBy": [ - "620", - "821", - "833", - "863", - "864", - "865", - "866", - "867", - "868", - "869", - "870", - "871", - "933", - "989", - "993", + "519", + "641", + "654", + "655", + "656", + "657", + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "850", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { "column": 37, - "line": 43 + "line": 56 }, "start": { "column": 32, - "line": 43 + "line": 56 } } }, { - "id": "1754", + "id": "1769", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "Snapshot `Role Flipping Image Component > should match snapshot when rendered. 1` mismatched", + "statusReason": "Snapshot `Game Player Dies Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", "status": "Killed", - "testsCompleted": 3, + "testsCompleted": 1, "static": false, "killedBy": [ - "863" + "519" ], "coveredBy": [ - "620", - "821", - "833", - "863", - "864", - "865", - "866", - "867", - "868", - "869", - "870", - "871", - "933", - "989", - "993", + "519", + "641", + "654", + "655", + "656", + "657", + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "850", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { "column": 2, - "line": 49 + "line": 62 }, "start": { "column": 17, - "line": 47 + "line": 60 } } }, { - "id": "1755", + "id": "1770", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 'werewolf' to be 'seer' // Object.is equality", "status": "Killed", - "testsCompleted": 7, + "testsCompleted": 8, "static": false, "killedBy": [ - "868" + "659" ], "coveredBy": [ - "620", - "821", - "833", - "863", - "864", - "865", - "866", - "867", - "868", - "869", - "870", - "871", - "933", - "989", - "993", + "519", + "641", + "654", + "655", + "656", + "657", + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "850", + "862", + "948", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { "column": 27, - "line": 51 + "line": 64 }, "start": { "column": 7, - "line": 51 + "line": 64 } } }, { - "id": "1756", + "id": "1771", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'werewolf' to be 'seer' // Object.is equality", @@ -52253,27 +52912,27 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "868" + "659" ], "coveredBy": [ - "867", - "868", - "870", - "871" + "658", + "659", + "663", + "664" ], "location": { "end": { "column": 2, - "line": 60 + "line": 73 }, "start": { "column": 41, - "line": 51 + "line": 64 } } }, { - "id": "1757", + "id": "1772", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -52281,27 +52940,27 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "870" + "663" ], "coveredBy": [ - "867", - "868", - "870", - "871" + "658", + "659", + "663", + "664" ], "location": { "end": { "column": 22, - "line": 52 + "line": 65 }, "start": { "column": 7, - "line": 52 + "line": 65 } } }, { - "id": "1758", + "id": "1773", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'true' to be 'false' // Object.is equality", @@ -52309,27 +52968,27 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "867" + "658" ], "coveredBy": [ - "867", - "868", - "870", - "871" + "658", + "659", + "663", + "664" ], "location": { "end": { "column": 22, - "line": 52 + "line": 65 }, "start": { "column": 7, - "line": 52 + "line": 65 } } }, { - "id": "1759", + "id": "1774", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'true' to be 'false' // Object.is equality", @@ -52337,25 +52996,25 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "867" + "658" ], "coveredBy": [ - "867", - "868" + "658", + "659" ], "location": { "end": { "column": 4, - "line": 57 + "line": 70 }, "start": { "column": 24, - "line": 52 + "line": 65 } } }, { - "id": "1760", + "id": "1775", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected 'true' to be 'false' // Object.is equality", @@ -52363,25 +53022,25 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "867" + "658" ], "coveredBy": [ - "867", - "868" + "658", + "659" ], "location": { "end": { "column": 28, - "line": 54 + "line": 67 }, "start": { "column": 23, - "line": 54 + "line": 67 } } }, { - "id": "1761", + "id": "1776", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected 'werewolf' to be 'seer' // Object.is equality", @@ -52389,41 +53048,77 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "868" + "659" ], "coveredBy": [ - "867", - "868", - "870", - "871" + "658", + "659", + "663", + "664" ], "location": { "end": { "column": 25, - "line": 59 + "line": 72 }, "start": { "column": 21, - "line": 59 + "line": 72 } } } ], - "source": "\n\n" + "source": "\n\n" }, - "components/shared/role/RoleImage/RoleImage.vue": { + "components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/RoleFlippingImageSvgIcon.vue": { "language": "html", "mutants": [ { - "id": "1762", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", - "status": "Ignored", - "static": false, - "location": { - "end": { - "column": 2, + "id": "1777", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "Snapshot `Game Player Dies Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "519" + ], + "coveredBy": [ + "519", + "661", + "666", + "1219", + "1220", + "1221" + ], + "location": { + "end": { + "column": 21, + "line": 17 + }, + "start": { + "column": 17, + "line": 17 + } + } + } + ], + "source": "\n\n" + }, + "components/shared/role/RoleImage/RoleImage.vue": { + "language": "html", + "mutants": [ + { + "id": "1778", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", + "status": "Ignored", + "static": false, + "location": { + "end": { + "column": 2, "line": 20 }, "start": { @@ -52433,7 +53128,7 @@ } }, { - "id": "1763", + "id": "1779", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -52451,7 +53146,7 @@ } }, { - "id": "1764", + "id": "1780", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -52469,7 +53164,7 @@ } }, { - "id": "1765", + "id": "1781", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be '/img/role/back.jpeg' // Object.is equality", @@ -52477,53 +53172,54 @@ "testsCompleted": 10, "static": false, "killedBy": [ - "951" + "966" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "620", - "821", - "833", - "933", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "989", - "993", + "519", + "541", + "542", + "543", + "544", + "545", + "641", + "850", + "862", + "948", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -52537,7 +53233,7 @@ } }, { - "id": "1766", + "id": "1782", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -52545,53 +53241,54 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "949" + "964" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "620", - "821", - "833", - "933", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "989", - "993", + "519", + "541", + "542", + "543", + "544", + "545", + "641", + "850", + "862", + "948", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -52605,7 +53302,7 @@ } }, { - "id": "1767", + "id": "1783", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -52613,53 +53310,54 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "949" + "964" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "620", - "821", - "833", - "933", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "989", - "993", + "519", + "541", + "542", + "543", + "544", + "545", + "641", + "850", + "862", + "948", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -52673,7 +53371,7 @@ } }, { - "id": "1768", + "id": "1784", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'http://127.0.0.1/public/assets/images…' to be '/img/role/back.jpeg' // Object.is equality", @@ -52681,53 +53379,54 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "951" + "966" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "620", - "821", - "833", - "933", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "989", - "993", + "519", + "541", + "542", + "543", + "544", + "545", + "641", + "850", + "862", + "948", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -52741,7 +53440,7 @@ } }, { - "id": "1769", + "id": "1785", "mutatorName": "EqualityOperator", "replacement": "props.roleName !== undefined", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -52749,53 +53448,54 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "949" + "964" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "620", - "821", - "833", - "933", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "989", - "993", + "519", + "541", + "542", + "543", + "544", + "545", + "641", + "850", + "862", + "948", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -52809,7 +53509,7 @@ } }, { - "id": "1770", + "id": "1786", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'http://127.0.0.1/public/assets/images…' to be '/img/role/back.jpeg' // Object.is equality", @@ -52817,41 +53517,42 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "951" + "966" ], "coveredBy": [ - "620", - "821", - "833", - "933", - "951", - "956", - "989", - "993", + "519", + "641", + "850", + "862", + "948", + "966", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -52865,7 +53566,7 @@ } }, { - "id": "1771", + "id": "1787", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'http://127.0.0.1/public/assets/images…' to be 'http://127.0.0.1/public/assets/images…' // Object.is equality", @@ -52873,28 +53574,29 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "953" + "968" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "821", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "1158", - "1159", - "1160", - "1161" + "519", + "541", + "542", + "543", + "544", + "545", + "850", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -52908,7 +53610,7 @@ } }, { - "id": "1772", + "id": "1788", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -52916,28 +53618,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "949" + "964" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "821", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "1158", - "1159", - "1160", - "1161" + "519", + "541", + "542", + "543", + "544", + "545", + "850", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -52951,7 +53654,7 @@ } }, { - "id": "1773", + "id": "1789", "mutatorName": "EqualityOperator", "replacement": "props.definition !== \"normal\"", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -52959,28 +53662,29 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "949" + "964" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "821", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "1158", - "1159", - "1160", - "1161" + "519", + "541", + "542", + "543", + "544", + "545", + "850", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -52994,7 +53698,7 @@ } }, { - "id": "1774", + "id": "1790", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -53002,28 +53706,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "949" + "964" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "821", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "1158", - "1159", - "1160", - "1161" + "519", + "541", + "542", + "543", + "544", + "545", + "850", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -53037,7 +53742,7 @@ } }, { - "id": "1775", + "id": "1791", "mutatorName": "StringLiteral", "replacement": "\"Stryker was here!\"", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -53045,27 +53750,28 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "949" + "964" ], "coveredBy": [ - "520", - "521", - "522", - "523", - "524", - "821", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "1158", - "1159", - "1160", - "1161" + "519", + "541", + "542", + "543", + "544", + "545", + "850", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -53079,7 +53785,7 @@ } }, { - "id": "1776", + "id": "1792", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected 'http://127.0.0.1/public/assets/images…' to be 'http://127.0.0.1/public/assets/images…' // Object.is equality", @@ -53087,11 +53793,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "953" + "968" ], "coveredBy": [ "315", - "953" + "968" ], "location": { "end": { @@ -53105,7 +53811,7 @@ } }, { - "id": "1777", + "id": "1793", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -53113,28 +53819,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "949" + "964" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "821", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "1158", - "1159", - "1160", - "1161" + "519", + "541", + "542", + "543", + "544", + "545", + "850", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -53148,7 +53855,7 @@ } }, { - "id": "1778", + "id": "1794", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -53156,53 +53863,54 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "949" + "964" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "620", - "821", - "833", - "933", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "989", - "993", + "519", + "541", + "542", + "543", + "544", + "545", + "641", + "850", + "862", + "948", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -53216,7 +53924,7 @@ } }, { - "id": "1779", + "id": "1795", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -53224,53 +53932,54 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "949" + "964" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "620", - "821", - "833", - "933", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "989", - "993", + "519", + "541", + "542", + "543", + "544", + "545", + "641", + "850", + "862", + "948", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -53284,7 +53993,7 @@ } }, { - "id": "1780", + "id": "1796", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -53292,53 +54001,54 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "949" + "964" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "620", - "821", - "833", - "933", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "989", - "993", + "519", + "541", + "542", + "543", + "544", + "545", + "641", + "850", + "862", + "948", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -53352,7 +54062,7 @@ } }, { - "id": "1781", + "id": "1797", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected undefined to be 'shared.role.name.werewolf' // Object.is equality", @@ -53360,53 +54070,54 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "955" + "970" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "620", - "821", - "833", - "933", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "989", - "993", + "519", + "541", + "542", + "543", + "544", + "545", + "641", + "850", + "862", + "948", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -53420,7 +54131,7 @@ } }, { - "id": "1782", + "id": "1798", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -53428,53 +54139,54 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "949" + "964" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "620", - "821", - "833", - "933", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "989", - "993", + "519", + "541", + "542", + "543", + "544", + "545", + "641", + "850", + "862", + "948", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -53488,7 +54200,7 @@ } }, { - "id": "1783", + "id": "1799", "mutatorName": "EqualityOperator", "replacement": "props.alt === undefined", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -53496,53 +54208,54 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "949" + "964" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "620", - "821", - "833", - "933", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "989", - "993", - "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "519", + "541", + "542", + "543", + "544", + "545", + "641", + "850", + "862", + "948", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971", + "1004", + "1008", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -53556,7 +54269,7 @@ } }, { - "id": "1784", + "id": "1800", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -53564,24 +54277,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "949" + "964" ], "coveredBy": [ "315", - "520", - "521", - "522", - "523", - "524", - "821", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956" + "541", + "542", + "543", + "544", + "545", + "850", + "964", + "965", + "966", + "967", + "968", + "969", + "970", + "971" ], "location": { "end": { @@ -53595,7 +54308,7 @@ } }, { - "id": "1785", + "id": "1801", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'shared.role.name.undefined' to be 'components.RoleImage.back' // Object.is equality", @@ -53603,40 +54316,41 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "956" + "971" ], "coveredBy": [ - "620", - "833", - "933", - "955", - "956", - "989", - "993", + "519", + "641", + "862", + "948", + "970", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -53650,7 +54364,7 @@ } }, { - "id": "1786", + "id": "1802", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.RoleImage.back' to be 'shared.role.name.werewolf' // Object.is equality", @@ -53658,40 +54372,41 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "955" + "970" ], "coveredBy": [ - "620", - "833", - "933", - "955", - "956", - "989", - "993", + "519", + "641", + "862", + "948", + "970", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -53705,7 +54420,7 @@ } }, { - "id": "1787", + "id": "1803", "mutatorName": "EqualityOperator", "replacement": "props.roleName === undefined", "statusReason": "expected 'components.RoleImage.back' to be 'shared.role.name.werewolf' // Object.is equality", @@ -53713,40 +54428,41 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "955" + "970" ], "coveredBy": [ - "620", - "833", - "933", - "955", - "956", - "989", - "993", + "519", + "641", + "862", + "948", + "970", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -53760,7 +54476,7 @@ } }, { - "id": "1788", + "id": "1804", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'components.RoleImage.back' to be 'shared.role.name.werewolf' // Object.is equality", @@ -53768,14 +54484,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "955" + "970" ], "coveredBy": [ - "955", - "1158", - "1159", - "1160", - "1161" + "519", + "970", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -53789,7 +54506,7 @@ } }, { - "id": "1789", + "id": "1805", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected '' to be 'shared.role.name.werewolf' // Object.is equality", @@ -53797,14 +54514,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "955" + "970" ], "coveredBy": [ - "955", - "1158", - "1159", - "1160", - "1161" + "519", + "970", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -53818,7 +54536,7 @@ } }, { - "id": "1790", + "id": "1806", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.RoleImage.back' // Object.is equality", @@ -53826,39 +54544,40 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "956" + "971" ], "coveredBy": [ - "620", - "833", - "933", - "956", - "989", - "993", + "519", + "641", + "862", + "948", + "971", + "1004", "1008", - "1012", - "1016", - "1025", - "1036", - "1052", - "1101", - "1107", - "1110", - "1123", - "1128", - "1141", - "1150", - "1153", + "1023", + "1027", + "1031", + "1040", + "1051", + "1067", + "1116", + "1122", + "1125", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184" + "1175", + "1176", + "1178", + "1189", + "1192", + "1195", + "1199" ], "location": { "end": { @@ -53878,7 +54597,7 @@ "language": "html", "mutants": [ { - "id": "1791", + "id": "1807", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -53886,14 +54605,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1112" + "1127" ], "coveredBy": [ - "1112", - "1113", - "1114", - "1115", - "1116" + "1127", + "1128", + "1129", + "1130", + "1131" ], "location": { "end": { @@ -53907,7 +54626,7 @@ } }, { - "id": "1792", + "id": "1808", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -53915,14 +54634,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1112" + "1127" ], "coveredBy": [ - "1112", - "1113", - "1114", - "1115", - "1116" + "1127", + "1128", + "1129", + "1130", + "1131" ], "location": { "end": { @@ -53936,7 +54655,7 @@ } }, { - "id": "1793", + "id": "1809", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -53944,14 +54663,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1112" + "1127" ], "coveredBy": [ - "1112", - "1113", - "1114", - "1115", - "1116" + "1127", + "1128", + "1129", + "1130", + "1131" ], "location": { "end": { @@ -53965,7 +54684,7 @@ } }, { - "id": "1794", + "id": "1810", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -53973,14 +54692,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1112" + "1127" ], "coveredBy": [ - "1112", - "1113", - "1114", - "1115", - "1116" + "1127", + "1128", + "1129", + "1130", + "1131" ], "location": { "end": { @@ -53994,7 +54713,7 @@ } }, { - "id": "1795", + "id": "1811", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected undefined to be 'danger' // Object.is equality", @@ -54002,14 +54721,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1116" + "1131" ], "coveredBy": [ - "1112", - "1113", - "1114", - "1115", - "1116" + "1127", + "1128", + "1129", + "1130", + "1131" ], "location": { "end": { @@ -54023,7 +54742,7 @@ } }, { - "id": "1796", + "id": "1812", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'danger' // Object.is equality", @@ -54031,14 +54750,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1116" + "1131" ], "coveredBy": [ - "1112", - "1113", - "1114", - "1115", - "1116" + "1127", + "1128", + "1129", + "1130", + "1131" ], "location": { "end": { @@ -54052,7 +54771,7 @@ } }, { - "id": "1797", + "id": "1813", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -54060,14 +54779,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1112" + "1127" ], "coveredBy": [ - "1112", - "1113", - "1114", - "1115", - "1116" + "1127", + "1128", + "1129", + "1130", + "1131" ], "location": { "end": { @@ -54081,7 +54800,7 @@ } }, { - "id": "1798", + "id": "1814", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.RoleSideBadge.villagersSide' to be 'components.RoleSideBadge.werewolvesSi…' // Object.is equality", @@ -54089,14 +54808,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1114" + "1129" ], "coveredBy": [ - "1112", - "1113", - "1114", - "1115", - "1116" + "1127", + "1128", + "1129", + "1130", + "1131" ], "location": { "end": { @@ -54110,7 +54829,7 @@ } }, { - "id": "1799", + "id": "1815", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -54118,14 +54837,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1112" + "1127" ], "coveredBy": [ - "1112", - "1113", - "1114", - "1115", - "1116" + "1127", + "1128", + "1129", + "1130", + "1131" ], "location": { "end": { @@ -54139,7 +54858,7 @@ } }, { - "id": "1800", + "id": "1816", "mutatorName": "EqualityOperator", "replacement": "props.roleSide !== \"villagers\"", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -54147,14 +54866,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1112" + "1127" ], "coveredBy": [ - "1112", - "1113", - "1114", - "1115", - "1116" + "1127", + "1128", + "1129", + "1130", + "1131" ], "location": { "end": { @@ -54168,7 +54887,7 @@ } }, { - "id": "1801", + "id": "1817", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -54176,14 +54895,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1112" + "1127" ], "coveredBy": [ - "1112", - "1113", - "1114", - "1115", - "1116" + "1127", + "1128", + "1129", + "1130", + "1131" ], "location": { "end": { @@ -54197,7 +54916,7 @@ } }, { - "id": "1802", + "id": "1818", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -54205,14 +54924,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1112" + "1127" ], "coveredBy": [ - "1112", - "1113", - "1114", - "1115", - "1116" + "1127", + "1128", + "1129", + "1130", + "1131" ], "location": { "end": { @@ -54226,7 +54945,7 @@ } }, { - "id": "1803", + "id": "1819", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -54234,14 +54953,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1112" + "1127" ], "coveredBy": [ - "1112", - "1113", - "1114", - "1115", - "1116" + "1127", + "1128", + "1129", + "1130", + "1131" ], "location": { "end": { @@ -54255,7 +54974,7 @@ } }, { - "id": "1804", + "id": "1820", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.RoleSideBadge.werewolvesSi…' // Object.is equality", @@ -54263,11 +54982,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1114" + "1129" ], "coveredBy": [ - "1114", - "1116" + "1129", + "1131" ], "location": { "end": { @@ -54287,7 +55006,7 @@ "language": "html", "mutants": [ { - "id": "1805", + "id": "1821", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -54295,16 +55014,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1028" + "1043" ], "coveredBy": [ - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1034" + "1043", + "1044", + "1045", + "1046", + "1047", + "1048", + "1049" ], "location": { "end": { @@ -54318,7 +55037,7 @@ } }, { - "id": "1806", + "id": "1822", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Hook timed out in 10000ms.\nIf this is a long-running hook, pass a timeout value as the last argument or configure it globally with \"hookTimeout\".", @@ -54326,16 +55045,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1028" + "1043" ], "coveredBy": [ - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1034" + "1043", + "1044", + "1045", + "1046", + "1047", + "1048", + "1049" ], "location": { "end": { @@ -54349,7 +55068,7 @@ } }, { - "id": "1807", + "id": "1823", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected undefined to be 'success' // Object.is equality", @@ -54357,16 +55076,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1032" + "1047" ], "coveredBy": [ - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1034" + "1043", + "1044", + "1045", + "1046", + "1047", + "1048", + "1049" ], "location": { "end": { @@ -54380,7 +55099,7 @@ } }, { - "id": "1808", + "id": "1824", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'success' // Object.is equality", @@ -54388,16 +55107,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1032" + "1047" ], "coveredBy": [ - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1034" + "1043", + "1044", + "1045", + "1046", + "1047", + "1048", + "1049" ], "location": { "end": { @@ -54411,7 +55130,7 @@ } }, { - "id": "1809", + "id": "1825", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Role Type Badge Component > should match snapshot when rendered. 1` mismatched", @@ -54419,16 +55138,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1028" + "1043" ], "coveredBy": [ - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1034" + "1043", + "1044", + "1045", + "1046", + "1047", + "1048", + "1049" ], "location": { "end": { @@ -54442,7 +55161,7 @@ } }, { - "id": "1810", + "id": "1826", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Role Type Badge Component > should match snapshot when rendered. 1` mismatched", @@ -54450,16 +55169,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1028" + "1043" ], "coveredBy": [ - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1034" + "1043", + "1044", + "1045", + "1046", + "1047", + "1048", + "1049" ], "location": { "end": { @@ -54473,7 +55192,7 @@ } }, { - "id": "1811", + "id": "1827", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected undefined to be 'info' // Object.is equality", @@ -54481,16 +55200,16 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1034" + "1049" ], "coveredBy": [ - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1034" + "1043", + "1044", + "1045", + "1046", + "1047", + "1048", + "1049" ], "location": { "end": { @@ -54504,7 +55223,7 @@ } }, { - "id": "1812", + "id": "1828", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'info' // Object.is equality", @@ -54512,16 +55231,16 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1034" + "1049" ], "coveredBy": [ - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1034" + "1043", + "1044", + "1045", + "1046", + "1047", + "1048", + "1049" ], "location": { "end": { @@ -54535,7 +55254,7 @@ } }, { - "id": "1813", + "id": "1829", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected undefined to be 'warning' // Object.is equality", @@ -54543,16 +55262,16 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1033" + "1048" ], "coveredBy": [ - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1034" + "1043", + "1044", + "1045", + "1046", + "1047", + "1048", + "1049" ], "location": { "end": { @@ -54566,7 +55285,7 @@ } }, { - "id": "1814", + "id": "1830", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'warning' // Object.is equality", @@ -54574,16 +55293,16 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1033" + "1048" ], "coveredBy": [ - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1034" + "1043", + "1044", + "1045", + "1046", + "1047", + "1048", + "1049" ], "location": { "end": { @@ -54603,7 +55322,7 @@ "language": "typescript", "mutants": [ { - "id": "1815", + "id": "1831", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/error/useWerewolvesAssistantApiError.ts(10,44): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -54919,18 +55638,6 @@ "458", "459", "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -54993,6 +55700,14 @@ "532", "533", "534", + "535", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", @@ -55006,14 +55721,6 @@ "553", "554", "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -55038,6 +55745,19 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "594", + "595", + "596", + "597", + "598", + "599", + "600", "601", "602", "603", @@ -55046,47 +55766,42 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", "622", "623", "624", "625", "626", "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -55094,7 +55809,7 @@ "700", "701", "702", - "703", + "713", "714", "715", "716", @@ -55108,8 +55823,7 @@ "724", "725", "726", - "727", - "728", + "737", "738", "739", "740", @@ -55124,53 +55838,38 @@ "749", "750", "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", "761", "762", "763", "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -55192,6 +55891,25 @@ "860", "861", "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", + "881", "882", "883", "884", @@ -55202,11 +55920,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -55247,97 +55960,112 @@ "934", "935", "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", "945", "946", "947", "948", - "970", - "971", - "972", - "973", - "981", - "982", - "983", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "996", + "997", + "998", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", + "1066", + "1067", + "1068", + "1069", + "1070", + "1071", + "1072", + "1073", "1074", "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1089", "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", - "1120", "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1135", + "1136", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184", + "1175", + "1176", + "1178", + "1189", "1192", - "1193", - "1194", "1195", - "1286" + "1199", + "1207", + "1208", + "1209", + "1210", + "1305" ], "location": { "end": { @@ -55351,7 +56079,7 @@ } }, { - "id": "1816", + "id": "1832", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -55359,11 +56087,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1120" + "1135" ], "coveredBy": [ - "1120", - "1121" + "1135", + "1136" ], "location": { "end": { @@ -55377,7 +56105,7 @@ } }, { - "id": "1817", + "id": "1833", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"composables.useWerewolvesAssistantApiError.checkConsoleForMoreDetails\",\n \"summary\": \"composables.useWerewolvesAssistantApiError.statusCode.404\",\n },\n], but it was called with Object {}", @@ -55385,11 +56113,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1121" + "1136" ], "coveredBy": [ - "1120", - "1121" + "1135", + "1136" ], "location": { "end": { @@ -55403,7 +56131,7 @@ } }, { - "id": "1818", + "id": "1834", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"composables.useWerewolvesAssistantApiError.checkConsoleForMoreDetails\",\n \"summary\": \"composables.useWerewolvesAssistantApiError.statusCode.404\",\n },\n], but it was called with Object {\n \"detail\": \"composables.useWerewolvesAssistantApiError.checkConsoleForMoreDetails\",\n \"summary\": \"\",\n}", @@ -55411,11 +56139,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1121" + "1136" ], "coveredBy": [ - "1120", - "1121" + "1135", + "1136" ], "location": { "end": { @@ -55429,7 +56157,7 @@ } }, { - "id": "1819", + "id": "1835", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"composables.useWerewolvesAssistantApiError.checkConsoleForMoreDetails\",\n \"summary\": \"composables.useWerewolvesAssistantApiError.statusCode.404\",\n },\n], but it was called with Object {\n \"detail\": \"\",\n \"summary\": \"composables.useWerewolvesAssistantApiError.statusCode.404\",\n}", @@ -55437,11 +56165,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1121" + "1136" ], "coveredBy": [ - "1120", - "1121" + "1135", + "1136" ], "location": { "end": { @@ -55455,7 +56183,7 @@ } }, { - "id": "1820", + "id": "1836", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/api/error/useWerewolvesAssistantApiError.ts(23,3): error TS2741: Property 'handleWerewolvesAssistantApiError' is missing in type '{}' but required in type 'UseWerewolvesAssistantApiError'.\n", @@ -55771,18 +56499,6 @@ "458", "459", "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -55845,6 +56561,14 @@ "532", "533", "534", + "535", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", @@ -55858,14 +56582,6 @@ "553", "554", "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -55890,6 +56606,19 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "594", + "595", + "596", + "597", + "598", + "599", + "600", "601", "602", "603", @@ -55898,47 +56627,42 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", "622", "623", "624", "625", "626", "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -55946,7 +56670,7 @@ "700", "701", "702", - "703", + "713", "714", "715", "716", @@ -55960,8 +56684,7 @@ "724", "725", "726", - "727", - "728", + "737", "738", "739", "740", @@ -55976,53 +56699,38 @@ "749", "750", "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", "761", "762", "763", "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -56044,6 +56752,25 @@ "860", "861", "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", + "881", "882", "883", "884", @@ -56054,11 +56781,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -56099,97 +56821,112 @@ "934", "935", "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", "945", "946", "947", "948", - "970", - "971", - "972", - "973", - "981", - "982", - "983", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "996", + "997", + "998", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", + "1066", + "1067", + "1068", + "1069", + "1070", + "1071", + "1072", + "1073", "1074", "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1089", "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", - "1120", "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1135", + "1136", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184", + "1175", + "1176", + "1178", + "1189", "1192", - "1193", - "1194", "1195", - "1286" + "1199", + "1207", + "1208", + "1209", + "1210", + "1305" ], "location": { "end": { @@ -56209,7 +56946,7 @@ "language": "typescript", "mutants": [ { - "id": "1821", + "id": "1837", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/dto/create-game/create-game-additional-card/create-game-additional-card.dto.ts(14,83): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -56217,7 +56954,7 @@ "static": true, "killedBy": [], "coveredBy": [ - "1270" + "1289" ], "location": { "end": { @@ -56237,7 +56974,7 @@ "language": "typescript", "mutants": [ { - "id": "1822", + "id": "1838", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/dto/create-game/create-game-player/create-game-player-role.dto.ts(10,75): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -56291,26 +57028,26 @@ "425", "426", "427", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "560", - "648", - "650", - "824", - "860", - "861", - "862", - "978", - "1168", - "1169", - "1225" + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "581", + "671", + "673", + "853", + "889", + "890", + "891", + "993", + "1183", + "1184", + "1243" ], "location": { "end": { @@ -56330,7 +57067,7 @@ "language": "typescript", "mutants": [ { - "id": "1823", + "id": "1839", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/dto/create-game/create-game-player/create-game-player-side.dto.ts(13,75): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -56384,26 +57121,26 @@ "425", "426", "427", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "560", - "648", - "650", - "824", - "860", - "861", - "862", - "978", - "1168", - "1169", - "1225" + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "581", + "671", + "673", + "853", + "889", + "890", + "891", + "993", + "1183", + "1184", + "1243" ], "location": { "end": { @@ -56423,7 +57160,7 @@ "language": "typescript", "mutants": [ { - "id": "1824", + "id": "1840", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/dto/create-game/create-game-player/create-game-player.dto.ts(22,67): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -56486,27 +57223,27 @@ "425", "426", "427", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "560", - "561", - "648", - "650", - "824", - "860", - "861", - "862", - "978", - "1168", - "1169", - "1225" + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "581", + "582", + "671", + "673", + "853", + "889", + "890", + "891", + "993", + "1183", + "1184", + "1243" ], "location": { "end": { @@ -56526,7 +57263,7 @@ "language": "typescript", "mutants": [ { - "id": "1825", + "id": "1841", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "composables/api/game/dto/create-game/create-game.dto.ts(12,44): error TS2322: Type 'string' is not assignable to type 'CreateGamePlayerDto'.\n", @@ -56640,18 +57377,6 @@ "443", "444", "445", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "486", "487", "488", "489", @@ -56671,27 +57396,18 @@ "503", "504", "505", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", "564", "565", "566", @@ -56701,6 +57417,12 @@ "570", "571", "572", + "573", + "574", + "575", + "576", + "577", + "578", "579", "580", "581", @@ -56710,6 +57432,13 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -56718,53 +57447,47 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", "722", "723", "724", "725", "726", - "727", - "728", - "738", - "739", - "740", - "741", - "742", - "743", - "744", "745", "746", "747", @@ -56772,18 +57495,23 @@ "749", "750", "751", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "849", + "850", + "851", "852", "853", "854", @@ -56793,8 +57521,7 @@ "858", "859", "860", - "861", - "862", + "881", "882", "883", "884", @@ -56805,11 +57532,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -56845,14 +57567,29 @@ "929", "930", "931", + "932", + "933", + "934", + "935", + "936", "937", "938", - "1158", - "1159", - "1160", - "1161", - "1168", - "1169" + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "946", + "952", + "953", + "1173", + "1174", + "1175", + "1176", + "1183", + "1184" ], "location": { "end": { @@ -56866,7 +57603,7 @@ } }, { - "id": "1826", + "id": "1842", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/dto/create-game/create-game.dto.ts(22,67): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -56980,18 +57717,6 @@ "443", "444", "445", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "486", "487", "488", "489", @@ -57011,27 +57736,18 @@ "503", "504", "505", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", "564", "565", "566", @@ -57041,6 +57757,12 @@ "570", "571", "572", + "573", + "574", + "575", + "576", + "577", + "578", "579", "580", "581", @@ -57050,6 +57772,13 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -57058,53 +57787,47 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", "722", "723", "724", "725", "726", - "727", - "728", - "738", - "739", - "740", - "741", - "742", - "743", - "744", "745", "746", "747", @@ -57112,18 +57835,23 @@ "749", "750", "751", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "849", + "850", + "851", "852", "853", "854", @@ -57133,8 +57861,7 @@ "858", "859", "860", - "861", - "862", + "881", "882", "883", "884", @@ -57145,11 +57872,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -57185,13 +57907,28 @@ "929", "930", "931", + "932", + "933", + "934", + "935", + "936", "937", "938", - "1158", - "1159", - "1160", - "1161", - "1168" + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "946", + "952", + "953", + "1173", + "1174", + "1175", + "1176", + "1183" ], "location": { "end": { @@ -57205,7 +57942,7 @@ } }, { - "id": "1827", + "id": "1843", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/dto/create-game/create-game.dto.ts(26,20): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -57213,9 +57950,9 @@ "static": false, "killedBy": [], "coveredBy": [ - "937", - "938", - "1169" + "952", + "953", + "1184" ], "location": { "end": { @@ -57235,7 +57972,7 @@ "language": "typescript", "mutants": [ { - "id": "1828", + "id": "1844", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/dto/make-game-play/make-game-play-target/make-game-play-target.dto.ts(13,71): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -57277,7 +58014,7 @@ "language": "typescript", "mutants": [ { - "id": "1829", + "id": "1845", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/dto/make-game-play/make-game-play-vote/make-game-play-vote.dto.ts(12,67): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -57309,7 +58046,7 @@ "language": "typescript", "mutants": [ { - "id": "1830", + "id": "1846", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/dto/make-game-play/make-game-play.dto.ts(26,59): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -57381,33 +58118,33 @@ "267", "268", "269", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", "737", - "772", - "773", - "774", - "943", - "944", - "957", + "738", + "739", + "740", + "741", + "742", + "743", + "744", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "801", + "802", + "803", "958", "959", - "960", - "961" + "972", + "973", + "974", + "975", + "976" ], "location": { "end": { @@ -57427,7 +58164,7 @@ "language": "typescript", "mutants": [ { - "id": "1831", + "id": "1847", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/game-history-record/useFetchGameHistoryRecords.ts(8,40): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -57435,25 +58172,25 @@ "static": false, "killedBy": [], "coveredBy": [ - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "981", - "982", - "983", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1202", - "1203" + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "996", + "997", + "998", + "1070", + "1071", + "1072", + "1073", + "1074", + "1075", + "1217", + "1218" ], "location": { "end": { @@ -57467,7 +58204,7 @@ } }, { - "id": "1832", + "id": "1848", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/game-history-record/useFetchGameHistoryRecords.ts(11,57): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -57475,8 +58212,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1202", - "1203" + "1217", + "1218" ], "location": { "end": { @@ -57490,7 +58227,7 @@ } }, { - "id": "1833", + "id": "1849", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/game-history-record/useFetchGameHistoryRecords.ts(11,57): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -57498,8 +58235,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1202", - "1203" + "1217", + "1218" ], "location": { "end": { @@ -57513,7 +58250,7 @@ } }, { - "id": "1834", + "id": "1850", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/games/gameId/history\",\n Object {\n \"method\": \"GET\",\n },\n], but it was called with \"\"", @@ -57521,11 +58258,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1202" + "1217" ], "coveredBy": [ - "1202", - "1203" + "1217", + "1218" ], "location": { "end": { @@ -57539,7 +58276,7 @@ } }, { - "id": "1835", + "id": "1851", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/games/gameId/history\",\n Object {\n \"method\": \"GET\",\n },\n], but it was called with \"/games/gameId/history\"", @@ -57547,11 +58284,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1202" + "1217" ], "coveredBy": [ - "1202", - "1203" + "1217", + "1218" ], "location": { "end": { @@ -57565,7 +58302,7 @@ } }, { - "id": "1836", + "id": "1852", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/game-history-record/useFetchGameHistoryRecords.ts(13,99): error TS2322: Type '\"\"' is not assignable to type '\"delete\" | \"get\" | \"GET\" | \"HEAD\" | \"PATCH\" | \"POST\" | \"PUT\" | \"DELETE\" | \"CONNECT\" | \"OPTIONS\" | \"TRACE\" | \"head\" | \"patch\" | \"post\" | \"put\" | \"connect\" | \"options\" | \"trace\" | undefined'.\n", @@ -57573,8 +58310,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1202", - "1203" + "1217", + "1218" ], "location": { "end": { @@ -57588,7 +58325,7 @@ } }, { - "id": "1837", + "id": "1853", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/game-history-record/useFetchGameHistoryRecords.ts(11,57): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -57596,7 +58333,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1203" + "1218" ], "location": { "end": { @@ -57610,7 +58347,7 @@ } }, { - "id": "1838", + "id": "1854", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/api/game/game-history-record/useFetchGameHistoryRecords.ts(18,3): error TS2741: Property 'getGameHistoryRecords' is missing in type '{}' but required in type 'UseFetchGameHistory'.\n", @@ -57618,25 +58355,25 @@ "static": false, "killedBy": [], "coveredBy": [ - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "981", - "982", - "983", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1202", - "1203" + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "996", + "997", + "998", + "1070", + "1071", + "1072", + "1073", + "1074", + "1075", + "1217", + "1218" ], "location": { "end": { @@ -57656,7 +58393,7 @@ "language": "typescript", "mutants": [ { - "id": "1839", + "id": "1855", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/game-history-record/useGameHistoryRecord.ts(7,34): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -57693,19 +58430,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -57719,7 +58456,7 @@ } }, { - "id": "1840", + "id": "1856", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/game-history-record/useGameHistoryRecord.ts(8,68): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -57756,19 +58493,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -57782,7 +58519,7 @@ } }, { - "id": "1841", + "id": "1857", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -57822,19 +58559,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -57848,7 +58585,7 @@ } }, { - "id": "1842", + "id": "1858", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Over History Record Action Component > should match snapshot when rendered. 1` mismatched", @@ -57888,19 +58625,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -57914,7 +58651,7 @@ } }, { - "id": "1843", + "id": "1859", "mutatorName": "LogicalOperator", "replacement": "(type === \"vote\" && !votes || type === \"target\" && !targets || type === \"request-another-vote\" && didJudgeRequestAnotherVote === undefined) && type === \"choose-card\" && !chosenCard", "statusReason": "composables/api/game/game-history-record/useGameHistoryRecord.ts(17,155): error TS2367: This comparison appears to be unintentional because the types '\"vote\" | \"target\" | \"request-another-vote\"' and '\"choose-card\"' have no overlap.\n", @@ -57951,19 +58688,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -57977,7 +58714,7 @@ } }, { - "id": "1844", + "id": "1860", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Over History Record Action Component > should match snapshot when rendered. 1` mismatched", @@ -58017,19 +58754,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -58043,7 +58780,7 @@ } }, { - "id": "1845", + "id": "1861", "mutatorName": "LogicalOperator", "replacement": "(type === \"vote\" && !votes || type === \"target\" && !targets) && type === \"request-another-vote\" && didJudgeRequestAnotherVote === undefined", "statusReason": "composables/api/game/game-history-record/useGameHistoryRecord.ts(17,76): error TS2367: This comparison appears to be unintentional because the types '\"vote\" | \"target\"' and '\"request-another-vote\"' have no overlap.\n", @@ -58080,19 +58817,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -58106,7 +58843,7 @@ } }, { - "id": "1846", + "id": "1862", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be falsy", @@ -58114,7 +58851,7 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "537" + "558" ], "coveredBy": [ "36", @@ -58146,19 +58883,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -58172,7 +58909,7 @@ } }, { - "id": "1847", + "id": "1863", "mutatorName": "LogicalOperator", "replacement": "type === \"vote\" && !votes && type === \"target\" && !targets", "statusReason": "composables/api/game/game-history-record/useGameHistoryRecord.ts(17,41): error TS2367: This comparison appears to be unintentional because the types '\"vote\"' and '\"target\"' have no overlap.\n", @@ -58209,19 +58946,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -58235,7 +58972,7 @@ } }, { - "id": "1848", + "id": "1864", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Over History Record Action Component > should match snapshot when rendered. 1` mismatched", @@ -58275,19 +59012,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -58301,7 +59038,7 @@ } }, { - "id": "1849", + "id": "1865", "mutatorName": "LogicalOperator", "replacement": "type === \"vote\" || !votes", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -58341,19 +59078,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -58367,7 +59104,7 @@ } }, { - "id": "1850", + "id": "1866", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -58407,19 +59144,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -58433,7 +59170,7 @@ } }, { - "id": "1851", + "id": "1867", "mutatorName": "EqualityOperator", "replacement": "type !== \"vote\"", "statusReason": "Snapshot `Game Over History Record Action Component > should match snapshot when rendered. 1` mismatched", @@ -58473,19 +59210,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -58499,7 +59236,7 @@ } }, { - "id": "1852", + "id": "1868", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/game-history-record/useGameHistoryRecord.ts(17,12): error TS2367: This comparison appears to be unintentional because the types '\"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\"' and '\"\"' have no overlap.\n", @@ -58536,19 +59273,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -58562,7 +59299,7 @@ } }, { - "id": "1853", + "id": "1869", "mutatorName": "BooleanLiteral", "replacement": "votes", "statusReason": "composables/api/game/game-history-record/useGameHistoryRecord.ts(17,5): error TS2322: Type 'boolean | GameHistoryRecordPlayVote[]' is not assignable to type 'boolean'.\n Type 'GameHistoryRecordPlayVote[]' is not assignable to type 'boolean'.\n", @@ -58599,16 +59336,16 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "896" ], "location": { "end": { @@ -58622,7 +59359,7 @@ } }, { - "id": "1854", + "id": "1870", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -58630,7 +59367,7 @@ "testsCompleted": 35, "static": false, "killedBy": [ - "873" + "893" ], "coveredBy": [ "38", @@ -58659,18 +59396,18 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -58684,7 +59421,7 @@ } }, { - "id": "1855", + "id": "1871", "mutatorName": "LogicalOperator", "replacement": "type === \"target\" || !targets", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -58721,18 +59458,18 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -58746,7 +59483,7 @@ } }, { - "id": "1856", + "id": "1872", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Over History Record Component > should match snapshot when rendered. 1` mismatched", @@ -58754,7 +59491,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "535" + "556" ], "coveredBy": [ "38", @@ -58783,18 +59520,18 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -58808,7 +59545,7 @@ } }, { - "id": "1857", + "id": "1873", "mutatorName": "EqualityOperator", "replacement": "type !== \"target\"", "statusReason": "Snapshot `Game Over History Record Component > should match snapshot when rendered. 1` mismatched", @@ -58816,7 +59553,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "535" + "556" ], "coveredBy": [ "38", @@ -58845,18 +59582,18 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -58870,7 +59607,7 @@ } }, { - "id": "1858", + "id": "1874", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/game-history-record/useGameHistoryRecord.ts(18,7): error TS2367: This comparison appears to be unintentional because the types '\"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\"' and '\"\"' have no overlap.\n", @@ -58904,18 +59641,18 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -58929,7 +59666,7 @@ } }, { - "id": "1859", + "id": "1875", "mutatorName": "BooleanLiteral", "replacement": "targets", "statusReason": "composables/api/game/game-history-record/useGameHistoryRecord.ts(17,5): error TS2322: Type 'boolean | GameHistoryRecordPlayTarget[]' is not assignable to type 'boolean'.\n Type 'GameHistoryRecordPlayTarget[]' is not assignable to type 'boolean'.\n", @@ -58962,9 +59699,9 @@ "60", "62", "64", - "539", - "873", - "876" + "560", + "893", + "896" ], "location": { "end": { @@ -58978,7 +59715,7 @@ } }, { - "id": "1860", + "id": "1876", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -58986,7 +59723,7 @@ "testsCompleted": 35, "static": false, "killedBy": [ - "874" + "894" ], "coveredBy": [ "38", @@ -59015,17 +59752,17 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "894", + "895", + "896" ], "location": { "end": { @@ -59039,7 +59776,7 @@ } }, { - "id": "1861", + "id": "1877", "mutatorName": "LogicalOperator", "replacement": "type === \"request-another-vote\" || didJudgeRequestAnotherVote === undefined", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -59076,17 +59813,17 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "894", + "895", + "896" ], "location": { "end": { @@ -59100,7 +59837,7 @@ } }, { - "id": "1862", + "id": "1878", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -59137,17 +59874,17 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "894", + "895", + "896" ], "location": { "end": { @@ -59161,7 +59898,7 @@ } }, { - "id": "1863", + "id": "1879", "mutatorName": "EqualityOperator", "replacement": "type !== \"request-another-vote\"", "statusReason": "expected false to be true // Object.is equality", @@ -59169,7 +59906,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "874" + "894" ], "coveredBy": [ "38", @@ -59198,17 +59935,17 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "894", + "895", + "896" ], "location": { "end": { @@ -59222,7 +59959,7 @@ } }, { - "id": "1864", + "id": "1880", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/game-history-record/useGameHistoryRecord.ts(19,9): error TS2367: This comparison appears to be unintentional because the types '\"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\"' and '\"\"' have no overlap.\n", @@ -59256,17 +59993,17 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "894", + "895", + "896" ], "location": { "end": { @@ -59280,7 +60017,7 @@ } }, { - "id": "1865", + "id": "1881", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -59288,11 +60025,11 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "876" + "896" ], "coveredBy": [ - "874", - "876" + "894", + "896" ], "location": { "end": { @@ -59306,7 +60043,7 @@ } }, { - "id": "1866", + "id": "1882", "mutatorName": "EqualityOperator", "replacement": "didJudgeRequestAnotherVote !== undefined", "statusReason": "expected false to be true // Object.is equality", @@ -59314,11 +60051,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "874" + "894" ], "coveredBy": [ - "874", - "876" + "894", + "896" ], "location": { "end": { @@ -59332,7 +60069,7 @@ } }, { - "id": "1867", + "id": "1883", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -59340,7 +60077,7 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "875" + "895" ], "coveredBy": [ "38", @@ -59369,16 +60106,16 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "895", + "896" ], "location": { "end": { @@ -59392,7 +60129,7 @@ } }, { - "id": "1868", + "id": "1884", "mutatorName": "LogicalOperator", "replacement": "type === \"choose-card\" || !chosenCard", "statusReason": "expected true to be false // Object.is equality", @@ -59400,7 +60137,7 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "876" + "896" ], "coveredBy": [ "38", @@ -59429,16 +60166,16 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "895", + "896" ], "location": { "end": { @@ -59452,7 +60189,7 @@ } }, { - "id": "1869", + "id": "1885", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -59489,16 +60226,16 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "895", + "896" ], "location": { "end": { @@ -59512,7 +60249,7 @@ } }, { - "id": "1870", + "id": "1886", "mutatorName": "EqualityOperator", "replacement": "type !== \"choose-card\"", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -59549,16 +60286,16 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "895", + "896" ], "location": { "end": { @@ -59572,7 +60309,7 @@ } }, { - "id": "1871", + "id": "1887", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/game-history-record/useGameHistoryRecord.ts(20,11): error TS2367: This comparison appears to be unintentional because the types '\"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\"' and '\"\"' have no overlap.\n", @@ -59606,16 +60343,16 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "895", + "896" ], "location": { "end": { @@ -59629,7 +60366,7 @@ } }, { - "id": "1872", + "id": "1888", "mutatorName": "BooleanLiteral", "replacement": "chosenCard", "statusReason": "composables/api/game/game-history-record/useGameHistoryRecord.ts(17,5): error TS2322: Type 'boolean | GameAdditionalCard | undefined' is not assignable to type 'boolean'.\n Type 'undefined' is not assignable to type 'boolean'.\n", @@ -59637,9 +60374,9 @@ "static": false, "killedBy": [], "coveredBy": [ - "541", - "875", - "876" + "562", + "895", + "896" ], "location": { "end": { @@ -59653,7 +60390,7 @@ } }, { - "id": "1873", + "id": "1889", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/api/game/game-history-record/useGameHistoryRecord.ts(22,3): error TS2741: Property 'didSourceSkipped' is missing in type '{}' but required in type 'UseGameHistoryRecord'.\n", @@ -59690,19 +60427,19 @@ "62", "63", "64", - "535", - "536", - "537", - "538", - "539", - "540", - "541", - "542", - "872", - "873", - "874", - "875", - "876" + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "892", + "893", + "894", + "895", + "896" ], "location": { "end": { @@ -59722,49 +60459,20 @@ "language": "typescript", "mutants": [ { - "id": "1876", - "mutatorName": "StringLiteral", - "replacement": "``", - "statusReason": "Snapshot `Game Playground Header Phase > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "1117" - ], - "coveredBy": [ - "1117", - "1118", - "1119", - "1182", - "1289", - "1290" - ], - "location": { - "end": { - "column": 53, - "line": 11 - }, - "start": { - "column": 25, - "line": 11 - } - } - }, - { - "id": "1874", + "id": "1890", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/game-phase/useGamePhase.ts(7,26): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", "static": false, + "killedBy": [], "coveredBy": [ - "1117", - "1118", - "1119", - "1182", - "1289", - "1290" + "1132", + "1133", + "1134", + "1197", + "1308", + "1309" ], "location": { "end": { @@ -59778,19 +60486,20 @@ } }, { - "id": "1875", + "id": "1891", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/game-phase/useGamePhase.ts(10,74): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", "static": false, + "killedBy": [], "coveredBy": [ - "1117", - "1118", - "1119", - "1182", - "1289", - "1290" + "1132", + "1133", + "1134", + "1197", + "1308", + "1309" ], "location": { "end": { @@ -59804,53 +60513,53 @@ } }, { - "id": "1877", - "mutatorName": "ConditionalExpression", - "replacement": "true", + "id": "1892", + "mutatorName": "StringLiteral", + "replacement": "``", "statusReason": "Snapshot `Game Playground Header Phase > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "1117" + "1132" ], "coveredBy": [ - "1117", - "1118", - "1119", - "1182", - "1289", - "1290" + "1132", + "1133", + "1134", + "1197", + "1308", + "1309" ], "location": { "end": { - "column": 29, - "line": 13 + "column": 53, + "line": 11 }, "start": { - "column": 9, - "line": 13 + "column": 25, + "line": 11 } } }, { - "id": "1878", + "id": "1893", "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected 'shared.game.phase.twilight 3' to be 'shared.game.phase.twilight' // Object.is equality", + "replacement": "true", + "statusReason": "Snapshot `Game Playground Header Phase > should match snapshot when rendered. 1` mismatched", "status": "Killed", + "testsCompleted": 1, "static": false, - "testsCompleted": 5, "killedBy": [ - "1289" + "1132" ], "coveredBy": [ - "1117", - "1118", - "1119", - "1182", - "1289", - "1290" + "1132", + "1133", + "1134", + "1197", + "1308", + "1309" ], "location": { "end": { @@ -59864,23 +60573,23 @@ } }, { - "id": "1879", - "mutatorName": "EqualityOperator", - "replacement": "phase !== \"twilight\"", - "statusReason": "Snapshot `Game Playground Header Phase > should match snapshot when rendered. 1` mismatched", + "id": "1894", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected 'shared.game.phase.twilight 3' to be 'shared.game.phase.twilight' // Object.is equality", "status": "Killed", + "testsCompleted": 5, "static": false, - "testsCompleted": 1, "killedBy": [ - "1117" + "1308" ], "coveredBy": [ - "1117", - "1118", - "1119", - "1182", - "1289", - "1290" + "1132", + "1133", + "1134", + "1197", + "1308", + "1309" ], "location": { "end": { @@ -59894,45 +60603,50 @@ } }, { - "id": "1883", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "composables/api/game/game-phase/useGamePhase.ts(18,3): error TS2741: Property 'getGamePhaseWithTurnText' is missing in type '{}' but required in type 'UseGamePhase'.\n", - "status": "CompileError", + "id": "1895", + "mutatorName": "EqualityOperator", + "replacement": "phase !== \"twilight\"", + "statusReason": "Snapshot `Game Playground Header Phase > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, "static": false, + "killedBy": [ + "1132" + ], "coveredBy": [ - "1117", - "1118", - "1119", - "1182", - "1289", - "1290" + "1132", + "1133", + "1134", + "1197", + "1308", + "1309" ], "location": { "end": { - "column": 38, - "line": 18 + "column": 29, + "line": 13 }, "start": { - "column": 10, - "line": 18 + "column": 9, + "line": 13 } } }, { - "id": "1880", + "id": "1896", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/game-phase/useGamePhase.ts(13,9): error TS2367: This comparison appears to be unintentional because the types '\"day\" | \"night\" | \"twilight\"' and '\"\"' have no overlap.\n", "status": "CompileError", "static": false, + "killedBy": [], "coveredBy": [ - "1117", - "1118", - "1119", - "1182", - "1289", - "1290" + "1132", + "1133", + "1134", + "1197", + "1308", + "1309" ], "location": { "end": { @@ -59946,18 +60660,18 @@ } }, { - "id": "1881", + "id": "1897", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'shared.game.phase.twilight 3' to be 'shared.game.phase.twilight' // Object.is equality", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "1289" + "1308" ], "coveredBy": [ - "1289" + "1308" ], "location": { "end": { @@ -59971,22 +60685,22 @@ } }, { - "id": "1882", + "id": "1898", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Playground Header Phase > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "1117" + "1132" ], "coveredBy": [ - "1117", - "1118", - "1119", - "1182", - "1290" + "1132", + "1133", + "1134", + "1197", + "1309" ], "location": { "end": { @@ -59998,6 +60712,33 @@ "line": 16 } } + }, + { + "id": "1899", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "composables/api/game/game-phase/useGamePhase.ts(18,3): error TS2741: Property 'getGamePhaseWithTurnText' is missing in type '{}' but required in type 'UseGamePhase'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1132", + "1133", + "1134", + "1197", + "1308", + "1309" + ], + "location": { + "end": { + "column": 38, + "line": 18 + }, + "start": { + "column": 10, + "line": 18 + } + } } ], "source": "import type { GamePhaseName } from \"~/composables/api/game/types/game-phase/game-phase.types\";\n\ntype UseGamePhase = {\n getGamePhaseWithTurnText: (phase: GamePhaseName, turn: number) => string;\n};\n\nfunction useGamePhase(): UseGamePhase {\n const { t } = useI18n();\n\n function getGamePhaseWithTurnText(phase: GamePhaseName, turn: number): string {\n const phaseText = t(`shared.game.phase.${phase}`);\n\n if (phase === \"twilight\") {\n return phaseText;\n }\n return `${phaseText} ${turn}`;\n }\n return { getGamePhaseWithTurnText };\n}\n\nexport { useGamePhase };" @@ -60006,13 +60747,84 @@ "language": "typescript", "mutants": [ { - "id": "1884", + "id": "1906", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(11,47): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(14,25): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/game-play/useCurrentGamePlay.ts(14,25): error TS18048: 'game.value.currentPlay.source.interactions' is possibly 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "645", + "646", + "782", + "783", + "784", + "804", + "805", + "806", + "807", + "808", + "863", + "865", + "977" + ], + "location": { + "end": { + "column": 6, + "line": 15 + }, + "start": { + "column": 68, + "line": 13 + } + } + }, + { + "id": "1907", + "mutatorName": "ArrayDeclaration", + "replacement": "[\"Stryker was here\"]", + "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(14,15): error TS2322: Type 'string' is not assignable to type 'Player'.\n", "status": "CompileError", "static": false, "killedBy": [], + "coveredBy": [ + "645", + "646", + "782", + "783", + "784", + "804", + "805", + "806", + "807", + "808", + "863", + "865", + "977" + ], + "location": { + "end": { + "column": 16, + "line": 14 + }, + "start": { + "column": 14, + "line": 14 + } + } + }, + { + "id": "1908", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "241" + ], "coveredBy": [ "241", "242", @@ -60027,58 +60839,51 @@ "251", "252", "253", - "573", - "574", - "575", - "576", - "577", - "578", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", - "752", - "753", - "754", - "755", - "756", - "775", - "776", - "777", - "778", - "779", - "832", - "833", - "834", - "835", - "836", - "962", - "963" + "470", + "594", + "595", + "596", + "597", + "598", + "599", + "647", + "781", + "782", + "784", + "785", + "805", + "806", + "808", + "861", + "862", + "863", + "864", + "865", + "977", + "978" ], "location": { "end": { - "column": 2, - "line": 23 + "column": 111, + "line": 16 }, "start": { - "column": 66, - "line": 11 + "column": 73, + "line": 16 } } }, { - "id": "1885", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(12,104): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", + "id": "1909", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "241" + ], "coveredBy": [ "241", "242", @@ -60093,52 +60898,51 @@ "251", "252", "253", - "573", - "574", - "575", - "576", - "577", - "578", - "624", - "625", - "626", - "752", - "753", - "754", - "755", - "756", - "775", - "776", - "777", - "778", - "779", - "832", - "833", - "834", - "835", - "836", - "962", - "963" + "470", + "594", + "595", + "596", + "597", + "598", + "599", + "647", + "781", + "782", + "784", + "785", + "805", + "806", + "808", + "861", + "862", + "863", + "864", + "865", + "977", + "978" ], "location": { "end": { - "column": 4, - "line": 21 + "column": 111, + "line": 16 }, "start": { - "column": 113, - "line": 12 + "column": 87, + "line": 16 } } }, { - "id": "1886", + "id": "1910", "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(16,25): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/game-play/useCurrentGamePlay.ts(16,25): error TS18048: 'game.value.currentPlay.source.interactions' is possibly 'undefined'.\ncomposables/api/game/game-play/useCurrentGamePlay.ts(20,12): error TS18048: 'interaction' is possibly 'undefined'.\n", - "status": "CompileError", + "replacement": "false", + "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "241" + ], "coveredBy": [ "241", "242", @@ -60153,52 +60957,51 @@ "251", "252", "253", - "573", - "574", - "575", - "576", - "577", - "578", - "624", - "625", - "626", - "752", - "753", - "754", - "755", - "756", - "775", - "776", - "777", - "778", - "779", - "832", - "833", - "834", - "835", - "836", - "962", - "963" + "470", + "594", + "595", + "596", + "597", + "598", + "599", + "647", + "781", + "782", + "784", + "785", + "805", + "806", + "808", + "861", + "862", + "863", + "864", + "865", + "977", + "978" ], "location": { "end": { - "column": 66, - "line": 13 + "column": 111, + "line": 16 }, "start": { - "column": 9, - "line": 13 + "column": 87, + "line": 16 } } }, { - "id": "1887", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(16,25): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/game-play/useCurrentGamePlay.ts(16,25): error TS18048: 'game.value.currentPlay.source.interactions' is possibly 'undefined'.\n", - "status": "CompileError", + "id": "1911", + "mutatorName": "EqualityOperator", + "replacement": "type !== interactionType", + "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "241" + ], "coveredBy": [ "241", "242", @@ -60213,49 +61016,45 @@ "251", "252", "253", - "573", - "574", - "575", - "576", - "577", - "578", - "624", - "625", - "626", - "752", - "753", - "754", - "755", - "756", - "775", - "776", - "777", - "778", - "779", - "832", - "833", - "834", - "835", - "836", - "962", - "963" + "470", + "594", + "595", + "596", + "597", + "598", + "599", + "647", + "781", + "782", + "784", + "785", + "805", + "806", + "808", + "861", + "862", + "863", + "864", + "865", + "977", + "978" ], "location": { "end": { - "column": 66, - "line": 13 + "column": 111, + "line": 16 }, "start": { - "column": 9, - "line": 13 + "column": 87, + "line": 16 } } }, { - "id": "1888", - "mutatorName": "EqualityOperator", - "replacement": "game.value.currentPlay?.source.interactions !== undefined", - "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(16,25): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/game-play/useCurrentGamePlay.ts(16,25): error TS18048: 'game.value.currentPlay.source.interactions' is possibly 'undefined'.\ncomposables/api/game/game-play/useCurrentGamePlay.ts(16,76): error TS7031: Binding element 'type' implicitly has an 'any' type.\n", + "id": "1915", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(18,12): error TS18048: 'interaction' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], @@ -60273,49 +61072,29 @@ "251", "252", "253", - "573", - "574", - "575", - "576", - "577", - "578", - "624", - "625", - "626", - "752", - "753", - "754", - "755", - "756", - "775", - "776", - "777", - "778", - "779", - "832", - "833", - "834", - "835", - "836", - "962", - "963" + "597", + "781", + "782", + "784", + "785", + "977" ], "location": { "end": { - "column": 66, - "line": 13 + "column": 6, + "line": 19 }, "start": { - "column": 9, - "line": 13 + "column": 36, + "line": 17 } } }, { - "id": "1889", - "mutatorName": "OptionalChaining", - "replacement": "game.value.currentPlay.source", - "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(13,9): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/game-play/useCurrentGamePlay.ts(16,25): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", + "id": "1916", + "mutatorName": "ArrayDeclaration", + "replacement": "[\"Stryker was here\"]", + "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(18,15): error TS2322: Type 'string' is not assignable to type 'Player'.\n", "status": "CompileError", "static": false, "killedBy": [], @@ -60333,123 +61112,151 @@ "251", "252", "253", - "573", - "574", - "575", - "576", - "577", - "578", - "624", - "625", - "626", - "752", - "753", - "754", - "755", - "756", - "775", - "776", - "777", - "778", - "779", - "832", - "833", - "834", - "835", - "836", - "962", - "963" + "597", + "781", + "782", + "784", + "785", + "977" ], "location": { "end": { - "column": 39, - "line": 13 + "column": 16, + "line": 18 }, "start": { - "column": 9, - "line": 13 + "column": 14, + "line": 18 } } }, { - "id": "1890", + "id": "1901", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(14,25): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/game-play/useCurrentGamePlay.ts(14,25): error TS18048: 'game.value.currentPlay.source.interactions' is possibly 'undefined'.\n", + "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(12,104): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", "static": false, - "killedBy": [], "coveredBy": [ - "624", - "625", - "753", - "754", - "755", - "775", - "776", - "777", - "778", - "779", - "834", - "836", - "962" + "241", + "242", + "243", + "244", + "245", + "246", + "247", + "248", + "249", + "250", + "251", + "252", + "253", + "470", + "594", + "595", + "596", + "597", + "598", + "599", + "645", + "646", + "647", + "781", + "782", + "783", + "784", + "785", + "804", + "805", + "806", + "807", + "808", + "861", + "862", + "863", + "864", + "865", + "977", + "978" ], "location": { "end": { - "column": 6, - "line": 15 + "column": 4, + "line": 21 }, "start": { - "column": 68, - "line": 13 + "column": 113, + "line": 12 } } }, { - "id": "1891", - "mutatorName": "ArrayDeclaration", - "replacement": "[\"Stryker was here\"]", - "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(14,15): error TS2322: Type 'string' is not assignable to type 'Player'.\n", + "id": "1902", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(16,25): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/game-play/useCurrentGamePlay.ts(16,25): error TS18048: 'game.value.currentPlay.source.interactions' is possibly 'undefined'.\ncomposables/api/game/game-play/useCurrentGamePlay.ts(20,12): error TS18048: 'interaction' is possibly 'undefined'.\n", "status": "CompileError", "static": false, - "killedBy": [], "coveredBy": [ - "624", - "625", - "753", - "754", - "755", - "775", - "776", - "777", - "778", - "779", - "834", - "836", - "962" + "241", + "242", + "243", + "244", + "245", + "246", + "247", + "248", + "249", + "250", + "251", + "252", + "253", + "470", + "594", + "595", + "596", + "597", + "598", + "599", + "645", + "646", + "647", + "781", + "782", + "783", + "784", + "785", + "804", + "805", + "806", + "807", + "808", + "861", + "862", + "863", + "864", + "865", + "977", + "978" ], "location": { "end": { - "column": 16, - "line": 14 + "column": 66, + "line": 13 }, "start": { - "column": 14, - "line": 14 + "column": 9, + "line": 13 } } }, { - "id": "1892", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, + "id": "1903", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(16,25): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/game-play/useCurrentGamePlay.ts(16,25): error TS18048: 'game.value.currentPlay.source.interactions' is possibly 'undefined'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "241" - ], "coveredBy": [ "241", "242", @@ -60464,50 +61271,52 @@ "251", "252", "253", - "573", - "574", - "575", - "576", - "577", - "578", - "626", - "752", - "753", - "755", - "756", - "776", - "777", - "779", - "832", - "833", - "834", - "835", - "836", - "962", - "963" + "470", + "594", + "595", + "596", + "597", + "598", + "599", + "645", + "646", + "647", + "781", + "782", + "783", + "784", + "785", + "804", + "805", + "806", + "807", + "808", + "861", + "862", + "863", + "864", + "865", + "977", + "978" ], "location": { "end": { - "column": 111, - "line": 16 + "column": 66, + "line": 13 }, "start": { - "column": 73, - "line": 16 + "column": 9, + "line": 13 } } }, { - "id": "1893", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, + "id": "1900", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(11,47): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "241" - ], "coveredBy": [ "241", "242", @@ -60522,50 +61331,58 @@ "251", "252", "253", - "573", - "574", - "575", - "576", - "577", - "578", - "626", - "752", - "753", - "755", - "756", - "776", - "777", - "779", - "832", - "833", - "834", - "835", - "836", - "962", - "963" + "470", + "594", + "595", + "596", + "597", + "598", + "599", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "781", + "782", + "783", + "784", + "785", + "804", + "805", + "806", + "807", + "808", + "861", + "862", + "863", + "864", + "865", + "977", + "978" ], "location": { "end": { - "column": 111, - "line": 16 + "column": 2, + "line": 23 }, "start": { - "column": 87, - "line": 16 + "column": 66, + "line": 11 } } }, { - "id": "1894", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, + "id": "1904", + "mutatorName": "EqualityOperator", + "replacement": "game.value.currentPlay?.source.interactions !== undefined", + "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(16,25): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/game-play/useCurrentGamePlay.ts(16,25): error TS18048: 'game.value.currentPlay.source.interactions' is possibly 'undefined'.\ncomposables/api/game/game-play/useCurrentGamePlay.ts(16,76): error TS7031: Binding element 'type' implicitly has an 'any' type.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "241" - ], "coveredBy": [ "241", "242", @@ -60580,50 +61397,52 @@ "251", "252", "253", - "573", - "574", - "575", - "576", - "577", - "578", - "626", - "752", - "753", - "755", - "756", - "776", - "777", - "779", - "832", - "833", - "834", - "835", - "836", - "962", - "963" + "470", + "594", + "595", + "596", + "597", + "598", + "599", + "645", + "646", + "647", + "781", + "782", + "783", + "784", + "785", + "804", + "805", + "806", + "807", + "808", + "861", + "862", + "863", + "864", + "865", + "977", + "978" ], "location": { "end": { - "column": 111, - "line": 16 + "column": 66, + "line": 13 }, "start": { - "column": 87, - "line": 16 + "column": 9, + "line": 13 } } }, { - "id": "1895", - "mutatorName": "EqualityOperator", - "replacement": "type !== interactionType", - "statusReason": "Snapshot `Witch Use Potions Tab View Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, + "id": "1905", + "mutatorName": "OptionalChaining", + "replacement": "game.value.currentPlay.source", + "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(13,9): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/game-play/useCurrentGamePlay.ts(16,25): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "241" - ], "coveredBy": [ "241", "242", @@ -60638,47 +61457,52 @@ "251", "252", "253", - "573", - "574", - "575", - "576", - "577", - "578", - "626", - "752", - "753", - "755", - "756", - "776", - "777", - "779", - "832", - "833", - "834", - "835", - "836", - "962", - "963" + "470", + "594", + "595", + "596", + "597", + "598", + "599", + "645", + "646", + "647", + "781", + "782", + "783", + "784", + "785", + "804", + "805", + "806", + "807", + "808", + "861", + "862", + "863", + "864", + "865", + "977", + "978" ], "location": { "end": { - "column": 111, - "line": 16 + "column": 39, + "line": 13 }, "start": { - "column": 87, - "line": 16 + "column": 9, + "line": 13 } } }, { - "id": "1896", + "id": "1912", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(20,12): error TS18048: 'interaction' is possibly 'undefined'.\n", "status": "CompileError", "static": false, - "killedBy": [], "coveredBy": [ "241", "242", @@ -60693,27 +61517,28 @@ "251", "252", "253", - "573", - "574", - "575", - "576", - "577", - "578", - "626", - "752", - "753", - "755", - "756", - "776", - "777", - "779", - "832", - "833", - "834", - "835", - "836", - "962", - "963" + "470", + "594", + "595", + "596", + "597", + "598", + "599", + "647", + "781", + "782", + "784", + "785", + "805", + "806", + "808", + "861", + "862", + "863", + "864", + "865", + "977", + "978" ], "location": { "end": { @@ -60727,13 +61552,12 @@ } }, { - "id": "1897", + "id": "1913", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(20,12): error TS18048: 'interaction' is possibly 'undefined'.\n", "status": "CompileError", "static": false, - "killedBy": [], "coveredBy": [ "241", "242", @@ -60748,27 +61572,28 @@ "251", "252", "253", - "573", - "574", - "575", - "576", - "577", - "578", - "626", - "752", - "753", - "755", - "756", - "776", - "777", - "779", - "832", - "833", - "834", - "835", - "836", - "962", - "963" + "470", + "594", + "595", + "596", + "597", + "598", + "599", + "647", + "781", + "782", + "784", + "785", + "805", + "806", + "808", + "861", + "862", + "863", + "864", + "865", + "977", + "978" ], "location": { "end": { @@ -60782,13 +61607,12 @@ } }, { - "id": "1898", - "mutatorName": "EqualityOperator", - "replacement": "interaction !== undefined", - "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(20,12): error TS18048: 'interaction' is possibly 'undefined'.\n", + "id": "1917", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(22,3): error TS2741: Property 'getEligibleTargetsWithInteractionInCurrentGamePlay' is missing in type '{}' but required in type 'UseCurrentGamePlay'.\n", "status": "CompileError", "static": false, - "killedBy": [], "coveredBy": [ "241", "242", @@ -60803,47 +61627,58 @@ "251", "252", "253", - "573", - "574", - "575", - "576", - "577", - "578", - "626", - "752", - "753", - "755", - "756", - "776", - "777", - "779", - "832", - "833", - "834", - "835", - "836", - "962", - "963" + "470", + "594", + "595", + "596", + "597", + "598", + "599", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "781", + "782", + "783", + "784", + "785", + "804", + "805", + "806", + "807", + "808", + "861", + "862", + "863", + "864", + "865", + "977", + "978" ], "location": { "end": { - "column": 34, - "line": 17 + "column": 64, + "line": 22 }, "start": { - "column": 9, - "line": 17 + "column": 10, + "line": 22 } } }, { - "id": "1899", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(18,12): error TS18048: 'interaction' is possibly 'undefined'.\n", + "id": "1914", + "mutatorName": "EqualityOperator", + "replacement": "interaction !== undefined", + "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(20,12): error TS18048: 'interaction' is possibly 'undefined'.\n", "status": "CompileError", "static": false, - "killedBy": [], "coveredBy": [ "241", "242", @@ -60858,127 +61693,37 @@ "251", "252", "253", - "576", - "752", - "753", - "755", - "756", - "962" + "470", + "594", + "595", + "596", + "597", + "598", + "599", + "647", + "781", + "782", + "784", + "785", + "805", + "806", + "808", + "861", + "862", + "863", + "864", + "865", + "977", + "978" ], "location": { "end": { - "column": 6, - "line": 19 - }, - "start": { - "column": 36, + "column": 34, "line": 17 - } - } - }, - { - "id": "1900", - "mutatorName": "ArrayDeclaration", - "replacement": "[\"Stryker was here\"]", - "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(18,15): error TS2322: Type 'string' is not assignable to type 'Player'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "241", - "242", - "243", - "244", - "245", - "246", - "247", - "248", - "249", - "250", - "251", - "252", - "253", - "576", - "752", - "753", - "755", - "756", - "962" - ], - "location": { - "end": { - "column": 16, - "line": 18 - }, - "start": { - "column": 14, - "line": 18 - } - } - }, - { - "id": "1901", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "composables/api/game/game-play/useCurrentGamePlay.ts(22,3): error TS2741: Property 'getEligibleTargetsWithInteractionInCurrentGamePlay' is missing in type '{}' but required in type 'UseCurrentGamePlay'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "241", - "242", - "243", - "244", - "245", - "246", - "247", - "248", - "249", - "250", - "251", - "252", - "253", - "573", - "574", - "575", - "576", - "577", - "578", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", - "752", - "753", - "754", - "755", - "756", - "775", - "776", - "777", - "778", - "779", - "832", - "833", - "834", - "835", - "836", - "962", - "963" - ], - "location": { - "end": { - "column": 64, - "line": 22 }, "start": { - "column": 10, - "line": 22 + "column": 9, + "line": 17 } } } @@ -60989,7 +61734,7 @@ "language": "typescript", "mutants": [ { - "id": "1902", + "id": "1918", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/player/usePlayers.ts(7,24): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -60997,22 +61742,22 @@ "static": false, "killedBy": [], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", - "832", - "833", - "834", - "835", - "836", - "1268", - "1269" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "861", + "862", + "863", + "864", + "865", + "1287", + "1288" ], "location": { "end": { @@ -61026,7 +61771,7 @@ } }, { - "id": "1903", + "id": "1919", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/player/usePlayers.ts(10,52): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -61034,16 +61779,16 @@ "static": false, "killedBy": [], "coveredBy": [ - "624", - "625", - "626", - "832", - "833", - "834", - "835", - "836", - "1268", - "1269" + "645", + "646", + "647", + "861", + "862", + "863", + "864", + "865", + "1287", + "1288" ], "location": { "end": { @@ -61057,7 +61802,7 @@ } }, { - "id": "1904", + "id": "1920", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/player/usePlayers.ts(11,5): error TS2322: Type 'Player' is not assignable to type 'string'.\ncomposables/api/game/player/usePlayers.ts(11,35): error TS2345: Argument of type '(acc: string, player: Player, index: number) => void' is not assignable to parameter of type '(previousValue: string, currentValue: Player, currentIndex: number, array: Player[]) => string'.\n Type 'void' is not assignable to type 'string'.\n", @@ -61065,13 +61810,13 @@ "static": false, "killedBy": [], "coveredBy": [ - "626", - "832", - "833", - "834", - "835", - "836", - "1268" + "647", + "861", + "862", + "863", + "864", + "865", + "1287" ], "location": { "end": { @@ -61085,7 +61830,7 @@ } }, { - "id": "1905", + "id": "1921", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -61093,16 +61838,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "626" + "647" ], "coveredBy": [ - "626", - "832", - "833", - "834", - "835", - "836", - "1268" + "647", + "861", + "862", + "863", + "864", + "865", + "1287" ], "location": { "end": { @@ -61116,7 +61861,7 @@ } }, { - "id": "1906", + "id": "1922", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -61124,16 +61869,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "626" + "647" ], "coveredBy": [ - "626", - "832", - "833", - "834", - "835", - "836", - "1268" + "647", + "861", + "862", + "863", + "864", + "865", + "1287" ], "location": { "end": { @@ -61147,7 +61892,7 @@ } }, { - "id": "1907", + "id": "1923", "mutatorName": "EqualityOperator", "replacement": "index !== 0", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -61155,16 +61900,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "626" + "647" ], "coveredBy": [ - "626", - "832", - "833", - "834", - "835", - "836", - "1268" + "647", + "861", + "862", + "863", + "864", + "865", + "1287" ], "location": { "end": { @@ -61178,7 +61923,7 @@ } }, { - "id": "1908", + "id": "1924", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -61186,16 +61931,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "626" + "647" ], "coveredBy": [ - "626", - "832", - "833", - "834", - "835", - "836", - "1268" + "647", + "861", + "862", + "863", + "864", + "865", + "1287" ], "location": { "end": { @@ -61209,7 +61954,7 @@ } }, { - "id": "1909", + "id": "1925", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'player-1 common.and player-2 common.a…' to be 'player-1, player-2 common.and player-3' // Object.is equality", @@ -61217,16 +61962,16 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1268" + "1287" ], "coveredBy": [ - "626", - "832", - "833", - "834", - "835", - "836", - "1268" + "647", + "861", + "862", + "863", + "864", + "865", + "1287" ], "location": { "end": { @@ -61240,7 +61985,7 @@ } }, { - "id": "1910", + "id": "1926", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -61248,16 +61993,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "626" + "647" ], "coveredBy": [ - "626", - "832", - "833", - "834", - "835", - "836", - "1268" + "647", + "861", + "862", + "863", + "864", + "865", + "1287" ], "location": { "end": { @@ -61271,7 +62016,7 @@ } }, { - "id": "1911", + "id": "1927", "mutatorName": "EqualityOperator", "replacement": "index !== players.length - 1", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -61279,16 +62024,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "626" + "647" ], "coveredBy": [ - "626", - "832", - "833", - "834", - "835", - "836", - "1268" + "647", + "861", + "862", + "863", + "864", + "865", + "1287" ], "location": { "end": { @@ -61302,7 +62047,7 @@ } }, { - "id": "1912", + "id": "1928", "mutatorName": "ArithmeticOperator", "replacement": "players.length + 1", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -61310,16 +62055,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "626" + "647" ], "coveredBy": [ - "626", - "832", - "833", - "834", - "835", - "836", - "1268" + "647", + "861", + "862", + "863", + "864", + "865", + "1287" ], "location": { "end": { @@ -61333,7 +62078,7 @@ } }, { - "id": "1913", + "id": "1929", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -61341,16 +62086,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "626" + "647" ], "coveredBy": [ - "626", - "832", - "833", - "834", - "835", - "836", - "1268" + "647", + "861", + "862", + "863", + "864", + "865", + "1287" ], "location": { "end": { @@ -61364,7 +62109,7 @@ } }, { - "id": "1914", + "id": "1930", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -61372,16 +62117,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "626" + "647" ], "coveredBy": [ - "626", - "832", - "833", - "834", - "835", - "836", - "1268" + "647", + "861", + "862", + "863", + "864", + "865", + "1287" ], "location": { "end": { @@ -61395,7 +62140,7 @@ } }, { - "id": "1915", + "id": "1931", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'player-1, player-2 player-3' to be 'player-1, player-2 common.and player-3' // Object.is equality", @@ -61403,16 +62148,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1268" + "1287" ], "coveredBy": [ - "626", - "832", - "833", - "834", - "835", - "836", - "1268" + "647", + "861", + "862", + "863", + "864", + "865", + "1287" ], "location": { "end": { @@ -61426,7 +62171,7 @@ } }, { - "id": "1916", + "id": "1932", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected ' common.and player-3' to be 'player-1, player-2 common.and player-3' // Object.is equality", @@ -61434,10 +62179,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1268" + "1287" ], "coveredBy": [ - "1268" + "1287" ], "location": { "end": { @@ -61451,7 +62196,7 @@ } }, { - "id": "1917", + "id": "1933", "mutatorName": "StringLiteral", "replacement": "\"Stryker was here!\"", "statusReason": "expected 'Stryker was here!' to be '' // Object.is equality", @@ -61459,19 +62204,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1269" + "1288" ], "coveredBy": [ - "624", - "625", - "626", - "832", - "833", - "834", - "835", - "836", - "1268", - "1269" + "645", + "646", + "647", + "861", + "862", + "863", + "864", + "865", + "1287", + "1288" ], "location": { "end": { @@ -61485,7 +62230,7 @@ } }, { - "id": "1918", + "id": "1934", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/api/game/player/usePlayers.ts(21,3): error TS2741: Property 'getPlayersNamesText' is missing in type '{}' but required in type 'UsePlayers'.\n", @@ -61493,22 +62238,22 @@ "static": false, "killedBy": [], "coveredBy": [ - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", - "832", - "833", - "834", - "835", - "836", - "1268", - "1269" + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "861", + "862", + "863", + "864", + "865", + "1287", + "1288" ], "location": { "end": { @@ -61528,7 +62273,7 @@ "language": "typescript", "mutants": [ { - "id": "1919", + "id": "1935", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/types/game-additional-card/game-additional-card.class.ts(20,65): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -61536,9 +62281,9 @@ "static": true, "killedBy": [], "coveredBy": [ - "541", - "1099", - "1271" + "562", + "1114", + "1290" ], "location": { "end": { @@ -61558,7 +62303,7 @@ "language": "typescript", "mutants": [ { - "id": "1920", + "id": "1936", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/types/game-history-record/game-history-record-play/game-history-record-play-source/game-history-record-play-source.class.ts(20,83): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -61579,28 +62324,28 @@ "430", "431", "432", - "536", - "537", - "539", - "540", - "541", - "542", - "590", - "592", - "593", - "594", - "597", - "598", - "599", - "630", - "631", - "987", - "1021", - "1059", - "1099", - "1105", - "1186", - "1250" + "557", + "558", + "560", + "561", + "562", + "563", + "611", + "613", + "614", + "615", + "618", + "619", + "620", + "651", + "652", + "1002", + "1036", + "1074", + "1114", + "1120", + "1201", + "1268" ], "location": { "end": { @@ -61620,7 +62365,7 @@ "language": "typescript", "mutants": [ { - "id": "1921", + "id": "1937", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/types/game-history-record/game-history-record-play/game-history-record-play-target/game-history-record-play-target.class.ts(15,83): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -61628,19 +62373,19 @@ "static": true, "killedBy": [], "coveredBy": [ - "539", - "590", - "592", - "593", - "594", - "656", - "657", - "658", - "659", - "660", - "661", - "1099", - "1257" + "560", + "611", + "613", + "614", + "615", + "679", + "680", + "681", + "682", + "683", + "684", + "1114", + "1275" ], "location": { "end": { @@ -61660,7 +62405,7 @@ "language": "typescript", "mutants": [ { - "id": "1922", + "id": "1938", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/types/game-history-record/game-history-record-play/game-history-record-play-vote/game-history-record-play-vote.class.ts(15,79): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -61668,8 +62413,8 @@ "static": true, "killedBy": [], "coveredBy": [ - "1099", - "1258" + "1114", + "1276" ], "location": { "end": { @@ -61689,7 +62434,7 @@ "language": "typescript", "mutants": [ { - "id": "1923", + "id": "1939", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/types/game-history-record/game-history-record-play/game-history-record-play-voting/game-history-record-play-voting.class.ts(15,83): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\ncomposables/api/useWerewolvesAssistantApi.ts(21,3): error TS2321: Excessive stack depth comparing types 'Exclude Player)\n @Expose()\n public players?: Player[];\n\n @Type(() => GamePlaySourceInteraction)\n @Expose()\n public interactions?: GamePlaySourceInteraction[];\n\n public static create(gamePlaySource: GamePlaySource): GamePlaySource {\n return plainToInstance(GamePlaySource, gamePlaySource, DEFAULT_PLAIN_TO_INSTANCE_OPTIONS);\n }\n}\n\nexport { GamePlaySource };" - }, - "composables/api/game/types/game-play/game-play.class.ts": { - "language": "typescript", - "mutants": [ - { - "id": "1958", - "mutatorName": "BlockStatement", - "replacement": "{}", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "596", + "597", + "598", + "698", + "699", + "700", + "702", + "738", + "739", + "741", + "742", + "743", + "744", + "784", + "785", + "805", + "806", + "807", + "808", + "843", + "844", + "845", + "846", + "847", + "865", + "868", + "870", + "963", + "987", + "1037", + "1038", + "1281", + "1283" + ], + "location": { + "end": { + "column": 4, + "line": 22 + }, + "start": { + "column": 72, + "line": 20 + } + } + } + ], + "source": "import { Expose, plainToInstance, Type } from \"class-transformer\";\n\nimport type { GamePlaySourceName } from \"~/composables/api/game/types/game-play/game-play-source/game-play-source.types\";\nimport { GamePlaySourceInteraction } from \"~/composables/api/game/types/game-play/game-play-source/game-play-source-interaction/game-play-source-interaction.class\";\nimport { Player } from \"~/composables/api/game/types/players/player.class\";\nimport { DEFAULT_PLAIN_TO_INSTANCE_OPTIONS } from \"~/utils/constants/class-transformer.constants\";\n\nclass GamePlaySource {\n @Expose()\n public name: GamePlaySourceName;\n\n @Type(() => Player)\n @Expose()\n public players?: Player[];\n\n @Type(() => GamePlaySourceInteraction)\n @Expose()\n public interactions?: GamePlaySourceInteraction[];\n\n public static create(gamePlaySource: GamePlaySource): GamePlaySource {\n return plainToInstance(GamePlaySource, gamePlaySource, DEFAULT_PLAIN_TO_INSTANCE_OPTIONS);\n }\n}\n\nexport { GamePlaySource };" + }, + "composables/api/game/types/game-play/game-play.class.ts": { + "language": "typescript", + "mutants": [ + { + "id": "1974", + "mutatorName": "BlockStatement", + "replacement": "{}", "statusReason": "composables/api/game/types/game-play/game-play.class.ts(27,45): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", "static": true, @@ -67006,46 +67780,46 @@ "449", "450", "451", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "575", - "576", - "577", - "675", - "676", - "677", - "679", - "715", - "716", - "718", - "719", - "720", - "721", - "755", - "756", - "776", - "777", - "778", - "779", - "814", - "815", - "816", - "817", - "818", - "836", - "839", - "841", - "948", - "972", - "1022", - "1023", - "1263" + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "596", + "597", + "598", + "698", + "699", + "700", + "702", + "738", + "739", + "741", + "742", + "743", + "744", + "784", + "785", + "805", + "806", + "807", + "808", + "843", + "844", + "845", + "846", + "847", + "865", + "868", + "870", + "963", + "987", + "1037", + "1038", + "1281" ], "location": { "end": { @@ -67065,7 +67839,7 @@ "language": "typescript", "mutants": [ { - "id": "1959", + "id": "1975", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/types/game-victory/game-victory.class.ts(14,51): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -67073,9 +67847,9 @@ "static": true, "killedBy": [], "coveredBy": [ - "762", - "1080", - "1275" + "791", + "1095", + "1294" ], "location": { "end": { @@ -67095,7 +67869,7 @@ "language": "typescript", "mutants": [ { - "id": "1960", + "id": "1976", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/types/game.class.ts(55,49): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -67151,25 +67925,26 @@ "457", "458", "459", - "511", - "512", - "513", - "514", - "575", - "576", - "577", - "766", - "768", - "769", - "771", - "773", - "774", - "834", - "836", - "971", - "972", - "1022", - "1054" + "523", + "532", + "533", + "534", + "535", + "596", + "597", + "598", + "795", + "797", + "798", + "800", + "802", + "803", + "863", + "865", + "986", + "987", + "1037", + "1069" ], "location": { "end": { @@ -67183,7 +67958,7 @@ } }, { - "id": "1961", + "id": "1977", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/types/game.class.ts(59,20): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -67191,7 +67966,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1023" + "1038" ], "location": { "end": { @@ -67211,7 +67986,7 @@ "language": "typescript", "mutants": [ { - "id": "1962", + "id": "1978", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/types/players/player-attribute/player-attribute-activation/player-attribute-activation.class.ts(13,79): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -67219,8 +67994,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1252", - "1272" + "1270", + "1291" ], "location": { "end": { @@ -67240,7 +68015,7 @@ "language": "typescript", "mutants": [ { - "id": "1963", + "id": "1979", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/types/players/player-attribute/player-attribute.class.ts(25,59): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -67248,8 +68023,8 @@ "static": true, "killedBy": [], "coveredBy": [ - "1224", - "1252" + "1242", + "1270" ], "location": { "end": { @@ -67269,7 +68044,7 @@ "language": "typescript", "mutants": [ { - "id": "1964", + "id": "1980", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/types/players/player-role/player-role.class.ts(16,52): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -67287,23 +68062,24 @@ "249", "250", "253", - "539", - "755", - "756", - "776", - "779", - "1099", - "1186", - "1223", - "1224", - "1244", - "1250", - "1257", - "1258", - "1265", + "560", + "784", + "785", + "805", + "808", + "1114", + "1201", + "1241", + "1242", + "1262", "1268", "1275", - "1291" + "1276", + "1283", + "1285", + "1287", + "1294", + "1310" ], "location": { "end": { @@ -67323,7 +68099,7 @@ "language": "typescript", "mutants": [ { - "id": "1965", + "id": "1981", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/types/players/player-side/player-side.class.ts(13,52): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -67341,23 +68117,24 @@ "249", "250", "253", - "539", - "755", - "756", - "776", - "779", - "1099", - "1186", - "1223", - "1224", - "1244", - "1250", - "1257", - "1258", - "1265", + "560", + "784", + "785", + "805", + "808", + "1114", + "1201", + "1241", + "1242", + "1262", "1268", "1275", - "1301" + "1276", + "1283", + "1285", + "1287", + "1294", + "1320" ], "location": { "end": { @@ -67377,7 +68154,7 @@ "language": "typescript", "mutants": [ { - "id": "1966", + "id": "1982", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/types/players/player.class.ts(30,41): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -67414,36 +68191,37 @@ "323", "324", "430", - "511", - "512", - "513", - "514", - "539", - "592", - "597", - "656", - "657", - "658", - "659", - "660", - "661", + "532", + "533", + "534", + "535", + "560", + "613", + "618", "679", - "755", - "756", - "776", - "779", - "841", - "1099", - "1186", - "1223", - "1224", - "1244", - "1250", - "1257", - "1258", - "1265", + "680", + "681", + "682", + "683", + "684", + "702", + "784", + "785", + "805", + "808", + "870", + "1114", + "1201", + "1241", + "1242", + "1262", "1268", - "1275" + "1275", + "1276", + "1283", + "1285", + "1287", + "1294" ], "location": { "end": { @@ -67463,7 +68241,7 @@ "language": "typescript", "mutants": [ { - "id": "1967", + "id": "1983", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(27,73): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -67541,7 +68319,7 @@ } }, { - "id": "1968", + "id": "1984", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(33,35): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Type 'undefined' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => undefined' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -67619,7 +68397,7 @@ } }, { - "id": "1969", + "id": "1985", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -67676,7 +68454,7 @@ } }, { - "id": "1970", + "id": "1986", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.GameLobbyRandomComposition…' to be undefined", @@ -67733,7 +68511,7 @@ } }, { - "id": "1971", + "id": "1987", "mutatorName": "EqualityOperator", "replacement": "createGameDto.value.players.length > MIN_PLAYERS_IN_GAME", "statusReason": "expected false to be true // Object.is equality", @@ -67790,7 +68568,7 @@ } }, { - "id": "1972", + "id": "1988", "mutatorName": "EqualityOperator", "replacement": "createGameDto.value.players.length < MIN_PLAYERS_IN_GAME", "statusReason": "Snapshot `Game Lobby Random Composition Button Component > should match snapshot when rendered. 1` mismatched", @@ -67847,7 +68625,7 @@ } }, { - "id": "1973", + "id": "1989", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(35,26): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Type 'undefined' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => undefined' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -67925,7 +68703,7 @@ } }, { - "id": "1974", + "id": "1990", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.some(player => player.role.name !== undefined)", "statusReason": "expected true to be false // Object.is equality", @@ -67968,7 +68746,7 @@ } }, { - "id": "1975", + "id": "1991", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -68011,7 +68789,7 @@ } }, { - "id": "1976", + "id": "1992", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -68051,7 +68829,7 @@ } }, { - "id": "1977", + "id": "1993", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -68091,7 +68869,7 @@ } }, { - "id": "1978", + "id": "1994", "mutatorName": "EqualityOperator", "replacement": "player.role.name === undefined", "statusReason": "expected false to be true // Object.is equality", @@ -68131,7 +68909,7 @@ } }, { - "id": "1979", + "id": "1995", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(37,43): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Type 'undefined' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => undefined' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -68209,7 +68987,7 @@ } }, { - "id": "1980", + "id": "1996", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.every(player => player.side.current === \"villagers\")", "statusReason": "expected false to be true // Object.is equality", @@ -68251,7 +69029,7 @@ } }, { - "id": "1981", + "id": "1997", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -68293,7 +69071,7 @@ } }, { - "id": "1982", + "id": "1998", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -68332,7 +69110,7 @@ } }, { - "id": "1983", + "id": "1999", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -68371,7 +69149,7 @@ } }, { - "id": "1984", + "id": "2000", "mutatorName": "EqualityOperator", "replacement": "player.side.current !== \"villagers\"", "statusReason": "expected true to be false // Object.is equality", @@ -68410,7 +69188,7 @@ } }, { - "id": "1985", + "id": "2001", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(37,110): error TS2367: This comparison appears to be unintentional because the types '\"villagers\" | \"werewolves\" | undefined' and '\"\"' have no overlap.\n", @@ -68446,7 +69224,7 @@ } }, { - "id": "1986", + "id": "2002", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(39,43): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Type 'undefined' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => undefined' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -68524,7 +69302,7 @@ } }, { - "id": "1987", + "id": "2003", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.every(player => player.side.current === \"werewolves\")", "statusReason": "expected false to be true // Object.is equality", @@ -68565,7 +69343,7 @@ } }, { - "id": "1988", + "id": "2004", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -68606,7 +69384,7 @@ } }, { - "id": "1989", + "id": "2005", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -68644,7 +69422,7 @@ } }, { - "id": "1990", + "id": "2006", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -68682,7 +69460,7 @@ } }, { - "id": "1991", + "id": "2007", "mutatorName": "EqualityOperator", "replacement": "player.side.current !== \"werewolves\"", "statusReason": "expected true to be false // Object.is equality", @@ -68720,7 +69498,7 @@ } }, { - "id": "1992", + "id": "2008", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(39,110): error TS2367: This comparison appears to be unintentional because the types '\"villagers\" | \"werewolves\" | undefined' and '\"\"' have no overlap.\n", @@ -68755,7 +69533,7 @@ } }, { - "id": "1993", + "id": "2009", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(41,59): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'ComputedGetter'.\n Type 'void' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -68782,7 +69560,7 @@ } }, { - "id": "1994", + "id": "2010", "mutatorName": "BooleanLiteral", "replacement": "roles.value", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(45,37): error TS18047: 'roles.value' is possibly 'null'.\ncomposables/api/game/useCreateGameDtoValidation.ts(45,57): error TS7006: Parameter 'role' implicitly has an 'any' type.\ncomposables/api/game/useCreateGameDtoValidation.ts(47,42): error TS7006: Parameter 'role' implicitly has an 'any' type.\n", @@ -68809,7 +69587,7 @@ } }, { - "id": "1995", + "id": "2011", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(45,37): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -68836,7 +69614,7 @@ } }, { - "id": "1996", + "id": "2012", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(45,37): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -68863,7 +69641,7 @@ } }, { - "id": "1997", + "id": "2013", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(43,37): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -68885,7 +69663,7 @@ } }, { - "id": "1998", + "id": "2014", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -68910,7 +69688,7 @@ } }, { - "id": "1999", + "id": "2015", "mutatorName": "MethodExpression", "replacement": "roles.value", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(47,88): error TS2345: Argument of type '{ name: \"werewolf\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | \"villager\" | \"villager-villager\" | \"seer\" | \"cupid\" | \"witch\" | \"hunter\" | \"little-girl\" | \"defender\" | ... 17 more ... | \"devoted-servant\"; ... 6 more ...; recommendedMinPlayers?: number | undefined; }' is not assignable to parameter of type 'RoleWithMinInGame'.\n Type '{ name: \"werewolf\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | \"villager\" | \"villager-villager\" | \"seer\" | \"cupid\" | \"witch\" | \"hunter\" | \"little-girl\" | \"defender\" | ... 17 more ... | \"devoted-servant\"; ... 6 more ...; recommendedMinPlayers?: number | undefined; }' is not assignable to type '{ minInGame: number; }'.\n Types of property 'minInGame' are incompatible.\n Type 'number | undefined' is not assignable to type 'number'.\n Type 'undefined' is not assignable to type 'number'.\n", @@ -68936,7 +69714,7 @@ } }, { - "id": "2000", + "id": "2016", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(47,88): error TS2345: Argument of type '{ name: \"werewolf\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | \"villager\" | \"villager-villager\" | \"seer\" | \"cupid\" | \"witch\" | \"hunter\" | \"little-girl\" | \"defender\" | ... 17 more ... | \"devoted-servant\"; ... 6 more ...; recommendedMinPlayers?: number | undefined; }' is not assignable to parameter of type 'RoleWithMinInGame'.\n Type '{ name: \"werewolf\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | \"villager\" | \"villager-villager\" | \"seer\" | \"cupid\" | \"witch\" | \"hunter\" | \"little-girl\" | \"defender\" | ... 17 more ... | \"devoted-servant\"; ... 6 more ...; recommendedMinPlayers?: number | undefined; }' is not assignable to type '{ minInGame: number; }'.\n Types of property 'minInGame' are incompatible.\n Type 'number | undefined' is not assignable to type 'number'.\n Type 'undefined' is not assignable to type 'number'.\n", @@ -68962,7 +69740,7 @@ } }, { - "id": "2001", + "id": "2017", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be true // Object.is equality", @@ -68991,7 +69769,7 @@ } }, { - "id": "2002", + "id": "2018", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -69020,7 +69798,7 @@ } }, { - "id": "2003", + "id": "2019", "mutatorName": "EqualityOperator", "replacement": "role.minInGame === undefined", "statusReason": "expected false to be true // Object.is equality", @@ -69049,7 +69827,7 @@ } }, { - "id": "2004", + "id": "2020", "mutatorName": "MethodExpression", "replacement": "rolesWithMinimumPlayers.some(role => isRolePresentAndMinimumPlayersReached(role))", "statusReason": "expected true to be false // Object.is equality", @@ -69078,7 +69856,7 @@ } }, { - "id": "2005", + "id": "2021", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -69107,7 +69885,7 @@ } }, { - "id": "2006", + "id": "2022", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(50,77): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'ComputedGetter'.\n Type 'void' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -69144,7 +69922,7 @@ } }, { - "id": "2007", + "id": "2023", "mutatorName": "BooleanLiteral", "replacement": "roles.value", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(54,18): error TS18047: 'roles.value' is possibly 'null'.\ncomposables/api/game/useCreateGameDtoValidation.ts(54,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\n", @@ -69181,7 +69959,7 @@ } }, { - "id": "2008", + "id": "2024", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(54,18): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -69218,7 +69996,7 @@ } }, { - "id": "2009", + "id": "2025", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(54,18): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -69255,7 +70033,7 @@ } }, { - "id": "2010", + "id": "2026", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(52,18): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -69288,7 +70066,7 @@ } }, { - "id": "2011", + "id": "2027", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -69324,7 +70102,7 @@ } }, { - "id": "2012", + "id": "2028", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(59,80): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'ComputedGetter'.\n Type 'void' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -69361,7 +70139,7 @@ } }, { - "id": "2013", + "id": "2029", "mutatorName": "BooleanLiteral", "replacement": "roles.value", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(63,18): error TS18047: 'roles.value' is possibly 'null'.\ncomposables/api/game/useCreateGameDtoValidation.ts(63,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\n", @@ -69398,7 +70176,7 @@ } }, { - "id": "2014", + "id": "2030", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(63,18): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -69435,7 +70213,7 @@ } }, { - "id": "2015", + "id": "2031", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(63,18): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -69472,7 +70250,7 @@ } }, { - "id": "2016", + "id": "2032", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(61,18): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -69505,7 +70283,7 @@ } }, { - "id": "2017", + "id": "2033", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -69541,7 +70319,7 @@ } }, { - "id": "2018", + "id": "2034", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(68,68): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'ComputedGetter'.\n Type 'void' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -69578,7 +70356,7 @@ } }, { - "id": "2019", + "id": "2035", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.every(player => player.role.name === \"thief\")", "statusReason": "expected true to be false // Object.is equality", @@ -69618,7 +70396,7 @@ } }, { - "id": "2020", + "id": "2036", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected true to be false // Object.is equality", @@ -69658,7 +70436,7 @@ } }, { - "id": "2021", + "id": "2037", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be true // Object.is equality", @@ -69695,7 +70473,7 @@ } }, { - "id": "2022", + "id": "2038", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -69732,7 +70510,7 @@ } }, { - "id": "2023", + "id": "2039", "mutatorName": "EqualityOperator", "replacement": "player.role.name !== \"thief\"", "statusReason": "expected false to be true // Object.is equality", @@ -69769,7 +70547,7 @@ } }, { - "id": "2024", + "id": "2040", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(69,71): error TS2367: This comparison appears to be unintentional because the types '\"werewolf\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | \"villager\" | \"villager-villager\" | \"seer\" | \"cupid\" | \"witch\" | \"hunter\" | \"little-girl\" | \"defender\" | ... 18 more ... | undefined' and '\"\"' have no overlap.\n", @@ -69803,7 +70581,7 @@ } }, { - "id": "2025", + "id": "2041", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -69843,7 +70621,7 @@ } }, { - "id": "2026", + "id": "2042", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -69883,7 +70661,7 @@ } }, { - "id": "2027", + "id": "2043", "mutatorName": "EqualityOperator", "replacement": "createGameDto.value.additionalCards?.some(card => card.recipient === \"thief\") !== true", "statusReason": "expected false to be true // Object.is equality", @@ -69923,7 +70701,7 @@ } }, { - "id": "2028", + "id": "2044", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.additionalCards?.every(card => card.recipient === \"thief\")", "statusReason": "expected false to be true // Object.is equality", @@ -69963,7 +70741,7 @@ } }, { - "id": "2029", + "id": "2045", "mutatorName": "OptionalChaining", "replacement": "createGameDto.value.additionalCards.some", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(70,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", @@ -70000,7 +70778,7 @@ } }, { - "id": "2030", + "id": "2046", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -70026,7 +70804,7 @@ } }, { - "id": "2031", + "id": "2047", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -70052,7 +70830,7 @@ } }, { - "id": "2032", + "id": "2048", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -70078,7 +70856,7 @@ } }, { - "id": "2033", + "id": "2049", "mutatorName": "EqualityOperator", "replacement": "card.recipient !== \"thief\"", "statusReason": "expected true to be false // Object.is equality", @@ -70104,7 +70882,7 @@ } }, { - "id": "2034", + "id": "2050", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(70,93): error TS2367: This comparison appears to be unintentional because the types '\"thief\" | \"actor\"' and '\"\"' have no overlap.\n", @@ -70127,7 +70905,7 @@ } }, { - "id": "2035", + "id": "2051", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -70167,7 +70945,7 @@ } }, { - "id": "2036", + "id": "2052", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be true // Object.is equality", @@ -70207,7 +70985,7 @@ } }, { - "id": "2037", + "id": "2053", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -70247,7 +71025,7 @@ } }, { - "id": "2038", + "id": "2054", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected true to be false // Object.is equality", @@ -70274,7 +71052,7 @@ } }, { - "id": "2039", + "id": "2055", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -70313,7 +71091,7 @@ } }, { - "id": "2040", + "id": "2056", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(77,68): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'ComputedGetter'.\n Type 'void' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -70350,7 +71128,7 @@ } }, { - "id": "2041", + "id": "2057", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.every(player => player.role.name === \"actor\")", "statusReason": "expected true to be false // Object.is equality", @@ -70390,7 +71168,7 @@ } }, { - "id": "2042", + "id": "2058", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected true to be false // Object.is equality", @@ -70430,7 +71208,7 @@ } }, { - "id": "2043", + "id": "2059", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be true // Object.is equality", @@ -70467,7 +71245,7 @@ } }, { - "id": "2044", + "id": "2060", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -70504,7 +71282,7 @@ } }, { - "id": "2045", + "id": "2061", "mutatorName": "EqualityOperator", "replacement": "player.role.name !== \"actor\"", "statusReason": "expected false to be true // Object.is equality", @@ -70541,7 +71319,7 @@ } }, { - "id": "2046", + "id": "2062", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(78,71): error TS2367: This comparison appears to be unintentional because the types '\"werewolf\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | \"villager\" | \"villager-villager\" | \"seer\" | \"cupid\" | \"witch\" | \"hunter\" | \"little-girl\" | \"defender\" | ... 18 more ... | undefined' and '\"\"' have no overlap.\n", @@ -70575,7 +71353,7 @@ } }, { - "id": "2047", + "id": "2063", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -70615,7 +71393,7 @@ } }, { - "id": "2048", + "id": "2064", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -70655,7 +71433,7 @@ } }, { - "id": "2049", + "id": "2065", "mutatorName": "EqualityOperator", "replacement": "createGameDto.value.additionalCards?.some(card => card.recipient === \"actor\") !== true", "statusReason": "expected false to be true // Object.is equality", @@ -70695,7 +71473,7 @@ } }, { - "id": "2050", + "id": "2066", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.additionalCards?.every(card => card.recipient === \"actor\")", "statusReason": "expected false to be true // Object.is equality", @@ -70735,7 +71513,7 @@ } }, { - "id": "2051", + "id": "2067", "mutatorName": "OptionalChaining", "replacement": "createGameDto.value.additionalCards.some", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(79,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", @@ -70772,7 +71550,7 @@ } }, { - "id": "2052", + "id": "2068", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -70798,7 +71576,7 @@ } }, { - "id": "2053", + "id": "2069", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -70824,7 +71602,7 @@ } }, { - "id": "2054", + "id": "2070", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -70850,7 +71628,7 @@ } }, { - "id": "2055", + "id": "2071", "mutatorName": "EqualityOperator", "replacement": "card.recipient !== \"actor\"", "statusReason": "expected true to be false // Object.is equality", @@ -70876,7 +71654,7 @@ } }, { - "id": "2056", + "id": "2072", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(79,93): error TS2367: This comparison appears to be unintentional because the types '\"thief\" | \"actor\"' and '\"\"' have no overlap.\n", @@ -70899,7 +71677,7 @@ } }, { - "id": "2057", + "id": "2073", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -70939,7 +71717,7 @@ } }, { - "id": "2058", + "id": "2074", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be true // Object.is equality", @@ -70979,7 +71757,7 @@ } }, { - "id": "2059", + "id": "2075", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -71019,7 +71797,7 @@ } }, { - "id": "2060", + "id": "2076", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected true to be false // Object.is equality", @@ -71046,7 +71824,7 @@ } }, { - "id": "2061", + "id": "2077", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -71085,7 +71863,7 @@ } }, { - "id": "2062", + "id": "2078", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(86,81): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'ComputedGetter'.\n Type 'void' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -71122,7 +71900,7 @@ } }, { - "id": "2063", + "id": "2079", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.every(player => player.role.name === \"prejudiced-manipulator\")", "statusReason": "expected true to be false // Object.is equality", @@ -71162,7 +71940,7 @@ } }, { - "id": "2064", + "id": "2080", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected true to be false // Object.is equality", @@ -71202,7 +71980,7 @@ } }, { - "id": "2065", + "id": "2081", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be true // Object.is equality", @@ -71239,7 +72017,7 @@ } }, { - "id": "2066", + "id": "2082", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -71276,7 +72054,7 @@ } }, { - "id": "2067", + "id": "2083", "mutatorName": "EqualityOperator", "replacement": "player.role.name !== \"prejudiced-manipulator\"", "statusReason": "expected false to be true // Object.is equality", @@ -71313,7 +72091,7 @@ } }, { - "id": "2068", + "id": "2084", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(87,87): error TS2367: This comparison appears to be unintentional because the types '\"werewolf\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | \"villager\" | \"villager-villager\" | \"seer\" | \"cupid\" | \"witch\" | \"hunter\" | \"little-girl\" | \"defender\" | ... 18 more ... | undefined' and '\"\"' have no overlap.\n", @@ -71347,7 +72125,7 @@ } }, { - "id": "2069", + "id": "2085", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.some(player => player.group)", "statusReason": "expected true to be false // Object.is equality", @@ -71387,7 +72165,7 @@ } }, { - "id": "2070", + "id": "2086", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -71427,7 +72205,7 @@ } }, { - "id": "2071", + "id": "2087", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be true // Object.is equality", @@ -71467,7 +72245,7 @@ } }, { - "id": "2072", + "id": "2088", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -71507,7 +72285,7 @@ } }, { - "id": "2073", + "id": "2089", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected true to be false // Object.is equality", @@ -71534,7 +72312,7 @@ } }, { - "id": "2074", + "id": "2090", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -71573,7 +72351,7 @@ } }, { - "id": "2075", + "id": "2091", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(95,25): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Type 'undefined' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => undefined' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -71651,7 +72429,7 @@ } }, { - "id": "2076", + "id": "2092", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -71694,7 +72472,7 @@ } }, { - "id": "2077", + "id": "2093", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -71737,7 +72515,7 @@ } }, { - "id": "2078", + "id": "2094", "mutatorName": "LogicalOperator", "replacement": "isMinimumPlayersReached.value && areAllRolesSet.value && doesContainOneVillagerSidedRole.value && doesContainOneWerewolfSidedRole.value && areRolesMinimumPlayersReached.value && areAdditionalCardsSetForThiefIfPresent.value && areAdditionalCardsSetForActorIfPresent.value || arePlayerGroupsSetForPrejudicedManipulatorIfPresent.value", "statusReason": "expected true to be false // Object.is equality", @@ -71780,7 +72558,7 @@ } }, { - "id": "2079", + "id": "2095", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -71823,7 +72601,7 @@ } }, { - "id": "2080", + "id": "2096", "mutatorName": "LogicalOperator", "replacement": "isMinimumPlayersReached.value && areAllRolesSet.value && doesContainOneVillagerSidedRole.value && doesContainOneWerewolfSidedRole.value && areRolesMinimumPlayersReached.value && areAdditionalCardsSetForThiefIfPresent.value || areAdditionalCardsSetForActorIfPresent.value", "statusReason": "expected true to be false // Object.is equality", @@ -71866,7 +72644,7 @@ } }, { - "id": "2081", + "id": "2097", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -71909,7 +72687,7 @@ } }, { - "id": "2082", + "id": "2098", "mutatorName": "LogicalOperator", "replacement": "isMinimumPlayersReached.value && areAllRolesSet.value && doesContainOneVillagerSidedRole.value && doesContainOneWerewolfSidedRole.value && areRolesMinimumPlayersReached.value || areAdditionalCardsSetForThiefIfPresent.value", "statusReason": "expected true to be false // Object.is equality", @@ -71952,7 +72730,7 @@ } }, { - "id": "2083", + "id": "2099", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -71995,7 +72773,7 @@ } }, { - "id": "2084", + "id": "2100", "mutatorName": "LogicalOperator", "replacement": "isMinimumPlayersReached.value && areAllRolesSet.value && doesContainOneVillagerSidedRole.value && doesContainOneWerewolfSidedRole.value || areRolesMinimumPlayersReached.value", "statusReason": "expected true to be false // Object.is equality", @@ -72038,7 +72816,7 @@ } }, { - "id": "2085", + "id": "2101", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -72081,7 +72859,7 @@ } }, { - "id": "2086", + "id": "2102", "mutatorName": "LogicalOperator", "replacement": "isMinimumPlayersReached.value && areAllRolesSet.value && doesContainOneVillagerSidedRole.value || doesContainOneWerewolfSidedRole.value", "statusReason": "expected true to be false // Object.is equality", @@ -72124,7 +72902,7 @@ } }, { - "id": "2087", + "id": "2103", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -72167,7 +72945,7 @@ } }, { - "id": "2088", + "id": "2104", "mutatorName": "LogicalOperator", "replacement": "isMinimumPlayersReached.value && areAllRolesSet.value || doesContainOneVillagerSidedRole.value", "statusReason": "expected true to be false // Object.is equality", @@ -72210,7 +72988,7 @@ } }, { - "id": "2089", + "id": "2105", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -72253,7 +73031,7 @@ } }, { - "id": "2090", + "id": "2106", "mutatorName": "LogicalOperator", "replacement": "isMinimumPlayersReached.value || areAllRolesSet.value", "statusReason": "expected true to be false // Object.is equality", @@ -72296,7 +73074,7 @@ } }, { - "id": "2091", + "id": "2107", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(104,59): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'ComputedGetter'.\n Type 'void' is not assignable to type 'string[]'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -72330,7 +73108,7 @@ } }, { - "id": "2092", + "id": "2108", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected [] to include 'composables.useCreateGameDtoValidatio…'", @@ -72367,7 +73145,7 @@ } }, { - "id": "2093", + "id": "2109", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ '' ] to include 'composables.useCreateGameDtoValidatio…'", @@ -72404,7 +73182,7 @@ } }, { - "id": "2094", + "id": "2110", "mutatorName": "BooleanLiteral", "replacement": "isMinimumPlayersReached.value", "statusReason": "expected [] to include 'composables.useCreateGameDtoValidatio…'", @@ -72441,7 +73219,7 @@ } }, { - "id": "2095", + "id": "2111", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ '', …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -72478,7 +73256,7 @@ } }, { - "id": "2096", + "id": "2112", "mutatorName": "BooleanLiteral", "replacement": "areAllRolesSet.value", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -72515,7 +73293,7 @@ } }, { - "id": "2097", + "id": "2113", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ '' ] to include 'composables.useCreateGameDtoValidatio…'", @@ -72552,7 +73330,7 @@ } }, { - "id": "2098", + "id": "2114", "mutatorName": "BooleanLiteral", "replacement": "doesContainOneVillagerSidedRole.value", "statusReason": "expected [] to include 'composables.useCreateGameDtoValidatio…'", @@ -72589,7 +73367,7 @@ } }, { - "id": "2099", + "id": "2115", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ '' ] to include 'composables.useCreateGameDtoValidatio…'", @@ -72626,7 +73404,7 @@ } }, { - "id": "2100", + "id": "2116", "mutatorName": "BooleanLiteral", "replacement": "doesContainOneWerewolfSidedRole.value", "statusReason": "expected [] to include 'composables.useCreateGameDtoValidatio…'", @@ -72663,7 +73441,7 @@ } }, { - "id": "2101", + "id": "2117", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ …(3) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -72700,7 +73478,7 @@ } }, { - "id": "2102", + "id": "2118", "mutatorName": "BooleanLiteral", "replacement": "isTwoSistersRolePresentAndMinimumPlayersReached.value", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -72737,7 +73515,7 @@ } }, { - "id": "2103", + "id": "2119", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ …(3) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -72774,7 +73552,7 @@ } }, { - "id": "2104", + "id": "2120", "mutatorName": "BooleanLiteral", "replacement": "isThreeBrothersRolePresentAndMinimumPlayersReached.value", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -72811,7 +73589,7 @@ } }, { - "id": "2105", + "id": "2121", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ …(3) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -72848,7 +73626,7 @@ } }, { - "id": "2106", + "id": "2122", "mutatorName": "BooleanLiteral", "replacement": "areAdditionalCardsSetForThiefIfPresent.value", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -72885,7 +73663,7 @@ } }, { - "id": "2107", + "id": "2123", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ …(3) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -72922,7 +73700,7 @@ } }, { - "id": "2108", + "id": "2124", "mutatorName": "BooleanLiteral", "replacement": "areAdditionalCardsSetForActorIfPresent.value", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -72959,7 +73737,7 @@ } }, { - "id": "2109", + "id": "2125", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ …(3) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -72996,7 +73774,7 @@ } }, { - "id": "2110", + "id": "2126", "mutatorName": "BooleanLiteral", "replacement": "arePlayerGroupsSetForPrejudicedManipulatorIfPresent.value", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -73033,7 +73811,7 @@ } }, { - "id": "2111", + "id": "2127", "mutatorName": "MethodExpression", "replacement": "Object.keys(errors)", "statusReason": "expected [ …(9) ] to strictly equal []", @@ -73070,7 +73848,7 @@ } }, { - "id": "2112", + "id": "2128", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [] to include 'composables.useCreateGameDtoValidatio…'", @@ -73107,7 +73885,7 @@ } }, { - "id": "2113", + "id": "2129", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(120,76): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -73149,7 +73927,7 @@ } }, { - "id": "2114", + "id": "2130", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -73194,7 +73972,7 @@ } }, { - "id": "2115", + "id": "2131", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected true to be false // Object.is equality", @@ -73239,7 +74017,7 @@ } }, { - "id": "2116", + "id": "2132", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -73283,7 +74061,7 @@ } }, { - "id": "2117", + "id": "2133", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -73327,7 +74105,7 @@ } }, { - "id": "2118", + "id": "2134", "mutatorName": "EqualityOperator", "replacement": "player.role.name !== role.name", "statusReason": "expected true to be false // Object.is equality", @@ -73371,7 +74149,7 @@ } }, { - "id": "2119", + "id": "2135", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -73416,7 +74194,7 @@ } }, { - "id": "2120", + "id": "2136", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -73461,7 +74239,7 @@ } }, { - "id": "2121", + "id": "2137", "mutatorName": "LogicalOperator", "replacement": "playersWithRoleCount === 0 && playersWithRoleCount >= role.minInGame", "statusReason": "expected false to be true // Object.is equality", @@ -73506,7 +74284,7 @@ } }, { - "id": "2122", + "id": "2138", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -73551,7 +74329,7 @@ } }, { - "id": "2123", + "id": "2139", "mutatorName": "EqualityOperator", "replacement": "playersWithRoleCount !== 0", "statusReason": "expected false to be true // Object.is equality", @@ -73596,7 +74374,7 @@ } }, { - "id": "2124", + "id": "2140", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -73629,7 +74407,7 @@ } }, { - "id": "2125", + "id": "2141", "mutatorName": "EqualityOperator", "replacement": "playersWithRoleCount > role.minInGame", "statusReason": "expected false to be true // Object.is equality", @@ -73662,7 +74440,7 @@ } }, { - "id": "2126", + "id": "2142", "mutatorName": "EqualityOperator", "replacement": "playersWithRoleCount < role.minInGame", "statusReason": "expected false to be true // Object.is equality", @@ -73695,7 +74473,7 @@ } }, { - "id": "2127", + "id": "2143", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(126,3): error TS2740: Type '{}' is missing the following properties from type 'UseCreateGameDtoValidation': isMinimumPlayersReached, areAllRolesSet, doesContainOneVillagerSidedRole, doesContainOneWerewolfSidedRole, and 9 more.\n", @@ -73779,7 +74557,7 @@ "language": "typescript", "mutants": [ { - "id": "2128", + "id": "2144", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchGames.ts(13,27): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -73954,15 +74732,13 @@ "458", "459", "460", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", + "518", + "519", + "520", + "521", + "522", + "523", + "524", "525", "526", "527", @@ -73973,80 +74749,74 @@ "532", "533", "534", - "573", - "574", - "575", - "576", - "577", - "578", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", + "535", + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555", + "594", + "595", + "596", + "597", + "598", + "599", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -74054,91 +74824,108 @@ "846", "847", "848", - "849", - "850", - "851", - "932", - "933", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "943", - "944", - "945", - "946", + "861", + "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", "947", "948", - "970", - "971", - "972", - "973", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1077", - "1078", - "1079", - "1080", - "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1066", + "1067", + "1068", + "1069", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184", - "1193" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199", + "1208" ], "location": { "end": { @@ -74152,7 +74939,7 @@ } }, { - "id": "2129", + "id": "2145", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchGames.ts(16,60): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -74160,8 +74947,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "937", - "938" + "952", + "953" ], "location": { "end": { @@ -74175,7 +74962,7 @@ } }, { - "id": "2130", + "id": "2146", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchGames.ts(16,60): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -74183,8 +74970,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "937", - "938" + "952", + "953" ], "location": { "end": { @@ -74198,7 +74985,7 @@ } }, { - "id": "2131", + "id": "2147", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/games\",\n Object {\n \"body\": \"{\"players\":[],\"options\":{\"composition\":{\"isHidden\":false},\"votes\":{\"canBeSkipped\":false},\"roles\":{\"doSkipCallIfNoTarget\":false,\"areRevealedOnDeath\":false,\"sheriff\":{\"isEnabled\":false,\"electedAt\":{\"turn\":201762250162176,\"phaseName\":\"day\"},\"hasDoubledVote\":true,\"mustSettleTieInVotes\":false},\"bigBadWolf\":{\"isPowerlessIfWerewolfDies\":true},\"whiteWerewolf\":{\"wakingUpInterval\":3},\"seer\":{\"isTalkative\":true,\"canSeeRoles\":true},\"cupid\":{\"lovers\":{\"doRevealRoleToEachOther\":false},\"mustWinWithLovers\":false},\"littleGirl\":{\"isProtectedByDefender\":false},\"defender\":{\"canProtectTwice\":false},\"elder\":{\"livesCountAgainstWerewolves\":1,\"doesTakeHisRevenge\":false},\"idiot\":{\"doesDieOnElderDeath\":false},\"twoSisters\":{\"wakingUpInterval\":2},\"threeBrothers\":{\"wakingUpInterval\":3},\"fox\":{\"isPowerlessIfMissesWerewolf\":false},\"bearTamer\":{\"doesGrowlOnWerewolvesSide\":true},\"stutteringJudge\":{\"voteRequestsCount\":1},\"wildChild\":{\"isTransformationRevealed\":false},\"wolfHound\":{\"isChosenSideRevealed\":false,\"isSideRandomlyChosen\":false},\"thief\":{\"mustChooseBetweenWerewolves\":true,\"isChosenCardRevealed\":false,\"additionalCardsCount\":1},\"piedPiper\":{\"charmedPeopleCountPerNight\":1,\"isPowerlessOnWerewolvesSide\":false},\"scandalmonger\":{\"markPenalty\":1},\"witch\":{\"doesKnowWerewolvesTargets\":true},\"prejudicedManipulator\":{\"isPowerlessOnWerewolvesSide\":true},\"actor\":{\"isPowerlessOnWerewolvesSide\":false,\"additionalCardsCount\":4}}}}\",\n \"method\": \"POST\",\n },\n], but it was called with \"\"", @@ -74206,11 +74993,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "937" + "952" ], "coveredBy": [ - "937", - "938" + "952", + "953" ], "location": { "end": { @@ -74224,7 +75011,7 @@ } }, { - "id": "2132", + "id": "2148", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/games\",\n Object {\n \"body\": \"{\"players\":[],\"options\":{\"composition\":{\"isHidden\":true},\"votes\":{\"canBeSkipped\":true},\"roles\":{\"doSkipCallIfNoTarget\":true,\"areRevealedOnDeath\":true,\"sheriff\":{\"isEnabled\":true,\"electedAt\":{\"turn\":6856329452847104,\"phaseName\":\"night\"},\"hasDoubledVote\":true,\"mustSettleTieInVotes\":true},\"bigBadWolf\":{\"isPowerlessIfWerewolfDies\":true},\"whiteWerewolf\":{\"wakingUpInterval\":1},\"seer\":{\"isTalkative\":false,\"canSeeRoles\":true},\"cupid\":{\"lovers\":{\"doRevealRoleToEachOther\":true},\"mustWinWithLovers\":false},\"littleGirl\":{\"isProtectedByDefender\":false},\"defender\":{\"canProtectTwice\":false},\"elder\":{\"livesCountAgainstWerewolves\":1,\"doesTakeHisRevenge\":true},\"idiot\":{\"doesDieOnElderDeath\":false},\"twoSisters\":{\"wakingUpInterval\":1},\"threeBrothers\":{\"wakingUpInterval\":5},\"fox\":{\"isPowerlessIfMissesWerewolf\":false},\"bearTamer\":{\"doesGrowlOnWerewolvesSide\":false},\"stutteringJudge\":{\"voteRequestsCount\":4},\"wildChild\":{\"isTransformationRevealed\":true},\"wolfHound\":{\"isChosenSideRevealed\":false,\"isSideRandomlyChosen\":false},\"thief\":{\"mustChooseBetweenWerewolves\":true,\"isChosenCardRevealed\":true,\"additionalCardsCount\":4},\"piedPiper\":{\"charmedPeopleCountPerNight\":2,\"isPowerlessOnWerewolvesSide\":false},\"scandalmonger\":{\"markPenalty\":4},\"witch\":{\"doesKnowWerewolvesTargets\":false},\"prejudicedManipulator\":{\"isPowerlessOnWerewolvesSide\":false},\"actor\":{\"isPowerlessOnWerewolvesSide\":true,\"additionalCardsCount\":2}}}}\",\n \"method\": \"POST\",\n },\n], but it was called with \"/games\"", @@ -74232,11 +75019,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "937" + "952" ], "coveredBy": [ - "937", - "938" + "952", + "953" ], "location": { "end": { @@ -74250,7 +75037,7 @@ } }, { - "id": "2133", + "id": "2149", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useFetchGames.ts(19,9): error TS2322: Type '\"\"' is not assignable to type '\"delete\" | \"get\" | \"GET\" | \"HEAD\" | \"PATCH\" | \"POST\" | \"PUT\" | \"DELETE\" | \"CONNECT\" | \"OPTIONS\" | \"TRACE\" | \"head\" | \"patch\" | \"post\" | \"put\" | \"connect\" | \"options\" | \"trace\" | undefined'.\n", @@ -74258,8 +75045,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "937", - "938" + "952", + "953" ], "location": { "end": { @@ -74273,7 +75060,7 @@ } }, { - "id": "2134", + "id": "2150", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchGames.ts(16,60): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -74281,7 +75068,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "938" + "953" ], "location": { "end": { @@ -74295,7 +75082,7 @@ } }, { - "id": "2135", + "id": "2151", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchGames.ts(27,43): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -74303,8 +75090,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "939", - "940" + "954", + "955" ], "location": { "end": { @@ -74318,7 +75105,7 @@ } }, { - "id": "2136", + "id": "2152", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchGames.ts(27,43): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -74326,8 +75113,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "939", - "940" + "954", + "955" ], "location": { "end": { @@ -74341,7 +75128,7 @@ } }, { - "id": "2137", + "id": "2153", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/games/game-id\",\n Object {\n \"method\": \"GET\",\n },\n], but it was called with \"\"", @@ -74349,11 +75136,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "939" + "954" ], "coveredBy": [ - "939", - "940" + "954", + "955" ], "location": { "end": { @@ -74367,7 +75154,7 @@ } }, { - "id": "2138", + "id": "2154", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/games/game-id\",\n Object {\n \"method\": \"GET\",\n },\n], but it was called with \"/games/game-id\"", @@ -74375,11 +75162,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "939" + "954" ], "coveredBy": [ - "939", - "940" + "954", + "955" ], "location": { "end": { @@ -74393,7 +75180,7 @@ } }, { - "id": "2139", + "id": "2155", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useFetchGames.ts(29,76): error TS2322: Type '\"\"' is not assignable to type '\"delete\" | \"get\" | \"GET\" | \"HEAD\" | \"PATCH\" | \"POST\" | \"PUT\" | \"DELETE\" | \"CONNECT\" | \"OPTIONS\" | \"TRACE\" | \"head\" | \"patch\" | \"post\" | \"put\" | \"connect\" | \"options\" | \"trace\" | undefined'.\n", @@ -74401,8 +75188,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "939", - "940" + "954", + "955" ], "location": { "end": { @@ -74416,7 +75203,7 @@ } }, { - "id": "2140", + "id": "2156", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchGames.ts(27,43): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -74424,7 +75211,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "940" + "955" ], "location": { "end": { @@ -74438,7 +75225,7 @@ } }, { - "id": "2141", + "id": "2157", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchGames.ts(35,46): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -74446,8 +75233,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "941", - "942" + "956", + "957" ], "location": { "end": { @@ -74461,7 +75248,7 @@ } }, { - "id": "2142", + "id": "2158", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchGames.ts(35,46): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -74469,8 +75256,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "941", - "942" + "956", + "957" ], "location": { "end": { @@ -74484,7 +75271,7 @@ } }, { - "id": "2143", + "id": "2159", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/games/game-id\",\n Object {\n \"method\": \"DELETE\",\n },\n], but it was called with \"\"", @@ -74492,11 +75279,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "941" + "956" ], "coveredBy": [ - "941", - "942" + "956", + "957" ], "location": { "end": { @@ -74510,7 +75297,7 @@ } }, { - "id": "2144", + "id": "2160", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/games/game-id\",\n Object {\n \"method\": \"DELETE\",\n },\n], but it was called with \"/games/game-id\"", @@ -74518,11 +75305,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "941" + "956" ], "coveredBy": [ - "941", - "942" + "956", + "957" ], "location": { "end": { @@ -74536,7 +75323,7 @@ } }, { - "id": "2145", + "id": "2161", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useFetchGames.ts(37,76): error TS2322: Type '\"\"' is not assignable to type '\"delete\" | \"get\" | \"GET\" | \"HEAD\" | \"PATCH\" | \"POST\" | \"PUT\" | \"DELETE\" | \"CONNECT\" | \"OPTIONS\" | \"TRACE\" | \"head\" | \"patch\" | \"post\" | \"put\" | \"connect\" | \"options\" | \"trace\" | undefined'.\n", @@ -74544,8 +75331,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "941", - "942" + "956", + "957" ], "location": { "end": { @@ -74559,7 +75346,7 @@ } }, { - "id": "2146", + "id": "2162", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchGames.ts(35,46): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -74567,7 +75354,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "942" + "957" ], "location": { "end": { @@ -74581,7 +75368,7 @@ } }, { - "id": "2147", + "id": "2163", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchGames.ts(43,82): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -74589,8 +75376,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "943", - "944" + "958", + "959" ], "location": { "end": { @@ -74604,7 +75391,7 @@ } }, { - "id": "2148", + "id": "2164", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchGames.ts(43,82): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -74612,8 +75399,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "943", - "944" + "958", + "959" ], "location": { "end": { @@ -74627,7 +75414,7 @@ } }, { - "id": "2149", + "id": "2165", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/games/game-id/play\",\n Object {\n \"body\": \"{}\",\n \"method\": \"POST\",\n },\n], but it was called with \"\"", @@ -74635,11 +75422,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "943" + "958" ], "coveredBy": [ - "943", - "944" + "958", + "959" ], "location": { "end": { @@ -74653,7 +75440,7 @@ } }, { - "id": "2150", + "id": "2166", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/games/game-id/play\",\n Object {\n \"body\": \"{}\",\n \"method\": \"POST\",\n },\n], but it was called with \"/games/game-id/play\"", @@ -74661,11 +75448,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "943" + "958" ], "coveredBy": [ - "943", - "944" + "958", + "959" ], "location": { "end": { @@ -74679,7 +75466,7 @@ } }, { - "id": "2151", + "id": "2167", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useFetchGames.ts(46,9): error TS2322: Type '\"\"' is not assignable to type '\"delete\" | \"get\" | \"GET\" | \"HEAD\" | \"PATCH\" | \"POST\" | \"PUT\" | \"DELETE\" | \"CONNECT\" | \"OPTIONS\" | \"TRACE\" | \"head\" | \"patch\" | \"post\" | \"put\" | \"connect\" | \"options\" | \"trace\" | undefined'.\n", @@ -74687,8 +75474,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "943", - "944" + "958", + "959" ], "location": { "end": { @@ -74702,7 +75489,7 @@ } }, { - "id": "2152", + "id": "2168", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchGames.ts(43,82): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -74710,7 +75497,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "944" + "959" ], "location": { "end": { @@ -74724,7 +75511,7 @@ } }, { - "id": "2153", + "id": "2169", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/api/game/useFetchGames.ts(53,3): error TS2739: Type '{}' is missing the following properties from type 'UseFetchGames': createGame, getGame, cancelGame, makeGamePlay\n", @@ -74899,15 +75686,13 @@ "458", "459", "460", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", + "518", + "519", + "520", + "521", + "522", + "523", + "524", "525", "526", "527", @@ -74918,80 +75703,74 @@ "532", "533", "534", - "573", - "574", - "575", - "576", - "577", - "578", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", + "535", + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555", + "594", + "595", + "596", + "597", + "598", + "599", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -74999,91 +75778,108 @@ "846", "847", "848", - "849", - "850", - "851", - "932", - "933", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "943", - "944", - "945", - "946", + "861", + "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", "947", "948", - "970", - "971", - "972", - "973", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1077", - "1078", - "1079", - "1080", - "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1066", + "1067", + "1068", + "1069", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184", - "1193" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199", + "1208" ], "location": { "end": { @@ -75103,7 +75899,7 @@ "language": "typescript", "mutants": [ { - "id": "2154", + "id": "2170", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchRandomGameComposition.ts(18,43): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -75111,7 +75907,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1213" + "1231" ], "location": { "end": { @@ -75125,7 +75921,7 @@ } }, { - "id": "2155", + "id": "2171", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useFetchRandomGameComposition.ts(21,84): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -75133,7 +75929,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1213" + "1231" ], "location": { "end": { @@ -75147,7 +75943,7 @@ } }, { - "id": "2156", + "id": "2172", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/games/random-composition?stringifiedQuery\",\n Object {\n \"method\": \"GET\",\n },\n], but it was called with \"\"", @@ -75155,10 +75951,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1213" + "1231" ], "coveredBy": [ - "1213" + "1231" ], "location": { "end": { @@ -75172,7 +75968,7 @@ } }, { - "id": "2157", + "id": "2173", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/games/random-composition?stringifiedQuery\",\n Object {\n \"method\": \"GET\",\n },\n], but it was called with \"/games/random-composition?stringifiedQuery\"", @@ -75180,10 +75976,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1213" + "1231" ], "coveredBy": [ - "1213" + "1231" ], "location": { "end": { @@ -75197,7 +75993,7 @@ } }, { - "id": "2158", + "id": "2174", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useFetchRandomGameComposition.ts(24,121): error TS2322: Type '\"\"' is not assignable to type '\"delete\" | \"get\" | \"GET\" | \"HEAD\" | \"PATCH\" | \"POST\" | \"PUT\" | \"DELETE\" | \"CONNECT\" | \"OPTIONS\" | \"TRACE\" | \"head\" | \"patch\" | \"post\" | \"put\" | \"connect\" | \"options\" | \"trace\" | undefined'.\n", @@ -75205,7 +76001,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1213" + "1231" ], "location": { "end": { @@ -75219,7 +76015,7 @@ } }, { - "id": "2159", + "id": "2175", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/api/game/useFetchRandomGameComposition.ts(26,3): error TS2741: Property 'fetchRandomGameComposition' is missing in type '{}' but required in type 'UseFetchRandomGameComposition'.\n", @@ -75227,7 +76023,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1213" + "1231" ], "location": { "end": { @@ -75247,7 +76043,7 @@ "language": "typescript", "mutants": [ { - "id": "2160", + "id": "2176", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useGameSource.ts(11,31): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -75255,13 +76051,13 @@ "static": false, "killedBy": [], "coveredBy": [ - "780", - "781", - "782", - "783", - "784", - "1211", - "1212" + "809", + "810", + "811", + "812", + "813", + "1229", + "1230" ], "location": { "end": { @@ -75275,7 +76071,7 @@ } }, { - "id": "2161", + "id": "2177", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useGameSource.ts(15,83): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -75283,13 +76079,13 @@ "static": false, "killedBy": [], "coveredBy": [ - "780", - "781", - "782", - "783", - "784", - "1211", - "1212" + "809", + "810", + "811", + "812", + "813", + "1229", + "1230" ], "location": { "end": { @@ -75303,7 +76099,7 @@ } }, { - "id": "2162", + "id": "2178", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'shared.game.player.attribute.definite…' to be 'shared.game.player.group.definiteName…' // Object.is equality", @@ -75311,16 +76107,16 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1211" + "1229" ], "coveredBy": [ - "780", - "781", - "782", - "783", - "784", - "1211", - "1212" + "809", + "810", + "811", + "812", + "813", + "1229", + "1230" ], "location": { "end": { @@ -75334,7 +76130,7 @@ } }, { - "id": "2163", + "id": "2179", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'shared.role.definiteName.sheriff, 1' to be 'shared.game.player.attribute.definite…' // Object.is equality", @@ -75342,16 +76138,16 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1211" + "1229" ], "coveredBy": [ - "780", - "781", - "782", - "783", - "784", - "1211", - "1212" + "809", + "810", + "811", + "812", + "813", + "1229", + "1230" ], "location": { "end": { @@ -75365,7 +76161,7 @@ } }, { - "id": "2164", + "id": "2180", "mutatorName": "EqualityOperator", "replacement": "gameSource !== \"sheriff\"", "statusReason": "Snapshot `Game Over History Record Source Component > should match snapshot when rendered. 1` mismatched", @@ -75373,16 +76169,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "780" + "809" ], "coveredBy": [ - "780", - "781", - "782", - "783", - "784", - "1211", - "1212" + "809", + "810", + "811", + "812", + "813", + "1229", + "1230" ], "location": { "end": { @@ -75396,7 +76192,7 @@ } }, { - "id": "2165", + "id": "2181", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useGameSource.ts(16,9): error TS2367: This comparison appears to be unintentional because the types '\"sheriff\" | \"charmed\" | \"survivors\" | \"villagers\" | \"werewolves\" | \"lovers\" | \"werewolf\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | \"villager\" | \"villager-villager\" | ... 23 more ... | \"devoted-servant\"' and '\"\"' have no overlap.\n", @@ -75404,13 +76200,13 @@ "static": false, "killedBy": [], "coveredBy": [ - "780", - "781", - "782", - "783", - "784", - "1211", - "1212" + "809", + "810", + "811", + "812", + "813", + "1229", + "1230" ], "location": { "end": { @@ -75424,7 +76220,7 @@ } }, { - "id": "2166", + "id": "2182", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'shared.role.definiteName.sheriff, 1' to be 'shared.game.player.attribute.definite…' // Object.is equality", @@ -75432,10 +76228,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1211" + "1229" ], "coveredBy": [ - "1211" + "1229" ], "location": { "end": { @@ -75449,7 +76245,7 @@ } }, { - "id": "2167", + "id": "2183", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected ', 1' to be 'shared.game.player.attribute.definite…' // Object.is equality", @@ -75457,10 +76253,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1211" + "1229" ], "coveredBy": [ - "1211" + "1229" ], "location": { "end": { @@ -75474,7 +76270,7 @@ } }, { - "id": "2168", + "id": "2184", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'shared.game.player.group.definiteName…' to be 'shared.role.definiteName.werewolf, 1' // Object.is equality", @@ -75482,16 +76278,16 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "1212" + "1230" ], "coveredBy": [ - "780", - "781", - "782", - "783", - "784", - "1211", - "1212" + "809", + "810", + "811", + "812", + "813", + "1229", + "1230" ], "location": { "end": { @@ -75505,7 +76301,7 @@ } }, { - "id": "2169", + "id": "2185", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'shared.role.definiteName.werewolves, 1' to be 'shared.game.player.group.definiteName…' // Object.is equality", @@ -75513,16 +76309,16 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1211" + "1229" ], "coveredBy": [ - "780", - "781", - "782", - "783", - "784", - "1211", - "1212" + "809", + "810", + "811", + "812", + "813", + "1229", + "1230" ], "location": { "end": { @@ -75536,7 +76332,7 @@ } }, { - "id": "2170", + "id": "2186", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Over History Record Source Component > should match snapshot when rendered. 1` mismatched", @@ -75544,15 +76340,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "780" + "809" ], "coveredBy": [ - "780", - "781", - "782", - "783", - "784", - "1211" + "809", + "810", + "811", + "812", + "813", + "1229" ], "location": { "end": { @@ -75566,7 +76362,7 @@ } }, { - "id": "2171", + "id": "2187", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Over History Record Source Component > should match snapshot when rendered. 1` mismatched", @@ -75574,15 +76370,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "780" + "809" ], "coveredBy": [ - "780", - "781", - "782", - "783", - "784", - "1211" + "809", + "810", + "811", + "812", + "813", + "1229" ], "location": { "end": { @@ -75596,7 +76392,7 @@ } }, { - "id": "2172", + "id": "2188", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/api/game/useGameSource.ts(24,3): error TS2741: Property 'getDefiniteGameSourceNameLabel' is missing in type '{}' but required in type 'UseGameSourceName'.\n", @@ -75604,13 +76400,13 @@ "static": false, "killedBy": [], "coveredBy": [ - "780", - "781", - "782", - "783", - "784", - "1211", - "1212" + "809", + "810", + "811", + "812", + "813", + "1229", + "1230" ], "location": { "end": { @@ -75630,7 +76426,7 @@ "language": "typescript", "mutants": [ { - "id": "2173", + "id": "2189", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(15,96): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -75661,14 +76457,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -75682,7 +76478,7 @@ } }, { - "id": "2174", + "id": "2190", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(16,63): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'ComputedGetter'.\n Type 'void' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -75698,9 +76494,9 @@ "122", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -75714,7 +76510,7 @@ } }, { - "id": "2175", + "id": "2191", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(20,29): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/useMakeGamePlayDtoValidation.ts(26,12): error TS18048: 'votes' is possibly 'undefined'.\ncomposables/api/game/useMakeGamePlayDtoValidation.ts(26,28): error TS18048: 'voteInteraction' is possibly 'undefined'.\n", @@ -75730,9 +76526,9 @@ "122", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -75746,7 +76542,7 @@ } }, { - "id": "2176", + "id": "2192", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(20,29): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/useMakeGamePlayDtoValidation.ts(26,12): error TS18048: 'votes' is possibly 'undefined'.\n", @@ -75762,9 +76558,9 @@ "122", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -75778,7 +76574,7 @@ } }, { - "id": "2177", + "id": "2193", "mutatorName": "LogicalOperator", "replacement": "game.value.currentPlay?.type !== \"vote\" && makeGamePlayDto.value.votes === undefined", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(20,29): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/useMakeGamePlayDtoValidation.ts(26,12): error TS18048: 'votes' is possibly 'undefined'.\n", @@ -75794,9 +76590,9 @@ "122", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -75810,7 +76606,7 @@ } }, { - "id": "2178", + "id": "2194", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(20,29): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -75826,9 +76622,9 @@ "122", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -75842,7 +76638,7 @@ } }, { - "id": "2179", + "id": "2195", "mutatorName": "EqualityOperator", "replacement": "game.value.currentPlay?.type === \"vote\"", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(20,29): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -75858,9 +76654,9 @@ "122", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -75874,7 +76670,7 @@ } }, { - "id": "2180", + "id": "2196", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.type", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(17,9): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/useMakeGamePlayDtoValidation.ts(20,29): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -75890,9 +76686,9 @@ "122", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -75906,7 +76702,7 @@ } }, { - "id": "2181", + "id": "2197", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(17,9): error TS2367: This comparison appears to be unintentional because the types '\"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\" | undefined' and '\"\"' have no overlap.\n", @@ -75922,9 +76718,9 @@ "122", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -75938,7 +76734,7 @@ } }, { - "id": "2182", + "id": "2198", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(26,12): error TS18048: 'votes' is possibly 'undefined'.\n", @@ -75951,9 +76747,7 @@ "120", "121", "122", - "138", - "715", - "716" + "138" ], "location": { "end": { @@ -75967,7 +76761,7 @@ } }, { - "id": "2183", + "id": "2199", "mutatorName": "EqualityOperator", "replacement": "makeGamePlayDto.value.votes !== undefined", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(26,12): error TS18048: 'votes' is possibly 'undefined'.\n", @@ -75980,9 +76774,7 @@ "120", "121", "122", - "138", - "715", - "716" + "138" ], "location": { "end": { @@ -75996,7 +76788,7 @@ } }, { - "id": "2184", + "id": "2200", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(18,29): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/useMakeGamePlayDtoValidation.ts(24,12): error TS18048: 'votes' is possibly 'undefined'.\n", @@ -76008,9 +76800,9 @@ "119", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -76024,7 +76816,7 @@ } }, { - "id": "2185", + "id": "2201", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -76039,9 +76831,9 @@ "119", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -76055,7 +76847,7 @@ } }, { - "id": "2186", + "id": "2202", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.source.interactions[0]", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(20,29): error TS18048: 'game.value.currentPlay.source.interactions' is possibly 'undefined'.\n", @@ -76081,7 +76873,7 @@ } }, { - "id": "2187", + "id": "2203", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(26,12): error TS18048: 'votes' is possibly 'undefined'.\ncomposables/api/game/useMakeGamePlayDtoValidation.ts(26,28): error TS18048: 'voteInteraction' is possibly 'undefined'.\n", @@ -76107,7 +76899,7 @@ } }, { - "id": "2188", + "id": "2204", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(26,28): error TS18048: 'voteInteraction' is possibly 'undefined'.\n", @@ -76133,7 +76925,7 @@ } }, { - "id": "2189", + "id": "2205", "mutatorName": "EqualityOperator", "replacement": "voteInteraction !== undefined", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(26,28): error TS18048: 'voteInteraction' is possibly 'undefined'.\n", @@ -76159,7 +76951,7 @@ } }, { - "id": "2190", + "id": "2206", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(24,28): error TS18048: 'voteInteraction' is possibly 'undefined'.\n", @@ -76181,7 +76973,7 @@ } }, { - "id": "2191", + "id": "2207", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -76206,7 +76998,7 @@ } }, { - "id": "2192", + "id": "2208", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -76234,7 +77026,7 @@ } }, { - "id": "2193", + "id": "2209", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -76262,7 +77054,7 @@ } }, { - "id": "2194", + "id": "2210", "mutatorName": "EqualityOperator", "replacement": "votes.length > voteInteraction.boundaries.min", "statusReason": "expected false to be true // Object.is equality", @@ -76290,7 +77082,7 @@ } }, { - "id": "2195", + "id": "2211", "mutatorName": "EqualityOperator", "replacement": "votes.length < voteInteraction.boundaries.min", "statusReason": "expected true to be false // Object.is equality", @@ -76318,7 +77110,7 @@ } }, { - "id": "2196", + "id": "2212", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(29,65): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'ComputedGetter'.\n Type 'void' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -76334,9 +77126,9 @@ "128", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -76350,7 +77142,7 @@ } }, { - "id": "2197", + "id": "2213", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(34,31): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/useMakeGamePlayDtoValidation.ts(40,12): error TS18048: 'targets' is possibly 'undefined'.\ncomposables/api/game/useMakeGamePlayDtoValidation.ts(40,30): error TS18048: 'targetInteraction' is possibly 'undefined'.\n", @@ -76366,9 +77158,9 @@ "128", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -76382,7 +77174,7 @@ } }, { - "id": "2198", + "id": "2214", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(34,31): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/useMakeGamePlayDtoValidation.ts(40,12): error TS18048: 'targets' is possibly 'undefined'.\n", @@ -76398,9 +77190,9 @@ "128", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -76414,7 +77206,7 @@ } }, { - "id": "2199", + "id": "2215", "mutatorName": "LogicalOperator", "replacement": "game.value.currentPlay?.type !== \"target\" && makeGamePlayDto.value.targets === undefined", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(34,31): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/useMakeGamePlayDtoValidation.ts(40,12): error TS18048: 'targets' is possibly 'undefined'.\n", @@ -76430,9 +77222,9 @@ "128", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -76446,7 +77238,7 @@ } }, { - "id": "2200", + "id": "2216", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(34,31): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -76462,9 +77254,9 @@ "128", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -76478,7 +77270,7 @@ } }, { - "id": "2201", + "id": "2217", "mutatorName": "EqualityOperator", "replacement": "game.value.currentPlay?.type === \"target\"", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(34,31): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -76494,9 +77286,9 @@ "128", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -76510,7 +77302,7 @@ } }, { - "id": "2202", + "id": "2218", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.type", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(30,9): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/useMakeGamePlayDtoValidation.ts(34,31): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -76526,9 +77318,9 @@ "128", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -76542,7 +77334,7 @@ } }, { - "id": "2203", + "id": "2219", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(30,9): error TS2367: This comparison appears to be unintentional because the types '\"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\" | undefined' and '\"\"' have no overlap.\n", @@ -76558,9 +77350,9 @@ "128", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -76574,7 +77366,7 @@ } }, { - "id": "2204", + "id": "2220", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(40,12): error TS18048: 'targets' is possibly 'undefined'.\n", @@ -76587,7 +77379,9 @@ "126", "127", "128", - "138" + "138", + "738", + "739" ], "location": { "end": { @@ -76601,7 +77395,7 @@ } }, { - "id": "2205", + "id": "2221", "mutatorName": "EqualityOperator", "replacement": "makeGamePlayDto.value.targets !== undefined", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(40,12): error TS18048: 'targets' is possibly 'undefined'.\n", @@ -76614,7 +77408,9 @@ "126", "127", "128", - "138" + "138", + "738", + "739" ], "location": { "end": { @@ -76628,7 +77424,7 @@ } }, { - "id": "2206", + "id": "2222", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(32,31): error TS18047: 'game.value.currentPlay' is possibly 'null'.\ncomposables/api/game/useMakeGamePlayDtoValidation.ts(38,12): error TS18048: 'targets' is possibly 'undefined'.\n", @@ -76640,9 +77436,9 @@ "125", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -76656,7 +77452,7 @@ } }, { - "id": "2207", + "id": "2223", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -76671,9 +77467,9 @@ "125", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -76687,7 +77483,7 @@ } }, { - "id": "2208", + "id": "2224", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.source.interactions[0]", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(34,31): error TS18048: 'game.value.currentPlay.source.interactions' is possibly 'undefined'.\n", @@ -76713,7 +77509,7 @@ } }, { - "id": "2209", + "id": "2225", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(40,12): error TS18048: 'targets' is possibly 'undefined'.\ncomposables/api/game/useMakeGamePlayDtoValidation.ts(40,30): error TS18048: 'targetInteraction' is possibly 'undefined'.\n", @@ -76739,7 +77535,7 @@ } }, { - "id": "2210", + "id": "2226", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(40,30): error TS18048: 'targetInteraction' is possibly 'undefined'.\n", @@ -76765,7 +77561,7 @@ } }, { - "id": "2211", + "id": "2227", "mutatorName": "EqualityOperator", "replacement": "targetInteraction !== undefined", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(40,30): error TS18048: 'targetInteraction' is possibly 'undefined'.\n", @@ -76791,7 +77587,7 @@ } }, { - "id": "2212", + "id": "2228", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(38,30): error TS18048: 'targetInteraction' is possibly 'undefined'.\n", @@ -76813,7 +77609,7 @@ } }, { - "id": "2213", + "id": "2229", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -76838,7 +77634,7 @@ } }, { - "id": "2214", + "id": "2230", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -76866,7 +77662,7 @@ } }, { - "id": "2215", + "id": "2231", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -76894,7 +77690,7 @@ } }, { - "id": "2216", + "id": "2232", "mutatorName": "EqualityOperator", "replacement": "targets.length > targetInteraction.boundaries.min", "statusReason": "expected false to be true // Object.is equality", @@ -76922,7 +77718,7 @@ } }, { - "id": "2217", + "id": "2233", "mutatorName": "EqualityOperator", "replacement": "targets.length < targetInteraction.boundaries.min", "statusReason": "expected true to be false // Object.is equality", @@ -76950,7 +77746,7 @@ } }, { - "id": "2218", + "id": "2234", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(43,51): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Type 'undefined' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => undefined' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -76981,14 +77777,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -77002,7 +77798,7 @@ } }, { - "id": "2219", + "id": "2235", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -77018,9 +77814,9 @@ "131", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -77034,7 +77830,7 @@ } }, { - "id": "2220", + "id": "2236", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -77050,9 +77846,9 @@ "131", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -77066,7 +77862,7 @@ } }, { - "id": "2221", + "id": "2237", "mutatorName": "LogicalOperator", "replacement": "game.value.currentPlay?.type === \"choose-card\" || makeGamePlayDto.value.chosenCardId !== undefined", "statusReason": "expected true to be false // Object.is equality", @@ -77082,9 +77878,9 @@ "131", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -77098,7 +77894,7 @@ } }, { - "id": "2222", + "id": "2238", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -77114,9 +77910,9 @@ "131", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -77130,7 +77926,7 @@ } }, { - "id": "2223", + "id": "2239", "mutatorName": "EqualityOperator", "replacement": "game.value.currentPlay?.type !== \"choose-card\"", "statusReason": "expected true to be false // Object.is equality", @@ -77146,9 +77942,9 @@ "131", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -77162,7 +77958,7 @@ } }, { - "id": "2224", + "id": "2240", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.type", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(43,75): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -77175,9 +77971,9 @@ "131", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -77191,7 +77987,7 @@ } }, { - "id": "2225", + "id": "2241", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(43,75): error TS2367: This comparison appears to be unintentional because the types '\"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\" | undefined' and '\"\"' have no overlap.\n", @@ -77204,9 +78000,9 @@ "131", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -77220,7 +78016,7 @@ } }, { - "id": "2226", + "id": "2242", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -77247,7 +78043,7 @@ } }, { - "id": "2227", + "id": "2243", "mutatorName": "EqualityOperator", "replacement": "makeGamePlayDto.value.chosenCardId === undefined", "statusReason": "expected true to be false // Object.is equality", @@ -77274,7 +78070,7 @@ } }, { - "id": "2228", + "id": "2244", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(45,51): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Type 'undefined' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => undefined' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -77305,14 +78101,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -77326,7 +78122,7 @@ } }, { - "id": "2229", + "id": "2245", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -77342,9 +78138,9 @@ "134", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -77358,7 +78154,7 @@ } }, { - "id": "2230", + "id": "2246", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -77374,9 +78170,9 @@ "134", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -77390,7 +78186,7 @@ } }, { - "id": "2231", + "id": "2247", "mutatorName": "LogicalOperator", "replacement": "game.value.currentPlay?.type === \"choose-side\" || makeGamePlayDto.value.chosenSide !== undefined", "statusReason": "expected true to be false // Object.is equality", @@ -77406,9 +78202,9 @@ "134", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -77422,7 +78218,7 @@ } }, { - "id": "2232", + "id": "2248", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -77438,9 +78234,9 @@ "134", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -77454,7 +78250,7 @@ } }, { - "id": "2233", + "id": "2249", "mutatorName": "EqualityOperator", "replacement": "game.value.currentPlay?.type !== \"choose-side\"", "statusReason": "expected true to be false // Object.is equality", @@ -77470,9 +78266,9 @@ "134", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -77486,7 +78282,7 @@ } }, { - "id": "2234", + "id": "2250", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.type", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(45,75): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -77499,9 +78295,9 @@ "134", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -77515,7 +78311,7 @@ } }, { - "id": "2235", + "id": "2251", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(45,75): error TS2367: This comparison appears to be unintentional because the types '\"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\" | undefined' and '\"\"' have no overlap.\n", @@ -77528,9 +78324,9 @@ "134", "138", "139", - "714", - "715", - "716" + "737", + "738", + "739" ], "location": { "end": { @@ -77544,7 +78340,7 @@ } }, { - "id": "2236", + "id": "2252", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -77572,7 +78368,7 @@ } }, { - "id": "2237", + "id": "2253", "mutatorName": "EqualityOperator", "replacement": "makeGamePlayDto.value.chosenSide === undefined", "statusReason": "expected true to be false // Object.is equality", @@ -77600,7 +78396,7 @@ } }, { - "id": "2238", + "id": "2254", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(47,35): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Type 'undefined' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => undefined' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -77631,14 +78427,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -77652,7 +78448,7 @@ } }, { - "id": "2239", + "id": "2255", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be falsy", @@ -77668,14 +78464,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -77689,7 +78485,7 @@ } }, { - "id": "2240", + "id": "2256", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be truthy", @@ -77705,14 +78501,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -77726,7 +78522,7 @@ } }, { - "id": "2241", + "id": "2257", "mutatorName": "EqualityOperator", "replacement": "game.value.currentPlay?.canBeSkipped !== true", "statusReason": "expected true to be falsy", @@ -77742,14 +78538,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -77763,7 +78559,7 @@ } }, { - "id": "2242", + "id": "2258", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.canBeSkipped", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(47,59): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -77776,14 +78572,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -77797,7 +78593,7 @@ } }, { - "id": "2243", + "id": "2259", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected true to be falsy", @@ -77813,14 +78609,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -77834,7 +78630,7 @@ } }, { - "id": "2244", + "id": "2260", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(49,27): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Type 'undefined' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => undefined' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -77865,14 +78661,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -77886,7 +78682,7 @@ } }, { - "id": "2245", + "id": "2261", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -77900,14 +78696,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -77921,7 +78717,7 @@ } }, { - "id": "2246", + "id": "2262", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -77935,14 +78731,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -77956,7 +78752,7 @@ } }, { - "id": "2247", + "id": "2263", "mutatorName": "LogicalOperator", "replacement": "(canCurrentPlayBeSkipped.value || isCurrentGamePlayVoteTypeAndValid.value || isCurrentGamePlayTargetTypeAndValid.value || isCurrentGamePlayChooseCardTypeAndValid.value) && isCurrentGamePlayChooseSideTypeAndValid.value", "statusReason": "expected false to be true // Object.is equality", @@ -77970,14 +78766,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -77991,7 +78787,7 @@ } }, { - "id": "2248", + "id": "2264", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -78005,14 +78801,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -78026,7 +78822,7 @@ } }, { - "id": "2249", + "id": "2265", "mutatorName": "LogicalOperator", "replacement": "(canCurrentPlayBeSkipped.value || isCurrentGamePlayVoteTypeAndValid.value || isCurrentGamePlayTargetTypeAndValid.value) && isCurrentGamePlayChooseCardTypeAndValid.value", "statusReason": "expected false to be true // Object.is equality", @@ -78040,14 +78836,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -78061,7 +78857,7 @@ } }, { - "id": "2250", + "id": "2266", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -78075,14 +78871,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -78096,7 +78892,7 @@ } }, { - "id": "2251", + "id": "2267", "mutatorName": "LogicalOperator", "replacement": "(canCurrentPlayBeSkipped.value || isCurrentGamePlayVoteTypeAndValid.value) && isCurrentGamePlayTargetTypeAndValid.value", "statusReason": "expected false to be true // Object.is equality", @@ -78110,14 +78906,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -78131,7 +78927,7 @@ } }, { - "id": "2252", + "id": "2268", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -78145,14 +78941,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -78166,7 +78962,7 @@ } }, { - "id": "2253", + "id": "2269", "mutatorName": "LogicalOperator", "replacement": "canCurrentPlayBeSkipped.value && isCurrentGamePlayVoteTypeAndValid.value", "statusReason": "expected false to be true // Object.is equality", @@ -78180,14 +78976,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -78201,7 +78997,7 @@ } }, { - "id": "2254", + "id": "2270", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/api/game/useMakeGamePlayDtoValidation.ts(55,3): error TS2740: Type '{}' is missing the following properties from type 'UseMakeGamePlayDtoValidation': isCurrentGamePlayVoteTypeAndValid, isCurrentGamePlayTargetTypeAndValid, isCurrentGamePlayChooseCardTypeAndValid, isCurrentGamePlayChooseSideTypeAndValid, and 2 more.\n", @@ -78232,14 +79028,14 @@ "137", "138", "139", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721" + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744" ], "location": { "end": { @@ -78259,7 +79055,7 @@ "language": "typescript", "mutants": [ { - "id": "2255", + "id": "2271", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/role/types/role.class.ts(32,37): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -78291,13 +79087,13 @@ "415", "416", "417", - "491", - "969", - "1093", - "1096", - "1097", - "1098", - "1267" + "503", + "984", + "1108", + "1111", + "1112", + "1113", + "1286" ], "location": { "end": { @@ -78317,7 +79113,7 @@ "language": "typescript", "mutants": [ { - "id": "2256", + "id": "2272", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/role/useFetchRoles.ts(8,27): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -78466,18 +79262,6 @@ "443", "444", "445", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -78511,37 +79295,28 @@ "503", "504", "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", "515", "516", "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", - "546", - "547", - "548", - "549", - "550", - "551", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -78551,6 +79326,12 @@ "570", "571", "572", + "573", + "574", + "575", + "576", + "577", + "578", "579", "580", "581", @@ -78560,6 +79341,13 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -78568,53 +79356,47 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", "722", "723", "724", "725", "726", - "727", - "728", - "738", - "739", - "740", - "741", - "742", - "743", - "744", "745", "746", "747", @@ -78622,18 +79404,23 @@ "749", "750", "751", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "849", + "850", + "851", "852", "853", "854", @@ -78643,8 +79430,7 @@ "858", "859", "860", - "861", - "862", + "881", "882", "883", "884", @@ -78655,11 +79441,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -78695,19 +79476,34 @@ "929", "930", "931", - "1074", - "1075", - "1076", - "1158", - "1159", - "1160", - "1161", - "1192", - "1193", - "1194", - "1195", - "1221", - "1222" + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "946", + "1089", + "1090", + "1091", + "1173", + "1174", + "1175", + "1176", + "1207", + "1208", + "1209", + "1210", + "1239", + "1240" ], "location": { "end": { @@ -78721,7 +79517,7 @@ } }, { - "id": "2257", + "id": "2273", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/role/useFetchRoles.ts(11,32): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -78729,8 +79525,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1221", - "1222" + "1239", + "1240" ], "location": { "end": { @@ -78744,7 +79540,7 @@ } }, { - "id": "2258", + "id": "2274", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/role/useFetchRoles.ts(11,32): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -78752,8 +79548,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1221", - "1222" + "1239", + "1240" ], "location": { "end": { @@ -78767,7 +79563,7 @@ } }, { - "id": "2259", + "id": "2275", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/roles\",\n Object {\n \"method\": \"GET\",\n },\n], but it was called with \"\"", @@ -78775,11 +79571,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1221" + "1239" ], "coveredBy": [ - "1221", - "1222" + "1239", + "1240" ], "location": { "end": { @@ -78793,7 +79589,7 @@ } }, { - "id": "2260", + "id": "2276", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"/roles\",\n Object {\n \"method\": \"GET\",\n },\n], but it was called with \"/roles\"", @@ -78801,11 +79597,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1221" + "1239" ], "coveredBy": [ - "1221", - "1222" + "1239", + "1240" ], "location": { "end": { @@ -78819,7 +79615,7 @@ } }, { - "id": "2261", + "id": "2277", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/api/role/useFetchRoles.ts(13,68): error TS2322: Type '\"\"' is not assignable to type '\"GET\" | \"HEAD\" | \"PATCH\" | \"POST\" | \"PUT\" | \"DELETE\" | \"CONNECT\" | \"OPTIONS\" | \"TRACE\" | \"get\" | \"head\" | \"patch\" | \"post\" | \"put\" | \"delete\" | \"connect\" | \"options\" | \"trace\" | undefined'.\n", @@ -78827,8 +79623,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1221", - "1222" + "1239", + "1240" ], "location": { "end": { @@ -78842,7 +79638,7 @@ } }, { - "id": "2262", + "id": "2278", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/role/useFetchRoles.ts(11,32): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -78850,7 +79646,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1222" + "1240" ], "location": { "end": { @@ -78864,7 +79660,7 @@ } }, { - "id": "2263", + "id": "2279", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/api/role/useFetchRoles.ts(18,3): error TS2741: Property 'fetchRoles' is missing in type '{}' but required in type 'UseFetchRoles'.\n", @@ -79013,18 +79809,6 @@ "443", "444", "445", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -79058,37 +79842,28 @@ "503", "504", "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", "515", "516", "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", - "546", - "547", - "548", - "549", - "550", - "551", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -79098,6 +79873,12 @@ "570", "571", "572", + "573", + "574", + "575", + "576", + "577", + "578", "579", "580", "581", @@ -79107,6 +79888,13 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -79115,53 +79903,47 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", "722", "723", "724", "725", "726", - "727", - "728", - "738", - "739", - "740", - "741", - "742", - "743", - "744", "745", "746", "747", @@ -79169,18 +79951,23 @@ "749", "750", "751", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "849", + "850", + "851", "852", "853", "854", @@ -79190,8 +79977,7 @@ "858", "859", "860", - "861", - "862", + "881", "882", "883", "884", @@ -79202,11 +79988,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -79242,19 +80023,34 @@ "929", "930", "931", - "1074", - "1075", - "1076", - "1158", - "1159", - "1160", - "1161", - "1192", - "1193", - "1194", - "1195", - "1221", - "1222" + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "946", + "1089", + "1090", + "1091", + "1173", + "1174", + "1175", + "1176", + "1207", + "1208", + "1209", + "1210", + "1239", + "1240" ], "location": { "end": { @@ -79274,7 +80070,7 @@ "language": "typescript", "mutants": [ { - "id": "2264", + "id": "2280", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/role/useRoleName.ts(8,25): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -79282,44 +80078,44 @@ "static": false, "killedBy": [], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", - "780", - "781", - "782", - "783", - "784", - "974", - "975", - "976", - "977", - "978", - "979", - "980", - "1039", - "1040", - "1041", - "1042", - "1043", - "1044", - "1134", - "1135", - "1211", - "1212", - "1254", - "1255" + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486", + "809", + "810", + "811", + "812", + "813", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "1054", + "1055", + "1056", + "1057", + "1058", + "1059", + "1149", + "1150", + "1229", + "1230", + "1272", + "1273" ], "location": { "end": { @@ -79333,7 +80129,7 @@ } }, { - "id": "2265", + "id": "2281", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/role/useRoleName.ts(11,50): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -79341,36 +80137,36 @@ "static": false, "killedBy": [], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", - "974", - "975", - "976", - "977", - "978", - "979", - "980", - "1039", - "1040", - "1041", - "1042", - "1043", - "1044", - "1134", - "1135", - "1254" + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "1054", + "1055", + "1056", + "1057", + "1058", + "1059", + "1149", + "1150", + "1272" ], "location": { "end": { @@ -79384,7 +80180,7 @@ } }, { - "id": "2266", + "id": "2282", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Role Picker Header Component > should match snapshot when rendered. 1` mismatched", @@ -79392,39 +80188,39 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "974" + "989" ], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", - "974", - "975", - "976", - "977", - "978", - "979", - "980", - "1039", - "1040", - "1041", - "1042", - "1043", - "1044", - "1134", - "1135", - "1254" + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "1054", + "1055", + "1056", + "1057", + "1058", + "1059", + "1149", + "1150", + "1272" ], "location": { "end": { @@ -79438,7 +80234,7 @@ } }, { - "id": "2267", + "id": "2283", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/role/useRoleName.ts(15,73): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -79446,8 +80242,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1212", - "1255" + "1230", + "1273" ], "location": { "end": { @@ -79461,7 +80257,7 @@ } }, { - "id": "2268", + "id": "2284", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected ', 1' to be 'shared.role.definiteName.werewolf, 1' // Object.is equality", @@ -79469,11 +80265,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1212" + "1230" ], "coveredBy": [ - "1212", - "1255" + "1230", + "1273" ], "location": { "end": { @@ -79487,7 +80283,7 @@ } }, { - "id": "2269", + "id": "2285", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/api/role/useRoleName.ts(18,3): error TS2739: Type '{}' is missing the following properties from type 'UseRoleName': getRoleNameLabel, getDefiniteRoleNameLabel\n", @@ -79495,44 +80291,44 @@ "static": false, "killedBy": [], "coveredBy": [ - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", - "780", - "781", - "782", - "783", - "784", - "974", - "975", - "976", - "977", - "978", - "979", - "980", - "1039", - "1040", - "1041", - "1042", - "1043", - "1044", - "1134", - "1135", - "1211", - "1212", - "1254", - "1255" + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486", + "809", + "810", + "811", + "812", + "813", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "1054", + "1055", + "1056", + "1057", + "1058", + "1059", + "1149", + "1150", + "1229", + "1230", + "1272", + "1273" ], "location": { "end": { @@ -79552,7 +80348,7 @@ "language": "typescript", "mutants": [ { - "id": "2270", + "id": "2286", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/useWerewolvesAssistantApi.ts(10,39): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -79868,18 +80664,6 @@ "458", "459", "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -79942,6 +80726,14 @@ "532", "533", "534", + "535", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", @@ -79955,14 +80747,6 @@ "553", "554", "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -79987,6 +80771,19 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "594", + "595", + "596", + "597", + "598", + "599", + "600", "601", "602", "603", @@ -79995,47 +80792,42 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", "622", "623", "624", "625", "626", "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -80043,7 +80835,7 @@ "700", "701", "702", - "703", + "713", "714", "715", "716", @@ -80057,8 +80849,7 @@ "724", "725", "726", - "727", - "728", + "737", "738", "739", "740", @@ -80073,53 +80864,38 @@ "749", "750", "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", "761", "762", "763", "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -80141,6 +80917,25 @@ "860", "861", "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", + "881", "882", "883", "884", @@ -80151,11 +80946,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -80196,95 +80986,110 @@ "934", "935", "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", "945", "946", "947", "948", - "970", - "971", - "972", - "973", - "981", - "982", - "983", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "996", + "997", + "998", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", + "1066", + "1067", + "1068", + "1069", + "1070", + "1071", + "1072", + "1073", "1074", "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1089", "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184", + "1175", + "1176", + "1178", + "1189", "1192", - "1193", - "1194", "1195", - "1286" + "1199", + "1207", + "1208", + "1209", + "1210", + "1305" ], "location": { "end": { @@ -80298,7 +81103,7 @@ } }, { - "id": "2271", + "id": "2287", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"baseURL\": \"http://127.0.0.1\",\n \"headers\": Object {\n \"Content-Type\": \"application/json\",\n },\n \"onResponseError\": Any,\n },\n], but it was called with Object {}", @@ -80306,7 +81111,7 @@ "testsCompleted": 807, "static": true, "killedBy": [ - "1286" + "1305" ], "coveredBy": [ "0", @@ -80617,18 +81422,6 @@ "458", "459", "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -80691,6 +81484,14 @@ "532", "533", "534", + "535", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", @@ -80704,14 +81505,6 @@ "553", "554", "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -80736,6 +81529,19 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "594", + "595", + "596", + "597", + "598", + "599", + "600", "601", "602", "603", @@ -80744,47 +81550,42 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", "622", "623", "624", "625", "626", "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -80792,7 +81593,7 @@ "700", "701", "702", - "703", + "713", "714", "715", "716", @@ -80806,8 +81607,7 @@ "724", "725", "726", - "727", - "728", + "737", "738", "739", "740", @@ -80822,53 +81622,38 @@ "749", "750", "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", "761", "762", "763", "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -80890,6 +81675,25 @@ "860", "861", "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", + "881", "882", "883", "884", @@ -80900,11 +81704,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -80945,95 +81744,110 @@ "934", "935", "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", "945", "946", "947", "948", - "970", - "971", - "972", - "973", - "981", - "982", - "983", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "996", + "997", + "998", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", + "1066", + "1067", + "1068", + "1069", + "1070", + "1071", + "1072", + "1073", "1074", "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1089", "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184", + "1175", + "1176", + "1178", + "1189", "1192", - "1193", - "1194", "1195", - "1286" + "1199", + "1207", + "1208", + "1209", + "1210", + "1305" ], "location": { "end": { @@ -81047,7 +81861,7 @@ } }, { - "id": "2272", + "id": "2288", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"baseURL\": \"http://127.0.0.1\",\n \"headers\": Object {\n \"Content-Type\": \"application/json\",\n },\n \"onResponseError\": Any,\n },\n], but it was called with Object {\n \"baseURL\": \"http://127.0.0.1\",\n \"headers\": Object {},\n \"onResponseError\": [Function handleWerewolvesAssistantApiError],\n}", @@ -81055,7 +81869,7 @@ "testsCompleted": 807, "static": true, "killedBy": [ - "1286" + "1305" ], "coveredBy": [ "0", @@ -81366,18 +82180,6 @@ "458", "459", "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -81440,6 +82242,14 @@ "532", "533", "534", + "535", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", @@ -81453,14 +82263,6 @@ "553", "554", "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -81485,6 +82287,19 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "594", + "595", + "596", + "597", + "598", + "599", + "600", "601", "602", "603", @@ -81493,47 +82308,42 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", "622", "623", "624", "625", "626", "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -81541,7 +82351,7 @@ "700", "701", "702", - "703", + "713", "714", "715", "716", @@ -81555,8 +82365,7 @@ "724", "725", "726", - "727", - "728", + "737", "738", "739", "740", @@ -81571,53 +82380,38 @@ "749", "750", "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", "761", "762", "763", "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -81639,6 +82433,25 @@ "860", "861", "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", + "881", "882", "883", "884", @@ -81649,11 +82462,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -81694,95 +82502,110 @@ "934", "935", "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", "945", "946", "947", "948", - "970", - "971", - "972", - "973", - "981", - "982", - "983", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "996", + "997", + "998", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", + "1066", + "1067", + "1068", + "1069", + "1070", + "1071", + "1072", + "1073", "1074", "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1089", "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184", + "1175", + "1176", + "1178", + "1189", "1192", - "1193", - "1194", "1195", - "1286" + "1199", + "1207", + "1208", + "1209", + "1210", + "1305" ], "location": { "end": { @@ -81796,7 +82619,7 @@ } }, { - "id": "2273", + "id": "2289", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"baseURL\": \"http://127.0.0.1\",\n \"headers\": Object {\n \"Content-Type\": \"application/json\",\n },\n \"onResponseError\": Any,\n },\n], but it was called with Object {\n \"baseURL\": \"http://127.0.0.1\",\n \"headers\": Object {\n \"Content-Type\": \"\",\n },\n \"onResponseError\": [Function handleWerewolvesAssistantApiError],\n}", @@ -81804,7 +82627,7 @@ "testsCompleted": 807, "static": true, "killedBy": [ - "1286" + "1305" ], "coveredBy": [ "0", @@ -82115,18 +82938,6 @@ "458", "459", "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -82189,6 +83000,14 @@ "532", "533", "534", + "535", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", @@ -82202,14 +83021,6 @@ "553", "554", "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -82234,6 +83045,19 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "594", + "595", + "596", + "597", + "598", + "599", + "600", "601", "602", "603", @@ -82242,47 +83066,42 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", "622", "623", "624", "625", "626", "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -82290,7 +83109,7 @@ "700", "701", "702", - "703", + "713", "714", "715", "716", @@ -82304,8 +83123,7 @@ "724", "725", "726", - "727", - "728", + "737", "738", "739", "740", @@ -82320,53 +83138,38 @@ "749", "750", "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", "761", "762", "763", "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -82388,6 +83191,25 @@ "860", "861", "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", + "881", "882", "883", "884", @@ -82398,11 +83220,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -82443,95 +83260,110 @@ "934", "935", "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", "945", "946", "947", "948", - "970", - "971", - "972", - "973", - "981", - "982", - "983", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "996", + "997", + "998", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", + "1066", + "1067", + "1068", + "1069", + "1070", + "1071", + "1072", + "1073", "1074", "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1089", "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184", + "1175", + "1176", + "1178", + "1189", "1192", - "1193", - "1194", "1195", - "1286" + "1199", + "1207", + "1208", + "1209", + "1210", + "1305" ], "location": { "end": { @@ -82545,7 +83377,7 @@ } }, { - "id": "2274", + "id": "2290", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/api/useWerewolvesAssistantApi.ts(21,3): error TS2741: Property 'fetchWerewolvesAssistantApi' is missing in type '{}' but required in type 'UseWerewolvesAssistantApi'.\n", @@ -82861,18 +83693,6 @@ "458", "459", "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -82935,6 +83755,14 @@ "532", "533", "534", + "535", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", @@ -82948,14 +83776,6 @@ "553", "554", "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -82980,6 +83800,19 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "594", + "595", + "596", + "597", + "598", + "599", + "600", "601", "602", "603", @@ -82988,47 +83821,42 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", "622", "623", "624", "625", "626", "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -83036,7 +83864,7 @@ "700", "701", "702", - "703", + "713", "714", "715", "716", @@ -83050,8 +83878,7 @@ "724", "725", "726", - "727", - "728", + "737", "738", "739", "740", @@ -83066,53 +83893,38 @@ "749", "750", "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", "761", "762", "763", "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -83134,6 +83946,25 @@ "860", "861", "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", + "881", "882", "883", "884", @@ -83144,11 +83975,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -83189,95 +84015,110 @@ "934", "935", "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", "945", "946", "947", "948", - "970", - "971", - "972", - "973", - "981", - "982", - "983", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "996", + "997", + "998", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", + "1066", + "1067", + "1068", + "1069", + "1070", + "1071", + "1072", + "1073", "1074", "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1089", "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184", + "1175", + "1176", + "1178", + "1189", "1192", - "1193", - "1194", "1195", - "1286" + "1199", + "1207", + "1208", + "1209", + "1210", + "1305" ], "location": { "end": { @@ -83297,7 +84138,7 @@ "language": "typescript", "mutants": [ { - "id": "2275", + "id": "2291", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/misc/useArrays.ts(5,23): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -83311,16 +84152,16 @@ "449", "450", "451", - "988", - "989", - "990", - "991", - "1011", - "1012", - "1013", - "1014", - "1282", - "1283" + "1003", + "1004", + "1005", + "1006", + "1026", + "1027", + "1028", + "1029", + "1301", + "1302" ], "location": { "end": { @@ -83334,7 +84175,7 @@ } }, { - "id": "2276", + "id": "2292", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/misc/useArrays.ts(6,60): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -83348,16 +84189,16 @@ "449", "450", "451", - "988", - "989", - "990", - "991", - "1011", - "1012", - "1013", - "1014", - "1282", - "1283" + "1003", + "1004", + "1005", + "1006", + "1026", + "1027", + "1028", + "1029", + "1301", + "1302" ], "location": { "end": { @@ -83371,7 +84212,7 @@ } }, { - "id": "2277", + "id": "2293", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "Snapshot `Game Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -83388,9 +84229,9 @@ "449", "450", "451", - "991", - "1014", - "1283" + "1006", + "1029", + "1302" ], "location": { "end": { @@ -83404,7 +84245,7 @@ } }, { - "id": "2278", + "id": "2294", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "composables/misc/useArrays.ts(7,5): error TS2322: Type 'T[] | string[]' is not assignable to type 'T[]'.\n Type 'string[]' is not assignable to type 'T[]'.\n Type 'string' is not assignable to type 'T'.\n 'T' could be instantiated with an arbitrary type which could be unrelated to 'string'.\n", @@ -83414,15 +84255,15 @@ "coveredBy": [ "448", "449", - "988", - "989", - "990", - "991", - "1011", - "1012", - "1013", - "1014", - "1282" + "1003", + "1004", + "1005", + "1006", + "1026", + "1027", + "1028", + "1029", + "1301" ], "location": { "end": { @@ -83436,7 +84277,7 @@ } }, { - "id": "2279", + "id": "2295", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/misc/useArrays.ts(9,3): error TS2741: Property 'insertIf' is missing in type '{}' but required in type 'UseArrays'.\n", @@ -83450,16 +84291,16 @@ "449", "450", "451", - "988", - "989", - "990", - "991", - "1011", - "1012", - "1013", - "1014", - "1282", - "1283" + "1003", + "1004", + "1005", + "1006", + "1026", + "1027", + "1028", + "1029", + "1301", + "1302" ], "location": { "end": { @@ -83479,7 +84320,7 @@ "language": "typescript", "mutants": [ { - "id": "2280", + "id": "2296", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/misc/useStrings.ts(5,24): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -83503,38 +84344,28 @@ "306", "307", "308", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", "495", "496", "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "563", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", "564", "565", "566", @@ -83544,15 +84375,17 @@ "570", "571", "572", - "579", - "580", - "581", - "582", - "583", "584", "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -83561,41 +84394,34 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "827", - "828", - "829", - "830", - "831", - "852", - "853", - "854", - "855", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", "856", + "857", + "858", + "859", + "860", + "881", "882", "883", "884", "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -83631,12 +84457,27 @@ "929", "930", "931", - "1158", - "1159", - "1160", - "1161", - "1311", - "1312" + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "946", + "1173", + "1174", + "1175", + "1176", + "1329", + "1330" ], "location": { "end": { @@ -83650,7 +84491,7 @@ } }, { - "id": "2281", + "id": "2297", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/misc/useStrings.ts(6,63): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -83674,38 +84515,28 @@ "306", "307", "308", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "563", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", "564", "565", "566", @@ -83715,15 +84546,17 @@ "570", "571", "572", - "579", - "580", - "581", - "582", - "583", "584", "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -83732,41 +84565,34 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "827", - "828", - "829", - "830", - "831", - "852", - "853", - "854", - "855", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", "856", + "857", + "858", + "859", + "860", + "881", "882", "883", "884", "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -83802,12 +84628,27 @@ "929", "930", "931", - "1158", - "1159", - "1160", - "1161", - "1311", - "1312" + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "946", + "1173", + "1174", + "1175", + "1176", + "1329", + "1330" ], "location": { "end": { @@ -83821,7 +84662,7 @@ } }, { - "id": "2282", + "id": "2298", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -83848,81 +84689,66 @@ "306", "307", "308", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", "495", "496", "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "545", - "549", - "563", - "564", - "565", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", "566", - "567", - "568", - "569", "570", - "571", - "572", - "579", - "580", - "581", - "582", - "583", "584", "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", + "601", + "602", "603", + "604", + "605", + "606", "607", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "827", - "828", - "829", - "830", - "831", - "854", - "882", + "608", + "624", + "628", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "856", + "857", + "858", + "859", + "860", "883", - "884", - "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -83933,24 +84759,39 @@ "904", "905", "906", + "907", + "908", "909", + "910", + "911", + "912", + "913", "914", + "915", + "916", "917", "918", "919", "920", "921", - "922", - "923", "924", - "925", - "926", "929", - "1158", - "1159", - "1160", - "1161", - "1311" + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "944", + "1173", + "1174", + "1175", + "1176", + "1329" ], "location": { "end": { @@ -83964,7 +84805,7 @@ } }, { - "id": "2283", + "id": "2299", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'components.GameLobbyOptionsHubRolesTa…' to be 'components.GameLobbyOptionsHubRolesTa…' // Object.is equality", @@ -83979,18 +84820,8 @@ "299", "303", "307", - "484", - "504", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "563", + "496", + "516", "564", "565", "566", @@ -84000,15 +84831,17 @@ "570", "571", "572", - "579", - "580", - "581", - "582", - "583", "584", "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -84017,42 +84850,50 @@ "606", "607", "608", - "609", - "613", - "617", - "830", - "852", - "853", - "854", - "855", - "856", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "634", + "638", + "859", + "881", + "882", + "883", + "884", "885", - "890", - "895", "900", "905", - "907", - "908", - "909", "910", - "911", - "912", - "913", - "914", "915", - "916", "920", + "922", + "923", + "924", "925", + "926", "927", "928", "929", "930", "931", - "1158", - "1159", - "1160", - "1161", - "1312" + "935", + "940", + "942", + "943", + "944", + "945", + "946", + "1173", + "1174", + "1175", + "1176", + "1330" ], "location": { "end": { @@ -84066,7 +84907,7 @@ } }, { - "id": "2284", + "id": "2300", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/misc/useStrings.ts(9,3): error TS2741: Property 'convertBooleanAsAffirmativeString' is missing in type '{}' but required in type 'UseStrings'.\n", @@ -84090,38 +84931,28 @@ "306", "307", "308", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", "495", "496", "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "563", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", "564", "565", "566", @@ -84131,15 +84962,17 @@ "570", "571", "572", - "579", - "580", - "581", - "582", - "583", "584", "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -84148,41 +84981,34 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "827", - "828", - "829", - "830", - "831", - "852", - "853", - "854", - "855", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", "856", + "857", + "858", + "859", + "860", + "881", "882", "883", "884", "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -84218,12 +85044,27 @@ "929", "930", "931", - "1158", - "1159", - "1160", - "1161", - "1311", - "1312" + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "946", + "1173", + "1174", + "1175", + "1176", + "1329", + "1330" ], "location": { "end": { @@ -84243,7 +85084,7 @@ "language": "typescript", "mutants": [ { - "id": "2285", + "id": "2301", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -84262,7 +85103,7 @@ } }, { - "id": "2286", + "id": "2302", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -84287,7 +85128,7 @@ "language": "typescript", "mutants": [ { - "id": "2287", + "id": "2303", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/vue-prime/useVuePrimeToasts.ts(14,31): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -84583,18 +85424,6 @@ "449", "450", "451", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -84657,6 +85486,14 @@ "532", "533", "534", + "535", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", @@ -84670,14 +85507,6 @@ "553", "554", "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -84702,6 +85531,19 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "594", + "595", + "596", + "597", + "598", + "599", + "600", "601", "602", "603", @@ -84710,47 +85552,42 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", "622", "623", "624", "625", "626", "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -84758,7 +85595,7 @@ "700", "701", "702", - "703", + "713", "714", "715", "716", @@ -84772,8 +85609,7 @@ "724", "725", "726", - "727", - "728", + "737", "738", "739", "740", @@ -84788,53 +85624,38 @@ "749", "750", "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", "761", "762", "763", "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -84856,6 +85677,25 @@ "860", "861", "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", + "881", "882", "883", "884", @@ -84866,11 +85706,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -84911,26 +85746,32 @@ "934", "935", "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", "945", "946", "947", "948", - "970", - "971", - "972", - "973", - "981", - "982", - "983", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", - "1002", + "996", + "997", + "998", "1003", "1004", "1005", @@ -84939,72 +85780,81 @@ "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", "1017", "1018", + "1019", + "1020", + "1021", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", + "1066", + "1067", + "1068", + "1069", + "1070", + "1071", + "1072", + "1073", "1074", "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1089", "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184", + "1175", + "1176", + "1178", + "1189", "1192", - "1193", - "1194", "1195", - "1286" + "1199", + "1207", + "1208", + "1209", + "1210", + "1305" ], "location": { "end": { @@ -85018,7 +85868,7 @@ } }, { - "id": "2288", + "id": "2304", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -85026,14 +85876,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1002" + "1017" ], "coveredBy": [ - "1002", - "1003", - "1004", - "1005", - "1006" + "1017", + "1018", + "1019", + "1020", + "1021" ], "location": { "end": { @@ -85047,7 +85897,7 @@ } }, { - "id": "2289", + "id": "2305", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"closable\": true,\n \"detail\": \"detail\",\n \"life\": 4000,\n \"summary\": \"summary\",\n },\n], but it was called with Object {}", @@ -85055,14 +85905,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1002" + "1017" ], "coveredBy": [ - "1002", - "1003", - "1004", - "1005", - "1006" + "1017", + "1018", + "1019", + "1020", + "1021" ], "location": { "end": { @@ -85076,7 +85926,7 @@ } }, { - "id": "2290", + "id": "2306", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -85084,10 +85934,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1003" + "1018" ], "coveredBy": [ - "1003" + "1018" ], "location": { "end": { @@ -85101,7 +85951,7 @@ } }, { - "id": "2291", + "id": "2307", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"closable\": true,\n \"detail\": \"detail\",\n \"life\": 4000,\n \"severity\": \"success\",\n \"summary\": \"summary\",\n },\n], but it was called with Object {\n \"closable\": true,\n \"life\": 4000,\n}", @@ -85109,10 +85959,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1003" + "1018" ], "coveredBy": [ - "1003" + "1018" ], "location": { "end": { @@ -85126,7 +85976,7 @@ } }, { - "id": "2292", + "id": "2308", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/vue-prime/useVuePrimeToasts.ts(25,16): error TS2322: Type '\"\"' is not assignable to type '\"success\" | \"info\" | \"warn\" | \"error\" | \"secondary\" | \"contrast\" | undefined'.\n", @@ -85134,7 +85984,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1003" + "1018" ], "location": { "end": { @@ -85148,7 +85998,7 @@ } }, { - "id": "2293", + "id": "2309", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -85156,10 +86006,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1004" + "1019" ], "coveredBy": [ - "1004" + "1019" ], "location": { "end": { @@ -85173,7 +86023,7 @@ } }, { - "id": "2294", + "id": "2310", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"closable\": true,\n \"detail\": \"detail\",\n \"life\": 4000,\n \"severity\": \"info\",\n \"summary\": \"summary\",\n },\n], but it was called with Object {\n \"closable\": true,\n \"life\": 4000,\n}", @@ -85181,10 +86031,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1004" + "1019" ], "coveredBy": [ - "1004" + "1019" ], "location": { "end": { @@ -85198,7 +86048,7 @@ } }, { - "id": "2295", + "id": "2311", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/vue-prime/useVuePrimeToasts.ts(29,16): error TS2322: Type '\"\"' is not assignable to type '\"success\" | \"info\" | \"warn\" | \"error\" | \"secondary\" | \"contrast\" | undefined'.\n", @@ -85206,7 +86056,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1004" + "1019" ], "location": { "end": { @@ -85220,7 +86070,7 @@ } }, { - "id": "2296", + "id": "2312", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -85228,10 +86078,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1005" + "1020" ], "coveredBy": [ - "1005" + "1020" ], "location": { "end": { @@ -85245,7 +86095,7 @@ } }, { - "id": "2297", + "id": "2313", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"closable\": true,\n \"detail\": \"detail\",\n \"life\": 4000,\n \"severity\": \"warn\",\n \"summary\": \"summary\",\n },\n], but it was called with Object {\n \"closable\": true,\n \"life\": 4000,\n}", @@ -85253,10 +86103,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1005" + "1020" ], "coveredBy": [ - "1005" + "1020" ], "location": { "end": { @@ -85270,7 +86120,7 @@ } }, { - "id": "2298", + "id": "2314", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/vue-prime/useVuePrimeToasts.ts(33,16): error TS2322: Type '\"\"' is not assignable to type '\"success\" | \"info\" | \"warn\" | \"error\" | \"secondary\" | \"contrast\" | undefined'.\n", @@ -85278,7 +86128,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1005" + "1020" ], "location": { "end": { @@ -85292,7 +86142,7 @@ } }, { - "id": "2299", + "id": "2315", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -85300,10 +86150,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1006" + "1021" ], "coveredBy": [ - "1006" + "1021" ], "location": { "end": { @@ -85317,7 +86167,7 @@ } }, { - "id": "2300", + "id": "2316", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"closable\": true,\n \"detail\": \"detail\",\n \"life\": 4000,\n \"severity\": \"error\",\n \"summary\": \"summary\",\n },\n], but it was called with Object {\n \"closable\": true,\n \"life\": 4000,\n}", @@ -85325,10 +86175,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1006" + "1021" ], "coveredBy": [ - "1006" + "1021" ], "location": { "end": { @@ -85342,7 +86192,7 @@ } }, { - "id": "2301", + "id": "2317", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "composables/vue-prime/useVuePrimeToasts.ts(37,16): error TS2322: Type '\"\"' is not assignable to type '\"success\" | \"info\" | \"warn\" | \"error\" | \"secondary\" | \"contrast\" | undefined'.\n", @@ -85350,7 +86200,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1006" + "1021" ], "location": { "end": { @@ -85364,7 +86214,7 @@ } }, { - "id": "2302", + "id": "2318", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/vue-prime/useVuePrimeToasts.ts(39,3): error TS2739: Type '{}' is missing the following properties from type 'UseVuePrimeToasts': addToast, addSuccessToast, addInfoToast, addWarnToast, addErrorToast\n", @@ -85660,18 +86510,6 @@ "449", "450", "451", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -85734,6 +86572,14 @@ "532", "533", "534", + "535", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", @@ -85747,14 +86593,6 @@ "553", "554", "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -85779,6 +86617,19 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "594", + "595", + "596", + "597", + "598", + "599", + "600", "601", "602", "603", @@ -85787,47 +86638,42 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", "622", "623", "624", "625", "626", "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -85835,7 +86681,7 @@ "700", "701", "702", - "703", + "713", "714", "715", "716", @@ -85849,8 +86695,7 @@ "724", "725", "726", - "727", - "728", + "737", "738", "739", "740", @@ -85865,53 +86710,38 @@ "749", "750", "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", "761", "762", "763", "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -85933,6 +86763,25 @@ "860", "861", "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", + "881", "882", "883", "884", @@ -85943,11 +86792,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -85988,26 +86832,32 @@ "934", "935", "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", "945", "946", "947", "948", - "970", - "971", - "972", - "973", - "981", - "982", - "983", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", - "1002", + "996", + "997", + "998", "1003", "1004", "1005", @@ -86016,72 +86866,81 @@ "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", "1017", "1018", + "1019", + "1020", + "1021", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", + "1066", + "1067", + "1068", + "1069", + "1070", + "1071", + "1072", + "1073", "1074", "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1089", "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184", + "1175", + "1176", + "1178", + "1189", "1192", - "1193", - "1194", "1195", - "1286" + "1199", + "1207", + "1208", + "1209", + "1210", + "1305" ], "location": { "end": { @@ -86101,7 +86960,7 @@ "language": "html", "mutants": [ { - "id": "2303", + "id": "2319", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.about.seoDescription\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"pages.about.whyAnAssistant\",\n },\n], but it was called with Object {}", @@ -86109,13 +86968,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1215" + "1233" ], "coveredBy": [ - "1214", - "1215", - "1216", - "1217" + "1232", + "1233", + "1234", + "1235" ], "location": { "end": { @@ -86129,7 +86988,7 @@ } }, { - "id": "2304", + "id": "2320", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.about.seoDescription\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"pages.about.whyAnAssistant\",\n },\n], but it was called with Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.about.seoDescription\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"\",\n}", @@ -86137,13 +86996,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1215" + "1233" ], "coveredBy": [ - "1214", - "1215", - "1216", - "1217" + "1232", + "1233", + "1234", + "1235" ], "location": { "end": { @@ -86157,7 +87016,7 @@ } }, { - "id": "2305", + "id": "2321", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.about.seoDescription\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"pages.about.whyAnAssistant\",\n },\n], but it was called with Object {\n \"meta\": Array [],\n \"title\": \"pages.about.whyAnAssistant\",\n}", @@ -86165,13 +87024,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1215" + "1233" ], "coveredBy": [ - "1214", - "1215", - "1216", - "1217" + "1232", + "1233", + "1234", + "1235" ], "location": { "end": { @@ -86185,7 +87044,7 @@ } }, { - "id": "2306", + "id": "2322", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.about.seoDescription\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"pages.about.whyAnAssistant\",\n },\n], but it was called with Object {\n \"meta\": Array [\n Object {},\n ],\n \"title\": \"pages.about.whyAnAssistant\",\n}", @@ -86193,13 +87052,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1215" + "1233" ], "coveredBy": [ - "1214", - "1215", - "1216", - "1217" + "1232", + "1233", + "1234", + "1235" ], "location": { "end": { @@ -86213,7 +87072,7 @@ } }, { - "id": "2307", + "id": "2323", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.about.seoDescription\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"pages.about.whyAnAssistant\",\n },\n], but it was called with Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.about.seoDescription\",\n \"name\": \"\",\n },\n ],\n \"title\": \"pages.about.whyAnAssistant\",\n}", @@ -86221,13 +87080,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1215" + "1233" ], "coveredBy": [ - "1214", - "1215", - "1216", - "1217" + "1232", + "1233", + "1234", + "1235" ], "location": { "end": { @@ -86241,7 +87100,7 @@ } }, { - "id": "2308", + "id": "2324", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.about.seoDescription\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"pages.about.whyAnAssistant\",\n },\n], but it was called with Object {\n \"meta\": Array [\n Object {\n \"content\": \"\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"pages.about.whyAnAssistant\",\n}", @@ -86249,13 +87108,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1215" + "1233" ], "coveredBy": [ - "1214", - "1215", - "1216", - "1217" + "1232", + "1233", + "1234", + "1235" ], "location": { "end": { @@ -86275,7 +87134,7 @@ "language": "html", "mutants": [ { - "id": "2309", + "id": "2325", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"noindex, nofollow\",\n \"name\": \"robots\",\n },\n ],\n \"title\": \"pages.game.playingGame\",\n },\n], but it was called with Object {}", @@ -86283,19 +87142,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "843" + "872" ], "coveredBy": [ - "842", - "843", - "844", - "845", - "846", - "847", - "848", - "849", - "850", - "851" + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880" ], "location": { "end": { @@ -86309,7 +87168,7 @@ } }, { - "id": "2310", + "id": "2326", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"noindex, nofollow\",\n \"name\": \"robots\",\n },\n ],\n \"title\": \"pages.game.playingGame\",\n },\n], but it was called with Object {\n \"meta\": Array [\n Object {\n \"content\": \"noindex, nofollow\",\n \"name\": \"robots\",\n },\n ],\n \"title\": \"\",\n}", @@ -86317,19 +87176,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "843" + "872" ], "coveredBy": [ - "842", - "843", - "844", - "845", - "846", - "847", - "848", - "849", - "850", - "851" + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880" ], "location": { "end": { @@ -86343,7 +87202,7 @@ } }, { - "id": "2311", + "id": "2327", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"noindex, nofollow\",\n \"name\": \"robots\",\n },\n ],\n \"title\": \"pages.game.playingGame\",\n },\n], but it was called with Object {\n \"meta\": Array [],\n \"title\": \"pages.game.playingGame\",\n}", @@ -86351,19 +87210,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "843" + "872" ], "coveredBy": [ - "842", - "843", - "844", - "845", - "846", - "847", - "848", - "849", - "850", - "851" + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880" ], "location": { "end": { @@ -86377,7 +87236,7 @@ } }, { - "id": "2312", + "id": "2328", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"noindex, nofollow\",\n \"name\": \"robots\",\n },\n ],\n \"title\": \"pages.game.playingGame\",\n },\n], but it was called with Object {\n \"meta\": Array [\n Object {},\n ],\n \"title\": \"pages.game.playingGame\",\n}", @@ -86385,19 +87244,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "843" + "872" ], "coveredBy": [ - "842", - "843", - "844", - "845", - "846", - "847", - "848", - "849", - "850", - "851" + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880" ], "location": { "end": { @@ -86411,7 +87270,7 @@ } }, { - "id": "2313", + "id": "2329", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"noindex, nofollow\",\n \"name\": \"robots\",\n },\n ],\n \"title\": \"pages.game.playingGame\",\n },\n], but it was called with Object {\n \"meta\": Array [\n Object {\n \"content\": \"noindex, nofollow\",\n \"name\": \"\",\n },\n ],\n \"title\": \"pages.game.playingGame\",\n}", @@ -86419,19 +87278,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "843" + "872" ], "coveredBy": [ - "842", - "843", - "844", - "845", - "846", - "847", - "848", - "849", - "850", - "851" + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880" ], "location": { "end": { @@ -86445,7 +87304,7 @@ } }, { - "id": "2314", + "id": "2330", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"noindex, nofollow\",\n \"name\": \"robots\",\n },\n ],\n \"title\": \"pages.game.playingGame\",\n },\n], but it was called with Object {\n \"meta\": Array [\n Object {\n \"content\": \"\",\n \"name\": \"robots\",\n },\n ],\n \"title\": \"pages.game.playingGame\",\n}", @@ -86453,19 +87312,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "843" + "872" ], "coveredBy": [ - "842", - "843", - "844", - "845", - "846", - "847", - "848", - "849", - "850", - "851" + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880" ], "location": { "end": { @@ -86479,7 +87338,7 @@ } }, { - "id": "2315", + "id": "2331", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected false to be truthy", @@ -86487,19 +87346,19 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "849" + "878" ], "coveredBy": [ - "842", - "843", - "844", - "845", - "846", - "847", - "848", - "849", - "850", - "851" + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880" ], "location": { "end": { @@ -86513,7 +87372,7 @@ } }, { - "id": "2316", + "id": "2332", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected false to be truthy", @@ -86521,19 +87380,19 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "849" + "878" ], "coveredBy": [ - "842", - "843", - "844", - "845", - "846", - "847", - "848", - "849", - "850", - "851" + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880" ], "location": { "end": { @@ -86553,7 +87412,7 @@ "language": "html", "mutants": [ { - "id": "2317", + "id": "2333", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.gameLobby.seoDescription\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"pages.gameLobby.startGame\",\n },\n], but it was called with Object {}", @@ -86561,18 +87420,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "645" + "668" ], "coveredBy": [ - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652" + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675" ], "location": { "end": { @@ -86586,7 +87445,7 @@ } }, { - "id": "2318", + "id": "2334", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.gameLobby.seoDescription\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"pages.gameLobby.startGame\",\n },\n], but it was called with Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.gameLobby.seoDescription\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"\",\n}", @@ -86594,18 +87453,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "645" + "668" ], "coveredBy": [ - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652" + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675" ], "location": { "end": { @@ -86619,7 +87478,7 @@ } }, { - "id": "2319", + "id": "2335", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.gameLobby.seoDescription\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"pages.gameLobby.startGame\",\n },\n], but it was called with Object {\n \"meta\": Array [],\n \"title\": \"pages.gameLobby.startGame\",\n}", @@ -86627,18 +87486,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "645" + "668" ], "coveredBy": [ - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652" + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675" ], "location": { "end": { @@ -86652,7 +87511,7 @@ } }, { - "id": "2320", + "id": "2336", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.gameLobby.seoDescription\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"pages.gameLobby.startGame\",\n },\n], but it was called with Object {\n \"meta\": Array [\n Object {},\n ],\n \"title\": \"pages.gameLobby.startGame\",\n}", @@ -86660,18 +87519,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "645" + "668" ], "coveredBy": [ - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652" + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675" ], "location": { "end": { @@ -86685,7 +87544,7 @@ } }, { - "id": "2321", + "id": "2337", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.gameLobby.seoDescription\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"pages.gameLobby.startGame\",\n },\n], but it was called with Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.gameLobby.seoDescription\",\n \"name\": \"\",\n },\n ],\n \"title\": \"pages.gameLobby.startGame\",\n}", @@ -86693,18 +87552,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "645" + "668" ], "coveredBy": [ - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652" + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675" ], "location": { "end": { @@ -86718,7 +87577,7 @@ } }, { - "id": "2322", + "id": "2338", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"meta\": Array [\n Object {\n \"content\": \"pages.gameLobby.seoDescription\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"pages.gameLobby.startGame\",\n },\n], but it was called with Object {\n \"meta\": Array [\n Object {\n \"content\": \"\",\n \"name\": \"description\",\n },\n ],\n \"title\": \"pages.gameLobby.startGame\",\n}", @@ -86726,18 +87585,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "645" + "668" ], "coveredBy": [ - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652" + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675" ], "location": { "end": { @@ -86751,7 +87610,7 @@ } }, { - "id": "2323", + "id": "2339", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -86759,12 +87618,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "648" + "671" ], "coveredBy": [ - "648", - "649", - "650" + "671", + "672", + "673" ], "location": { "end": { @@ -86778,7 +87637,7 @@ } }, { - "id": "2324", + "id": "2340", "mutatorName": "BooleanLiteral", "replacement": "gameLobbyRolePicker.value", "statusReason": "Mocked error", @@ -86786,12 +87645,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "648" + "671" ], "coveredBy": [ - "648", - "649", - "650" + "671", + "672", + "673" ], "location": { "end": { @@ -86805,7 +87664,7 @@ } }, { - "id": "2325", + "id": "2341", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Mocked error", @@ -86813,12 +87672,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "648" + "671" ], "coveredBy": [ - "648", - "649", - "650" + "671", + "672", + "673" ], "location": { "end": { @@ -86832,7 +87691,7 @@ } }, { - "id": "2326", + "id": "2342", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -86840,12 +87699,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "650" + "673" ], "coveredBy": [ - "648", - "649", - "650" + "671", + "672", + "673" ], "location": { "end": { @@ -86859,7 +87718,7 @@ } }, { - "id": "2327", + "id": "2343", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -86867,10 +87726,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "650" + "673" ], "coveredBy": [ - "650" + "673" ], "location": { "end": { @@ -86884,7 +87743,7 @@ } }, { - "id": "2328", + "id": "2344", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"Game Lobby Role Picker is not defined\",\n], but it was called with \"\"", @@ -86892,10 +87751,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "650" + "673" ], "coveredBy": [ - "650" + "673" ], "location": { "end": { @@ -86909,7 +87768,7 @@ } }, { - "id": "2329", + "id": "2345", "mutatorName": "BooleanLiteral", "replacement": "player", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -86917,11 +87776,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "648" + "671" ], "coveredBy": [ - "648", - "649" + "671", + "672" ], "location": { "end": { @@ -86935,7 +87794,7 @@ } }, { - "id": "2330", + "id": "2346", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -86943,11 +87802,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "648" + "671" ], "coveredBy": [ - "648", - "649" + "671", + "672" ], "location": { "end": { @@ -86961,7 +87820,7 @@ } }, { - "id": "2331", + "id": "2347", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n undefined,\n ]\n\n\nNumber of calls: 1\n", @@ -86969,11 +87828,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "649" + "672" ], "coveredBy": [ - "648", - "649" + "671", + "672" ], "location": { "end": { @@ -86987,7 +87846,7 @@ } }, { - "id": "2332", + "id": "2348", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected \"spy\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n undefined,\n ]\n\n\nNumber of calls: 1\n", @@ -86995,10 +87854,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "649" + "672" ], "coveredBy": [ - "649" + "672" ], "location": { "end": { @@ -87012,7 +87871,7 @@ } }, { - "id": "2333", + "id": "2349", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -87020,11 +87879,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "651" + "674" ], "coveredBy": [ - "651", - "652" + "674", + "675" ], "location": { "end": { @@ -87038,7 +87897,7 @@ } }, { - "id": "2334", + "id": "2350", "mutatorName": "BooleanLiteral", "replacement": "gameLobbyOptionsHub.value", "statusReason": "Mocked error", @@ -87046,11 +87905,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "651" + "674" ], "coveredBy": [ - "651", - "652" + "674", + "675" ], "location": { "end": { @@ -87064,7 +87923,7 @@ } }, { - "id": "2335", + "id": "2351", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Mocked error", @@ -87072,11 +87931,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "651" + "674" ], "coveredBy": [ - "651", - "652" + "674", + "675" ], "location": { "end": { @@ -87090,7 +87949,7 @@ } }, { - "id": "2336", + "id": "2352", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -87098,11 +87957,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "652" + "675" ], "coveredBy": [ - "651", - "652" + "674", + "675" ], "location": { "end": { @@ -87116,7 +87975,7 @@ } }, { - "id": "2337", + "id": "2353", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -87124,10 +87983,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "652" + "675" ], "coveredBy": [ - "652" + "675" ], "location": { "end": { @@ -87141,7 +88000,7 @@ } }, { - "id": "2338", + "id": "2354", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"Game Lobby Options Hub is not defined\",\n], but it was called with \"\"", @@ -87149,10 +88008,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "652" + "675" ], "coveredBy": [ - "652" + "675" ], "location": { "end": { @@ -87172,7 +88031,7 @@ "language": "html", "mutants": [ { - "id": "2339", + "id": "2355", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "The macro definePageMeta from Nuxt is breaking Stryker, so we ignore it.", @@ -87190,7 +88049,7 @@ } }, { - "id": "2340", + "id": "2356", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "The macro definePageMeta from Nuxt is breaking Stryker, so we ignore it.", @@ -87214,7 +88073,7 @@ "language": "typescript", "mutants": [ { - "id": "2341", + "id": "2357", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "tests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeader.nuxt.spec.ts(90,35): error TS2339: Property 'addPlayerToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeader.nuxt.spec.ts(104,35): error TS2339: Property 'addPlayerToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(41,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(50,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(63,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(80,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(89,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(103,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(117,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(144,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(153,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubCompositionTab/GameLobbyOptionsHubCompositionTab.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubCompositionTab/GameLobbyOptionsHubCompositionTab.nuxt.spec.ts(56,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubCompositionTab/GameLobbyOptionsHubCompositionTab.nuxt.spec.ts(69,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubCompositionTab/GameLobbyOptionsHubCompositionTab.nuxt.spec.ts(72,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabActor/GameLobbyOptionsHubRolesTabActor.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabActor/GameLobbyOptionsHubRolesTabActor.nuxt.spec.ts(55,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabActor/GameLobbyOptionsHubRolesTabActor.nuxt.spec.ts(67,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabActor/GameLobbyOptionsHubRolesTabActor.nuxt.spec.ts(70,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBearTamer/GameLobbyOptionsHubRolesTabBearTamer.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBearTamer/GameLobbyOptionsHubRolesTabBearTamer.nuxt.spec.ts(55,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBearTamer/GameLobbyOptionsHubRolesTabBearTamer.nuxt.spec.ts(67,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBearTamer/GameLobbyOptionsHubRolesTabBearTamer.nuxt.spec.ts(70,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBigBadWolf/GameLobbyOptionsHubRolesTabBigBadWolf.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBigBadWolf/GameLobbyOptionsHubRolesTabBigBadWolf.nuxt.spec.ts(55,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBigBadWolf/GameLobbyOptionsHubRolesTabBigBadWolf.nuxt.spec.ts(67,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBigBadWolf/GameLobbyOptionsHubRolesTabBigBadWolf.nuxt.spec.ts(70,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabCupid/GameLobbyOptionsHubRolesTabCupid.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabCupid/GameLobbyOptionsHubRolesTabCupid.nuxt.spec.ts(64,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabCupid/GameLobbyOptionsHubRolesTabCupid.nuxt.spec.ts(67,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabCupid/GameLobbyOptionsHubRolesTabCupid.nuxt.spec.ts(80,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabCupid/GameLobbyOptionsHubRolesTabCupid.nuxt.spec.ts(98,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabCupid/GameLobbyOptionsHubRolesTabCupid.nuxt.spec.ts(101,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabDefender/GameLobbyOptionsHubRolesTabDefender.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabDefender/GameLobbyOptionsHubRolesTabDefender.nuxt.spec.ts(64,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabDefender/GameLobbyOptionsHubRolesTabDefender.nuxt.spec.ts(67,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(65,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(68,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(76,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(79,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(88,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(101,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(110,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(122,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(125,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabFox/GameLobbyOptionsHubRolesTabFox.nuxt.spec.ts(52,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabFox/GameLobbyOptionsHubRolesTabFox.nuxt.spec.ts(64,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabFox/GameLobbyOptionsHubRolesTabFox.nuxt.spec.ts(67,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts(54,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts(72,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts(75,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts(88,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts(97,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts(109,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts(112,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabIdiot/GameLobbyOptionsHubRolesTabIdiot.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabIdiot/GameLobbyOptionsHubRolesTabIdiot.nuxt.spec.ts(55,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabIdiot/GameLobbyOptionsHubRolesTabIdiot.nuxt.spec.ts(67,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabIdiot/GameLobbyOptionsHubRolesTabIdiot.nuxt.spec.ts(70,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabLittleGirl/GameLobbyOptionsHubRolesTabLittleGirl.nuxt.spec.ts(47,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabLittleGirl/GameLobbyOptionsHubRolesTabLittleGirl.nuxt.spec.ts(64,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabLittleGirl/GameLobbyOptionsHubRolesTabLittleGirl.nuxt.spec.ts(67,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(65,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(68,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(77,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(80,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(90,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(109,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(121,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(124,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPrejudicedManipulator/GameLobbyOptionsHubRolesTabPrejudicedManipulator.nuxt.spec.ts(55,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPrejudicedManipulator/GameLobbyOptionsHubRolesTabPrejudicedManipulator.nuxt.spec.ts(70,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPrejudicedManipulator/GameLobbyOptionsHubRolesTabPrejudicedManipulator.nuxt.spec.ts(73,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabScandalmonger/GameLobbyOptionsHubRolesTabScandalmonger.nuxt.spec.ts(64,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabScandalmonger/GameLobbyOptionsHubRolesTabScandalmonger.nuxt.spec.ts(67,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabScandalmonger/GameLobbyOptionsHubRolesTabScandalmonger.nuxt.spec.ts(76,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabScandalmonger/GameLobbyOptionsHubRolesTabScandalmonger.nuxt.spec.ts(79,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabScandalmonger/GameLobbyOptionsHubRolesTabScandalmonger.nuxt.spec.ts(89,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSeer/GameLobbyOptionsHubRolesTabSeer.nuxt.spec.ts(53,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSeer/GameLobbyOptionsHubRolesTabSeer.nuxt.spec.ts(66,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSeer/GameLobbyOptionsHubRolesTabSeer.nuxt.spec.ts(69,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSeer/GameLobbyOptionsHubRolesTabSeer.nuxt.spec.ts(89,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSeer/GameLobbyOptionsHubRolesTabSeer.nuxt.spec.ts(102,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSeer/GameLobbyOptionsHubRolesTabSeer.nuxt.spec.ts(105,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(47,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(77,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(90,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(93,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(106,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(115,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(127,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(130,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(143,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(152,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(164,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(167,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(55,26): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(55,86): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(56,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(57,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(67,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(77,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(90,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(93,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(101,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(105,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(120,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(123,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(132,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(135,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(145,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabStutteringJudge/GameLobbyOptionsHubRolesTabStutteringJudge.nuxt.spec.ts(64,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabStutteringJudge/GameLobbyOptionsHubRolesTabStutteringJudge.nuxt.spec.ts(67,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabStutteringJudge/GameLobbyOptionsHubRolesTabStutteringJudge.nuxt.spec.ts(75,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabStutteringJudge/GameLobbyOptionsHubRolesTabStutteringJudge.nuxt.spec.ts(78,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabStutteringJudge/GameLobbyOptionsHubRolesTabStutteringJudge.nuxt.spec.ts(87,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts(53,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts(66,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts(69,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts(82,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts(91,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts(103,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts(106,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThreeBrothers/GameLobbyOptionsHubRolesTabThreeBrothers.nuxt.spec.ts(65,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThreeBrothers/GameLobbyOptionsHubRolesTabThreeBrothers.nuxt.spec.ts(68,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThreeBrothers/GameLobbyOptionsHubRolesTabThreeBrothers.nuxt.spec.ts(78,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThreeBrothers/GameLobbyOptionsHubRolesTabThreeBrothers.nuxt.spec.ts(81,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThreeBrothers/GameLobbyOptionsHubRolesTabThreeBrothers.nuxt.spec.ts(91,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabTwoSisters/GameLobbyOptionsHubRolesTabTwoSisters.nuxt.spec.ts(65,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabTwoSisters/GameLobbyOptionsHubRolesTabTwoSisters.nuxt.spec.ts(68,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabTwoSisters/GameLobbyOptionsHubRolesTabTwoSisters.nuxt.spec.ts(78,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabTwoSisters/GameLobbyOptionsHubRolesTabTwoSisters.nuxt.spec.ts(81,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabTwoSisters/GameLobbyOptionsHubRolesTabTwoSisters.nuxt.spec.ts(91,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWhiteWerewolf/GameLobbyOptionsHubRolesTabWhiteWerewolf.nuxt.spec.ts(65,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWhiteWerewolf/GameLobbyOptionsHubRolesTabWhiteWerewolf.nuxt.spec.ts(68,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWhiteWerewolf/GameLobbyOptionsHubRolesTabWhiteWerewolf.nuxt.spec.ts(78,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWhiteWerewolf/GameLobbyOptionsHubRolesTabWhiteWerewolf.nuxt.spec.ts(81,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWhiteWerewolf/GameLobbyOptionsHubRolesTabWhiteWerewolf.nuxt.spec.ts(91,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWildChild/GameLobbyOptionsHubRolesTabWildChild.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWildChild/GameLobbyOptionsHubRolesTabWildChild.nuxt.spec.ts(56,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWildChild/GameLobbyOptionsHubRolesTabWildChild.nuxt.spec.ts(70,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWildChild/GameLobbyOptionsHubRolesTabWildChild.nuxt.spec.ts(73,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWitch/GameLobbyOptionsHubRolesTabWitch.nuxt.spec.ts(53,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWitch/GameLobbyOptionsHubRolesTabWitch.nuxt.spec.ts(67,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWitch/GameLobbyOptionsHubRolesTabWitch.nuxt.spec.ts(70,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(56,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(69,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(72,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(85,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(95,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(108,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(111,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubVotesTab/GameLobbyOptionsHubVotesTab.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubVotesTab/GameLobbyOptionsHubVotesTab.nuxt.spec.ts(56,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubVotesTab/GameLobbyOptionsHubVotesTab.nuxt.spec.ts(69,80): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubVotesTab/GameLobbyOptionsHubVotesTab.nuxt.spec.ts(72,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayersParty.nuxt.spec.ts(38,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayersParty.nuxt.spec.ts(54,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayersParty.nuxt.spec.ts(61,48): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayersParty.nuxt.spec.ts(73,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayerCard/GameLobbyPlayerCard.nuxt.spec.ts(71,33): error TS2339: Property 'removePlayerFromCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(38,24): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(62,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(63,26): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(87,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(105,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(106,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(107,26): error TS2339: Property 'isRoleMinReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(117,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(118,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(119,26): error TS2339: Property 'isRoleMinReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(129,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(130,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(131,26): error TS2339: Property 'isRoleMinReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(103,28): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(104,28): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(121,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(136,28): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(137,28): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(164,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(165,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(175,28): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(176,28): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(198,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(31,24): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(32,24): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(56,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(57,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(71,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(81,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(82,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(105,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(106,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(120,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(121,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(131,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(132,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(142,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(143,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(23,31): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(38,26): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(40,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(47,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(58,26): error TS2339: Property 'resetCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(60,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(73,26): error TS2339: Property 'addPlayerToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(75,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(87,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(98,26): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(100,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(110,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(117,26): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(119,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(131,26): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(133,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(145,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(153,26): error TS2339: Property 'removePlayerFromCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(155,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(165,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(171,26): error TS2339: Property 'removePlayerFromCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(173,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(185,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(188,41): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(264,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(266,33): error TS2339: Property 'isRoleMinReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(321,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(323,33): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(385,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(387,33): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\n", @@ -87327,18 +88186,6 @@ "443", "444", "445", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "486", "487", "488", "489", @@ -87358,27 +88205,18 @@ "503", "504", "505", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", "564", "565", "566", @@ -87388,6 +88226,12 @@ "570", "571", "572", + "573", + "574", + "575", + "576", + "577", + "578", "579", "580", "581", @@ -87397,6 +88241,13 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -87405,53 +88256,47 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", "722", "723", "724", "725", "726", - "727", - "728", - "738", - "739", - "740", - "741", - "742", - "743", - "744", "745", "746", "747", @@ -87459,18 +88304,23 @@ "749", "750", "751", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "849", + "850", + "851", "852", "853", "854", @@ -87480,8 +88330,7 @@ "858", "859", "860", - "861", - "862", + "881", "882", "883", "884", @@ -87492,11 +88341,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -87532,10 +88376,25 @@ "929", "930", "931", - "1158", - "1159", - "1160", - "1161" + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "946", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -87549,7 +88408,7 @@ } }, { - "id": "2342", + "id": "2358", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(15,53): error TS2345: Argument of type '{}' is not assignable to parameter of type 'CreateGameDto'.\n Type '{}' is missing the following properties from type 'CreateGameDto': players, options\n", @@ -87662,18 +88521,6 @@ "443", "444", "445", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "486", "487", "488", "489", @@ -87693,27 +88540,18 @@ "503", "504", "505", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", "564", "565", "566", @@ -87723,6 +88561,12 @@ "570", "571", "572", + "573", + "574", + "575", + "576", + "577", + "578", "579", "580", "581", @@ -87732,6 +88576,13 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -87740,53 +88591,47 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", "722", "723", "724", "725", "726", - "727", - "728", - "738", - "739", - "740", - "741", - "742", - "743", - "744", "745", "746", "747", @@ -87794,18 +88639,23 @@ "749", "750", "751", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "849", + "850", + "851", "852", "853", "854", @@ -87815,8 +88665,7 @@ "858", "859", "860", - "861", - "862", + "881", "882", "883", "884", @@ -87827,11 +88676,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -87867,10 +88711,25 @@ "929", "930", "931", - "1158", - "1159", - "1160", - "1161" + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "946", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -87884,7 +88743,7 @@ } }, { - "id": "2343", + "id": "2359", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(16,15): error TS2322: Type 'string' is not assignable to type 'CreateGamePlayerDto'.\n", @@ -87997,18 +88856,6 @@ "443", "444", "445", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "486", "487", "488", "489", @@ -88028,27 +88875,18 @@ "503", "504", "505", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", "564", "565", "566", @@ -88058,6 +88896,12 @@ "570", "571", "572", + "573", + "574", + "575", + "576", + "577", + "578", "579", "580", "581", @@ -88067,6 +88911,13 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -88075,53 +88926,47 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", "722", "723", "724", "725", "726", - "727", - "728", - "738", - "739", - "740", - "741", - "742", - "743", - "744", "745", "746", "747", @@ -88129,18 +88974,23 @@ "749", "750", "751", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "849", + "850", + "851", "852", "853", "854", @@ -88150,8 +89000,7 @@ "858", "859", "860", - "861", - "862", + "881", "882", "883", "884", @@ -88162,11 +89011,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -88202,10 +89046,25 @@ "929", "930", "931", - "1158", - "1159", - "1160", - "1161" + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "946", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -88219,7 +89078,7 @@ } }, { - "id": "2344", + "id": "2360", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected _CreateGameDto{ players: [], …(2) } to strictly equal _CreateGameDto{ …(3) }", @@ -88244,7 +89103,7 @@ } }, { - "id": "2345", + "id": "2361", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ players: [], …(2) }", @@ -88269,7 +89128,7 @@ } }, { - "id": "2346", + "id": "2362", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected _CreateGameDto{ players: [], …(2) } to strictly equal _CreateGameDto{ …(3) }", @@ -88294,7 +89153,7 @@ } }, { - "id": "2347", + "id": "2363", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88320,7 +89179,7 @@ } }, { - "id": "2348", + "id": "2364", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88346,7 +89205,7 @@ } }, { - "id": "2349", + "id": "2365", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88372,7 +89231,7 @@ } }, { - "id": "2350", + "id": "2366", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88398,7 +89257,7 @@ } }, { - "id": "2351", + "id": "2367", "mutatorName": "EqualityOperator", "replacement": "name !== player.name", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88424,7 +89283,7 @@ } }, { - "id": "2352", + "id": "2368", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88450,7 +89309,7 @@ } }, { - "id": "2353", + "id": "2369", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88476,7 +89335,7 @@ } }, { - "id": "2354", + "id": "2370", "mutatorName": "EqualityOperator", "replacement": "playerIndex === -1", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88502,7 +89361,7 @@ } }, { - "id": "2355", + "id": "2371", "mutatorName": "UnaryOperator", "replacement": "+1", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88528,7 +89387,7 @@ } }, { - "id": "2356", + "id": "2372", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88553,7 +89412,7 @@ } }, { - "id": "2357", + "id": "2373", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(2) ]", @@ -88578,7 +89437,7 @@ } }, { - "id": "2358", + "id": "2374", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(42,5): error TS2322: Type 'undefined[]' is not assignable to type '{ name: string; role: { name?: \"werewolf\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | \"villager\" | \"villager-villager\" | \"seer\" | \"cupid\" | \"witch\" | \"hunter\" | \"little-girl\" | ... 19 more ... | undefined; }; side: { ...; }; group?: string | undefined; }[]'.\n Type 'undefined' is not assignable to type '{ name: string; role: { name?: \"werewolf\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | \"villager\" | \"villager-villager\" | \"seer\" | \"cupid\" | \"witch\" | \"hunter\" | \"little-girl\" | ... 19 more ... | undefined; }; side: { ...; }; group?: string | undefined; }'.\n", @@ -88600,7 +89459,7 @@ } }, { - "id": "2359", + "id": "2375", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88626,7 +89485,7 @@ } }, { - "id": "2360", + "id": "2376", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88652,7 +89511,7 @@ } }, { - "id": "2361", + "id": "2377", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88678,7 +89537,7 @@ } }, { - "id": "2362", + "id": "2378", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88704,7 +89563,7 @@ } }, { - "id": "2363", + "id": "2379", "mutatorName": "EqualityOperator", "replacement": "player.name !== playerName", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88730,7 +89589,7 @@ } }, { - "id": "2364", + "id": "2380", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88756,7 +89615,7 @@ } }, { - "id": "2365", + "id": "2381", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88782,7 +89641,7 @@ } }, { - "id": "2366", + "id": "2382", "mutatorName": "EqualityOperator", "replacement": "playerIndex === -1", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88808,7 +89667,7 @@ } }, { - "id": "2367", + "id": "2383", "mutatorName": "UnaryOperator", "replacement": "+1", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88834,7 +89693,7 @@ } }, { - "id": "2368", + "id": "2384", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", @@ -88859,7 +89718,7 @@ } }, { - "id": "2369", + "id": "2385", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(52,71): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -88891,7 +89750,7 @@ } }, { - "id": "2370", + "id": "2386", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players", "statusReason": "expected [ _CreateGamePlayerDto{ …(4) }, …(2) ] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", @@ -88926,7 +89785,7 @@ } }, { - "id": "2371", + "id": "2387", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", @@ -88961,7 +89820,7 @@ } }, { - "id": "2372", + "id": "2388", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ _CreateGamePlayerDto{ …(4) }, …(2) ] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", @@ -88996,7 +89855,7 @@ } }, { - "id": "2373", + "id": "2389", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", @@ -89031,7 +89890,7 @@ } }, { - "id": "2374", + "id": "2390", "mutatorName": "EqualityOperator", "replacement": "player.role.name !== roleName", "statusReason": "expected [ _CreateGamePlayerDto{ …(4) } ] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", @@ -89066,7 +89925,7 @@ } }, { - "id": "2375", + "id": "2391", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(56,65): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -89091,7 +89950,7 @@ } }, { - "id": "2376", + "id": "2392", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -89119,7 +89978,7 @@ } }, { - "id": "2377", + "id": "2393", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -89147,7 +90006,7 @@ } }, { - "id": "2378", + "id": "2394", "mutatorName": "LogicalOperator", "replacement": "!!role || role.minInGame === undefined || playersWithRoleName.length >= role.minInGame", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(60,22): error TS18048: 'role' is possibly 'undefined'.\nstores/game/create-game-dto/useCreateGameDtoStore.ts(60,84): error TS18048: 'role' is possibly 'undefined'.\n", @@ -89172,7 +90031,7 @@ } }, { - "id": "2379", + "id": "2395", "mutatorName": "BooleanLiteral", "replacement": "!role", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(60,22): error TS18048: 'role' is possibly 'undefined'.\nstores/game/create-game-dto/useCreateGameDtoStore.ts(60,84): error TS18048: 'role' is possibly 'undefined'.\n", @@ -89197,7 +90056,7 @@ } }, { - "id": "2380", + "id": "2396", "mutatorName": "BooleanLiteral", "replacement": "role", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(60,22): error TS18048: 'role' is possibly 'undefined'.\nstores/game/create-game-dto/useCreateGameDtoStore.ts(60,84): error TS18048: 'role' is possibly 'undefined'.\n", @@ -89222,7 +90081,7 @@ } }, { - "id": "2381", + "id": "2397", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -89250,7 +90109,7 @@ } }, { - "id": "2382", + "id": "2398", "mutatorName": "LogicalOperator", "replacement": "role.minInGame === undefined && playersWithRoleName.length >= role.minInGame", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(60,85): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", @@ -89275,7 +90134,7 @@ } }, { - "id": "2383", + "id": "2399", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(60,62): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", @@ -89300,7 +90159,7 @@ } }, { - "id": "2384", + "id": "2400", "mutatorName": "EqualityOperator", "replacement": "role.minInGame !== undefined", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(60,85): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", @@ -89325,7 +90184,7 @@ } }, { - "id": "2385", + "id": "2401", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -89352,7 +90211,7 @@ } }, { - "id": "2386", + "id": "2402", "mutatorName": "EqualityOperator", "replacement": "playersWithRoleName.length > role.minInGame", "statusReason": "expected false to be true // Object.is equality", @@ -89379,7 +90238,7 @@ } }, { - "id": "2387", + "id": "2403", "mutatorName": "EqualityOperator", "replacement": "playersWithRoleName.length < role.minInGame", "statusReason": "expected false to be true // Object.is equality", @@ -89406,7 +90265,7 @@ } }, { - "id": "2388", + "id": "2404", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(63,65): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -89430,7 +90289,7 @@ } }, { - "id": "2389", + "id": "2405", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -89457,7 +90316,7 @@ } }, { - "id": "2390", + "id": "2406", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -89484,7 +90343,7 @@ } }, { - "id": "2391", + "id": "2407", "mutatorName": "LogicalOperator", "replacement": "!!role || playersWithRoleName.length >= role.maxInGame", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(67,52): error TS18048: 'role' is possibly 'undefined'.\n", @@ -89508,7 +90367,7 @@ } }, { - "id": "2392", + "id": "2408", "mutatorName": "BooleanLiteral", "replacement": "!role", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(67,51): error TS18048: 'role' is possibly 'undefined'.\n", @@ -89532,7 +90391,7 @@ } }, { - "id": "2393", + "id": "2409", "mutatorName": "BooleanLiteral", "replacement": "role", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(67,51): error TS18048: 'role' is possibly 'undefined'.\n", @@ -89556,7 +90415,7 @@ } }, { - "id": "2394", + "id": "2410", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -89582,7 +90441,7 @@ } }, { - "id": "2395", + "id": "2411", "mutatorName": "EqualityOperator", "replacement": "playersWithRoleName.length > role.maxInGame", "statusReason": "expected false to be true // Object.is equality", @@ -89608,7 +90467,7 @@ } }, { - "id": "2396", + "id": "2412", "mutatorName": "EqualityOperator", "replacement": "playersWithRoleName.length < role.maxInGame", "statusReason": "expected false to be true // Object.is equality", @@ -89634,7 +90493,7 @@ } }, { - "id": "2397", + "id": "2413", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(70,75): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -89658,7 +90517,7 @@ } }, { - "id": "2398", + "id": "2414", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(76,23): error TS18048: 'role' is possibly 'undefined'.\nstores/game/create-game-dto/useCreateGameDtoStore.ts(76,23): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", @@ -89682,7 +90541,7 @@ } }, { - "id": "2399", + "id": "2415", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(76,23): error TS18048: 'role' is possibly 'undefined'.\nstores/game/create-game-dto/useCreateGameDtoStore.ts(76,23): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", @@ -89706,7 +90565,7 @@ } }, { - "id": "2400", + "id": "2416", "mutatorName": "EqualityOperator", "replacement": "role?.minInGame !== undefined", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(76,23): error TS18048: 'role' is possibly 'undefined'.\nstores/game/create-game-dto/useCreateGameDtoStore.ts(76,23): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", @@ -89730,7 +90589,7 @@ } }, { - "id": "2401", + "id": "2417", "mutatorName": "OptionalChaining", "replacement": "role.minInGame", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(73,9): error TS18048: 'role' is possibly 'undefined'.\nstores/game/create-game-dto/useCreateGameDtoStore.ts(76,23): error TS18048: 'role' is possibly 'undefined'.\n", @@ -89754,7 +90613,7 @@ } }, { - "id": "2402", + "id": "2418", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/game/create-game-dto/useCreateGameDtoStore.ts(74,23): error TS18048: 'role' is possibly 'undefined'.\nstores/game/create-game-dto/useCreateGameDtoStore.ts(74,23): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", @@ -89776,7 +90635,7 @@ } }, { - "id": "2403", + "id": "2419", "mutatorName": "ArithmeticOperator", "replacement": "role.minInGame + playersWithRoleName.length", "statusReason": "expected 2 to be +0 // Object.is equality", @@ -89802,7 +90661,7 @@ } }, { - "id": "2404", + "id": "2420", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected +0 to be 1 // Object.is equality", @@ -89828,7 +90687,7 @@ } }, { - "id": "2405", + "id": "2421", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected -1 to be +0 // Object.is equality", @@ -89854,7 +90713,7 @@ } }, { - "id": "2406", + "id": "2422", "mutatorName": "EqualityOperator", "replacement": "leftCount < -1", "statusReason": "expected -1 to be +0 // Object.is equality", @@ -89880,7 +90739,7 @@ } }, { - "id": "2407", + "id": "2423", "mutatorName": "EqualityOperator", "replacement": "leftCount > -1", "statusReason": "expected -1 to be +0 // Object.is equality", @@ -89906,7 +90765,7 @@ } }, { - "id": "2408", + "id": "2424", "mutatorName": "UnaryOperator", "replacement": "+1", "statusReason": "expected +0 to be 1 // Object.is equality", @@ -89932,7 +90791,7 @@ } }, { - "id": "2409", + "id": "2425", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(42,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(53,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(69,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(78,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(95,30): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(112,41): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(135,37): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(140,30): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(154,37): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(78,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(94,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(112,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(121,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(131,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(146,111): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeader.nuxt.spec.ts(90,35): error TS2339: Property 'addPlayerToCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeader.nuxt.spec.ts(104,35): error TS2339: Property 'addPlayerToCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(41,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(50,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(63,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(80,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(89,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(103,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(117,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(144,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(153,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubCompositionTab/GameLobbyOptionsHubCompositionTab.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubCompositionTab/GameLobbyOptionsHubCompositionTab.nuxt.spec.ts(56,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubCompositionTab/GameLobbyOptionsHubCompositionTab.nuxt.spec.ts(69,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubCompositionTab/GameLobbyOptionsHubCompositionTab.nuxt.spec.ts(72,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabActor/GameLobbyOptionsHubRolesTabActor.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabActor/GameLobbyOptionsHubRolesTabActor.nuxt.spec.ts(55,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabActor/GameLobbyOptionsHubRolesTabActor.nuxt.spec.ts(67,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabActor/GameLobbyOptionsHubRolesTabActor.nuxt.spec.ts(70,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBearTamer/GameLobbyOptionsHubRolesTabBearTamer.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBearTamer/GameLobbyOptionsHubRolesTabBearTamer.nuxt.spec.ts(55,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBearTamer/GameLobbyOptionsHubRolesTabBearTamer.nuxt.spec.ts(67,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBearTamer/GameLobbyOptionsHubRolesTabBearTamer.nuxt.spec.ts(70,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBigBadWolf/GameLobbyOptionsHubRolesTabBigBadWolf.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBigBadWolf/GameLobbyOptionsHubRolesTabBigBadWolf.nuxt.spec.ts(55,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBigBadWolf/GameLobbyOptionsHubRolesTabBigBadWolf.nuxt.spec.ts(67,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBigBadWolf/GameLobbyOptionsHubRolesTabBigBadWolf.nuxt.spec.ts(70,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabCupid/GameLobbyOptionsHubRolesTabCupid.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabCupid/GameLobbyOptionsHubRolesTabCupid.nuxt.spec.ts(64,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabCupid/GameLobbyOptionsHubRolesTabCupid.nuxt.spec.ts(67,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabCupid/GameLobbyOptionsHubRolesTabCupid.nuxt.spec.ts(80,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabCupid/GameLobbyOptionsHubRolesTabCupid.nuxt.spec.ts(98,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabCupid/GameLobbyOptionsHubRolesTabCupid.nuxt.spec.ts(101,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabDefender/GameLobbyOptionsHubRolesTabDefender.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabDefender/GameLobbyOptionsHubRolesTabDefender.nuxt.spec.ts(64,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabDefender/GameLobbyOptionsHubRolesTabDefender.nuxt.spec.ts(67,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(65,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(68,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(76,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(79,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(88,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(101,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(110,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(122,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts(125,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabFox/GameLobbyOptionsHubRolesTabFox.nuxt.spec.ts(52,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabFox/GameLobbyOptionsHubRolesTabFox.nuxt.spec.ts(64,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabFox/GameLobbyOptionsHubRolesTabFox.nuxt.spec.ts(67,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts(54,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts(72,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts(75,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts(88,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts(97,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts(109,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts(112,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabIdiot/GameLobbyOptionsHubRolesTabIdiot.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabIdiot/GameLobbyOptionsHubRolesTabIdiot.nuxt.spec.ts(55,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabIdiot/GameLobbyOptionsHubRolesTabIdiot.nuxt.spec.ts(67,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabIdiot/GameLobbyOptionsHubRolesTabIdiot.nuxt.spec.ts(70,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabLittleGirl/GameLobbyOptionsHubRolesTabLittleGirl.nuxt.spec.ts(47,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabLittleGirl/GameLobbyOptionsHubRolesTabLittleGirl.nuxt.spec.ts(64,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabLittleGirl/GameLobbyOptionsHubRolesTabLittleGirl.nuxt.spec.ts(67,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(65,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(68,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(77,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(80,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(90,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(109,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(121,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(124,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPrejudicedManipulator/GameLobbyOptionsHubRolesTabPrejudicedManipulator.nuxt.spec.ts(55,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPrejudicedManipulator/GameLobbyOptionsHubRolesTabPrejudicedManipulator.nuxt.spec.ts(70,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPrejudicedManipulator/GameLobbyOptionsHubRolesTabPrejudicedManipulator.nuxt.spec.ts(73,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabScandalmonger/GameLobbyOptionsHubRolesTabScandalmonger.nuxt.spec.ts(64,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabScandalmonger/GameLobbyOptionsHubRolesTabScandalmonger.nuxt.spec.ts(67,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabScandalmonger/GameLobbyOptionsHubRolesTabScandalmonger.nuxt.spec.ts(76,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabScandalmonger/GameLobbyOptionsHubRolesTabScandalmonger.nuxt.spec.ts(79,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabScandalmonger/GameLobbyOptionsHubRolesTabScandalmonger.nuxt.spec.ts(89,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSeer/GameLobbyOptionsHubRolesTabSeer.nuxt.spec.ts(53,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSeer/GameLobbyOptionsHubRolesTabSeer.nuxt.spec.ts(66,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSeer/GameLobbyOptionsHubRolesTabSeer.nuxt.spec.ts(69,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSeer/GameLobbyOptionsHubRolesTabSeer.nuxt.spec.ts(89,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSeer/GameLobbyOptionsHubRolesTabSeer.nuxt.spec.ts(102,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSeer/GameLobbyOptionsHubRolesTabSeer.nuxt.spec.ts(105,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(47,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(77,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(90,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(93,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(106,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(115,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(127,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(130,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(143,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(152,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(164,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts(167,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(55,26): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(55,86): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(56,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(57,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(67,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(77,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(90,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(93,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(101,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(105,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(120,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(123,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(132,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(135,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(145,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabStutteringJudge/GameLobbyOptionsHubRolesTabStutteringJudge.nuxt.spec.ts(64,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabStutteringJudge/GameLobbyOptionsHubRolesTabStutteringJudge.nuxt.spec.ts(67,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabStutteringJudge/GameLobbyOptionsHubRolesTabStutteringJudge.nuxt.spec.ts(75,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabStutteringJudge/GameLobbyOptionsHubRolesTabStutteringJudge.nuxt.spec.ts(78,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabStutteringJudge/GameLobbyOptionsHubRolesTabStutteringJudge.nuxt.spec.ts(87,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts(53,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts(66,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts(69,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts(82,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts(91,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts(103,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts(106,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThreeBrothers/GameLobbyOptionsHubRolesTabThreeBrothers.nuxt.spec.ts(65,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThreeBrothers/GameLobbyOptionsHubRolesTabThreeBrothers.nuxt.spec.ts(68,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThreeBrothers/GameLobbyOptionsHubRolesTabThreeBrothers.nuxt.spec.ts(78,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThreeBrothers/GameLobbyOptionsHubRolesTabThreeBrothers.nuxt.spec.ts(81,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThreeBrothers/GameLobbyOptionsHubRolesTabThreeBrothers.nuxt.spec.ts(91,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabTwoSisters/GameLobbyOptionsHubRolesTabTwoSisters.nuxt.spec.ts(65,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabTwoSisters/GameLobbyOptionsHubRolesTabTwoSisters.nuxt.spec.ts(68,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabTwoSisters/GameLobbyOptionsHubRolesTabTwoSisters.nuxt.spec.ts(78,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabTwoSisters/GameLobbyOptionsHubRolesTabTwoSisters.nuxt.spec.ts(81,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabTwoSisters/GameLobbyOptionsHubRolesTabTwoSisters.nuxt.spec.ts(91,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWhiteWerewolf/GameLobbyOptionsHubRolesTabWhiteWerewolf.nuxt.spec.ts(65,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWhiteWerewolf/GameLobbyOptionsHubRolesTabWhiteWerewolf.nuxt.spec.ts(68,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWhiteWerewolf/GameLobbyOptionsHubRolesTabWhiteWerewolf.nuxt.spec.ts(78,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWhiteWerewolf/GameLobbyOptionsHubRolesTabWhiteWerewolf.nuxt.spec.ts(81,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWhiteWerewolf/GameLobbyOptionsHubRolesTabWhiteWerewolf.nuxt.spec.ts(91,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWildChild/GameLobbyOptionsHubRolesTabWildChild.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWildChild/GameLobbyOptionsHubRolesTabWildChild.nuxt.spec.ts(56,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWildChild/GameLobbyOptionsHubRolesTabWildChild.nuxt.spec.ts(70,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWildChild/GameLobbyOptionsHubRolesTabWildChild.nuxt.spec.ts(73,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWitch/GameLobbyOptionsHubRolesTabWitch.nuxt.spec.ts(53,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWitch/GameLobbyOptionsHubRolesTabWitch.nuxt.spec.ts(67,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWitch/GameLobbyOptionsHubRolesTabWitch.nuxt.spec.ts(70,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(56,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(69,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(72,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(85,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(95,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(108,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts(111,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubVotesTab/GameLobbyOptionsHubVotesTab.nuxt.spec.ts(46,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubVotesTab/GameLobbyOptionsHubVotesTab.nuxt.spec.ts(56,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubVotesTab/GameLobbyOptionsHubVotesTab.nuxt.spec.ts(69,80): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubVotesTab/GameLobbyOptionsHubVotesTab.nuxt.spec.ts(72,33): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayersParty.nuxt.spec.ts(38,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayersParty.nuxt.spec.ts(54,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayersParty.nuxt.spec.ts(61,48): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayersParty.nuxt.spec.ts(73,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayerCard/GameLobbyPlayerCard.nuxt.spec.ts(71,33): error TS2339: Property 'removePlayerFromCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(38,24): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(62,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(63,26): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(87,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(105,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(106,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(107,26): error TS2339: Property 'isRoleMinReachedInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(117,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(118,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(119,26): error TS2339: Property 'isRoleMinReachedInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(129,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(130,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(131,26): error TS2339: Property 'isRoleMinReachedInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(103,28): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(104,28): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(121,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(136,28): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(137,28): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(164,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(165,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(175,28): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(176,28): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(198,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(31,24): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(32,24): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(56,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(57,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(71,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(81,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(82,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(105,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(106,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(120,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(121,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(131,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(132,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(142,26): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(143,26): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(76,33): error TS2339: Property 'resetCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(23,31): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(38,26): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(40,33): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(47,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(58,26): error TS2339: Property 'resetCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(60,33): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(73,26): error TS2339: Property 'addPlayerToCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(75,33): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(87,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(98,26): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(100,33): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(110,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(117,26): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(119,33): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(131,26): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(133,33): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(145,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(153,26): error TS2339: Property 'removePlayerFromCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(155,33): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(165,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(171,26): error TS2339: Property 'removePlayerFromCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(173,33): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(185,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(188,41): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(264,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(266,33): error TS2339: Property 'isRoleMinReachedInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(321,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(323,33): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(385,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(387,33): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", @@ -90045,18 +90904,6 @@ "443", "444", "445", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "486", "487", "488", "489", @@ -90076,27 +90923,18 @@ "503", "504", "505", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", "564", "565", "566", @@ -90106,6 +90944,12 @@ "570", "571", "572", + "573", + "574", + "575", + "576", + "577", + "578", "579", "580", "581", @@ -90115,6 +90959,13 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -90123,53 +90974,47 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", "722", "723", "724", "725", "726", - "727", - "728", - "738", - "739", - "740", - "741", - "742", - "743", - "744", "745", "746", "747", @@ -90177,18 +91022,23 @@ "749", "750", "751", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "849", + "850", + "851", "852", "853", "854", @@ -90198,8 +91048,7 @@ "858", "859", "860", - "861", - "862", + "881", "882", "883", "884", @@ -90210,11 +91059,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -90250,10 +91094,25 @@ "929", "930", "931", - "1158", - "1159", - "1160", - "1161" + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "946", + "1173", + "1174", + "1175", + "1176" ], "location": { "end": { @@ -90273,49 +91132,16 @@ "language": "typescript", "mutants": [ { - "id": "2418", - "mutatorName": "EqualityOperator", - "replacement": "currentGameEventIndex.value <= 0", - "statusReason": "Snapshot `Game Events Monitor Footer Component > should match snapshot when rendered. 1` mismatched", + "id": "2429", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "Snapshot `Game Events Monitor Current Event Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "testsCompleted": 1, - "static": false, + "testsCompleted": 8, + "static": true, "killedBy": [ - "680" - ], - "coveredBy": [ - "633", - "634", - "635", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "688", - "689" + "775" ], - "location": { - "end": { - "column": 91, - "line": 10 - }, - "start": { - "column": 60, - "line": 10 - } - } - }, - { - "id": "2412", - "mutatorName": "ArrayDeclaration", - "replacement": "[\"Stryker was here\"]", - "statusReason": "stores/game/game-event/useGameEventsStore.ts(7,40): error TS2322: Type 'string' is not assignable to type 'GameEvent'.\n", - "status": "CompileError", - "static": true, "coveredBy": [ "65", "66", @@ -90484,15 +91310,25 @@ "458", "459", "460", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", + "461", + "462", + "463", + "464", + "465", + "466", + "467", + "468", + "469", + "470", + "471", + "472", + "518", + "519", + "520", + "521", + "522", + "523", + "524", "525", "526", "527", @@ -90503,28 +91339,23 @@ "532", "533", "534", - "573", - "574", - "575", - "576", - "577", - "578", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", - "633", - "634", - "635", - "636", - "637", - "638", - "639", + "535", + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555", + "594", + "595", + "596", + "597", + "598", + "599", "640", "641", "642", @@ -90534,15 +91365,6 @@ "646", "647", "648", - "649", - "650", - "651", - "652", - "662", - "663", - "664", - "665", - "666", "667", "668", "669", @@ -90552,63 +91374,66 @@ "673", "674", "675", - "676", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", "685", "686", "687", "688", "689", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", + "690", + "691", + "692", + "693", + "694", + "695", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744", "775", "776", "777", "778", "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -90616,109 +91441,195 @@ "846", "847", "848", - "849", - "850", - "851", + "861", + "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", "877", "878", "879", "880", - "881", - "932", - "933", - "934", - "935", - "936", - "945", - "946", "947", "948", - "970", - "971", - "972", - "973", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1077", - "1078", - "1079", - "1080", - "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1066", + "1067", + "1068", + "1069", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1144", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184", - "1193", + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199", "1208", - "1209", - "1210" + "1226", + "1227", + "1228" ], "location": { "end": { - "column": 41, - "line": 7 + "column": 111, + "line": 10 }, "start": { - "column": 39, - "line": 7 + "column": 60, + "line": 10 } } }, { - "id": "2411", + "id": "2431", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "Snapshot `Game Events Monitor Footer Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "703" + ], + "coveredBy": [ + "461", + "462", + "463", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712" + ], + "location": { + "end": { + "column": 91, + "line": 11 + }, + "start": { + "column": 60, + "line": 11 + } + } + }, + { + "id": "2434", + "mutatorName": "EqualityOperator", + "replacement": "currentGameEventIndex.value <= 0", + "statusReason": "Snapshot `Game Events Monitor Footer Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "703" + ], + "coveredBy": [ + "461", + "462", + "463", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712" + ], + "location": { + "end": { + "column": 91, + "line": 11 + }, + "start": { + "column": 60, + "line": 11 + } + } + }, + { + "id": "2427", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "stores/game/useGameStore.ts(17,11): error TS2339: Property 'generateAndSetGameEventsFromGame' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlaying.nuxt.spec.ts(28,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(53,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(65,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(77,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(46,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(51,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(93,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(98,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(103,30): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(124,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(129,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventTextsManager.nuxt.spec.ts(121,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(18,28): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(19,28): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(20,28): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(26,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(31,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(33,30): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(38,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(44,30): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(51,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(56,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(57,23): error TS2339: Property 'resetGameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(59,30): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(60,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(130,23): error TS2339: Property 'generateAndSetGameEventsFromGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(132,30): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(139,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(144,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(146,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(146,89): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(153,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(158,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(159,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(160,23): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(162,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(162,89): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\n", + "statusReason": "stores/game/useGameStore.ts(17,11): error TS2339: Property 'generateAndSetGameEventsFromGame' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlaying.nuxt.spec.ts(28,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(54,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(66,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(78,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(90,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(46,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(51,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(93,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(98,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(103,30): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(124,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(129,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventTextsManager.nuxt.spec.ts(121,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(22,28): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(23,28): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(24,28): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(30,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(35,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(37,30): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(42,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(48,30): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(55,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(60,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(61,23): error TS2339: Property 'resetGameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(63,30): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(64,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(171,23): error TS2339: Property 'generateAndSetGameEventsFromGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(173,30): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(180,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(185,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(187,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(187,89): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(194,23): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(199,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(200,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(201,23): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(203,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(203,89): error TS2339: Property 'gameEvents' does not exist on type 'Store'.\n", "status": "CompileError", "static": true, "coveredBy": [ @@ -90889,15 +91800,25 @@ "458", "459", "460", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", + "461", + "462", + "463", + "464", + "465", + "466", + "467", + "468", + "469", + "470", + "471", + "472", + "518", + "519", + "520", + "521", + "522", + "523", + "524", "525", "526", "527", @@ -90908,28 +91829,23 @@ "532", "533", "534", - "573", - "574", - "575", - "576", - "577", - "578", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", - "633", - "634", - "635", - "636", - "637", - "638", - "639", + "535", + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555", + "594", + "595", + "596", + "597", + "598", + "599", "640", "641", "642", @@ -90939,15 +91855,6 @@ "646", "647", "648", - "649", - "650", - "651", - "652", - "662", - "663", - "664", - "665", - "666", "667", "668", "669", @@ -90957,63 +91864,66 @@ "673", "674", "675", - "676", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", "685", "686", "687", "688", "689", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", + "690", + "691", + "692", + "693", + "694", + "695", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744", "775", "776", "777", "778", "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -91021,109 +91931,121 @@ "846", "847", "848", - "849", - "850", - "851", + "861", + "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", "877", "878", "879", "880", - "881", - "932", - "933", - "934", - "935", - "936", - "945", - "946", "947", "948", - "970", - "971", - "972", - "973", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1077", - "1078", - "1079", - "1080", - "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1066", + "1067", + "1068", + "1069", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1144", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184", - "1193", + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199", "1208", - "1209", - "1210" + "1226", + "1227", + "1228" ], "location": { "end": { "column": 2, - "line": 45 + "line": 56 }, "start": { "column": 68, - "line": 6 + "line": 7 } } }, { - "id": "2414", + "id": "2430", "mutatorName": "ArrowFunction", "replacement": "() => undefined", - "statusReason": "stores/game/game-event/useGameEventsStore.ts(10,36): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Type 'undefined' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => undefined' is not assignable to parameter of type 'WritableComputedOptions'.\n", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(11,36): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Type 'undefined' is not assignable to type 'boolean'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => undefined' is not assignable to parameter of type 'WritableComputedOptions'.\n", "status": "CompileError", "static": true, "coveredBy": [ @@ -91294,15 +92216,25 @@ "458", "459", "460", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", + "461", + "462", + "463", + "464", + "465", + "466", + "467", + "468", + "469", + "470", + "471", + "472", + "518", + "519", + "520", + "521", + "522", + "523", + "524", "525", "526", "527", @@ -91313,28 +92245,23 @@ "532", "533", "534", - "573", - "574", - "575", - "576", - "577", - "578", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", - "633", - "634", - "635", - "636", - "637", - "638", - "639", + "535", + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555", + "594", + "595", + "596", + "597", + "598", + "599", "640", "641", "642", @@ -91344,15 +92271,6 @@ "646", "647", "648", - "649", - "650", - "651", - "652", - "662", - "663", - "664", - "665", - "666", "667", "668", "669", @@ -91362,63 +92280,66 @@ "673", "674", "675", - "676", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", "685", "686", "687", "688", "689", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", + "690", + "691", + "692", + "693", + "694", + "695", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744", "775", "776", "777", "778", "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -91426,1316 +92347,1611 @@ "846", "847", "848", - "849", - "850", - "851", + "861", + "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", "877", "878", "879", "880", - "881", - "932", - "933", - "934", - "935", - "936", - "945", - "946", "947", "948", - "970", - "971", - "972", - "973", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1077", - "1078", - "1079", - "1080", - "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1066", + "1067", + "1068", + "1069", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1144", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184", - "1193", + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199", "1208", - "1209", - "1210" + "1226", + "1227", + "1228" ], "location": { "end": { "column": 91, - "line": 10 + "line": 11 }, "start": { "column": 54, - "line": 10 - } - } - }, - { - "id": "2416", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected false to be truthy", - "status": "Killed", - "static": false, - "testsCompleted": 2, - "killedBy": [ - "634" - ], - "coveredBy": [ - "633", - "634", - "635", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "688", - "689" - ], - "location": { - "end": { - "column": 91, - "line": 10 - }, - "start": { - "column": 60, - "line": 10 - } - } - }, - { - "id": "2419", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected [ …(3) ] to strictly equal []", - "status": "Killed", - "static": false, - "testsCompleted": 1, - "killedBy": [ - "636" - ], - "coveredBy": [ - "636", - "637", - "638", - "639", - "640", - "641" - ], - "location": { - "end": { - "column": 4, - "line": 15 - }, - "start": { - "column": 36, - "line": 12 + "line": 11 } } }, { - "id": "2420", + "id": "2428", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", - "statusReason": "stores/game/game-event/useGameEventsStore.ts(13,25): error TS2322: Type 'string' is not assignable to type '{ type: \"game-starts\" | \"game-phase-starts\" | \"game-turn-starts\"; }'.\n", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(8,40): error TS2322: Type 'string' is not assignable to type 'GameEvent'.\n", "status": "CompileError", - "static": false, + "static": true, "coveredBy": [ - "636", - "637", - "638", - "639", - "640", - "641" + "65", + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "76", + "77", + "78", + "79", + "80", + "81", + "82", + "83", + "84", + "85", + "86", + "87", + "88", + "89", + "90", + "91", + "92", + "93", + "94", + "95", + "96", + "97", + "98", + "99", + "100", + "101", + "102", + "103", + "104", + "105", + "106", + "107", + "108", + "109", + "110", + "111", + "112", + "113", + "114", + "115", + "116", + "212", + "213", + "214", + "215", + "216", + "217", + "218", + "219", + "220", + "221", + "222", + "223", + "224", + "225", + "226", + "227", + "228", + "229", + "230", + "231", + "232", + "233", + "234", + "235", + "236", + "237", + "238", + "239", + "240", + "241", + "242", + "243", + "244", + "245", + "246", + "247", + "248", + "249", + "250", + "251", + "252", + "253", + "254", + "255", + "256", + "257", + "258", + "259", + "260", + "261", + "262", + "263", + "264", + "265", + "266", + "267", + "268", + "269", + "326", + "327", + "328", + "329", + "330", + "331", + "332", + "333", + "334", + "335", + "336", + "337", + "338", + "339", + "340", + "341", + "342", + "343", + "344", + "345", + "346", + "347", + "348", + "349", + "350", + "351", + "352", + "353", + "354", + "384", + "385", + "386", + "387", + "388", + "389", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "446", + "447", + "448", + "449", + "450", + "451", + "452", + "453", + "454", + "455", + "456", + "457", + "458", + "459", + "460", + "461", + "462", + "463", + "464", + "465", + "466", + "467", + "468", + "469", + "470", + "471", + "472", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555", + "594", + "595", + "596", + "597", + "598", + "599", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675", + "685", + "686", + "687", + "688", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744", + "775", + "776", + "777", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "861", + "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", + "947", + "948", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", + "988", + "1003", + "1004", + "1005", + "1006", + "1007", + "1008", + "1009", + "1010", + "1022", + "1023", + "1024", + "1025", + "1026", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", + "1051", + "1052", + "1053", + "1066", + "1067", + "1068", + "1069", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", + "1117", + "1121", + "1122", + "1123", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", + "1156", + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199", + "1208", + "1226", + "1227", + "1228" + ], + "location": { + "end": { + "column": 41, + "line": 8 + }, + "start": { + "column": 39, + "line": 8 + } + } + }, + { + "id": "2436", + "mutatorName": "ArrayDeclaration", + "replacement": "[\"Stryker was here\"]", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(14,25): error TS2322: Type 'string' is not assignable to type '{ type: \"game-starts\" | \"game-phase-starts\" | \"game-turn-starts\" | \"player-dies\"; players?: { _id: string; name: string; role: { original: \"werewolf\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | ... 26 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean; }; sid...'.\n", + "status": "CompileError", + "static": false, + "coveredBy": [ + "464", + "465", + "466", + "467", + "468", + "469", + "470" ], "location": { "end": { "column": 26, - "line": 13 + "line": 14 }, "start": { "column": 24, - "line": 13 + "line": 14 } } }, { - "id": "2417", + "id": "2433", "mutatorName": "EqualityOperator", "replacement": "currentGameEventIndex.value >= 0", - "statusReason": "expected true to be falsy", + "statusReason": "Snapshot `Game Events Monitor Footer Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", "static": false, "testsCompleted": 1, "killedBy": [ - "633" + "703" ], "coveredBy": [ - "633", - "634", - "635", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "688", - "689" + "461", + "462", + "463", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712" ], "location": { "end": { "column": 91, - "line": 10 + "line": 11 }, "start": { "column": 60, - "line": 10 + "line": 11 } } }, { - "id": "2415", + "id": "2437", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(18,49): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", + "static": false, + "coveredBy": [ + "470" + ], + "location": { + "end": { + "column": 4, + "line": 23 + }, + "start": { + "column": 61, + "line": 18 + } + } + }, + { + "id": "2438", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(20,76): error TS2345: Argument of type '\"\"' is not assignable to parameter of type '\"vote\" | \"eat\" | \"look\" | \"charm\" | \"give-life-potion\" | \"give-death-potion\" | \"shoot\" | \"protect\" | \"mark\" | \"choose-as-model\" | \"choose-as-sheriff\" | \"sniff\" | \"ban-voting\" | ... 4 more ... | \"bury\"'.\n", + "status": "CompileError", + "static": false, + "coveredBy": [ + "470" + ], + "location": { + "end": { + "column": 82, + "line": 20 + }, + "start": { + "column": 76, + "line": 20 + } + } + }, + { + "id": "2439", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(22,5): error TS2322: Type 'undefined[]' is not assignable to type 'GameEvent[]'.\n Type 'undefined' is not assignable to type 'GameEvent'.\n", + "status": "CompileError", + "static": false, + "coveredBy": [ + "470" + ], + "location": { + "end": { + "column": 98, + "line": 22 + }, + "start": { + "column": 28, + "line": 22 + } + } + }, + { + "id": "2440", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(22,55): error TS2345: Argument of type '{}' is not assignable to parameter of type 'GameEvent'.\n Property 'type' is missing in type '{}' but required in type 'GameEvent'.\n", + "status": "CompileError", + "static": false, + "coveredBy": [ + "470" + ], + "location": { + "end": { + "column": 97, + "line": 22 + }, + "start": { + "column": 55, + "line": 22 + } + } + }, + { + "id": "2432", "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected true to be falsy", + "replacement": "false", + "statusReason": "expected false to be truthy", "status": "Killed", "static": false, - "testsCompleted": 1, + "testsCompleted": 2, "killedBy": [ - "633" + "462" ], "coveredBy": [ - "633", - "634", - "635", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "688", - "689" + "461", + "462", + "463", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712" ], "location": { "end": { "column": 91, - "line": 10 + "line": 11 }, "start": { "column": 60, - "line": 10 + "line": 11 } } }, { - "id": "2421", + "id": "2435", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected [] to strictly equal [ …(2) ]", + "statusReason": "expected [ _GameEvent{ …(2) }, …(2) ] to strictly equal []", "status": "Killed", "static": false, "testsCompleted": 1, "killedBy": [ - "637" + "464" ], "coveredBy": [ - "637", - "638", - "639", - "640", - "641" + "464", + "465", + "466", + "467", + "468", + "469", + "470" ], "location": { "end": { "column": 4, - "line": 26 + "line": 16 + }, + "start": { + "column": 36, + "line": 13 + } + } + }, + { + "id": "2441", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(22,57): error TS2322: Type '\"\"' is not assignable to type '\"game-starts\" | \"game-phase-starts\" | \"game-turn-starts\" | \"player-dies\"'.\n", + "status": "CompileError", + "static": false, + "coveredBy": [ + "470" + ], + "location": { + "end": { + "column": 76, + "line": 22 }, "start": { "column": 63, - "line": 17 + "line": 22 } } }, { - "id": "2422", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected [ …(3) ] to strictly equal [ …(2) ]", + "id": "2442", + "mutatorName": "ArrayDeclaration", + "replacement": "[]", + "statusReason": "expected [ _GameEvent{ …(2) }, …(3) ] to strictly equal [ _GameEvent{ …(2) }, …(3) ]", "status": "Killed", "static": false, - "testsCompleted": 2, + "testsCompleted": 1, "killedBy": [ - "638" + "470" ], "coveredBy": [ - "637", - "638", - "639", - "640", - "641" + "470" ], "location": { "end": { - "column": 24, - "line": 19 + "column": 95, + "line": 22 }, "start": { - "column": 9, - "line": 19 + "column": 87, + "line": 22 } } }, { - "id": "2423", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected [ Array(1) ] to strictly equal [ …(2) ]", + "id": "2443", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected [] to strictly equal [ _GameEvent{ …(2) }, …(1) ]", "status": "Killed", "static": false, "testsCompleted": 1, "killedBy": [ - "637" + "465" ], "coveredBy": [ - "637", - "638", - "639", - "640", - "641" + "465", + "466", + "467", + "468", + "469", + "470" + ], + "location": { + "end": { + "column": 4, + "line": 37 + }, + "start": { + "column": 63, + "line": 25 + } + } + }, + { + "id": "2444", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected [ _GameEvent{ …(2) }, …(2) ] to strictly equal [ _GameEvent{ …(2) }, …(1) ]", + "status": "Killed", + "static": false, + "testsCompleted": 2, + "killedBy": [ + "466" + ], + "coveredBy": [ + "465", + "466", + "467", + "468", + "469", + "470" ], "location": { "end": { "column": 24, - "line": 19 + "line": 27 }, "start": { "column": 9, - "line": 19 + "line": 27 } } }, { - "id": "2427", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "stores/game/game-event/useGameEventsStore.ts(20,48): error TS2322: Type '\"\"' is not assignable to type '\"game-starts\" | \"game-phase-starts\" | \"game-turn-starts\"'.\n", - "status": "CompileError", + "id": "2446", + "mutatorName": "EqualityOperator", + "replacement": "game.tick !== 1", + "statusReason": "expected [ _GameEvent{ …(2) } ] to strictly equal [ _GameEvent{ …(2) }, …(1) ]", + "status": "Killed", "static": false, + "testsCompleted": 1, + "killedBy": [ + "465" + ], "coveredBy": [ - "637" + "465", + "466", + "467", + "468", + "469", + "470" ], "location": { "end": { - "column": 67, - "line": 20 + "column": 24, + "line": 27 }, "start": { - "column": 54, - "line": 20 + "column": 9, + "line": 27 } } }, { - "id": "2426", + "id": "2448", "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "stores/game/game-event/useGameEventsStore.ts(20,46): error TS2345: Argument of type '{}' is not assignable to parameter of type 'GameEvent'.\n Property 'type' is missing in type '{}' but required in type 'GameEvent'.\n", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(28,46): error TS2345: Argument of type '{}' is not assignable to parameter of type 'GameEvent'.\n Property 'type' is missing in type '{}' but required in type 'GameEvent'.\n", "status": "CompileError", "static": false, "coveredBy": [ - "637" + "465", + "470" ], "location": { "end": { "column": 69, - "line": 20 + "line": 28 }, "start": { "column": 46, - "line": 20 + "line": 28 } } }, { - "id": "2424", - "mutatorName": "EqualityOperator", - "replacement": "game.tick !== 1", - "statusReason": "expected [ Array(1) ] to strictly equal [ …(2) ]", + "id": "2445", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected [ _GameEvent{ …(2) } ] to strictly equal [ _GameEvent{ …(2) }, …(1) ]", "status": "Killed", "static": false, "testsCompleted": 1, "killedBy": [ - "637" + "465" ], "coveredBy": [ - "637", - "638", - "639", - "640", - "641" + "465", + "466", + "467", + "468", + "469", + "470" ], "location": { "end": { "column": 24, - "line": 19 + "line": 27 }, "start": { "column": 9, - "line": 19 + "line": 27 } } }, { - "id": "2425", + "id": "2447", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected [ Array(1) ] to strictly equal [ …(2) ]", + "statusReason": "expected [ _GameEvent{ …(2) } ] to strictly equal [ _GameEvent{ …(2) }, …(1) ]", "status": "Killed", "static": false, "testsCompleted": 1, "killedBy": [ - "637" + "465" ], "coveredBy": [ - "637" + "465", + "470" ], "location": { "end": { "column": 6, - "line": 21 + "line": 29 }, "start": { "column": 26, - "line": 19 + "line": 27 } } }, { - "id": "2429", + "id": "2449", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(28,48): error TS2322: Type '\"\"' is not assignable to type '\"game-starts\" | \"game-phase-starts\" | \"game-turn-starts\" | \"player-dies\"'.\n", + "status": "CompileError", + "static": false, + "coveredBy": [ + "465", + "470" + ], + "location": { + "end": { + "column": 67, + "line": 28 + }, + "start": { + "column": 54, + "line": 28 + } + } + }, + { + "id": "2450", "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected [ Array(1) ] to strictly equal [ …(2) ]", + "replacement": "true", + "statusReason": "expected [ _GameEvent{ …(2) }, …(2) ] to strictly equal [ _GameEvent{ …(2) }, …(1) ]", "status": "Killed", "static": false, - "testsCompleted": 2, + "testsCompleted": 1, "killedBy": [ - "638" + "465" ], "coveredBy": [ - "637", - "638", - "639", - "640", - "641" + "465", + "466", + "467", + "468", + "469", + "470" ], "location": { "end": { "column": 64, - "line": 22 + "line": 30 }, "start": { "column": 9, - "line": 22 + "line": 30 } } }, { - "id": "2428", + "id": "2451", "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected [ …(3) ] to strictly equal [ …(2) ]", + "replacement": "false", + "statusReason": "expected [ _GameEvent{ …(2) } ] to strictly equal [ _GameEvent{ …(2) }, …(1) ]", "status": "Killed", "static": false, - "testsCompleted": 1, + "testsCompleted": 2, "killedBy": [ - "637" + "466" ], "coveredBy": [ - "637", - "638", - "639", - "640", - "641" + "465", + "466", + "467", + "468", + "469", + "470" ], "location": { "end": { "column": 64, - "line": 22 + "line": 30 }, "start": { "column": 9, - "line": 22 + "line": 30 } } }, { - "id": "2430", + "id": "2452", "mutatorName": "LogicalOperator", "replacement": "game.phase.tick === 1 || game.phase.name !== \"twilight\"", - "statusReason": "expected [ …(3) ] to strictly equal [ …(2) ]", + "statusReason": "expected [ _GameEvent{ …(2) }, …(1) ] to strictly equal [ _GameEvent{ …(2) } ]", "status": "Killed", "static": false, - "testsCompleted": 1, + "testsCompleted": 4, "killedBy": [ - "637" + "468" ], "coveredBy": [ - "637", - "638", - "639", - "640", - "641" + "465", + "466", + "467", + "468", + "469", + "470" ], "location": { "end": { "column": 64, - "line": 22 + "line": 30 }, "start": { "column": 9, - "line": 22 + "line": 30 } } }, { - "id": "2431", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected [ …(3) ] to strictly equal [ …(2) ]", + "id": "2454", + "mutatorName": "EqualityOperator", + "replacement": "game.phase.tick !== 1", + "statusReason": "expected [ _GameEvent{ …(2) }, …(2) ] to strictly equal [ _GameEvent{ …(2) }, …(1) ]", "status": "Killed", "static": false, "testsCompleted": 1, "killedBy": [ - "637" + "465" ], "coveredBy": [ - "637", - "638", - "639", - "640", - "641" + "465", + "466", + "467", + "468", + "469", + "470" ], "location": { "end": { "column": 30, - "line": 22 + "line": 30 }, "start": { "column": 9, - "line": 22 + "line": 30 } } }, { - "id": "2432", - "mutatorName": "EqualityOperator", - "replacement": "game.phase.tick !== 1", - "statusReason": "expected [ …(3) ] to strictly equal [ …(2) ]", + "id": "2453", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected [ _GameEvent{ …(2) }, …(2) ] to strictly equal [ _GameEvent{ …(2) }, …(1) ]", "status": "Killed", "static": false, "testsCompleted": 1, "killedBy": [ - "637" + "465" ], "coveredBy": [ - "637", - "638", - "639", - "640", - "641" + "465", + "466", + "467", + "468", + "469", + "470" ], "location": { "end": { "column": 30, - "line": 22 + "line": 30 }, "start": { "column": 9, - "line": 22 + "line": 30 } } }, { - "id": "2433", + "id": "2455", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "expected [ …(2) ] to strictly equal [ Array(1) ]", + "statusReason": "expected [ _GameEvent{ …(2) }, …(1) ] to strictly equal [ _GameEvent{ …(2) } ]", "status": "Killed", "static": false, "testsCompleted": 3, "killedBy": [ - "640" + "468" ], "coveredBy": [ - "638", - "639", - "640" + "466", + "467", + "468" ], "location": { "end": { "column": 64, - "line": 22 + "line": 30 }, "start": { "column": 34, - "line": 22 + "line": 30 } } }, { - "id": "2435", + "id": "2457", "mutatorName": "StringLiteral", "replacement": "\"\"", - "statusReason": "stores/game/game-event/useGameEventsStore.ts(22,34): error TS2367: This comparison appears to be unintentional because the types '\"day\" | \"night\" | \"twilight\"' and '\"\"' have no overlap.\n", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(30,34): error TS2367: This comparison appears to be unintentional because the types '\"day\" | \"night\" | \"twilight\"' and '\"\"' have no overlap.\n", "status": "CompileError", "static": false, "coveredBy": [ - "638", - "639", - "640" + "466", + "467", + "468" ], "location": { "end": { "column": 64, - "line": 22 + "line": 30 }, "start": { "column": 54, - "line": 22 + "line": 30 } } }, { - "id": "2434", + "id": "2456", "mutatorName": "EqualityOperator", "replacement": "game.phase.name === \"twilight\"", - "statusReason": "expected [ Array(1) ] to strictly equal [ …(2) ]", + "statusReason": "expected [ _GameEvent{ …(2) } ] to strictly equal [ _GameEvent{ …(2) }, …(1) ]", "status": "Killed", "static": false, "testsCompleted": 1, "killedBy": [ - "638" + "466" ], "coveredBy": [ - "638", - "639", - "640" + "466", + "467", + "468" ], "location": { "end": { "column": 64, - "line": 22 + "line": 30 }, "start": { "column": 34, - "line": 22 + "line": 30 } } }, { - "id": "2437", + "id": "2459", "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "stores/game/game-event/useGameEventsStore.ts(23,46): error TS2345: Argument of type '{}' is not assignable to parameter of type 'GameEvent'.\n Property 'type' is missing in type '{}' but required in type 'GameEvent'.\n", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(31,46): error TS2345: Argument of type '{}' is not assignable to parameter of type 'GameEvent'.\n Property 'type' is missing in type '{}' but required in type 'GameEvent'.\n", "status": "CompileError", "static": false, "coveredBy": [ - "638", - "639" + "466", + "467" ], "location": { "end": { "column": 75, - "line": 23 + "line": 31 }, "start": { "column": 46, - "line": 23 + "line": 31 } } }, { - "id": "2438", + "id": "2458", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected [ _GameEvent{ …(2) } ] to strictly equal [ _GameEvent{ …(2) }, …(1) ]", + "status": "Killed", + "static": false, + "testsCompleted": 1, + "killedBy": [ + "466" + ], + "coveredBy": [ + "466", + "467" + ], + "location": { + "end": { + "column": 6, + "line": 32 + }, + "start": { + "column": 66, + "line": 30 + } + } + }, + { + "id": "2460", "mutatorName": "StringLiteral", "replacement": "\"\"", - "statusReason": "stores/game/game-event/useGameEventsStore.ts(23,48): error TS2322: Type '\"\"' is not assignable to type '\"game-starts\" | \"game-phase-starts\" | \"game-turn-starts\"'.\n", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(31,48): error TS2322: Type '\"\"' is not assignable to type '\"game-starts\" | \"game-phase-starts\" | \"game-turn-starts\" | \"player-dies\"'.\n", "status": "CompileError", "static": false, "coveredBy": [ - "638", - "639" + "466", + "467" ], "location": { "end": { "column": 73, - "line": 23 + "line": 31 + }, + "start": { + "column": 54, + "line": 31 + } + } + }, + { + "id": "2461", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected [ _GameEvent{ …(2) }, …(2) ] to strictly equal [ _GameEvent{ …(2) } ]", + "status": "Killed", + "static": false, + "testsCompleted": 5, + "killedBy": [ + "469" + ], + "coveredBy": [ + "465", + "466", + "467", + "468", + "469", + "470" + ], + "location": { + "end": { + "column": 56, + "line": 33 + }, + "start": { + "column": 9, + "line": 33 + } + } + }, + { + "id": "2464", + "mutatorName": "OptionalChaining", + "replacement": "game.currentPlay.action", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(33,9): error TS18047: 'game.currentPlay' is possibly 'null'.\n", + "status": "CompileError", + "static": false, + "coveredBy": [ + "465", + "466", + "467", + "468", + "469", + "470" + ], + "location": { + "end": { + "column": 33, + "line": 33 + }, + "start": { + "column": 9, + "line": 33 + } + } + }, + { + "id": "2462", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected [ _GameEvent{ …(2) }, …(1) ] to strictly equal [ _GameEvent{ …(2) }, …(3) ]", + "status": "Killed", + "static": false, + "testsCompleted": 6, + "killedBy": [ + "470" + ], + "coveredBy": [ + "465", + "466", + "467", + "468", + "469", + "470" + ], + "location": { + "end": { + "column": 56, + "line": 33 }, "start": { - "column": 54, - "line": 23 + "column": 9, + "line": 33 } } }, { - "id": "2436", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected [ Array(1) ] to strictly equal [ …(2) ]", + "id": "2463", + "mutatorName": "EqualityOperator", + "replacement": "game.currentPlay?.action !== \"bury-dead-bodies\"", + "statusReason": "expected [ _GameEvent{ …(2) }, …(2) ] to strictly equal [ _GameEvent{ …(2) } ]", "status": "Killed", "static": false, - "testsCompleted": 1, + "testsCompleted": 5, "killedBy": [ - "638" + "469" ], "coveredBy": [ - "638", - "639" + "465", + "466", + "467", + "468", + "469", + "470" ], "location": { "end": { - "column": 6, - "line": 24 + "column": 56, + "line": 33 }, "start": { - "column": 66, - "line": 22 + "column": 9, + "line": 33 } } }, { - "id": "2439", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "stores/game/game-event/useGameEventsStore.ts(25,44): error TS2345: Argument of type '{}' is not assignable to parameter of type 'GameEvent'.\n Property 'type' is missing in type '{}' but required in type 'GameEvent'.\n", + "id": "2465", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(33,9): error TS2367: This comparison appears to be unintentional because the types '\"vote\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\" | \"eat\" | \"look\" | \"charm\" | \"shoot\" | \"protect\" | \"mark\" | \"sniff\" | \"ban-voting\" | \"infect\" | ... 7 more ... | undefined' and '\"\"' have no overlap.\n", "status": "CompileError", "static": false, "coveredBy": [ - "637", - "638", - "639", - "640", - "641" + "465", + "466", + "467", + "468", + "469", + "470" ], "location": { "end": { - "column": 72, - "line": 25 + "column": 56, + "line": 33 }, "start": { - "column": 44, - "line": 25 + "column": 38, + "line": 33 } } }, { - "id": "2440", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "stores/game/game-event/useGameEventsStore.ts(25,46): error TS2322: Type '\"\"' is not assignable to type '\"game-starts\" | \"game-phase-starts\" | \"game-turn-starts\"'.\n", + "id": "2467", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(36,44): error TS2345: Argument of type '{}' is not assignable to parameter of type 'GameEvent'.\n Property 'type' is missing in type '{}' but required in type 'GameEvent'.\n", "status": "CompileError", "static": false, "coveredBy": [ - "637", - "638", - "639", - "640", - "641" + "465", + "466", + "467", + "468", + "469", + "470" ], "location": { "end": { - "column": 70, - "line": 25 + "column": 72, + "line": 36 }, "start": { - "column": 52, - "line": 25 + "column": 44, + "line": 36 } } }, { - "id": "2441", + "id": "2466", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected _GameEvent{ type: 'game-starts' } to strictly equal _GameEvent{ type: 'game-turn-starts' }", + "statusReason": "expected [ _GameEvent{ …(2) }, …(1) ] to strictly equal [ _GameEvent{ …(2) }, …(3) ]", "status": "Killed", "static": false, - "testsCompleted": 2, + "testsCompleted": 1, "killedBy": [ - "642" + "470" ], "coveredBy": [ - "636", - "642", - "643" + "470" ], "location": { "end": { - "column": 4, - "line": 30 + "column": 6, + "line": 35 }, "start": { - "column": 38, - "line": 28 + "column": 58, + "line": 33 } } }, { - "id": "2442", - "mutatorName": "AssignmentOperator", - "replacement": "currentGameEventIndex.value -= 1", - "statusReason": "expected undefined to strictly equal _GameEvent{ type: 'game-phase-starts' }", - "status": "Killed", + "id": "2468", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "stores/game/game-event/useGameEventsStore.ts(36,46): error TS2322: Type '\"\"' is not assignable to type '\"game-starts\" | \"game-phase-starts\" | \"game-turn-starts\" | \"player-dies\"'.\n", + "status": "CompileError", "static": false, - "testsCompleted": 2, - "killedBy": [ - "642" - ], "coveredBy": [ - "636", - "642", - "643" + "465", + "466", + "467", + "468", + "469", + "470" ], "location": { "end": { - "column": 37, - "line": 29 + "column": 70, + "line": 36 }, "start": { - "column": 5, - "line": 29 + "column": 52, + "line": 36 } } }, { - "id": "2443", + "id": "2469", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected _GameEvent{ type: 'game-turn-starts' } to strictly equal _GameEvent{ type: 'game-phase-starts' }", + "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", "status": "Killed", "static": false, - "testsCompleted": 1, + "testsCompleted": 2, "killedBy": [ - "643" + "471" ], "coveredBy": [ - "643" + "464", + "471", + "472" ], "location": { "end": { - "column": 4, - "line": 34 - }, - "start": { - "column": 42, - "line": 32 - } - } - }, - { - "id": "2445", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "stores/game/useGameStore.ts(17,11): error TS2339: Property 'generateAndSetGameEventsFromGame' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlaying.nuxt.spec.ts(28,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(53,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(65,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(77,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(46,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(51,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(93,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(98,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(103,30): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(124,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(129,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventTextsManager.nuxt.spec.ts(121,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(18,28): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(19,28): error TS2339: Property 'currentGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(20,28): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(26,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(31,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(33,30): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(38,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(44,30): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(51,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(56,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(57,23): error TS2339: Property 'resetGameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(59,30): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(60,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(130,23): error TS2339: Property 'generateAndSetGameEventsFromGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(132,30): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(139,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(144,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(146,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(146,89): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(153,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(158,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(159,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(160,23): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(162,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(162,89): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", - "status": "CompileError", - "static": true, - "coveredBy": [ - "65", - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "76", - "77", - "78", - "79", - "80", - "81", - "82", - "83", - "84", - "85", - "86", - "87", - "88", - "89", - "90", - "91", - "92", - "93", - "94", - "95", - "96", - "97", - "98", - "99", - "100", - "101", - "102", - "103", - "104", - "105", - "106", - "107", - "108", - "109", - "110", - "111", - "112", - "113", - "114", - "115", - "116", - "212", - "213", - "214", - "215", - "216", - "217", - "218", - "219", - "220", - "221", - "222", - "223", - "224", - "225", - "226", - "227", - "228", - "229", - "230", - "231", - "232", - "233", - "234", - "235", - "236", - "237", - "238", - "239", - "240", - "241", - "242", - "243", - "244", - "245", - "246", - "247", - "248", - "249", - "250", - "251", - "252", - "253", - "254", - "255", - "256", - "257", - "258", - "259", - "260", - "261", - "262", - "263", - "264", - "265", - "266", - "267", - "268", - "269", - "326", - "327", - "328", - "329", - "330", - "331", - "332", - "333", - "334", - "335", - "336", - "337", - "338", - "339", - "340", - "341", - "342", - "343", - "344", - "345", - "346", - "347", - "348", - "349", - "350", - "351", - "352", - "353", - "354", - "384", - "385", - "386", - "387", - "388", - "389", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "446", - "447", - "448", - "449", - "450", - "451", - "452", - "453", - "454", - "455", - "456", - "457", - "458", - "459", - "460", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "525", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "573", - "574", - "575", - "576", - "577", - "578", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", - "633", - "634", - "635", - "636", - "637", - "638", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "688", - "689", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "847", - "848", - "849", - "850", - "851", - "877", - "878", - "879", - "880", - "881", - "932", - "933", - "934", - "935", - "936", - "945", - "946", - "947", - "948", - "970", - "971", - "972", - "973", - "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", - "1007", - "1008", - "1009", - "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", - "1024", - "1025", - "1026", - "1027", - "1035", - "1036", - "1037", - "1038", - "1051", - "1052", - "1053", - "1054", - "1077", - "1078", - "1079", - "1080", - "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", - "1117", - "1118", - "1119", - "1123", - "1128", - "1141", - "1144", - "1150", - "1153", - "1156", - "1163", - "1174", - "1177", - "1180", - "1184", - "1193", - "1208", - "1209", - "1210" + "column": 4, + "line": 41 + }, + "start": { + "column": 38, + "line": 39 + } + } + }, + { + "id": "2470", + "mutatorName": "AssignmentOperator", + "replacement": "currentGameEventIndex.value -= 1", + "statusReason": "expected undefined to strictly equal _GameEvent{ type: 'player-dies', …(1) }", + "status": "Killed", + "static": false, + "testsCompleted": 2, + "killedBy": [ + "471" + ], + "coveredBy": [ + "464", + "471", + "472" + ], + "location": { + "end": { + "column": 37, + "line": 40 + }, + "start": { + "column": 5, + "line": 40 + } + } + }, + { + "id": "2471", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ …(2) }", + "status": "Killed", + "static": false, + "testsCompleted": 1, + "killedBy": [ + "472" + ], + "coveredBy": [ + "472" ], "location": { "end": { "column": 4, - "line": 44 + "line": 45 }, "start": { - "column": 10, - "line": 35 + "column": 42, + "line": 43 } } }, { - "id": "2444", + "id": "2472", "mutatorName": "AssignmentOperator", "replacement": "currentGameEventIndex.value += 1", - "statusReason": "expected undefined to strictly equal _GameEvent{ type: 'game-phase-starts' }", + "statusReason": "expected undefined to strictly equal _GameEvent{ …(2) }", "status": "Killed", "static": false, "testsCompleted": 1, "killedBy": [ - "643" + "472" ], "coveredBy": [ - "643" + "472" ], "location": { "end": { "column": 37, - "line": 33 + "line": 44 }, "start": { "column": 5, - "line": 33 + "line": 44 } } }, { - "id": "2413", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected undefined to strictly equal _GameEvent{ type: 'game-turn-starts' }", - "status": "Killed", + "id": "2473", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "stores/game/useGameStore.ts(17,11): error TS2339: Property 'generateAndSetGameEventsFromGame' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlaying.nuxt.spec.ts(28,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(54,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(66,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(78,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(90,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(46,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(51,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(93,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(98,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(103,30): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(124,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(129,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventTextsManager.nuxt.spec.ts(121,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(22,28): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(23,28): error TS2339: Property 'currentGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(24,28): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(30,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(35,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(37,30): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(42,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(48,30): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(55,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(60,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(61,23): error TS2339: Property 'resetGameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(63,30): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(64,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(171,23): error TS2339: Property 'generateAndSetGameEventsFromGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(173,30): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(180,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(185,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(187,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(187,89): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(194,23): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(199,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(200,23): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(201,23): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(203,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(203,89): error TS2339: Property 'gameEvents' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", + "status": "CompileError", "static": true, - "testsCompleted": 275, - "killedBy": [ - "642" - ], "coveredBy": [ "65", "66", @@ -92904,15 +94120,25 @@ "458", "459", "460", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", + "461", + "462", + "463", + "464", + "465", + "466", + "467", + "468", + "469", + "470", + "471", + "472", + "518", + "519", + "520", + "521", + "522", + "523", + "524", "525", "526", "527", @@ -92923,28 +94149,23 @@ "532", "533", "534", - "573", - "574", - "575", - "576", - "577", - "578", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", - "633", - "634", - "635", - "636", - "637", - "638", - "639", + "535", + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555", + "594", + "595", + "596", + "597", + "598", + "599", "640", "641", "642", @@ -92954,15 +94175,6 @@ "646", "647", "648", - "649", - "650", - "651", - "652", - "662", - "663", - "664", - "665", - "666", "667", "668", "669", @@ -92972,63 +94184,66 @@ "673", "674", "675", - "676", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", "685", "686", "687", "688", "689", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", + "690", + "691", + "692", + "693", + "694", + "695", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744", "775", "776", "777", "778", "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -93036,112 +94251,124 @@ "846", "847", "848", - "849", - "850", - "851", + "861", + "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", "877", "878", "879", "880", - "881", - "932", - "933", - "934", - "935", - "936", - "945", - "946", "947", "948", - "970", - "971", - "972", - "973", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1077", - "1078", - "1079", - "1080", - "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1066", + "1067", + "1068", + "1069", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1144", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184", - "1193", + "1159", + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199", "1208", - "1209", - "1210" + "1226", + "1227", + "1228" ], "location": { "end": { - "column": 111, - "line": 9 + "column": 4, + "line": 55 }, "start": { - "column": 60, - "line": 9 + "column": 10, + "line": 46 } } } ], - "source": "import { defineStore } from \"pinia\";\nimport type { Game } from \"~/composables/api/game/types/game.class\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { GameEvent } from \"~/stores/game/game-event/types/game-event.class\";\n\nconst useGameEventsStore = defineStore(StoreIds.GAME_EVENTS, () => {\n const gameEvents = ref([]);\n const currentGameEventIndex = ref(0);\n const currentGameEvent = computed(() => gameEvents.value[currentGameEventIndex.value]);\n const canGoToPreviousGameEvent = computed(() => currentGameEventIndex.value > 0);\n\n function resetGameEvents(): void {\n gameEvents.value = [];\n currentGameEventIndex.value = 0;\n }\n\n function generateAndSetGameEventsFromGame(game: Game): void {\n resetGameEvents();\n if (game.tick === 1) {\n gameEvents.value.push(GameEvent.create({ type: \"game-starts\" }));\n }\n if (game.phase.tick === 1 && game.phase.name !== \"twilight\") {\n gameEvents.value.push(GameEvent.create({ type: \"game-phase-starts\" }));\n }\n gameEvents.value.push(GameEvent.create({ type: \"game-turn-starts\" }));\n }\n\n function goToNextGameEvent(): void {\n currentGameEventIndex.value += 1;\n }\n\n function goToPreviousGameEvent(): void {\n currentGameEventIndex.value -= 1;\n }\n return {\n gameEvents,\n currentGameEventIndex,\n currentGameEvent,\n canGoToPreviousGameEvent,\n resetGameEvents,\n generateAndSetGameEventsFromGame,\n goToNextGameEvent,\n goToPreviousGameEvent,\n };\n});\n\nexport { useGameEventsStore };" + "source": "import { defineStore } from \"pinia\";\nimport { useCurrentGamePlay } from \"~/composables/api/game/game-play/useCurrentGamePlay\";\nimport type { Game } from \"~/composables/api/game/types/game.class\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { GameEvent } from \"~/stores/game/game-event/types/game-event.class\";\n\nconst useGameEventsStore = defineStore(StoreIds.GAME_EVENTS, () => {\n const gameEvents = ref([]);\n const currentGameEventIndex = ref(0);\n const currentGameEvent = computed(() => gameEvents.value[currentGameEventIndex.value]);\n const canGoToPreviousGameEvent = computed(() => currentGameEventIndex.value > 0);\n\n function resetGameEvents(): void {\n gameEvents.value = [];\n currentGameEventIndex.value = 0;\n }\n\n function getDeadPlayerGameEvents(game: Game): GameEvent[] {\n const { getEligibleTargetsWithInteractionInCurrentGamePlay } = useCurrentGamePlay(ref(game));\n const deadPlayers = getEligibleTargetsWithInteractionInCurrentGamePlay(\"bury\");\n\n return deadPlayers.map(player => GameEvent.create({ type: \"player-dies\", players: [player] }));\n }\n\n function generateAndSetGameEventsFromGame(game: Game): void {\n resetGameEvents();\n if (game.tick === 1) {\n gameEvents.value.push(GameEvent.create({ type: \"game-starts\" }));\n }\n if (game.phase.tick === 1 && game.phase.name !== \"twilight\") {\n gameEvents.value.push(GameEvent.create({ type: \"game-phase-starts\" }));\n }\n if (game.currentPlay?.action === \"bury-dead-bodies\") {\n gameEvents.value.push(...getDeadPlayerGameEvents(game));\n }\n gameEvents.value.push(GameEvent.create({ type: \"game-turn-starts\" }));\n }\n\n function goToNextGameEvent(): void {\n currentGameEventIndex.value += 1;\n }\n\n function goToPreviousGameEvent(): void {\n currentGameEventIndex.value -= 1;\n }\n return {\n gameEvents,\n currentGameEventIndex,\n currentGameEvent,\n canGoToPreviousGameEvent,\n resetGameEvents,\n generateAndSetGameEventsFromGame,\n goToNextGameEvent,\n goToPreviousGameEvent,\n };\n});\n\nexport { useGameEventsStore };" }, "stores/game/game-history-record/useGameHistoryRecordsStore.ts": { "language": "typescript", "mutants": [ { - "id": "2446", + "id": "2474", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "tests/unit/specs/components/pages/game/GameOver/GameOverActions/GameOverActions.nuxt.spec.ts(49,31): error TS2339: Property 'gameHistoryRecords' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-history-record/useGameHistoryRecordsStore.spec.ts(25,36): error TS2339: Property 'gameHistoryRecords' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-history-record/useGameHistoryRecordsStore.spec.ts(26,36): error TS2339: Property 'fetchingGameHistoryRecordsStatus' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-history-record/useGameHistoryRecordsStore.spec.ts(32,37): error TS2339: Property 'fetchAndSetGameHistoryRecords' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-history-record/useGameHistoryRecordsStore.spec.ts(45,37): error TS2339: Property 'fetchAndSetGameHistoryRecords' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-history-record/useGameHistoryRecordsStore.spec.ts(47,38): error TS2339: Property 'gameHistoryRecords' does not exist on type 'Store'.\n", @@ -93149,26 +94376,26 @@ "static": false, "killedBy": [], "coveredBy": [ - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "981", - "982", - "983", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1103", - "1104", - "1105" + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "996", + "997", + "998", + "1070", + "1071", + "1072", + "1073", + "1074", + "1075", + "1118", + "1119", + "1120" ], "location": { "end": { @@ -93182,7 +94409,7 @@ } }, { - "id": "2447", + "id": "2475", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "stores/game/game-history-record/useGameHistoryRecordsStore.ts(11,56): error TS2322: Type 'string' is not assignable to type 'GameHistoryRecord'.\n", @@ -93190,26 +94417,26 @@ "static": false, "killedBy": [], "coveredBy": [ - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "981", - "982", - "983", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1103", - "1104", - "1105" + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "996", + "997", + "998", + "1070", + "1071", + "1072", + "1073", + "1074", + "1075", + "1118", + "1119", + "1120" ], "location": { "end": { @@ -93223,7 +94450,7 @@ } }, { - "id": "2448", + "id": "2476", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/game-history-record/useGameHistoryRecordsStore.ts(12,72): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", @@ -93231,26 +94458,26 @@ "static": false, "killedBy": [], "coveredBy": [ - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "981", - "982", - "983", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1103", - "1104", - "1105" + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "996", + "997", + "998", + "1070", + "1071", + "1072", + "1073", + "1074", + "1075", + "1118", + "1119", + "1120" ], "location": { "end": { @@ -93264,7 +94491,7 @@ } }, { - "id": "2449", + "id": "2477", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -93272,11 +94499,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1104" + "1119" ], "coveredBy": [ - "1104", - "1105" + "1119", + "1120" ], "location": { "end": { @@ -93290,7 +94517,7 @@ } }, { - "id": "2450", + "id": "2478", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/game-history-record/useGameHistoryRecordsStore.ts(15,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", @@ -93298,8 +94525,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1104", - "1105" + "1119", + "1120" ], "location": { "end": { @@ -93313,7 +94540,7 @@ } }, { - "id": "2451", + "id": "2479", "mutatorName": "BooleanLiteral", "replacement": "fetchedGameHistoryRecords", "statusReason": "stores/game/game-history-record/useGameHistoryRecordsStore.ts(22,5): error TS2322: Type 'null' is not assignable to type '{ _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; revealedPl...'.\n", @@ -93321,8 +94548,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1104", - "1105" + "1119", + "1120" ], "location": { "end": { @@ -93336,7 +94563,7 @@ } }, { - "id": "2452", + "id": "2480", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "stores/game/game-history-record/useGameHistoryRecordsStore.ts(22,5): error TS2322: Type 'GameHistoryRecord[] | null' is not assignable to type '{ _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; revealedPl...'.\n Type 'null' is not assignable to type '{ _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; revealedPl...'.\n", @@ -93344,8 +94571,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1104", - "1105" + "1119", + "1120" ], "location": { "end": { @@ -93359,7 +94586,7 @@ } }, { - "id": "2453", + "id": "2481", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "stores/game/game-history-record/useGameHistoryRecordsStore.ts(22,5): error TS2322: Type 'GameHistoryRecord[] | null' is not assignable to type '{ _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; revealedPl...'.\n Type 'null' is not assignable to type '{ _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; revealedPl...'.\n", @@ -93367,8 +94594,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1104", - "1105" + "1119", + "1120" ], "location": { "end": { @@ -93382,7 +94609,7 @@ } }, { - "id": "2454", + "id": "2482", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/game/game-history-record/useGameHistoryRecordsStore.ts(18,5): error TS2322: Type 'GameHistoryRecord[] | null' is not assignable to type '{ _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; revealedPl...'.\n Type 'null' is not assignable to type '{ _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; revealedPl...'.\n", @@ -93390,7 +94617,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1104" + "1119" ], "location": { "end": { @@ -93404,7 +94631,7 @@ } }, { - "id": "2455", + "id": "2483", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/game-history-record/useGameHistoryRecordsStore.ts(18,7): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", @@ -93412,7 +94639,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1104" + "1119" ], "location": { "end": { @@ -93426,7 +94653,7 @@ } }, { - "id": "2456", + "id": "2484", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/game-history-record/useGameHistoryRecordsStore.ts(23,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", @@ -93434,7 +94661,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1105" + "1120" ], "location": { "end": { @@ -93448,7 +94675,7 @@ } }, { - "id": "2457", + "id": "2485", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "tests/unit/specs/components/pages/game/GameOver/GameOverActions/GameOverActions.nuxt.spec.ts(49,31): error TS2339: Property 'gameHistoryRecords' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-history-record/useGameHistoryRecordsStore.spec.ts(25,36): error TS2339: Property 'gameHistoryRecords' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-history-record/useGameHistoryRecordsStore.spec.ts(26,36): error TS2339: Property 'fetchingGameHistoryRecordsStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-history-record/useGameHistoryRecordsStore.spec.ts(32,37): error TS2339: Property 'fetchAndSetGameHistoryRecords' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-history-record/useGameHistoryRecordsStore.spec.ts(45,37): error TS2339: Property 'fetchAndSetGameHistoryRecords' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-history-record/useGameHistoryRecordsStore.spec.ts(47,38): error TS2339: Property 'gameHistoryRecords' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", @@ -93456,26 +94683,26 @@ "static": false, "killedBy": [], "coveredBy": [ - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "981", - "982", - "983", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1103", - "1104", - "1105" + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "996", + "997", + "998", + "1070", + "1071", + "1072", + "1073", + "1074", + "1075", + "1118", + "1119", + "1120" ], "location": { "end": { @@ -93495,7 +94722,7 @@ "language": "typescript", "mutants": [ { - "id": "2458", + "id": "2486", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(40,35): error TS2339: Property 'setChosenSide' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(45,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(55,30): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(67,30): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(82,35): error TS2339: Property 'setChosenSide' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(87,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(97,30): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(109,30): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameRequestAnotherVotePlayground/GameRequestAnotherVotePlayground.nuxt.spec.ts(55,35): error TS2339: Property 'setDoesJudgeRequestAnotherVote' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameRequestAnotherVotePlayground/GameRequestAnotherVotePlayground.nuxt.spec.ts(65,35): error TS2339: Property 'setDoesJudgeRequestAnotherVote' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameRequestAnotherVotePlayground/GameRequestAnotherVotePlayground.nuxt.spec.ts(66,35): error TS2339: Property 'setDoesJudgeRequestAnotherVote' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(19,33): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(32,28): error TS2339: Property 'setMakeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(34,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(41,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(49,28): error TS2339: Property 'resetMakeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(51,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(58,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(60,28): error TS2339: Property 'addMakeGamePlayTargetDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(62,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(68,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(70,28): error TS2339: Property 'addMakeGamePlayTargetDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(73,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(80,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(81,28): error TS2339: Property 'removeMakeGamePlayTargetDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(83,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(89,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(90,28): error TS2339: Property 'removeMakeGamePlayTargetDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(92,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(102,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(103,28): error TS2339: Property 'removeMakeGamePlayTargetDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(106,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(113,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(114,28): error TS2339: Property 'removeMakeGamePlayTargetDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(116,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(123,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(124,28): error TS2339: Property 'removeFirstMakeGamePlayTargetDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(126,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(131,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(132,28): error TS2339: Property 'removeFirstMakeGamePlayTargetDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(134,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(144,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(145,28): error TS2339: Property 'removeFirstMakeGamePlayTargetDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(148,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(155,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(156,28): error TS2339: Property 'removeFirstMakeGamePlayTargetDtoWithPotion' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(158,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(163,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(164,28): error TS2339: Property 'removeFirstMakeGamePlayTargetDtoWithPotion' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(166,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(176,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(177,28): error TS2339: Property 'removeFirstMakeGamePlayTargetDtoWithPotion' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(179,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(189,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(190,28): error TS2339: Property 'removeFirstMakeGamePlayTargetDtoWithPotion' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(193,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(200,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(202,28): error TS2339: Property 'addMakeGamePlayVoteDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(204,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(210,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(212,28): error TS2339: Property 'addMakeGamePlayVoteDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(215,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(222,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(223,28): error TS2339: Property 'removeMakeGamePlayVoteDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(225,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(231,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(232,28): error TS2339: Property 'removeMakeGamePlayVoteDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(234,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(244,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(245,28): error TS2339: Property 'removeMakeGamePlayVoteDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(248,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(255,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(256,28): error TS2339: Property 'removeMakeGamePlayVoteDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(258,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(265,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(266,28): error TS2339: Property 'setDoesJudgeRequestAnotherVote' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(268,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(275,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(276,28): error TS2339: Property 'setChosenCardId' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(278,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(285,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(286,28): error TS2339: Property 'setChosenSide' does not exist on type 'Store'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(288,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\n", @@ -93565,28 +94792,28 @@ "267", "268", "269", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", "737", - "957", - "958", - "959", - "960", - "961" + "738", + "739", + "740", + "741", + "742", + "743", + "744", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "972", + "973", + "974", + "975", + "976" ], "location": { "end": { @@ -93600,7 +94827,7 @@ } }, { - "id": "2459", + "id": "2487", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected _MakeGamePlayDto{ …(5) } to strictly equal _MakeGamePlayDto{ targets: [], …(4) }", @@ -93625,7 +94852,7 @@ } }, { - "id": "2460", + "id": "2488", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected _MakeGamePlayDto{ targets: [], …(4) } to strictly equal _MakeGamePlayDto{ …(5) }", @@ -93650,7 +94877,7 @@ } }, { - "id": "2461", + "id": "2489", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", @@ -93676,7 +94903,7 @@ } }, { - "id": "2462", + "id": "2490", "mutatorName": "BooleanLiteral", "replacement": "makeGamePlayDto.value.targets", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(25,5): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -93699,7 +94926,7 @@ } }, { - "id": "2463", + "id": "2491", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ _MakeGamePlayTargetDto{ …(2) } ] to strictly equal [ Array(2) ]", @@ -93725,7 +94952,7 @@ } }, { - "id": "2464", + "id": "2492", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(25,5): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -93748,7 +94975,7 @@ } }, { - "id": "2465", + "id": "2493", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(23,5): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -93770,7 +94997,7 @@ } }, { - "id": "2466", + "id": "2494", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(23,40): error TS2322: Type 'string' is not assignable to type '{ playerId: string; drankPotion?: \"life\" | \"death\" | undefined; }'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(25,5): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -93792,7 +95019,7 @@ } }, { - "id": "2467", + "id": "2495", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", @@ -93822,7 +95049,7 @@ } }, { - "id": "2468", + "id": "2496", "mutatorName": "BooleanLiteral", "replacement": "makeGamePlayDto.value.targets", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,65): error TS7006: Parameter 'target' implicitly has an 'any' type.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(36,9): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -93849,7 +95076,7 @@ } }, { - "id": "2469", + "id": "2497", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(36,9): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -93876,7 +95103,7 @@ } }, { - "id": "2470", + "id": "2498", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(36,9): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -93903,7 +95130,7 @@ } }, { - "id": "2471", + "id": "2499", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(30,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,9): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -93925,7 +95152,7 @@ } }, { - "id": "2472", + "id": "2500", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", @@ -93954,7 +95181,7 @@ } }, { - "id": "2473", + "id": "2501", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", @@ -93983,7 +95210,7 @@ } }, { - "id": "2474", + "id": "2502", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", @@ -94012,7 +95239,7 @@ } }, { - "id": "2475", + "id": "2503", "mutatorName": "EqualityOperator", "replacement": "target.playerId !== targetId", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", @@ -94041,7 +95268,7 @@ } }, { - "id": "2476", + "id": "2504", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", @@ -94070,7 +95297,7 @@ } }, { - "id": "2477", + "id": "2505", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -94096,7 +95323,7 @@ } }, { - "id": "2478", + "id": "2506", "mutatorName": "EqualityOperator", "replacement": "targetIndex === -1", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", @@ -94125,7 +95352,7 @@ } }, { - "id": "2479", + "id": "2507", "mutatorName": "UnaryOperator", "replacement": "+1", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", @@ -94154,7 +95381,7 @@ } }, { - "id": "2480", + "id": "2508", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", @@ -94182,7 +95409,7 @@ } }, { - "id": "2481", + "id": "2509", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", @@ -94211,7 +95438,7 @@ } }, { - "id": "2482", + "id": "2510", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [] to be undefined", @@ -94240,7 +95467,7 @@ } }, { - "id": "2483", + "id": "2511", "mutatorName": "EqualityOperator", "replacement": "makeGamePlayDto.value.targets.length !== 0", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", @@ -94269,7 +95496,7 @@ } }, { - "id": "2484", + "id": "2512", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [] to be undefined", @@ -94294,7 +95521,7 @@ } }, { - "id": "2485", + "id": "2513", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", @@ -94321,7 +95548,7 @@ } }, { - "id": "2486", + "id": "2514", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(45,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -94345,7 +95572,7 @@ } }, { - "id": "2487", + "id": "2515", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(45,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -94369,7 +95596,7 @@ } }, { - "id": "2488", + "id": "2516", "mutatorName": "LogicalOperator", "replacement": "!makeGamePlayDto.value.targets && makeGamePlayDto.value.targets.length === 0", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(42,43): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(45,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -94393,7 +95620,7 @@ } }, { - "id": "2489", + "id": "2517", "mutatorName": "BooleanLiteral", "replacement": "makeGamePlayDto.value.targets", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(42,42): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(45,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -94417,7 +95644,7 @@ } }, { - "id": "2490", + "id": "2518", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of undefined (reading 'playerId')", @@ -94443,7 +95670,7 @@ } }, { - "id": "2491", + "id": "2519", "mutatorName": "EqualityOperator", "replacement": "makeGamePlayDto.value.targets.length !== 0", "statusReason": "Cannot read properties of undefined (reading 'playerId')", @@ -94469,7 +95696,7 @@ } }, { - "id": "2492", + "id": "2520", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(43,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -94492,7 +95719,7 @@ } }, { - "id": "2493", + "id": "2521", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", @@ -94520,7 +95747,7 @@ } }, { - "id": "2494", + "id": "2522", "mutatorName": "OptionalChaining", "replacement": "makeGamePlayDto.value.targets.find", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(50,36): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", @@ -94545,7 +95772,7 @@ } }, { - "id": "2495", + "id": "2523", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", @@ -94572,7 +95799,7 @@ } }, { - "id": "2496", + "id": "2524", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ Array(2) ] to strictly equal [ Array(3) ]", @@ -94598,7 +95825,7 @@ } }, { - "id": "2497", + "id": "2525", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", @@ -94624,7 +95851,7 @@ } }, { - "id": "2498", + "id": "2526", "mutatorName": "EqualityOperator", "replacement": "target.drankPotion !== drankPotion", "statusReason": "expected [ Array(2) ] to strictly equal [ Array(3) ]", @@ -94650,7 +95877,7 @@ } }, { - "id": "2499", + "id": "2527", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(52,35): error TS18048: 'firstDrankPotionTarget' is possibly 'undefined'.\n", @@ -94675,7 +95902,7 @@ } }, { - "id": "2500", + "id": "2528", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(52,35): error TS18048: 'firstDrankPotionTarget' is possibly 'undefined'.\n", @@ -94700,7 +95927,7 @@ } }, { - "id": "2501", + "id": "2529", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", @@ -94725,7 +95952,7 @@ } }, { - "id": "2502", + "id": "2530", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", @@ -94751,7 +95978,7 @@ } }, { - "id": "2503", + "id": "2531", "mutatorName": "BooleanLiteral", "replacement": "makeGamePlayDto.value.votes", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(60,5): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", @@ -94774,7 +96001,7 @@ } }, { - "id": "2504", + "id": "2532", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) } ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", @@ -94800,7 +96027,7 @@ } }, { - "id": "2505", + "id": "2533", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(60,5): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", @@ -94823,7 +96050,7 @@ } }, { - "id": "2506", + "id": "2534", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(58,5): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", @@ -94845,7 +96072,7 @@ } }, { - "id": "2507", + "id": "2535", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(58,38): error TS2322: Type 'string' is not assignable to type '{ sourceId: string; targetId: string; }'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(60,5): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", @@ -94867,7 +96094,7 @@ } }, { - "id": "2508", + "id": "2536", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) }, …(2) ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", @@ -94895,7 +96122,7 @@ } }, { - "id": "2509", + "id": "2537", "mutatorName": "BooleanLiteral", "replacement": "makeGamePlayDto.value.votes", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,23): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,61): error TS7006: Parameter 'vote' implicitly has an 'any' type.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(71,9): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", @@ -94920,7 +96147,7 @@ } }, { - "id": "2510", + "id": "2538", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,23): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(71,9): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", @@ -94945,7 +96172,7 @@ } }, { - "id": "2511", + "id": "2539", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,23): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(71,9): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", @@ -94970,7 +96197,7 @@ } }, { - "id": "2512", + "id": "2540", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(65,23): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\nstores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,9): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", @@ -94992,7 +96219,7 @@ } }, { - "id": "2513", + "id": "2541", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) }, …(2) ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", @@ -95019,7 +96246,7 @@ } }, { - "id": "2514", + "id": "2542", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", @@ -95046,7 +96273,7 @@ } }, { - "id": "2515", + "id": "2543", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) }, …(2) ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", @@ -95073,7 +96300,7 @@ } }, { - "id": "2516", + "id": "2544", "mutatorName": "EqualityOperator", "replacement": "vote.sourceId !== sourceId", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", @@ -95100,7 +96327,7 @@ } }, { - "id": "2517", + "id": "2545", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", @@ -95127,7 +96354,7 @@ } }, { - "id": "2518", + "id": "2546", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", @@ -95151,7 +96378,7 @@ } }, { - "id": "2519", + "id": "2547", "mutatorName": "EqualityOperator", "replacement": "voteIndex === -1", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", @@ -95178,7 +96405,7 @@ } }, { - "id": "2520", + "id": "2548", "mutatorName": "UnaryOperator", "replacement": "+1", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", @@ -95205,7 +96432,7 @@ } }, { - "id": "2521", + "id": "2549", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) }, …(2) ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", @@ -95231,7 +96458,7 @@ } }, { - "id": "2522", + "id": "2550", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", @@ -95258,7 +96485,7 @@ } }, { - "id": "2523", + "id": "2551", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [] to be undefined", @@ -95285,7 +96512,7 @@ } }, { - "id": "2524", + "id": "2552", "mutatorName": "EqualityOperator", "replacement": "makeGamePlayDto.value.votes.length !== 0", "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", @@ -95312,7 +96539,7 @@ } }, { - "id": "2525", + "id": "2553", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [] to be undefined", @@ -95337,7 +96564,7 @@ } }, { - "id": "2526", + "id": "2554", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be truthy", @@ -95362,7 +96589,7 @@ } }, { - "id": "2527", + "id": "2555", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be 'cardId' // Object.is equality", @@ -95387,7 +96614,7 @@ } }, { - "id": "2528", + "id": "2556", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be 'werewolves' // Object.is equality", @@ -95412,7 +96639,7 @@ } }, { - "id": "2529", + "id": "2557", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(40,35): error TS2339: Property 'setChosenSide' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(45,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(55,30): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(67,30): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(82,35): error TS2339: Property 'setChosenSide' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(87,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(97,30): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts(109,30): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameRequestAnotherVotePlayground/GameRequestAnotherVotePlayground.nuxt.spec.ts(55,35): error TS2339: Property 'setDoesJudgeRequestAnotherVote' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameRequestAnotherVotePlayground/GameRequestAnotherVotePlayground.nuxt.spec.ts(65,35): error TS2339: Property 'setDoesJudgeRequestAnotherVote' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameRequestAnotherVotePlayground/GameRequestAnotherVotePlayground.nuxt.spec.ts(66,35): error TS2339: Property 'setDoesJudgeRequestAnotherVote' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(19,33): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(32,28): error TS2339: Property 'setMakeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(34,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(41,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(49,28): error TS2339: Property 'resetMakeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(51,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(58,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(60,28): error TS2339: Property 'addMakeGamePlayTargetDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(62,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(68,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(70,28): error TS2339: Property 'addMakeGamePlayTargetDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(73,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(80,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(81,28): error TS2339: Property 'removeMakeGamePlayTargetDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(83,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(89,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(90,28): error TS2339: Property 'removeMakeGamePlayTargetDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(92,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(102,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(103,28): error TS2339: Property 'removeMakeGamePlayTargetDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(106,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(113,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(114,28): error TS2339: Property 'removeMakeGamePlayTargetDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(116,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(123,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(124,28): error TS2339: Property 'removeFirstMakeGamePlayTargetDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(126,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(131,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(132,28): error TS2339: Property 'removeFirstMakeGamePlayTargetDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(134,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(144,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(145,28): error TS2339: Property 'removeFirstMakeGamePlayTargetDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(148,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(155,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(156,28): error TS2339: Property 'removeFirstMakeGamePlayTargetDtoWithPotion' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(158,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(163,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(164,28): error TS2339: Property 'removeFirstMakeGamePlayTargetDtoWithPotion' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(166,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(176,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(177,28): error TS2339: Property 'removeFirstMakeGamePlayTargetDtoWithPotion' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(179,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(189,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(190,28): error TS2339: Property 'removeFirstMakeGamePlayTargetDtoWithPotion' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(193,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(200,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(202,28): error TS2339: Property 'addMakeGamePlayVoteDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(204,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(210,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(212,28): error TS2339: Property 'addMakeGamePlayVoteDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(215,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(222,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(223,28): error TS2339: Property 'removeMakeGamePlayVoteDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(225,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(231,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(232,28): error TS2339: Property 'removeMakeGamePlayVoteDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(234,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(244,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(245,28): error TS2339: Property 'removeMakeGamePlayVoteDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(248,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(255,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(256,28): error TS2339: Property 'removeMakeGamePlayVoteDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(258,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(265,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(266,28): error TS2339: Property 'setDoesJudgeRequestAnotherVote' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(268,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(275,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(276,28): error TS2339: Property 'setChosenCardId' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(278,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(285,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(286,28): error TS2339: Property 'setChosenSide' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.spec.ts(288,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", @@ -95482,28 +96709,28 @@ "267", "268", "269", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", "737", - "957", - "958", - "959", - "960", - "961" + "738", + "739", + "740", + "741", + "742", + "743", + "744", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "972", + "973", + "974", + "975", + "976" ], "location": { "end": { @@ -95523,10 +96750,10 @@ "language": "typescript", "mutants": [ { - "id": "2530", + "id": "2558", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "tests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(101,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(109,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(136,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(164,13): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(191,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(195,24): error TS2339: Property 'cancelGame' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOver.nuxt.spec.ts(82,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOver.nuxt.spec.ts(91,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(87,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(148,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(209,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverWinners/GameOverWinners.nuxt.spec.ts(52,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverWinners/GameOverWinners.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts(83,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts(192,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(54,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(91,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(107,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(123,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(70,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(79,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(88,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(97,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(106,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(115,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(124,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(133,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(142,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(151,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(160,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(169,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(178,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(187,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(196,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(205,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(214,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(223,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(232,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(241,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(250,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(259,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(268,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(277,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(287,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCharmedTurnStartsEvent/GameCharmedTurnStartsEvent.nuxt.spec.ts(50,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCupidTurnStartsEvent/GameCupidTurnStartsEvent.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(60,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(72,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(73,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameLoversTurnStartsEvent/GameLoversTurnStartsEvent.nuxt.spec.ts(54,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSeerTurnStartsEvent/GameSeerTurnStartsEvent.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSheriffTurnStartsEvent/GameSheriffTurnStartsEvent.nuxt.spec.ts(62,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSheriffTurnStartsEvent/GameSheriffTurnStartsEvent.nuxt.spec.ts(82,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSurvivorsTurnStartsEvent/GameSurvivorsTurnStartsEvent.nuxt.spec.ts(113,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThreeBrothersTurnStartsEvent/GameThreeBrothersTurnStartsEvent.nuxt.spec.ts(60,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTwoSistersTurnStartsEvent/GameTwoSistersTurnStartsEvent.nuxt.spec.ts(60,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWerewolvesTurnStartsEvent/GameWerewolvesTurnStartsEvent.nuxt.spec.ts(53,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWolfHoundTurnStartsEvent/GameWolfHoundTurnStartsEvent.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/CurrentPlayExpectedPlayersToAct/CurrentPlayExpectedPlayersToAct.nuxt.spec.ts(47,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/CurrentPlayExpectedPlayersToAct/CurrentPlayExpectedPlayersToAct.nuxt.spec.ts(56,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/CurrentPlayQuestion/CurrentPlayQuestion.nuxt.spec.ts(211,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(39,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(48,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(57,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(66,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(75,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(84,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(93,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(102,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(111,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(36,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(58,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(69,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(78,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameDevotedServantStealsRolePlayground/GameDevotedServantStealsRolePlayground.nuxt.spec.ts(65,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameDevotedServantStealsRolePlayground/GameDevotedServantStealsRolePlayground.nuxt.spec.ts(87,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameDevotedServantStealsRolePlayground/GameDevotedServantStealsRolePlayground.nuxt.spec.ts(100,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(94,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(105,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(125,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(145,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(162,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(198,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(226,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(254,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(290,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(318,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(340,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(362,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(373,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(405,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(438,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(447,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(97,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(110,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(123,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(138,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(36,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(45,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(54,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(63,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(72,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(88,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(55,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(64,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(75,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(96,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(72,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(127,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(159,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(197,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(229,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(261,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(299,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(43,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(52,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(84,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(47,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(56,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(72,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(83,26): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCard/GamePlaygroundHeaderCard.nuxt.spec.ts(91,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCard/GamePlaygroundHeaderCard.nuxt.spec.ts(100,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCurrentPlay/GamePlaygroundHeaderCurrentPlay.nuxt.spec.ts(44,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCurrentPlay/GamePlaygroundHeaderCurrentPlay.nuxt.spec.ts(201,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCurrentPlay/GamePlaygroundHeaderCurrentPlay.nuxt.spec.ts(370,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(40,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(41,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(50,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(74,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(92,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(112,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(125,74): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(126,74): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(127,74): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(128,74): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(134,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(147,74): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(148,74): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(149,74): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlaySourcePlayersCard/GameEventFlippingPlaySourcePlayersCard.nuxt.spec.ts(64,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlaySourcePlayersCard/GameEventFlippingPlaySourcePlayersCard.nuxt.spec.ts(73,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(29,15): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(50,22): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(58,22): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(74,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(82,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(83,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(91,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(92,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(100,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(101,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(82,24): error TS2339: Property 'resetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(36,22): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(37,22): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(43,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(44,17): error TS2339: Property 'resetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(46,24): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(53,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(62,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(71,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(73,24): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(80,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(81,23): error TS2339: Property 'cancelGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(90,23): error TS2339: Property 'cancelGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(92,24): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(99,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(101,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(111,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(121,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(123,24): error TS2339: Property 'game' does not exist on type 'Store'.\n", + "statusReason": "tests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(101,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(109,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(136,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(164,13): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(191,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(195,24): error TS2339: Property 'cancelGame' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOver.nuxt.spec.ts(82,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOver.nuxt.spec.ts(91,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(87,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(148,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(209,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverWinners/GameOverWinners.nuxt.spec.ts(52,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverWinners/GameOverWinners.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts(83,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts(192,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/GamePlayerDiesEvent.nuxt.spec.ts(83,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(54,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(91,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(107,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(123,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(70,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(79,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(88,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(97,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(106,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(115,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(124,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(133,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(142,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(151,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(160,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(169,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(178,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(187,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(196,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(205,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(214,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(223,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(232,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(241,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(250,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(259,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(268,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(277,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(287,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCharmedTurnStartsEvent/GameCharmedTurnStartsEvent.nuxt.spec.ts(50,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCupidTurnStartsEvent/GameCupidTurnStartsEvent.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(60,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(72,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(73,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameLoversTurnStartsEvent/GameLoversTurnStartsEvent.nuxt.spec.ts(54,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSeerTurnStartsEvent/GameSeerTurnStartsEvent.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSheriffTurnStartsEvent/GameSheriffTurnStartsEvent.nuxt.spec.ts(62,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSheriffTurnStartsEvent/GameSheriffTurnStartsEvent.nuxt.spec.ts(82,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSurvivorsTurnStartsEvent/GameSurvivorsTurnStartsEvent.nuxt.spec.ts(113,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThreeBrothersTurnStartsEvent/GameThreeBrothersTurnStartsEvent.nuxt.spec.ts(60,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTwoSistersTurnStartsEvent/GameTwoSistersTurnStartsEvent.nuxt.spec.ts(60,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWerewolvesTurnStartsEvent/GameWerewolvesTurnStartsEvent.nuxt.spec.ts(53,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWolfHoundTurnStartsEvent/GameWolfHoundTurnStartsEvent.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/CurrentPlayExpectedPlayersToAct/CurrentPlayExpectedPlayersToAct.nuxt.spec.ts(47,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/CurrentPlayExpectedPlayersToAct/CurrentPlayExpectedPlayersToAct.nuxt.spec.ts(56,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/CurrentPlayQuestion/CurrentPlayQuestion.nuxt.spec.ts(211,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(39,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(48,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(57,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(66,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(75,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(84,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(93,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(102,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(111,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(36,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(58,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(69,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(78,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameDevotedServantStealsRolePlayground/GameDevotedServantStealsRolePlayground.nuxt.spec.ts(65,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameDevotedServantStealsRolePlayground/GameDevotedServantStealsRolePlayground.nuxt.spec.ts(87,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameDevotedServantStealsRolePlayground/GameDevotedServantStealsRolePlayground.nuxt.spec.ts(100,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(94,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(105,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(125,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(145,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(162,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(198,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(226,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(254,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(290,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(318,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(340,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(362,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(373,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(405,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(438,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(447,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(97,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(110,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(123,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(138,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(36,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(45,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(54,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(63,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(72,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(88,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(55,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(64,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(75,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(96,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(72,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(127,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(159,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(197,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(229,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(261,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(299,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(43,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(52,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(84,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(47,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(56,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(72,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(83,26): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCard/GamePlaygroundHeaderCard.nuxt.spec.ts(91,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCard/GamePlaygroundHeaderCard.nuxt.spec.ts(100,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCurrentPlay/GamePlaygroundHeaderCurrentPlay.nuxt.spec.ts(44,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCurrentPlay/GamePlaygroundHeaderCurrentPlay.nuxt.spec.ts(201,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCurrentPlay/GamePlaygroundHeaderCurrentPlay.nuxt.spec.ts(370,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(40,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(41,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(50,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(74,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(92,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(112,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(125,74): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(126,74): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(127,74): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(128,74): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(134,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(147,74): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(148,74): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(149,74): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlaySourcePlayersCard/GameEventFlippingPlaySourcePlayersCard.nuxt.spec.ts(64,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlaySourcePlayersCard/GameEventFlippingPlaySourcePlayersCard.nuxt.spec.ts(73,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(29,15): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(50,22): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(58,22): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(74,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(82,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(83,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(91,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(92,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(100,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(101,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(82,24): error TS2339: Property 'resetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(36,22): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(37,22): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(43,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(44,17): error TS2339: Property 'resetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(46,24): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(53,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(62,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(71,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(73,24): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(80,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(81,23): error TS2339: Property 'cancelGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(90,23): error TS2339: Property 'cancelGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(92,24): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(99,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(101,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(111,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(121,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(123,24): error TS2339: Property 'game' does not exist on type 'Store'.\n", "status": "CompileError", "static": true, "killedBy": [], @@ -95698,15 +96925,13 @@ "458", "459", "460", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", + "518", + "519", + "520", + "521", + "522", + "523", + "524", "525", "526", "527", @@ -95717,90 +96942,84 @@ "532", "533", "534", - "573", - "574", - "575", - "576", - "577", - "578", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", + "535", + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555", + "594", + "595", + "596", + "597", + "598", + "599", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "774", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "794", + "795", + "796", + "797", + "798", + "799", + "800", + "801", + "802", + "803", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -95808,83 +97027,100 @@ "846", "847", "848", - "849", - "850", - "851", - "932", - "933", - "934", - "935", - "936", - "945", - "946", + "861", + "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", "947", "948", - "970", - "971", - "972", - "973", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1077", - "1078", - "1079", - "1080", - "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1066", + "1067", + "1068", + "1069", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184", - "1193" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199", + "1208" ], "location": { "end": { @@ -95898,7 +97134,7 @@ } }, { - "id": "2531", + "id": "2559", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/useGameStore.ts(20,58): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", @@ -96073,15 +97309,13 @@ "458", "459", "460", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", + "518", + "519", + "520", + "521", + "522", + "523", + "524", "525", "526", "527", @@ -96092,90 +97326,84 @@ "532", "533", "534", - "573", - "574", - "575", - "576", - "577", - "578", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", + "535", + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555", + "594", + "595", + "596", + "597", + "598", + "599", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "774", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "794", + "795", + "796", + "797", + "798", + "799", + "800", + "801", + "802", + "803", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -96183,83 +97411,100 @@ "846", "847", "848", - "849", - "850", - "851", - "932", - "933", - "934", - "935", - "936", - "945", - "946", + "861", + "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", "947", "948", - "970", - "971", - "972", - "973", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1077", - "1078", - "1079", - "1080", - "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1066", + "1067", + "1068", + "1069", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184", - "1193" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199", + "1208" ], "location": { "end": { @@ -96273,7 +97518,7 @@ } }, { - "id": "2532", + "id": "2560", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/useGameStore.ts(21,59): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", @@ -96448,15 +97693,13 @@ "458", "459", "460", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", + "518", + "519", + "520", + "521", + "522", + "523", + "524", "525", "526", "527", @@ -96467,90 +97710,84 @@ "532", "533", "534", - "573", - "574", - "575", - "576", - "577", - "578", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", + "535", + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555", + "594", + "595", + "596", + "597", + "598", + "599", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "774", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "794", + "795", + "796", + "797", + "798", + "799", + "800", + "801", + "802", + "803", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -96558,83 +97795,100 @@ "846", "847", "848", - "849", - "850", - "851", - "932", - "933", - "934", - "935", - "936", - "945", - "946", + "861", + "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", "947", "948", - "970", - "971", - "972", - "973", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1077", - "1078", - "1079", - "1080", - "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1066", + "1067", + "1068", + "1069", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184", - "1193" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199", + "1208" ], "location": { "end": { @@ -96648,7 +97902,7 @@ } }, { - "id": "2533", + "id": "2561", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/useGameStore.ts(22,60): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", @@ -96823,15 +98077,13 @@ "458", "459", "460", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", + "518", + "519", + "520", + "521", + "522", + "523", + "524", "525", "526", "527", @@ -96842,90 +98094,84 @@ "532", "533", "534", - "573", - "574", - "575", - "576", - "577", - "578", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", + "535", + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555", + "594", + "595", + "596", + "597", + "598", + "599", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "774", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "794", + "795", + "796", + "797", + "798", + "799", + "800", + "801", + "802", + "803", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -96933,83 +98179,100 @@ "846", "847", "848", - "849", - "850", - "851", - "932", - "933", - "934", - "935", - "936", - "945", - "946", + "861", + "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", "947", "948", - "970", - "971", - "972", - "973", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1077", - "1078", - "1079", - "1080", - "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1066", + "1067", + "1068", + "1069", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184", - "1193" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199", + "1208" ], "location": { "end": { @@ -97023,7 +98286,7 @@ } }, { - "id": "2534", + "id": "2562", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected _Game{ …(12) } to strictly equal _Game{ _id: undefined, …(11) }", @@ -97031,10 +98294,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "766" + "795" ], "coveredBy": [ - "766" + "795" ], "location": { "end": { @@ -97048,7 +98311,7 @@ } }, { - "id": "2535", + "id": "2563", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -97056,12 +98319,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "767" + "796" ], "coveredBy": [ - "767", - "768", - "769" + "796", + "797", + "798" ], "location": { "end": { @@ -97075,7 +98338,7 @@ } }, { - "id": "2536", + "id": "2564", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/useGameStore.ts(29,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", @@ -97083,9 +98346,9 @@ "static": false, "killedBy": [], "coveredBy": [ - "767", - "768", - "769" + "796", + "797", + "798" ], "location": { "end": { @@ -97099,7 +98362,7 @@ } }, { - "id": "2537", + "id": "2565", "mutatorName": "BooleanLiteral", "replacement": "fetchedGame", "statusReason": "stores/game/useGameStore.ts(36,38): error TS2345: Argument of type 'null' is not assignable to parameter of type 'Game'.\nstores/game/useGameStore.ts(37,5): error TS2322: Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n", @@ -97107,9 +98370,9 @@ "static": false, "killedBy": [], "coveredBy": [ - "767", - "768", - "769" + "796", + "797", + "798" ], "location": { "end": { @@ -97123,7 +98386,7 @@ } }, { - "id": "2538", + "id": "2566", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "stores/game/useGameStore.ts(36,38): error TS2345: Argument of type 'Game | null' is not assignable to parameter of type 'Game'.\n Type 'null' is not assignable to type 'Game'.\nstores/game/useGameStore.ts(37,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n", @@ -97131,9 +98394,9 @@ "static": false, "killedBy": [], "coveredBy": [ - "767", - "768", - "769" + "796", + "797", + "798" ], "location": { "end": { @@ -97147,7 +98410,7 @@ } }, { - "id": "2539", + "id": "2567", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "stores/game/useGameStore.ts(36,38): error TS2345: Argument of type 'Game | null' is not assignable to parameter of type 'Game'.\n Type 'null' is not assignable to type 'Game'.\nstores/game/useGameStore.ts(37,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n", @@ -97155,9 +98418,9 @@ "static": false, "killedBy": [], "coveredBy": [ - "767", - "768", - "769" + "796", + "797", + "798" ], "location": { "end": { @@ -97171,7 +98434,7 @@ } }, { - "id": "2540", + "id": "2568", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/game/useGameStore.ts(32,38): error TS2345: Argument of type 'Game | null' is not assignable to parameter of type 'Game'.\n Type 'null' is not assignable to type 'Game'.\nstores/game/useGameStore.ts(33,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n", @@ -97179,7 +98442,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "767" + "796" ], "location": { "end": { @@ -97193,7 +98456,7 @@ } }, { - "id": "2541", + "id": "2569", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/useGameStore.ts(32,7): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", @@ -97201,7 +98464,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "767" + "796" ], "location": { "end": { @@ -97215,7 +98478,7 @@ } }, { - "id": "2542", + "id": "2570", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/useGameStore.ts(38,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", @@ -97223,8 +98486,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "768", - "769" + "797", + "798" ], "location": { "end": { @@ -97238,7 +98501,7 @@ } }, { - "id": "2543", + "id": "2571", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -97246,11 +98509,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "770" + "799" ], "coveredBy": [ - "770", - "771" + "799", + "800" ], "location": { "end": { @@ -97264,7 +98527,7 @@ } }, { - "id": "2544", + "id": "2572", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/useGameStore.ts(42,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", @@ -97272,8 +98535,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "770", - "771" + "799", + "800" ], "location": { "end": { @@ -97287,7 +98550,7 @@ } }, { - "id": "2545", + "id": "2573", "mutatorName": "BooleanLiteral", "replacement": "canceledGame", "statusReason": "stores/game/useGameStore.ts(49,5): error TS2322: Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n", @@ -97295,8 +98558,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "770", - "771" + "799", + "800" ], "location": { "end": { @@ -97310,7 +98573,7 @@ } }, { - "id": "2546", + "id": "2574", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "stores/game/useGameStore.ts(49,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n", @@ -97318,8 +98581,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "770", - "771" + "799", + "800" ], "location": { "end": { @@ -97333,7 +98596,7 @@ } }, { - "id": "2547", + "id": "2575", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "stores/game/useGameStore.ts(49,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n", @@ -97341,8 +98604,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "770", - "771" + "799", + "800" ], "location": { "end": { @@ -97356,7 +98619,7 @@ } }, { - "id": "2548", + "id": "2576", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/game/useGameStore.ts(45,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n", @@ -97364,7 +98627,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "770" + "799" ], "location": { "end": { @@ -97378,7 +98641,7 @@ } }, { - "id": "2549", + "id": "2577", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/useGameStore.ts(45,7): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", @@ -97386,7 +98649,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "770" + "799" ], "location": { "end": { @@ -97400,7 +98663,7 @@ } }, { - "id": "2550", + "id": "2578", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/useGameStore.ts(50,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", @@ -97408,7 +98671,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "771" + "800" ], "location": { "end": { @@ -97422,7 +98685,7 @@ } }, { - "id": "2551", + "id": "2579", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -97430,12 +98693,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "772" + "801" ], "coveredBy": [ - "772", - "773", - "774" + "801", + "802", + "803" ], "location": { "end": { @@ -97449,7 +98712,7 @@ } }, { - "id": "2552", + "id": "2580", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/useGameStore.ts(54,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", @@ -97457,9 +98720,9 @@ "static": false, "killedBy": [], "coveredBy": [ - "772", - "773", - "774" + "801", + "802", + "803" ], "location": { "end": { @@ -97473,7 +98736,7 @@ } }, { - "id": "2553", + "id": "2581", "mutatorName": "BooleanLiteral", "replacement": "playedGame", "statusReason": "stores/game/useGameStore.ts(61,38): error TS2345: Argument of type 'null' is not assignable to parameter of type 'Game'.\nstores/game/useGameStore.ts(62,5): error TS2322: Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n", @@ -97481,9 +98744,9 @@ "static": false, "killedBy": [], "coveredBy": [ - "772", - "773", - "774" + "801", + "802", + "803" ], "location": { "end": { @@ -97497,7 +98760,7 @@ } }, { - "id": "2554", + "id": "2582", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "stores/game/useGameStore.ts(61,38): error TS2345: Argument of type 'Game | null' is not assignable to parameter of type 'Game'.\n Type 'null' is not assignable to type 'Game'.\nstores/game/useGameStore.ts(62,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n", @@ -97505,9 +98768,9 @@ "static": false, "killedBy": [], "coveredBy": [ - "772", - "773", - "774" + "801", + "802", + "803" ], "location": { "end": { @@ -97521,7 +98784,7 @@ } }, { - "id": "2555", + "id": "2583", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "stores/game/useGameStore.ts(61,38): error TS2345: Argument of type 'Game | null' is not assignable to parameter of type 'Game'.\n Type 'null' is not assignable to type 'Game'.\nstores/game/useGameStore.ts(62,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n", @@ -97529,9 +98792,9 @@ "static": false, "killedBy": [], "coveredBy": [ - "772", - "773", - "774" + "801", + "802", + "803" ], "location": { "end": { @@ -97545,7 +98808,7 @@ } }, { - "id": "2556", + "id": "2584", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/game/useGameStore.ts(57,38): error TS2345: Argument of type 'Game | null' is not assignable to parameter of type 'Game'.\n Type 'null' is not assignable to type 'Game'.\nstores/game/useGameStore.ts(58,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\"; tick: number; }; tick: number; status: \"playing\" | \"over\" | \"canceled\"; players: { _id: string; name: string; role: { original: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; current: \"werewolf\" | ... 28 more ... | \"devoted-servant\"; isRevealed: boolean...'.\n", @@ -97553,7 +98816,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "772" + "801" ], "location": { "end": { @@ -97567,7 +98830,7 @@ } }, { - "id": "2557", + "id": "2585", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/useGameStore.ts(57,7): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", @@ -97575,7 +98838,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "772" + "801" ], "location": { "end": { @@ -97589,7 +98852,7 @@ } }, { - "id": "2558", + "id": "2586", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/game/useGameStore.ts(63,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", @@ -97597,8 +98860,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "773", - "774" + "802", + "803" ], "location": { "end": { @@ -97612,10 +98875,10 @@ } }, { - "id": "2559", + "id": "2587", "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "tests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(101,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(109,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(136,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(164,13): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(191,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(195,24): error TS2339: Property 'cancelGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GameOver/GameOver.nuxt.spec.ts(82,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GameOver/GameOver.nuxt.spec.ts(91,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(87,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(148,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(209,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GameOver/GameOverWinners/GameOverWinners.nuxt.spec.ts(52,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GameOver/GameOverWinners/GameOverWinners.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts(83,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts(192,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(54,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(91,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(107,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(123,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(70,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(79,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(88,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(97,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(106,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(115,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(124,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(133,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(142,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(151,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(160,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(169,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(178,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(187,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(196,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(205,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(214,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(223,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(232,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(241,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(250,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(259,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(268,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(277,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(287,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCharmedTurnStartsEvent/GameCharmedTurnStartsEvent.nuxt.spec.ts(50,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCupidTurnStartsEvent/GameCupidTurnStartsEvent.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(60,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(72,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(73,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameLoversTurnStartsEvent/GameLoversTurnStartsEvent.nuxt.spec.ts(54,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSeerTurnStartsEvent/GameSeerTurnStartsEvent.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSheriffTurnStartsEvent/GameSheriffTurnStartsEvent.nuxt.spec.ts(62,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSheriffTurnStartsEvent/GameSheriffTurnStartsEvent.nuxt.spec.ts(82,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSurvivorsTurnStartsEvent/GameSurvivorsTurnStartsEvent.nuxt.spec.ts(113,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThreeBrothersTurnStartsEvent/GameThreeBrothersTurnStartsEvent.nuxt.spec.ts(60,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTwoSistersTurnStartsEvent/GameTwoSistersTurnStartsEvent.nuxt.spec.ts(60,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWerewolvesTurnStartsEvent/GameWerewolvesTurnStartsEvent.nuxt.spec.ts(53,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWolfHoundTurnStartsEvent/GameWolfHoundTurnStartsEvent.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/CurrentPlayExpectedPlayersToAct/CurrentPlayExpectedPlayersToAct.nuxt.spec.ts(47,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/CurrentPlayExpectedPlayersToAct/CurrentPlayExpectedPlayersToAct.nuxt.spec.ts(56,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/CurrentPlayQuestion/CurrentPlayQuestion.nuxt.spec.ts(211,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(39,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(48,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(57,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(66,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(75,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(84,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(93,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(102,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(111,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(36,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(58,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(69,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(78,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameDevotedServantStealsRolePlayground/GameDevotedServantStealsRolePlayground.nuxt.spec.ts(65,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameDevotedServantStealsRolePlayground/GameDevotedServantStealsRolePlayground.nuxt.spec.ts(87,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameDevotedServantStealsRolePlayground/GameDevotedServantStealsRolePlayground.nuxt.spec.ts(100,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(94,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(105,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(125,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(145,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(162,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(198,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(226,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(254,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(290,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(318,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(340,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(362,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(373,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(405,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(438,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(447,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(97,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(110,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(123,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(138,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(36,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(45,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(54,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(63,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(72,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(88,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(55,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(64,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(75,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(96,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(72,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(127,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(159,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(197,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(229,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(261,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(299,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(43,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(52,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(84,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(47,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(56,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(72,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(83,26): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCard/GamePlaygroundHeaderCard.nuxt.spec.ts(91,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCard/GamePlaygroundHeaderCard.nuxt.spec.ts(100,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCurrentPlay/GamePlaygroundHeaderCurrentPlay.nuxt.spec.ts(44,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCurrentPlay/GamePlaygroundHeaderCurrentPlay.nuxt.spec.ts(201,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCurrentPlay/GamePlaygroundHeaderCurrentPlay.nuxt.spec.ts(370,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(40,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(41,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(50,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(74,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(92,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(112,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(125,74): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(126,74): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(127,74): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(128,74): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(134,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(147,74): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(148,74): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(149,74): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlaySourcePlayersCard/GameEventFlippingPlaySourcePlayersCard.nuxt.spec.ts(64,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlaySourcePlayersCard/GameEventFlippingPlaySourcePlayersCard.nuxt.spec.ts(73,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(29,15): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(50,22): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(58,22): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(74,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(82,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(83,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(91,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(92,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(100,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(101,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(82,24): error TS2339: Property 'resetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(36,22): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(37,22): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(43,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(44,17): error TS2339: Property 'resetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(46,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(53,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(62,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(71,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(73,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(80,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(81,23): error TS2339: Property 'cancelGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(90,23): error TS2339: Property 'cancelGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(92,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(99,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(101,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(111,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(121,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(123,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", + "statusReason": "tests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(101,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(109,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(136,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(164,13): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(191,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(195,24): error TS2339: Property 'cancelGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GameOver/GameOver.nuxt.spec.ts(82,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GameOver/GameOver.nuxt.spec.ts(91,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(87,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(148,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(209,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GameOver/GameOverWinners/GameOverWinners.nuxt.spec.ts(52,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GameOver/GameOverWinners/GameOverWinners.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts(83,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts(192,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/GamePlayerDiesEvent.nuxt.spec.ts(83,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(54,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(91,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(107,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(123,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(70,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(79,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(88,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(97,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(106,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(115,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(124,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(133,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(142,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(151,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(160,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(169,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(178,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(187,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(196,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(205,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(214,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(223,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(232,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(241,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(250,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(259,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(268,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(277,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(287,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCharmedTurnStartsEvent/GameCharmedTurnStartsEvent.nuxt.spec.ts(50,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCupidTurnStartsEvent/GameCupidTurnStartsEvent.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(60,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(72,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(73,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameLoversTurnStartsEvent/GameLoversTurnStartsEvent.nuxt.spec.ts(54,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSeerTurnStartsEvent/GameSeerTurnStartsEvent.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSheriffTurnStartsEvent/GameSheriffTurnStartsEvent.nuxt.spec.ts(62,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSheriffTurnStartsEvent/GameSheriffTurnStartsEvent.nuxt.spec.ts(82,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSurvivorsTurnStartsEvent/GameSurvivorsTurnStartsEvent.nuxt.spec.ts(113,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThreeBrothersTurnStartsEvent/GameThreeBrothersTurnStartsEvent.nuxt.spec.ts(60,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTwoSistersTurnStartsEvent/GameTwoSistersTurnStartsEvent.nuxt.spec.ts(60,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWerewolvesTurnStartsEvent/GameWerewolvesTurnStartsEvent.nuxt.spec.ts(53,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWolfHoundTurnStartsEvent/GameWolfHoundTurnStartsEvent.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/CurrentPlayExpectedPlayersToAct/CurrentPlayExpectedPlayersToAct.nuxt.spec.ts(47,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/CurrentPlayExpectedPlayersToAct/CurrentPlayExpectedPlayersToAct.nuxt.spec.ts(56,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/CurrentPlayQuestion/CurrentPlayQuestion.nuxt.spec.ts(211,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(39,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(48,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(57,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(66,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(75,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(84,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(93,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(102,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts(111,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(36,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(58,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(69,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts(78,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameDevotedServantStealsRolePlayground/GameDevotedServantStealsRolePlayground.nuxt.spec.ts(65,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameDevotedServantStealsRolePlayground/GameDevotedServantStealsRolePlayground.nuxt.spec.ts(87,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameDevotedServantStealsRolePlayground/GameDevotedServantStealsRolePlayground.nuxt.spec.ts(100,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(94,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(105,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(125,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(145,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(162,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(198,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(226,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(254,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(290,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(318,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(340,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(362,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(373,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(405,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(438,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(447,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(97,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(110,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(123,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(138,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(36,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(45,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(54,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(63,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(72,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts(88,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(55,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(64,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(75,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts(96,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(72,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(127,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(159,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(197,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(229,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(261,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/WitchUsePotionsTabView/WitchUsePotionsTabView.nuxt.spec.ts(299,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(43,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(52,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(61,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts(84,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(47,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(56,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(72,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(83,26): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCard/GamePlaygroundHeaderCard.nuxt.spec.ts(91,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCard/GamePlaygroundHeaderCard.nuxt.spec.ts(100,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCurrentPlay/GamePlaygroundHeaderCurrentPlay.nuxt.spec.ts(44,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCurrentPlay/GamePlaygroundHeaderCurrentPlay.nuxt.spec.ts(201,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCurrentPlay/GamePlaygroundHeaderCurrentPlay.nuxt.spec.ts(370,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(40,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(41,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(50,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(74,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(92,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(112,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(125,74): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(126,74): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(127,74): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(128,74): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(134,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(147,74): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(148,74): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts(149,74): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlaySourcePlayersCard/GameEventFlippingPlaySourcePlayersCard.nuxt.spec.ts(64,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlaySourcePlayersCard/GameEventFlippingPlaySourcePlayersCard.nuxt.spec.ts(73,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(29,15): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(50,22): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(58,22): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(74,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(82,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(83,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(91,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(92,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(100,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(101,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(82,24): error TS2339: Property 'resetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(36,22): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(37,22): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(43,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(44,17): error TS2339: Property 'resetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(46,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(53,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(62,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(71,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(73,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(80,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(81,23): error TS2339: Property 'cancelGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(90,23): error TS2339: Property 'cancelGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(92,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(99,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(101,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(111,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(121,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(123,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", "status": "CompileError", "static": true, "killedBy": [], @@ -97787,15 +99050,13 @@ "458", "459", "460", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", + "518", + "519", + "520", + "521", + "522", + "523", + "524", "525", "526", "527", @@ -97806,90 +99067,84 @@ "532", "533", "534", - "573", - "574", - "575", - "576", - "577", - "578", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "627", + "535", + "546", + "547", + "548", + "549", + "550", + "551", + "552", + "553", + "554", + "555", + "594", + "595", + "596", + "597", + "598", + "599", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "774", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "737", + "738", + "739", + "740", + "741", + "742", + "743", + "744", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "794", + "795", + "796", + "797", + "798", + "799", + "800", + "801", + "802", + "803", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -97897,83 +99152,100 @@ "846", "847", "848", - "849", - "850", - "851", - "932", - "933", - "934", - "935", - "936", - "945", - "946", + "861", + "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", "947", "948", - "970", - "971", - "972", - "973", + "949", + "950", + "951", + "960", + "961", + "962", + "963", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1077", - "1078", - "1079", - "1080", - "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1066", + "1067", + "1068", + "1069", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1163", - "1174", - "1177", - "1180", - "1184", - "1193" + "1165", + "1168", + "1171", + "1178", + "1189", + "1192", + "1195", + "1199", + "1208" ], "location": { "end": { @@ -97993,7 +99265,7 @@ "language": "typescript", "mutants": [ { - "id": "2560", + "id": "2588", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(29,11): error TS2339: Property 'roles' does not exist on type 'StoreToRefs>'.\ncomposables/api/game/useCreateGameDtoValidation.ts(45,57): error TS7006: Parameter 'role' implicitly has an 'any' type.\ncomposables/api/game/useCreateGameDtoValidation.ts(47,42): error TS7006: Parameter 'role' implicitly has an 'any' type.\ncomposables/api/game/useCreateGameDtoValidation.ts(54,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\ncomposables/api/game/useCreateGameDtoValidation.ts(63,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\nstores/game/create-game-dto/useCreateGameDtoStore.ts(13,11): error TS2339: Property 'getRoleWithNameInRoles' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/app.nuxt.spec.ts(47,23): error TS2339: Property 'fetchAndSetRoles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/about/AboutAvailableRoles/AboutAvailableRoles.nuxt.spec.ts(52,20): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/about/AboutAvailableRoles/AboutAvailableRoles.nuxt.spec.ts(82,20): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(89,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(104,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElement.nuxt.spec.ts(180,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/composables/api/game/useCreateGameDtoValidation.spec.ts(23,16): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/composables/api/game/useCreateGameDtoValidation.spec.ts(231,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/composables/api/game/useCreateGameDtoValidation.spec.ts(275,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/composables/api/game/useCreateGameDtoValidation.spec.ts(326,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(197,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(273,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(330,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(28,23): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(29,23): error TS2339: Property 'fetchingRoleStatus' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(35,24): error TS2339: Property 'fetchAndSetRoles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(48,24): error TS2339: Property 'fetchAndSetRoles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(50,25): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(62,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(63,31): error TS2339: Property 'getRoleWithNameInRoles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(75,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(76,31): error TS2339: Property 'getRoleWithNameInRoles' does not exist on type 'Store'.\n", @@ -98142,18 +99414,6 @@ "443", "444", "445", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -98187,37 +99447,28 @@ "503", "504", "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", "515", "516", "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", - "546", - "547", - "548", - "549", - "550", - "551", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -98227,6 +99478,12 @@ "570", "571", "572", + "573", + "574", + "575", + "576", + "577", + "578", "579", "580", "581", @@ -98236,6 +99493,13 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -98244,53 +99508,47 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", "722", "723", "724", "725", "726", - "727", - "728", - "738", - "739", - "740", - "741", - "742", - "743", - "744", "745", "746", "747", @@ -98298,18 +99556,23 @@ "749", "750", "751", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "849", + "850", + "851", "852", "853", "854", @@ -98319,8 +99582,7 @@ "858", "859", "860", - "861", - "862", + "881", "882", "883", "884", @@ -98331,11 +99593,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -98371,22 +99628,37 @@ "929", "930", "931", - "1074", - "1075", - "1076", - "1094", - "1095", - "1096", - "1097", - "1098", - "1158", - "1159", - "1160", - "1161", - "1192", - "1193", - "1194", - "1195" + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "946", + "1089", + "1090", + "1091", + "1109", + "1110", + "1111", + "1112", + "1113", + "1173", + "1174", + "1175", + "1176", + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -98400,7 +99672,7 @@ } }, { - "id": "2561", + "id": "2589", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/role/useRolesStore.ts(13,58): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", @@ -98549,18 +99821,6 @@ "443", "444", "445", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -98594,37 +99854,28 @@ "503", "504", "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", "515", "516", "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", - "546", - "547", - "548", - "549", - "550", - "551", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -98634,6 +99885,12 @@ "570", "571", "572", + "573", + "574", + "575", + "576", + "577", + "578", "579", "580", "581", @@ -98643,6 +99900,13 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -98651,53 +99915,47 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", "722", "723", "724", "725", "726", - "727", - "728", - "738", - "739", - "740", - "741", - "742", - "743", - "744", "745", "746", "747", @@ -98705,18 +99963,23 @@ "749", "750", "751", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "849", + "850", + "851", "852", "853", "854", @@ -98726,8 +99989,7 @@ "858", "859", "860", - "861", - "862", + "881", "882", "883", "884", @@ -98738,11 +100000,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -98778,22 +100035,37 @@ "929", "930", "931", - "1074", - "1075", - "1076", - "1094", - "1095", - "1096", - "1097", - "1098", - "1158", - "1159", - "1160", - "1161", - "1192", - "1193", - "1194", - "1195" + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "946", + "1089", + "1090", + "1091", + "1109", + "1110", + "1111", + "1112", + "1113", + "1173", + "1174", + "1175", + "1176", + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -98807,7 +100079,7 @@ } }, { - "id": "2562", + "id": "2590", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -98815,11 +100087,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1095" + "1110" ], "coveredBy": [ - "1095", - "1096" + "1110", + "1111" ], "location": { "end": { @@ -98833,7 +100105,7 @@ } }, { - "id": "2563", + "id": "2591", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/role/useRolesStore.ts(17,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", @@ -98841,8 +100113,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1095", - "1096" + "1110", + "1111" ], "location": { "end": { @@ -98856,7 +100128,7 @@ } }, { - "id": "2564", + "id": "2592", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "stores/role/useRolesStore.ts(19,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", @@ -98864,8 +100136,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1095", - "1096" + "1110", + "1111" ], "location": { "end": { @@ -98879,7 +100151,7 @@ } }, { - "id": "2565", + "id": "2593", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "stores/role/useRolesStore.ts(22,56): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -98897,8 +100169,8 @@ "157", "158", "159", - "1097", - "1098" + "1112", + "1113" ], "location": { "end": { @@ -98912,7 +100184,7 @@ } }, { - "id": "2566", + "id": "2594", "mutatorName": "OptionalChaining", "replacement": "roles.value.find", "statusReason": "stores/role/useRolesStore.ts(23,12): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -98930,8 +100202,8 @@ "157", "158", "159", - "1097", - "1098" + "1112", + "1113" ], "location": { "end": { @@ -98945,7 +100217,7 @@ } }, { - "id": "2567", + "id": "2595", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -98966,8 +100238,8 @@ "157", "158", "159", - "1097", - "1098" + "1112", + "1113" ], "location": { "end": { @@ -98981,7 +100253,7 @@ } }, { - "id": "2568", + "id": "2596", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -99002,8 +100274,8 @@ "157", "158", "159", - "1097", - "1098" + "1112", + "1113" ], "location": { "end": { @@ -99017,7 +100289,7 @@ } }, { - "id": "2569", + "id": "2597", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -99038,8 +100310,8 @@ "157", "158", "159", - "1097", - "1098" + "1112", + "1113" ], "location": { "end": { @@ -99053,7 +100325,7 @@ } }, { - "id": "2570", + "id": "2598", "mutatorName": "EqualityOperator", "replacement": "role.name !== roleName", "statusReason": "expected false to be true // Object.is equality", @@ -99074,8 +100346,8 @@ "157", "158", "159", - "1097", - "1098" + "1112", + "1113" ], "location": { "end": { @@ -99089,7 +100361,7 @@ } }, { - "id": "2571", + "id": "2599", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "composables/api/game/useCreateGameDtoValidation.ts(29,11): error TS2339: Property 'roles' does not exist on type 'StoreToRefs>, Pick<{}, never>, Pick<{}, never>>>'.\ncomposables/api/game/useCreateGameDtoValidation.ts(45,57): error TS7006: Parameter 'role' implicitly has an 'any' type.\ncomposables/api/game/useCreateGameDtoValidation.ts(47,42): error TS7006: Parameter 'role' implicitly has an 'any' type.\ncomposables/api/game/useCreateGameDtoValidation.ts(54,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\ncomposables/api/game/useCreateGameDtoValidation.ts(63,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\nstores/game/create-game-dto/useCreateGameDtoStore.ts(13,11): error TS2339: Property 'getRoleWithNameInRoles' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/app.nuxt.spec.ts(47,23): error TS2339: Property 'fetchAndSetRoles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/about/AboutAvailableRoles/AboutAvailableRoles.nuxt.spec.ts(52,20): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/about/AboutAvailableRoles/AboutAvailableRoles.nuxt.spec.ts(82,20): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(89,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(104,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElement.nuxt.spec.ts(180,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/composables/api/game/useCreateGameDtoValidation.spec.ts(23,16): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/composables/api/game/useCreateGameDtoValidation.spec.ts(231,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/composables/api/game/useCreateGameDtoValidation.spec.ts(275,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/composables/api/game/useCreateGameDtoValidation.spec.ts(326,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(197,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(273,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(330,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(28,23): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(29,23): error TS2339: Property 'fetchingRoleStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(35,24): error TS2339: Property 'fetchAndSetRoles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(48,24): error TS2339: Property 'fetchAndSetRoles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(50,25): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(62,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(63,31): error TS2339: Property 'getRoleWithNameInRoles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(75,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(76,31): error TS2339: Property 'getRoleWithNameInRoles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", @@ -99238,18 +100510,6 @@ "443", "444", "445", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -99283,37 +100543,28 @@ "503", "504", "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", "515", "516", "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", - "546", - "547", - "548", - "549", - "550", - "551", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -99323,6 +100574,12 @@ "570", "571", "572", + "573", + "574", + "575", + "576", + "577", + "578", "579", "580", "581", @@ -99332,6 +100589,13 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "600", "601", "602", "603", @@ -99340,53 +100604,47 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "622", + "623", + "624", + "625", + "626", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "674", + "675", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", "722", "723", "724", "725", "726", - "727", - "728", - "738", - "739", - "740", - "741", - "742", - "743", - "744", "745", "746", "747", @@ -99394,18 +100652,23 @@ "749", "750", "751", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", + "761", + "762", + "763", + "764", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "849", + "850", + "851", "852", "853", "854", @@ -99415,8 +100678,7 @@ "858", "859", "860", - "861", - "862", + "881", "882", "883", "884", @@ -99427,11 +100689,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -99467,22 +100724,37 @@ "929", "930", "931", - "1074", - "1075", - "1076", - "1094", - "1095", - "1096", - "1097", - "1098", - "1158", - "1159", - "1160", - "1161", - "1192", - "1193", - "1194", - "1195" + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "946", + "1089", + "1090", + "1091", + "1109", + "1110", + "1111", + "1112", + "1113", + "1173", + "1174", + "1175", + "1176", + "1207", + "1208", + "1209", + "1210" ], "location": { "end": { @@ -99502,7 +100774,7 @@ "language": "typescript", "mutants": [ { - "id": "2572", + "id": "2600", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "utils/url.utils.ts(1,46): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -99819,18 +101091,6 @@ "458", "459", "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -99893,6 +101153,14 @@ "532", "533", "534", + "535", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", @@ -99906,14 +101174,6 @@ "553", "554", "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -99938,6 +101198,19 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "594", + "595", + "596", + "597", + "598", + "599", + "600", "601", "602", "603", @@ -99946,47 +101219,42 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", "622", "623", "624", "625", "626", "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -99994,7 +101262,7 @@ "700", "701", "702", - "703", + "713", "714", "715", "716", @@ -100008,8 +101276,7 @@ "724", "725", "726", - "727", - "728", + "737", "738", "739", "740", @@ -100024,53 +101291,38 @@ "749", "750", "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", "761", "762", "763", "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -100092,6 +101344,25 @@ "860", "861", "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", + "881", "882", "883", "884", @@ -100102,11 +101373,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -100147,6 +101413,14 @@ "934", "935", "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", "945", "946", "947", @@ -100154,97 +101428,104 @@ "949", "950", "951", - "952", - "953", - "954", - "955", - "956", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "968", + "969", "970", "971", - "972", - "973", - "981", - "982", - "983", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "996", + "997", + "998", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", + "1066", + "1067", + "1068", + "1069", + "1070", + "1071", + "1072", + "1073", "1074", "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1089", "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184", + "1175", + "1176", + "1178", + "1189", "1192", - "1193", - "1194", "1195", - "1286", - "1314" + "1199", + "1207", + "1208", + "1209", + "1210", + "1305", + "1332" ], "location": { "end": { @@ -100258,7 +101539,7 @@ } }, { - "id": "2573", + "id": "2601", "mutatorName": "Regex", "replacement": "/\\/+/u", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -100266,7 +101547,7 @@ "testsCompleted": 639, "static": true, "killedBy": [ - "949" + "964" ], "coveredBy": [ "0", @@ -100578,18 +101859,6 @@ "458", "459", "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -100652,6 +101921,14 @@ "532", "533", "534", + "535", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", @@ -100665,14 +101942,6 @@ "553", "554", "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -100697,6 +101966,19 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "594", + "595", + "596", + "597", + "598", + "599", + "600", "601", "602", "603", @@ -100705,47 +101987,42 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", "622", "623", "624", "625", "626", "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -100753,7 +102030,7 @@ "700", "701", "702", - "703", + "713", "714", "715", "716", @@ -100767,8 +102044,7 @@ "724", "725", "726", - "727", - "728", + "737", "738", "739", "740", @@ -100783,53 +102059,38 @@ "749", "750", "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", "761", "762", "763", "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -100851,6 +102112,25 @@ "860", "861", "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", + "881", "882", "883", "884", @@ -100861,11 +102141,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -100906,6 +102181,14 @@ "934", "935", "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", "945", "946", "947", @@ -100913,97 +102196,104 @@ "949", "950", "951", - "952", - "953", - "954", - "955", - "956", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "968", + "969", "970", "971", - "972", - "973", - "981", - "982", - "983", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "996", + "997", + "998", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", + "1066", + "1067", + "1068", + "1069", + "1070", + "1071", + "1072", + "1073", "1074", "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1089", "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184", + "1175", + "1176", + "1178", + "1189", "1192", - "1193", - "1194", "1195", - "1286", - "1314" + "1199", + "1207", + "1208", + "1209", + "1210", + "1305", + "1332" ], "location": { "end": { @@ -101017,7 +102307,7 @@ } }, { - "id": "2574", + "id": "2602", "mutatorName": "Regex", "replacement": "/\\/$/u", "statusReason": "expected 'https://example.com//' to be 'https://example.com' // Object.is equality", @@ -101025,7 +102315,7 @@ "testsCompleted": 650, "static": true, "killedBy": [ - "1314" + "1332" ], "coveredBy": [ "0", @@ -101337,18 +102627,6 @@ "458", "459", "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -101411,6 +102689,14 @@ "532", "533", "534", + "535", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", @@ -101424,14 +102710,6 @@ "553", "554", "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -101456,6 +102734,19 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "594", + "595", + "596", + "597", + "598", + "599", + "600", "601", "602", "603", @@ -101464,47 +102755,42 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", "622", "623", "624", "625", "626", "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -101512,7 +102798,7 @@ "700", "701", "702", - "703", + "713", "714", "715", "716", @@ -101526,8 +102812,7 @@ "724", "725", "726", - "727", - "728", + "737", "738", "739", "740", @@ -101542,53 +102827,38 @@ "749", "750", "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", "761", "762", "763", "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -101610,6 +102880,25 @@ "860", "861", "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", + "881", "882", "883", "884", @@ -101620,11 +102909,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -101665,6 +102949,14 @@ "934", "935", "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", "945", "946", "947", @@ -101672,97 +102964,104 @@ "949", "950", "951", - "952", - "953", - "954", - "955", - "956", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "968", + "969", "970", "971", - "972", - "973", - "981", - "982", - "983", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "996", + "997", + "998", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", + "1052", + "1053", + "1066", + "1067", + "1068", + "1069", + "1070", + "1071", + "1072", + "1073", "1074", "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1089", "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184", + "1175", + "1176", + "1178", + "1189", "1192", - "1193", - "1194", "1195", - "1286", - "1314" + "1199", + "1207", + "1208", + "1209", + "1210", + "1305", + "1332" ], "location": { "end": { @@ -101776,7 +103075,7 @@ } }, { - "id": "2575", + "id": "2603", "mutatorName": "StringLiteral", "replacement": "\"Stryker was here!\"", "statusReason": "expected 'https://example.comStryker was here!' to be 'https://example.com' // Object.is equality", @@ -101784,7 +103083,7 @@ "testsCompleted": 817, "static": true, "killedBy": [ - "1314" + "1332" ], "coveredBy": [ "0", @@ -102096,18 +103395,6 @@ "458", "459", "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "469", - "470", - "471", - "472", "473", "474", "475", @@ -102170,6 +103457,14 @@ "532", "533", "534", + "535", + "536", + "537", + "538", + "539", + "540", + "541", + "542", "543", "544", "545", @@ -102183,14 +103478,6 @@ "553", "554", "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", "564", "565", "566", @@ -102215,6 +103502,19 @@ "585", "586", "587", + "588", + "589", + "590", + "591", + "592", + "593", + "594", + "595", + "596", + "597", + "598", + "599", + "600", "601", "602", "603", @@ -102223,47 +103523,42 @@ "606", "607", "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", "622", "623", "624", "625", "626", "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "639", + "640", + "641", + "642", + "643", "644", "645", "646", "647", "648", - "649", - "650", - "651", - "652", + "667", + "668", + "669", + "670", + "671", + "672", "673", "674", "675", - "676", - "677", - "678", - "679", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -102271,7 +103566,7 @@ "700", "701", "702", - "703", + "713", "714", "715", "716", @@ -102285,8 +103580,7 @@ "724", "725", "726", - "727", - "728", + "737", "738", "739", "740", @@ -102301,53 +103595,38 @@ "749", "750", "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", "761", "762", "763", "764", - "775", - "776", - "777", - "778", - "779", - "813", - "814", - "815", - "816", - "817", - "818", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", + "765", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "793", + "804", + "805", + "806", + "807", + "808", "842", "843", "844", @@ -102369,6 +103648,25 @@ "860", "861", "862", + "863", + "864", + "865", + "866", + "867", + "868", + "869", + "870", + "871", + "872", + "873", + "874", + "875", + "876", + "877", + "878", + "879", + "880", + "881", "882", "883", "884", @@ -102379,11 +103677,6 @@ "889", "890", "891", - "892", - "893", - "894", - "895", - "896", "897", "898", "899", @@ -102424,6 +103717,14 @@ "934", "935", "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", "945", "946", "947", @@ -102431,97 +103732,104 @@ "949", "950", "951", - "952", - "953", - "954", - "955", - "956", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "968", + "969", "970", "971", - "972", - "973", - "981", - "982", - "983", + "985", + "986", + "987", "988", - "989", - "990", - "991", - "992", - "993", - "994", - "995", + "996", + "997", + "998", + "1003", + "1004", + "1005", + "1006", "1007", "1008", "1009", "1010", - "1011", - "1012", - "1013", - "1014", - "1015", - "1016", - "1017", - "1018", + "1022", + "1023", "1024", "1025", "1026", "1027", - "1035", - "1036", - "1037", - "1038", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1039", + "1040", + "1041", + "1042", + "1050", "1051", "1052", "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", + "1066", + "1067", + "1068", + "1069", + "1070", + "1071", + "1072", + "1073", "1074", "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1089", "1090", - "1100", - "1101", - "1102", - "1106", - "1107", - "1108", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", + "1094", + "1095", + "1105", + "1115", + "1116", "1117", - "1118", - "1119", + "1121", + "1122", "1123", - "1128", - "1141", - "1150", - "1153", + "1124", + "1125", + "1126", + "1132", + "1133", + "1134", + "1138", + "1143", "1156", - "1158", - "1159", - "1160", - "1161", - "1163", + "1165", + "1168", + "1171", + "1173", "1174", - "1177", - "1180", - "1184", + "1175", + "1176", + "1178", + "1189", "1192", - "1193", - "1194", "1195", - "1286", - "1314" + "1199", + "1207", + "1208", + "1209", + "1210", + "1305", + "1332" ], "location": { "end": { @@ -102537,195 +103845,55 @@ ], "source": "function removeTrailingSlashes(url: string): string {\n return url.replace(/\\/+$/u, \"\");\n}\n\nexport { removeTrailingSlashes };" }, - "components/shared/game/game-phase/GamePhaseIcon/GamePhaseIcon.vue": { - "language": "html", - "mutants": [ - { - "id": "1611", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expect(received).toContainValues(expected)\n\nExpected object to contain all values:\n Array [\n \"fa-moon\",\n \"text-night\",\n]\nReceived:\n Array []", - "status": "Killed", - "static": false, - "testsCompleted": 2, - "killedBy": [ - "1137" - ], - "coveredBy": [ - "1136", - "1137", - "1138", - "1139" - ], - "location": { - "end": { - "column": 35, - "line": 16 - }, - "start": { - "column": 12, - "line": 16 - } - } - }, - { - "id": "1612", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "Snapshot `Game Phase Icon Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "static": false, - "testsCompleted": 1, - "killedBy": [ - "1136" - ], - "coveredBy": [ - "1136", - "1137", - "1138", - "1139" - ], - "location": { - "end": { - "column": 30, - "line": 17 - }, - "start": { - "column": 10, - "line": 17 - } - } - }, - { - "id": "1613", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expect(received).toContainValues(expected)\n\nExpected object to contain all values:\n Array [\n \"fa-cloud-moon\",\n \"text-twilight\",\n]\nReceived:\n Array []", - "status": "Killed", - "static": false, - "testsCompleted": 4, - "killedBy": [ - "1139" - ], - "coveredBy": [ - "1136", - "1137", - "1138", - "1139" - ], - "location": { - "end": { - "column": 47, - "line": 18 - }, - "start": { - "column": 15, - "line": 18 - } - } - }, - { - "id": "1609", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "Snapshot `Game Phase Icon Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "static": false, - "testsCompleted": 1, - "killedBy": [ - "1136" - ], - "coveredBy": [ - "1136", - "1137", - "1138", - "1139" - ], - "location": { - "end": { - "column": 2, - "line": 22 - }, - "start": { - "column": 42, - "line": 14 - } - } - }, - { - "id": "1610", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "Snapshot `Game Phase Icon Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "static": false, - "testsCompleted": 1, - "killedBy": [ - "1136" - ], - "coveredBy": [ - "1136", - "1137", - "1138", - "1139" - ], - "location": { - "end": { - "column": 4, - "line": 19 - }, - "start": { - "column": 53, - "line": 15 - } - } - } - ], - "source": "\n\n" - }, "stores/game/game-event/types/game-event.class.ts": { "language": "typescript", "mutants": [ { - "id": "2410", + "id": "2426", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "stores/game/game-event/types/game-event.class.ts(9,47): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "statusReason": "stores/game/game-event/types/game-event.class.ts(13,47): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", "static": true, "coveredBy": [ - "634", - "635", - "636", - "637", - "638", - "639", - "640", - "641", - "642", - "643", - "683", - "685", - "686", - "689", - "879", - "880", - "1210", - "1306" + "462", + "463", + "464", + "465", + "466", + "467", + "468", + "469", + "470", + "471", + "472", + "521", + "522", + "525", + "526", + "706", + "708", + "709", + "712", + "777", + "778", + "779", + "1228", + "1285" ], "location": { "end": { "column": 4, - "line": 11 + "line": 15 }, "start": { "column": 57, - "line": 9 + "line": 13 } } } ], - "source": "import { Expose, plainToInstance } from \"class-transformer\";\nimport type { GameEventType } from \"~/stores/game/game-event/types/game-event.types\";\nimport { DEFAULT_PLAIN_TO_INSTANCE_OPTIONS } from \"~/utils/constants/class-transformer.constants\";\n\nclass GameEvent {\n @Expose()\n public type: GameEventType;\n\n public static create(gameEvent: GameEvent): GameEvent {\n return plainToInstance(GameEvent, gameEvent, DEFAULT_PLAIN_TO_INSTANCE_OPTIONS);\n }\n}\n\nexport { GameEvent };" + "source": "import { Expose, plainToInstance } from \"class-transformer\";\nimport type { Player } from \"~/composables/api/game/types/players/player.class\";\nimport type { GameEventType } from \"~/stores/game/game-event/types/game-event.types\";\nimport { DEFAULT_PLAIN_TO_INSTANCE_OPTIONS } from \"~/utils/constants/class-transformer.constants\";\n\nclass GameEvent {\n @Expose()\n public type: GameEventType;\n\n @Expose()\n public players?: Player[];\n\n public static create(gameEvent: GameEvent): GameEvent {\n return plainToInstance(GameEvent, gameEvent, DEFAULT_PLAIN_TO_INSTANCE_OPTIONS);\n }\n}\n\nexport { GameEvent };" } }, "schemaVersion": "1.0", @@ -104714,62 +105882,115 @@ ], "source": "import { createTestingPinia } from \"@pinia/testing\";\nimport type { mount } from \"@vue/test-utils\";\nimport { MouseEvent } from \"happy-dom\";\nimport Menu from \"primevue/menu\";\nimport type { MenuItem } from \"primevue/menuitem\";\nimport type { Mock } from \"vitest\";\nimport { beforeAll, expect } from \"vitest\";\nimport type { Ref } from \"vue\";\n\nimport type { VuePrimeButton } from \"#components\";\nimport ParametersMenu from \"~/components/layouts/default/NavBar/ParametersMenu/ParametersMenu.vue\";\nimport { Game } from \"~/composables/api/game/types/game.class\";\nimport * as UseVuePrimeToasts from \"~/composables/vue-prime/useVuePrimeToasts\";\nimport { useGameStore } from \"~/stores/game/useGameStore\";\nimport { createFakeGame } from \"~/tests/unit/utils/factories/composables/api/game/game.factory\";\nimport { createFakeUseVuePrimeToasts } from \"~/tests/unit/utils/factories/composables/vue-prime/useVuePrimeToasts.factory\";\nimport { mountSuspendedComponent } from \"~/tests/unit/utils/helpers/mount.helpers\";\n\ndescribe(\"Parameters Menu Component\", () => {\n let wrapper: ReturnType>;\n let mocks: {\n composables: {\n useVuePrimeToasts: ReturnType;\n };\n };\n\n beforeEach(async() => {\n mocks = { composables: { useVuePrimeToasts: createFakeUseVuePrimeToasts() } };\n vi.spyOn(UseVuePrimeToasts, \"useVuePrimeToasts\").mockReturnValue(mocks.composables.useVuePrimeToasts);\n wrapper = await mountSuspendedComponent(ParametersMenu);\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Parameters Menu Button\", () => {\n let toggleMenuMock: Mock;\n\n beforeEach(async() => {\n toggleMenuMock = vi.fn();\n wrapper = await mountSuspendedComponent(ParametersMenu, {\n global: {\n stubs: {\n Menu: {\n template: \"
\",\n methods: { toggle: toggleMenuMock },\n },\n },\n },\n });\n });\n\n it(\"should open the parameters menu when clicked.\", async() => {\n const parametersMenuButton = wrapper.findComponent(\"[aria-label='Parameters']\");\n await parametersMenuButton.trigger(\"click\");\n\n expect(toggleMenuMock).toHaveBeenCalledExactlyOnceWith(expect.any(MouseEvent));\n });\n\n it(\"should not open the parameters menu and throw error when clicked if the menu is not found in refs.\", async() => {\n wrapper = await mountSuspendedComponent(ParametersMenu, {\n global: {\n stubs: {\n Menu: {\n template: \"
\",\n methods: { toggle: toggleMenuMock },\n },\n },\n },\n });\n (wrapper.vm.$root?.$refs.VTU_COMPONENT as { parametersMenu: Ref }).parametersMenu.value = null;\n const parametersMenuButton = wrapper.findComponent(\"[aria-label='Parameters']\");\n await parametersMenuButton.trigger(\"click\");\n\n expect(toggleMenuMock).not.toHaveBeenCalled();\n expect(createError).toHaveBeenCalledExactlyOnceWith(\"Parameters Menu is not initialized\");\n });\n });\n\n describe(\"Parameters Menu\", () => {\n let testingPinia: ReturnType;\n let gameStore: ReturnType;\n\n beforeAll(() => {\n testingPinia = createTestingPinia();\n gameStore = useGameStore(testingPinia);\n });\n\n beforeEach(async() => {\n wrapper = await mountSuspendedComponent(ParametersMenu, {\n shallow: false,\n global: { plugins: [testingPinia] },\n });\n const parametersMenuButton = wrapper.findComponent(\"[aria-label='Parameters']\");\n await parametersMenuButton.trigger(\"click\");\n });\n\n it(\"should show success toast when game is canceled.\", async() => {\n gameStore.game = createFakeGame({ status: \"playing\" });\n await nextTick();\n document.querySelector(\"[aria-label=\\\"components.ParametersMenu.cancelGame\\\"] .p-menuitem-link\")?.click();\n\n expect(mocks.composables.useVuePrimeToasts.addSuccessToast).toHaveBeenCalledExactlyOnceWith({ summary: \"components.ParametersMenu.gameCanceled\" });\n });\n\n it(\"should pass the default items to the menu when rendered.\", async() => {\n gameStore.game = new Game();\n await nextTick();\n const parametersMenu = wrapper.findComponent(Menu);\n\n expect(parametersMenu.props(\"model\")).toStrictEqual([\n {\n visible: false,\n items: [\n {\n label: \"components.ParametersMenu.cancelGame\",\n disabled: true,\n icon: \"fa fa-ban text-danger\",\n command: expect.any(Function) as () => Promise,\n },\n ],\n label: \"components.ParametersMenu.game\",\n },\n {\n label: \"components.ParametersMenu.backToHome\",\n icon: \"fa fa-sign-out\",\n arialLabel: \"components.ParametersMenu.backToHome\",\n command: expect.any(Function) as () => Promise,\n },\n ]);\n });\n\n it(\"should pass the default items and game items to the menu when game is defined and playing.\", async() => {\n gameStore.game = createFakeGame({ status: \"playing\" });\n await nextTick();\n const parametersMenu = wrapper.findComponent(Menu);\n\n expect(parametersMenu.props(\"model\")).toStrictEqual([\n {\n visible: true,\n items: [\n {\n label: \"components.ParametersMenu.cancelGame\",\n disabled: false,\n icon: \"fa fa-ban text-danger\",\n command: expect.any(Function) as () => Promise,\n },\n ],\n label: \"components.ParametersMenu.game\",\n },\n {\n label: \"components.ParametersMenu.backToHome\",\n icon: \"fa fa-sign-out\",\n arialLabel: \"components.ParametersMenu.backToHome\",\n command: expect.any(Function) as () => Promise,\n },\n ]);\n });\n\n it(\"should pass the default items and game items to the menu with cancel game to disabled when game is defined and not playing.\", async() => {\n const store = useGameStore();\n store.game = createFakeGame({ status: \"canceled\" });\n await nextTick();\n const parametersMenu = wrapper.findComponent(Menu);\n\n expect(parametersMenu.props(\"model\")).toStrictEqual([\n {\n visible: true,\n items: [\n {\n label: \"components.ParametersMenu.cancelGame\",\n disabled: true,\n icon: \"fa fa-ban text-danger\",\n command: expect.any(Function) as () => Promise,\n },\n ],\n label: \"components.ParametersMenu.game\",\n },\n {\n label: \"components.ParametersMenu.backToHome\",\n icon: \"fa fa-sign-out\",\n arialLabel: \"components.ParametersMenu.backToHome\",\n command: expect.any(Function) as () => Promise,\n },\n ]);\n });\n\n it(\"should cancel game when clicking on cancel game button.\", async() => {\n gameStore.game = createFakeGame({ status: \"playing\" });\n await nextTick();\n document.querySelector(\"[aria-label=\\\"components.ParametersMenu.cancelGame\\\"] .p-menuitem-link\")?.click();\n\n expect(gameStore.cancelGame).toHaveBeenCalledExactlyOnceWith();\n });\n\n it(\"should navigate to home page when clicking on back to home button.\", () => {\n document.querySelector(\"[aria-label=\\\"components.ParametersMenu.backToHome\\\"] .p-menuitem-link\")?.click();\n\n expect(navigateTo).toHaveBeenCalledExactlyOnceWith(\"/\");\n });\n });\n});" }, - "tests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElement.nuxt.spec.ts": { + "tests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts": { "tests": [ { "id": "461", - "name": "Game Lobby Role Picker Grid Element Component should match snapshot when rendered." + "name": "Game Events Store should have initial state when created." }, { "id": "462", - "name": "Game Lobby Role Picker Grid Element Component Button should not have bright border when role is not picked." + "name": "Game Events Store canGoToPreviousGameEvent should return true when can go to previous game event." }, { "id": "463", - "name": "Game Lobby Role Picker Grid Element Component Button should not have bright border when role is not defined." + "name": "Game Events Store canGoToPreviousGameEvent should return false when cannot go to previous game event." }, { "id": "464", - "name": "Game Lobby Role Picker Grid Element Component Button should have bright border when role is picked." + "name": "Game Events Store resetGameEvents should reset game events when called." }, { "id": "465", - "name": "Game Lobby Role Picker Grid Element Component Role Label should translate role label when role is defined." + "name": "Game Events Store generateAndSetGameEventsFromGame 'should generate game starts and turn …'" }, { "id": "466", - "name": "Game Lobby Role Picker Grid Element Component Role Label should translate random role label when role is not defined." + "name": "Game Events Store generateAndSetGameEventsFromGame 'should generate day rises and turn st…'" }, { "id": "467", - "name": "Game Lobby Role Picker Grid Element Component Role Label should display shuffle icon when role is not defined." + "name": "Game Events Store generateAndSetGameEventsFromGame 'should generate night falls and turn …'" }, { "id": "468", - "name": "Game Lobby Role Picker Grid Element Component Role Label should not display shuffle icon when role is defined." + "name": "Game Events Store generateAndSetGameEventsFromGame 'should turn starts event without game…'" }, { "id": "469", - "name": "Game Lobby Role Picker Grid Element Component Role Label should have italic gray classes when role is not defined." + "name": "Game Events Store generateAndSetGameEventsFromGame 'should generate turn starts event whe…'" }, { "id": "470", - "name": "Game Lobby Role Picker Grid Element Component Emits should emit pickRole event when clicked on button." + "name": "Game Events Store generateAndSetGameEventsFromGame 'should generate player dies event whe…'" }, { "id": "471", - "name": "Game Lobby Role Picker Grid Element Component Emits should emit pickRole event when clicked on role name." + "name": "Game Events Store goToNextGameEvent should go to the next game event when called." }, { "id": "472", + "name": "Game Events Store goToPreviousGameEvent should go to the previous game event when called." + } + ], + "source": "import { createPinia, setActivePinia } from \"pinia\";\nimport type { Game } from \"~/composables/api/game/types/game.class\";\nimport type { GameEvent } from \"~/stores/game/game-event/types/game-event.class\";\nimport { useGameEventsStore } from \"~/stores/game/game-event/useGameEventsStore\";\nimport { createFakeGamePhase } from \"~/tests/unit/utils/factories/composables/api/game/game-phase/game-phase.factory\";\nimport { createFakeGamePlaySourceInteraction } from \"~/tests/unit/utils/factories/composables/api/game/game-play/game-play-source/game-play-source-interaction/game-play-source-interaction.factory\";\nimport { createFakeGamePlaySource } from \"~/tests/unit/utils/factories/composables/api/game/game-play/game-play-source/game-play-source.factory\";\nimport { createFakeGamePlaySheriffDelegates, createFakeGamePlaySurvivorsBuryDeadBodies } from \"~/tests/unit/utils/factories/composables/api/game/game-play/game-play.factory\";\nimport { createFakeGame } from \"~/tests/unit/utils/factories/composables/api/game/game.factory\";\nimport { createFakePlayer } from \"~/tests/unit/utils/factories/composables/api/game/player/player.factory\";\nimport { createFakeGameEvent } from \"~/tests/unit/utils/factories/stores/game/game-event/game-event.factory\";\n\ndescribe(\"Game Events Store\", () => {\n beforeEach(() => {\n setActivePinia(createPinia());\n });\n\n it(\"should have initial state when created.\", () => {\n const gameEventsStore = useGameEventsStore();\n const expectedGameEvents: GameEvent[] = [];\n\n expect(gameEventsStore.gameEvents).toStrictEqual(expectedGameEvents);\n expect(gameEventsStore.currentGameEvent).toBeUndefined();\n expect(gameEventsStore.canGoToPreviousGameEvent).toBeFalsy();\n });\n\n describe(\"canGoToPreviousGameEvent\", () => {\n it(\"should return true when can go to previous game event.\", () => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent(),\n createFakeGameEvent(),\n createFakeGameEvent(),\n ];\n gameEventsStore.currentGameEventIndex = 2;\n\n expect(gameEventsStore.canGoToPreviousGameEvent).toBeTruthy();\n });\n\n it(\"should return false when cannot go to previous game event.\", () => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent(),\n createFakeGameEvent(),\n createFakeGameEvent(),\n ];\n\n expect(gameEventsStore.canGoToPreviousGameEvent).toBeFalsy();\n });\n });\n\n describe(\"resetGameEvents\", () => {\n it(\"should reset game events when called.\", () => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent(),\n createFakeGameEvent(),\n createFakeGameEvent(),\n ];\n gameEventsStore.goToNextGameEvent();\n gameEventsStore.resetGameEvents();\n\n expect(gameEventsStore.gameEvents).toStrictEqual([]);\n expect(gameEventsStore.currentGameEvent).toBeUndefined();\n });\n });\n\n describe(\"generateAndSetGameEventsFromGame\", () => {\n const deadPlayers = [\n createFakePlayer(),\n createFakePlayer(),\n ];\n\n it.each<{\n game: Game;\n expectedGameEvents: GameEvent[];\n test: string;\n }>([\n {\n game: createFakeGame({ tick: 1 }),\n expectedGameEvents: [\n createFakeGameEvent({ type: \"game-starts\" }),\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n ],\n test: \"should generate game starts and turn starts events when game tick is 1.\",\n },\n {\n game: createFakeGame({\n tick: 2,\n phase: createFakeGamePhase({\n tick: 1,\n name: \"day\",\n }),\n }),\n expectedGameEvents: [\n createFakeGameEvent({ type: \"game-phase-starts\" }),\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n ],\n test: \"should generate day rises and turn starts events when game phase tick is 1 and name is day.\",\n },\n {\n game: createFakeGame({\n tick: 2,\n phase: createFakeGamePhase({\n tick: 1,\n name: \"night\",\n }),\n }),\n expectedGameEvents: [\n createFakeGameEvent({ type: \"game-phase-starts\" }),\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n ],\n test: \"should generate night falls and turn starts events when game phase tick is 1 and name is night.\",\n },\n {\n game: createFakeGame({\n tick: 2,\n phase: createFakeGamePhase({\n tick: 1,\n name: \"twilight\",\n }),\n }),\n expectedGameEvents: [createFakeGameEvent({ type: \"game-turn-starts\" })],\n test: \"should turn starts event without game phase event when game phase tick is 1 but name is twilight.\",\n },\n {\n game: createFakeGame({\n tick: 2,\n phase: createFakeGamePhase({\n tick: 2,\n name: \"day\",\n }),\n currentPlay: createFakeGamePlaySheriffDelegates({\n source: createFakeGamePlaySource({\n interactions: [\n createFakeGamePlaySourceInteraction({\n type: \"bury\",\n eligibleTargets: deadPlayers,\n }),\n ],\n }),\n }),\n }),\n expectedGameEvents: [createFakeGameEvent({ type: \"game-turn-starts\" })],\n test: \"should generate turn starts event when game tick nor phase tick is 1.\",\n },\n {\n game: createFakeGame({\n tick: 1,\n currentPlay: createFakeGamePlaySurvivorsBuryDeadBodies({\n source: createFakeGamePlaySource({\n interactions: [\n createFakeGamePlaySourceInteraction({\n type: \"bury\",\n eligibleTargets: deadPlayers,\n }),\n ],\n }),\n }),\n }),\n expectedGameEvents: [\n createFakeGameEvent({ type: \"game-starts\" }),\n createFakeGameEvent({ type: \"player-dies\", players: [deadPlayers[0]] }),\n createFakeGameEvent({ type: \"player-dies\", players: [deadPlayers[1]] }),\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n ],\n test: \"should generate player dies event when game current play action is bury-dead-bodies.\",\n },\n ])(\"$test\", ({ game, expectedGameEvents }) => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.generateAndSetGameEventsFromGame(game);\n\n expect(gameEventsStore.gameEvents).toStrictEqual(expectedGameEvents);\n });\n });\n\n describe(\"goToNextGameEvent\", () => {\n it(\"should go to the next game event when called.\", () => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent(),\n createFakeGameEvent(),\n createFakeGameEvent(),\n ];\n gameEventsStore.goToNextGameEvent();\n\n expect(gameEventsStore.currentGameEvent).toStrictEqual(gameEventsStore.gameEvents[1]);\n });\n });\n\n describe(\"goToPreviousGameEvent\", () => {\n it(\"should go to the previous game event when called.\", () => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent({ type: \"game-starts\" }),\n createFakeGameEvent({ type: \"game-phase-starts\" }),\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n ];\n gameEventsStore.goToNextGameEvent();\n gameEventsStore.goToNextGameEvent();\n gameEventsStore.goToPreviousGameEvent();\n\n expect(gameEventsStore.currentGameEvent).toStrictEqual(gameEventsStore.gameEvents[1]);\n });\n });\n});" + }, + "tests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElement.nuxt.spec.ts": { + "tests": [ + { + "id": "473", + "name": "Game Lobby Role Picker Grid Element Component should match snapshot when rendered." + }, + { + "id": "474", + "name": "Game Lobby Role Picker Grid Element Component Button should not have bright border when role is not picked." + }, + { + "id": "475", + "name": "Game Lobby Role Picker Grid Element Component Button should not have bright border when role is not defined." + }, + { + "id": "476", + "name": "Game Lobby Role Picker Grid Element Component Button should have bright border when role is picked." + }, + { + "id": "477", + "name": "Game Lobby Role Picker Grid Element Component Role Label should translate role label when role is defined." + }, + { + "id": "478", + "name": "Game Lobby Role Picker Grid Element Component Role Label should translate random role label when role is not defined." + }, + { + "id": "479", + "name": "Game Lobby Role Picker Grid Element Component Role Label should display shuffle icon when role is not defined." + }, + { + "id": "480", + "name": "Game Lobby Role Picker Grid Element Component Role Label should not display shuffle icon when role is defined." + }, + { + "id": "481", + "name": "Game Lobby Role Picker Grid Element Component Role Label should have italic gray classes when role is not defined." + }, + { + "id": "482", + "name": "Game Lobby Role Picker Grid Element Component Emits should emit pickRole event when clicked on button." + }, + { + "id": "483", + "name": "Game Lobby Role Picker Grid Element Component Emits should emit pickRole event when clicked on role name." + }, + { + "id": "484", "name": "Game Lobby Role Picker Grid Element Component Emits should emit random role when role is not defined and no role is picked yet." }, { - "id": "473", + "id": "485", "name": "Game Lobby Role Picker Grid Element Component Emits should emit random role which can't be the same as the picked role when role is not defined but picked role is defined." }, { - "id": "474", + "id": "486", "name": "Game Lobby Role Picker Grid Element Component Emits should not emit role pick event when roles are not defined in store." } ], @@ -104778,47 +105999,47 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts": { "tests": [ { - "id": "475", + "id": "487", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component should match snapshot when rendered." }, { - "id": "476", + "id": "488", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Charmed People count per night option should translate option label when rendered." }, { - "id": "477", + "id": "489", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Charmed People count per night option should translate option description with selected value when rendered." }, { - "id": "478", + "id": "490", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Charmed People count per night option should translate option float label when rendered." }, { - "id": "479", + "id": "491", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Charmed People count per night option should update the create game dto store when the option is changed by the input number." }, { - "id": "480", + "id": "492", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Charmed People count per night option should update the create game dto store when the option is changed by the slider." }, { - "id": "481", + "id": "493", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Charmed People count per night option should not update the create game dto store when the option is changed by the input number and the value is null." }, { - "id": "482", + "id": "494", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Is powerless on Werewolves Side should translate option label when rendered." }, { - "id": "483", + "id": "495", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Is powerless on Werewolves Side should translate option description when the option is activated." }, { - "id": "484", + "id": "496", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Is powerless on Werewolves Side should translate option description when the option is deactivated." }, { - "id": "485", + "id": "497", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Is powerless on Werewolves Side should update the create game dto store when the option is toggled." } ], @@ -104827,39 +106048,39 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts": { "tests": [ { - "id": "486", + "id": "498", "name": "Game Lobby Role Picker Description Boundaries Component should match snapshot when rendered." }, { - "id": "487", + "id": "499", "name": "Game Lobby Role Picker Description Boundaries Component Role count should translate role count in create game dto when rendered." }, { - "id": "488", + "id": "500", "name": "Game Lobby Role Picker Description Boundaries Component Role max reached should render role max reached when max is reached in create game dto." }, { - "id": "489", + "id": "501", "name": "Game Lobby Role Picker Description Boundaries Component Role max reached should not render role max reached when max is not reached in create game dto." }, { - "id": "490", + "id": "502", "name": "Game Lobby Role Picker Description Boundaries Component Recommended min players should render recommended min players when role has recommended min players." }, { - "id": "491", + "id": "503", "name": "Game Lobby Role Picker Description Boundaries Component Recommended min players should not render recommended min players when role has no recommended min players." }, { - "id": "492", + "id": "504", "name": "Game Lobby Role Picker Description Boundaries Component Min in game not reached should render min in game not reached when min is not reached in create game dto and there is at least one role already." }, { - "id": "493", + "id": "505", "name": "Game Lobby Role Picker Description Boundaries Component Min in game not reached should not render min in game not reached when min is reached in create game dto." }, { - "id": "494", + "id": "506", "name": "Game Lobby Role Picker Description Boundaries Component Min in game not reached should not render min in game not reached when there is no role in create game dto." } ], @@ -104868,88 +106089,129 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts": { "tests": [ { - "id": "495", + "id": "507", "name": "Game Lobby Options Hub Roles Tab Elder Component should match snapshot when rendered." }, { - "id": "496", + "id": "508", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder Lives against Werewolves options should translate option label when rendered." }, { - "id": "497", + "id": "509", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder Lives against Werewolves options should translate option description with option value when rendered." }, { - "id": "498", + "id": "510", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder Lives against Werewolves options should translate option float label when rendered." }, { - "id": "499", + "id": "511", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder Lives against Werewolves options should update the create game dto store when the option is changed by the input number." }, { - "id": "500", + "id": "512", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder Lives against Werewolves options should update the create game dto store when the option is changed by the slider." }, { - "id": "501", + "id": "513", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder Lives against Werewolves options should not update the create game dto store when the option is changed by the input number and the value is null." }, { - "id": "502", + "id": "514", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder takes his revenge option should translate option label when rendered." }, { - "id": "503", + "id": "515", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder takes his revenge option should translate option description when the option is activated." }, { - "id": "504", + "id": "516", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder takes his revenge option should translate option description when the option is deactivated." }, { - "id": "505", + "id": "517", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder takes his revenge option should update the create game dto store when the option is toggled." } ], "source": "import type { mount } from \"@vue/test-utils\";\nimport type { ComponentMountingOptions } from \"@vue/test-utils/dist/mount\";\nimport type InputNumber from \"primevue/inputnumber\";\nimport type Slider from \"primevue/slider\";\nimport GameLobbyOptionsHubRolesTabElder from \"~/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.vue\";\nimport type AffirmativeToggleButton from \"~/components/shared/buttons/AffirmativeToggleButton/AffirmativeToggleButton.vue\";\nimport type GameOptionInputGroup from \"~/components/shared/game/game-options/GameOptionInputGroup/GameOptionInputGroup.vue\";\nimport { useCreateGameDtoStore } from \"~/stores/game/create-game-dto/useCreateGameDtoStore\";\nimport { createFakeCreateGameDto } from \"~/tests/unit/utils/factories/composables/api/game/dto/create-game/create-game.dto.factory\";\n\nimport { mountSuspendedComponent } from \"~/tests/unit/utils/helpers/mount.helpers\";\nimport type { VueVm } from \"~/tests/unit/utils/types/vue-test-utils.types\";\n\ndescribe(\"Game Lobby Options Hub Roles Tab Elder Component\", () => {\n let wrapper: ReturnType>;\n\n async function mountGameLobbyOptionsHubRolesTabElderComponent(options: ComponentMountingOptions = {}):\n Promise>> {\n return mountSuspendedComponent(GameLobbyOptionsHubRolesTabElder, {\n global: {\n stubs: {\n Fieldset: false,\n FloatLabel: false,\n GameOptionInputGroup: false,\n },\n },\n ...options,\n });\n }\n\n beforeEach(async() => {\n wrapper = await mountGameLobbyOptionsHubRolesTabElderComponent();\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Elder Lives against Werewolves options\", () => {\n it(\"should translate option label when rendered.\", () => {\n const gameOptionInputGroup = wrapper.findComponent(\"#game-lobby-options-hub-roles-tab-elder-lives-count-against-werewolves-input-group\");\n\n expect(gameOptionInputGroup.props(\"optionLabel\")).toBe(\"The Elder lives count against the Werewolves\");\n });\n\n it(\"should translate option description with option value when rendered.\", () => {\n const gameOptionInputGroup = wrapper.findComponent(\"#game-lobby-options-hub-roles-tab-elder-lives-count-against-werewolves-input-group\");\n const expectedOptionDescription = \"components.GameLobbyOptionsHubRolesTabElder.options.livesCountAgainstWerewolves.description, {\\\"livesCount\\\":2}, 2\";\n\n expect(gameOptionInputGroup.props(\"optionDescription\")).toBe(expectedOptionDescription);\n });\n\n it(\"should translate option float label when rendered.\", () => {\n const floatLabel = wrapper.find(\"#game-lobby-options-hub-roles-tab-elder-lives-count-against-werewolves-label\");\n\n expect(floatLabel.text()).toBe(\"The Elder lives count against the Werewolves\");\n });\n\n it(\"should update the create game dto store when the option is changed by the input number.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n const toggleButton = wrapper.findComponent(\"#game-lobby-options-hub-roles-tab-elder-lives-count-against-werewolves-input\");\n (toggleButton.vm as VueVm).$emit(\"update:modelValue\", 5);\n await nextTick();\n const expectedCreateGameDto = createFakeCreateGameDto(createGameDtoStore.createGameDto);\n expectedCreateGameDto.options.roles.elder.livesCountAgainstWerewolves = 5;\n\n expect(createGameDtoStore.setCreateGameDto).toHaveBeenCalledExactlyOnceWith(expectedCreateGameDto);\n });\n\n it(\"should update the create game dto store when the option is changed by the slider.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n const slider = wrapper.findComponent(\"#game-lobby-options-hub-roles-tab-elder-lives-count-against-werewolves-slider\");\n (slider.vm as VueVm).$emit(\"update:modelValue\", 5);\n await nextTick();\n const expectedCreateGameDto = createFakeCreateGameDto(createGameDtoStore.createGameDto);\n expectedCreateGameDto.options.roles.elder.livesCountAgainstWerewolves = 5;\n\n expect(createGameDtoStore.setCreateGameDto).toHaveBeenCalledExactlyOnceWith(expectedCreateGameDto);\n });\n\n it(\"should not update the create game dto store when the option is changed by the input number and the value is null.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n const toggleButton = wrapper.findComponent(\"#game-lobby-options-hub-roles-tab-elder-lives-count-against-werewolves-input\");\n (toggleButton.vm as VueVm).$emit(\"update:modelValue\", null);\n await nextTick();\n\n expect(createGameDtoStore.setCreateGameDto).not.toHaveBeenCalled();\n });\n });\n\n describe(\"Elder takes his revenge option\", () => {\n it(\"should translate option label when rendered.\", () => {\n const gameOptionInputGroup = wrapper.findComponent(\"#game-lobby-options-hub-roles-tab-elder-does-take-his-revenge-input-group\");\n\n expect(gameOptionInputGroup.props(\"optionLabel\")).toBe(\"The Elder takes his revenge\");\n });\n\n it(\"should translate option description when the option is activated.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.options.roles.elder.doesTakeHisRevenge = true;\n await nextTick();\n const gameOptionInputGroup = wrapper.findComponent(\"#game-lobby-options-hub-roles-tab-elder-does-take-his-revenge-input-group\");\n\n expect(gameOptionInputGroup.props(\"optionDescription\")).toBe(\"components.GameLobbyOptionsHubRolesTabElder.options.doesTakeHisRevenge.descriptions.yes\");\n });\n\n it(\"should translate option description when the option is deactivated.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.options.roles.elder.doesTakeHisRevenge = false;\n await nextTick();\n const gameOptionInputGroup = wrapper.findComponent(\"#game-lobby-options-hub-roles-tab-elder-does-take-his-revenge-input-group\");\n\n expect(gameOptionInputGroup.props(\"optionDescription\")).toBe(\"components.GameLobbyOptionsHubRolesTabElder.options.doesTakeHisRevenge.descriptions.no\");\n });\n\n it(\"should update the create game dto store when the option is toggled.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n const toggleButton = wrapper.findComponent(\"#game-lobby-options-hub-roles-tab-elder-does-take-his-revenge-input\");\n (toggleButton.vm as VueVm).$emit(\"update:modelValue\", false);\n await nextTick();\n const expectedCreateGameDto = createFakeCreateGameDto(createGameDtoStore.createGameDto);\n expectedCreateGameDto.options.roles.elder.doesTakeHisRevenge = false;\n\n expect(createGameDtoStore.setCreateGameDto).toHaveBeenCalledExactlyOnceWith(expectedCreateGameDto);\n });\n });\n});" }, + "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/GamePlayerDiesEvent.nuxt.spec.ts": { + "tests": [ + { + "id": "518", + "name": "Game Player Dies Event Component should match snapshot when rendered." + }, + { + "id": "519", + "name": "Game Player Dies Event Component should match snapshot when rendered without shallow rendering." + }, + { + "id": "520", + "name": "Game Player Dies Event Component Player Dies Event Texts should pass event texts when rendered." + }, + { + "id": "521", + "name": "Game Player Dies Event Component Player Dies Event Texts should pass can't find dead player texts when player is not found in event." + }, + { + "id": "522", + "name": "Game Player Dies Event Component Player Dies Event Texts should pass can't find dead player texts when there are not players defined in event." + }, + { + "id": "523", + "name": "Game Player Dies Event Component Player Dies Event Texts should pass event texts with player role remaining hidden when the options is activated." + }, + { + "id": "524", + "name": "Game Player Dies Event Component Player Dies Event Role Image should render player role image when dead player is found in event." + }, + { + "id": "525", + "name": "Game Player Dies Event Component Player Dies Event Role Image should not render player role image when dead player is not found in event." + }, + { + "id": "526", + "name": "Game Player Dies Event Component Player Dies Event Role Image should not render player role image when there are not players defined in event." + } + ], + "source": "import { createTestingPinia } from \"@pinia/testing\";\nimport type { mount } from \"@vue/test-utils\";\nimport type { ComponentMountingOptions } from \"@vue/test-utils/dist/mount\";\nimport type { GamePlayerDiesEventProps } from \"~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/game-player-dies-event.types\";\nimport GamePlayerDiesEvent from \"~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/GamePlayerDiesEvent.vue\";\nimport type GameEventFlippingPlayerCard from \"~/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlayerCard.vue\";\nimport { DEFAULT_GAME_OPTIONS } from \"~/composables/api/game/constants/game-options/game-options.constants\";\nimport type { Player } from \"~/composables/api/game/types/players/player.class\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { useGameStore } from \"~/stores/game/useGameStore\";\nimport { createFakeGameOptions } from \"~/tests/unit/utils/factories/composables/api/game/game-options/game-options.factory\";\nimport { createFakeRolesGameOptions } from \"~/tests/unit/utils/factories/composables/api/game/game-options/roles-game-options/roles-game-options.factory\";\nimport { createFakeGame } from \"~/tests/unit/utils/factories/composables/api/game/game.factory\";\nimport { createFakeSeerAlivePlayer } from \"~/tests/unit/utils/factories/composables/api/game/player/player-with-role.factory\";\nimport { createFakeGameEvent } from \"~/tests/unit/utils/factories/stores/game/game-event/game-event.factory\";\n\nimport { mountSuspendedComponent } from \"~/tests/unit/utils/helpers/mount.helpers\";\n\ndescribe(\"Game Player Dies Event Component\", () => {\n let wrapper: ReturnType>;\n const defaultGame = createFakeGame({ options: DEFAULT_GAME_OPTIONS });\n const defaultDeadPlayer = createFakeSeerAlivePlayer({ name: \"Antoine\" });\n const defaultProps: GamePlayerDiesEventProps = { event: createFakeGameEvent({ players: [defaultDeadPlayer] }) };\n const initialState = { initialState: { [StoreIds.GAME]: { game: defaultGame } } };\n\n async function mountGamePlayerDiesEventComponent(options: ComponentMountingOptions = {}):\n Promise>> {\n return mountSuspendedComponent(GamePlayerDiesEvent, {\n props: defaultProps,\n global: { plugins: [createTestingPinia(initialState)] },\n ...options,\n });\n }\n\n beforeEach(async() => {\n wrapper = await mountGamePlayerDiesEventComponent();\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n it(\"should match snapshot when rendered without shallow rendering.\", async() => {\n wrapper = await mountGamePlayerDiesEventComponent({ shallow: false });\n\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Player Dies Event Texts\", () => {\n it(\"should pass event texts when rendered.\", () => {\n const gamePlayerDiesEventComponent = wrapper.findComponent(\"#game-player-dies-event\");\n const expectedTexts: string[] = [\n \"components.GamePlayerDiesEvent.playerDies, {\\\"playerName\\\":\\\"Antoine\\\"}\",\n \"components.GamePlayerDiesEvent.playerCanRevealRole\",\n ];\n const expectedTextsAsString = expectedTexts.join(\",\");\n\n expect(gamePlayerDiesEventComponent.attributes(\"texts\")).toBe(expectedTextsAsString);\n });\n\n it(\"should pass can't find dead player texts when player is not found in event.\", async() => {\n wrapper = await mountGamePlayerDiesEventComponent({ props: { event: createFakeGameEvent({ players: [] }) } });\n const gamePlayerDiesEventComponent = wrapper.findComponent(\"#game-player-dies-event\");\n const expectedTexts: string[] = [\"components.GamePlayerDiesEvent.cantFindDeadPlayer\"];\n const expectedTextsAsString = expectedTexts.join(\",\");\n\n expect(gamePlayerDiesEventComponent.attributes(\"texts\")).toBe(expectedTextsAsString);\n });\n\n it(\"should pass can't find dead player texts when there are not players defined in event.\", async() => {\n wrapper = await mountGamePlayerDiesEventComponent({ props: { event: createFakeGameEvent({ players: undefined }) } });\n const gamePlayerDiesEventComponent = wrapper.findComponent(\"#game-player-dies-event\");\n const expectedTexts: string[] = [\"components.GamePlayerDiesEvent.cantFindDeadPlayer\"];\n const expectedTextsAsString = expectedTexts.join(\",\");\n\n expect(gamePlayerDiesEventComponent.attributes(\"texts\")).toBe(expectedTextsAsString);\n });\n\n it(\"should pass event texts with player role remaining hidden when the options is activated.\", async() => {\n const gameStore = useGameStore();\n gameStore.game = createFakeGame({ options: createFakeGameOptions({ roles: createFakeRolesGameOptions({ areRevealedOnDeath: false }) }) });\n await nextTick();\n const gamePlayerDiesEventComponent = wrapper.findComponent(\"#game-player-dies-event\");\n const expectedTexts: string[] = [\n \"components.GamePlayerDiesEvent.playerDies, {\\\"playerName\\\":\\\"Antoine\\\"}\",\n \"components.GamePlayerDiesEvent.playerDoesntRevealRole\",\n ];\n const expectedTextsAsString = expectedTexts.join(\",\");\n\n expect(gamePlayerDiesEventComponent.attributes(\"texts\")).toBe(expectedTextsAsString);\n });\n });\n\n describe(\"Player Dies Event Role Image\", () => {\n beforeEach(async() => {\n wrapper = await mountGamePlayerDiesEventComponent({\n global: {\n stubs: { GameEventWithTexts: false },\n plugins: [createTestingPinia(initialState)],\n },\n });\n });\n\n it(\"should render player role image when dead player is found in event.\", () => {\n const playerRoleImage = wrapper.findComponent(\"#game-event-flipping-player-card\");\n\n expect(playerRoleImage.props(\"players\")).toStrictEqual([defaultDeadPlayer]);\n });\n\n it(\"should not render player role image when dead player is not found in event.\", async() => {\n wrapper = await mountGamePlayerDiesEventComponent({\n global: {\n stubs: { GameEventWithTexts: false },\n plugins: [createTestingPinia(initialState)],\n },\n props: { event: createFakeGameEvent({ players: [] }) },\n });\n const playerRoleImage = wrapper.findComponent(\"#game-event-flipping-player-card\");\n\n expect(playerRoleImage.exists()).toBeFalsy();\n });\n\n it(\"should not render player role image when there are not players defined in event.\", async() => {\n wrapper = await mountGamePlayerDiesEventComponent({\n global: {\n stubs: { GameEventWithTexts: false },\n plugins: [createTestingPinia(initialState)],\n },\n props: { event: createFakeGameEvent({ players: undefined }) },\n });\n const playerRoleImage = wrapper.findComponent(\"#game-event-flipping-player-card\");\n\n expect(playerRoleImage.exists()).toBeFalsy();\n });\n });\n});" + }, "tests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts": { "tests": [ { - "id": "506", + "id": "527", "name": "Game Team Side Component should match snapshot when rendered." }, { - "id": "507", + "id": "528", "name": "Game Team Side Component Team Side Image should render the werewolves image when the side is werewolves." }, { - "id": "508", + "id": "529", "name": "Game Team Side Component Team Side Image should render the villagers image when the side is villagers." }, { - "id": "509", + "id": "530", "name": "Game Team Side Component Title should render the werewolves title when the side is werewolves." }, { - "id": "510", + "id": "531", "name": "Game Team Side Component Title should render the villagers title when the side is villagers." }, { - "id": "511", + "id": "532", "name": "Game Team Side Component Alive text should render the number of alive werewolves when the side is werewolves." }, { - "id": "512", + "id": "533", "name": "Game Team Side Component Alive text should render the number of alive villagers when the side is villagers." }, { - "id": "513", + "id": "534", "name": "Game Team Side Component Game Team Side Players should render the werewolves players with alive players first when the side is werewolves." }, { - "id": "514", + "id": "535", "name": "Game Team Side Component Game Team Side Players should render the villagers players with alive players first when the side is villagers." } ], @@ -104958,43 +106220,43 @@ "tests/unit/specs/components/pages/about/AboutAvailableRoles/AboutAvailableRoles.nuxt.spec.ts": { "tests": [ { - "id": "515", + "id": "536", "name": "About Available Roles Component should match snapshot when rendered." }, { - "id": "516", + "id": "537", "name": "About Available Roles Component Title should display role image with angel when rendered." }, { - "id": "517", + "id": "538", "name": "About Available Roles Component Title should translate title when rendered." }, { - "id": "518", + "id": "539", "name": "About Available Roles Component Available Roles Accordion Roles are not set yet should display loading roles container when roles are not set yet." }, { - "id": "519", + "id": "540", "name": "About Available Roles Component Available Roles Accordion Roles are not set yet should translate loading roles text when roles are not set yet." }, { - "id": "520", + "id": "541", "name": "About Available Roles Component Available Roles Accordion Roles are set should translate first section when roles are set." }, { - "id": "521", + "id": "542", "name": "About Available Roles Component Available Roles Accordion Roles are set should display 3 available roles accordion tabs when 3 roles are set." }, { - "id": "522", + "id": "543", "name": "About Available Roles Component Available Roles Accordion Roles are set should render roles accordion tabs with header aria labels when roles are set." }, { - "id": "523", + "id": "544", "name": "About Available Roles Component Available Roles Accordion Roles are set should render roles accordion tabs with header images when roles are set." }, { - "id": "524", + "id": "545", "name": "About Available Roles Component Available Roles Accordion Roles are set should display werewolf role description for first accordion tab when first accordion tab is for werewolf role." } ], @@ -105003,43 +106265,43 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts": { "tests": [ { - "id": "525", + "id": "546", "name": "Game Playground Content Component should match snapshot when rendered." }, { - "id": "526", + "id": "547", "name": "Game Playground Content Component Game Playground Component should render game use potions playground component when current game play is use potions type." }, { - "id": "527", + "id": "548", "name": "Game Playground Content Component Game Playground Component should render game choose card playground component when current game play is choose card type." }, { - "id": "528", + "id": "549", "name": "Game Playground Content Component Game Playground Component should render game choose side playground component when current game play is choose side type." }, { - "id": "529", + "id": "550", "name": "Game Playground Content Component Game Playground Component should render game no action playground component when current game play is no action type." }, { - "id": "530", + "id": "551", "name": "Game Playground Content Component Game Playground Component should render game request another vote playground component when current game play is request another vote type." }, { - "id": "531", + "id": "552", "name": "Game Playground Content Component Game Playground Component should render game target playground component when current game play is target type." }, { - "id": "532", + "id": "553", "name": "Game Playground Content Component Game Playground Component should render game vote playground component when current game play is vote type." }, { - "id": "533", + "id": "554", "name": "Game Playground Content Component Game Playground Component should render game bury dead bodies playground component when current game play is bury dead bodies type." }, { - "id": "534", + "id": "555", "name": "Game Playground Content Component Game Playground Component should not render any game playground component when current game play type is not defined." } ], @@ -105048,35 +106310,35 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecord.nuxt.spec.ts": { "tests": [ { - "id": "535", + "id": "556", "name": "Game Over History Record Component should match snapshot when rendered." }, { - "id": "536", + "id": "557", "name": "Game Over History Record Component Game History Record Decision should not display game over history record decision when type is no-action." }, { - "id": "537", + "id": "558", "name": "Game Over History Record Component Game History Record Decision should not display game over history record decision when play is skipped." }, { - "id": "538", + "id": "559", "name": "Game Over History Record Component Game History Record Decision should display game over history record decision when type is vote and play is not skipped." }, { - "id": "539", + "id": "560", "name": "Game Over History Record Component Game History Record Decision should display game over history record decision when type is target and play is not skipped." }, { - "id": "540", + "id": "561", "name": "Game Over History Record Component Game History Record Decision should display game over history record decision when type is bury-dead-bodies and play is not skipped." }, { - "id": "541", + "id": "562", "name": "Game Over History Record Component Game History Record Decision should display game over history record decision when type is choose-card and play is not skipped." }, { - "id": "542", + "id": "563", "name": "Game Over History Record Component Game History Record Decision should display game over history record decision when type is choose-side and play is not skipped." } ], @@ -105085,39 +106347,39 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts": { "tests": [ { - "id": "543", + "id": "564", "name": "Game Lobby Options Hub Roles Tab Wolf Hound Component should match snapshot when rendered." }, { - "id": "544", + "id": "565", "name": "Game Lobby Options Hub Roles Tab Wolf Hound Component Is Chosen Side Revealed option should translate option label when rendered." }, { - "id": "545", + "id": "566", "name": "Game Lobby Options Hub Roles Tab Wolf Hound Component Is Chosen Side Revealed option should translate option description when the option is activated." }, { - "id": "546", + "id": "567", "name": "Game Lobby Options Hub Roles Tab Wolf Hound Component Is Chosen Side Revealed option should translate option description when the option is deactivated." }, { - "id": "547", + "id": "568", "name": "Game Lobby Options Hub Roles Tab Wolf Hound Component Is Chosen Side Revealed option should update the create game dto store when the option is changed by the affirmative toggle button." }, { - "id": "548", + "id": "569", "name": "Game Lobby Options Hub Roles Tab Wolf Hound Component Is Side randomly chosen option should translate option label when rendered." }, { - "id": "549", + "id": "570", "name": "Game Lobby Options Hub Roles Tab Wolf Hound Component Is Side randomly chosen option should translate option description when the option is activated." }, { - "id": "550", + "id": "571", "name": "Game Lobby Options Hub Roles Tab Wolf Hound Component Is Side randomly chosen option should translate option description when the option is deactivated." }, { - "id": "551", + "id": "572", "name": "Game Lobby Options Hub Roles Tab Wolf Hound Component Is Side randomly chosen option should update the create game dto store when the option is changed by the affirmative toggle button." } ], @@ -105126,47 +106388,47 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeader.nuxt.spec.ts": { "tests": [ { - "id": "552", + "id": "573", "name": "Game Lobby Header Component should match snapshot when rendered." }, { - "id": "553", + "id": "574", "name": "Game Lobby Header Component Title should translate game lobby title when rendered." }, { - "id": "554", + "id": "575", "name": "Game Lobby Header Component Game Lobby Player Input Form Game Lobby Player Input should pass empty input value when rendered." }, { - "id": "555", + "id": "576", "name": "Game Lobby Header Component Game Lobby Player Input Form Game Lobby Player Input should update ref when input emits update event." }, { - "id": "556", + "id": "577", "name": "Game Lobby Header Component Game Lobby Player Input Form Add Player Form should not empty input when game lobby player input ref is not set." }, { - "id": "557", + "id": "578", "name": "Game Lobby Header Component Game Lobby Player Input Form Add Player Form should not empty input when add button is disabled." }, { - "id": "558", + "id": "579", "name": "Game Lobby Header Component Game Lobby Player Input Form Add Player Form should not trim player input value when add button is disabled and form is submitted." }, { - "id": "559", + "id": "580", "name": "Game Lobby Header Component Game Lobby Player Input Form Add Player Form should not add player when trimmed input is empty." }, { - "id": "560", + "id": "581", "name": "Game Lobby Header Component Game Lobby Player Input Form Add Player Form should add player when form is valid and submitted." }, { - "id": "561", + "id": "582", "name": "Game Lobby Header Component Game Lobby Player Input Form Add Player Form should empty player input when form is valid and submitted." }, { - "id": "562", + "id": "583", "name": "Game Lobby Header Component Game Lobby Player Input Form Setup Buttons should emit 'gameOptionsButtonClick' event when options button is clicked." } ], @@ -105175,43 +106437,43 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts": { "tests": [ { - "id": "563", + "id": "584", "name": "Game Lobby Options Hub Roles Tab General Component should match snapshot when rendered." }, { - "id": "564", + "id": "585", "name": "Game Lobby Options Hub Roles Tab General Component Legend should translate legend when rendered." }, { - "id": "565", + "id": "586", "name": "Game Lobby Options Hub Roles Tab General Component Do Skip call if no target option should translate option label when rendered." }, { - "id": "566", + "id": "587", "name": "Game Lobby Options Hub Roles Tab General Component Do Skip call if no target option should translate option description when the option is activated." }, { - "id": "567", + "id": "588", "name": "Game Lobby Options Hub Roles Tab General Component Do Skip call if no target option should translate option description when the option is deactivated." }, { - "id": "568", + "id": "589", "name": "Game Lobby Options Hub Roles Tab General Component Do Skip call if no target option should update the create game dto store when the option is toggled." }, { - "id": "569", + "id": "590", "name": "Game Lobby Options Hub Roles Tab General Component Are revealed on death option should translate option label when rendered." }, { - "id": "570", + "id": "591", "name": "Game Lobby Options Hub Roles Tab General Component Are revealed on death option should translate option description when the option is activated." }, { - "id": "571", + "id": "592", "name": "Game Lobby Options Hub Roles Tab General Component Are revealed on death option should translate option description when the option is deactivated." }, { - "id": "572", + "id": "593", "name": "Game Lobby Options Hub Roles Tab General Component Are revealed on death option should update create game dto store when the option is toggled." } ], @@ -105220,27 +106482,27 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameDevotedServantStealsRolePlayground/GameDevotedServantStealsRolePlayground.nuxt.spec.ts": { "tests": [ { - "id": "573", + "id": "594", "name": "Game Devoted Servant Steals Role Playground Component should match snapshot when rendered." }, { - "id": "574", + "id": "595", "name": "Game Devoted Servant Steals Role Playground Component Devoted Servant steals role question should translate devoted servant steals role question when there are multiple players defined." }, { - "id": "575", + "id": "596", "name": "Game Devoted Servant Steals Role Playground Component Devoted Servant steals role question should translate devoted servant steals role question when there is only one player defined." }, { - "id": "576", + "id": "597", "name": "Game Devoted Servant Steals Role Playground Component Devoted Servant steals role question should translate devoted servant steals role question as singular when there is no interaction." }, { - "id": "577", + "id": "598", "name": "Game Devoted Servant Steals Role Playground Component Devoted Servant steals role question should translate devoted servant steals role question as singular when there is no eliminated players." }, { - "id": "578", + "id": "599", "name": "Game Devoted Servant Steals Role Playground Component Targets should render targets when there are multiple eligible targets for devoted servant." } ], @@ -105249,39 +106511,39 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts": { "tests": [ { - "id": "579", + "id": "600", "name": "Game Lobby Options Hub Roles Tab Thief Component should match snapshot when rendered." }, { - "id": "580", + "id": "601", "name": "Game Lobby Options Hub Roles Tab Thief Component Must choose between Werewolves option should translate option label when rendered." }, { - "id": "581", + "id": "602", "name": "Game Lobby Options Hub Roles Tab Thief Component Must choose between Werewolves option should translate option description when the option is activated." }, { - "id": "582", + "id": "603", "name": "Game Lobby Options Hub Roles Tab Thief Component Must choose between Werewolves option should translate option description when the option is deactivated." }, { - "id": "583", + "id": "604", "name": "Game Lobby Options Hub Roles Tab Thief Component Must choose between Werewolves option should update the create game dto store when the option is toggled." }, { - "id": "584", + "id": "605", "name": "Game Lobby Options Hub Roles Tab Thief Component Is Chosen Card revealed should translate option label when rendered." }, { - "id": "585", + "id": "606", "name": "Game Lobby Options Hub Roles Tab Thief Component Is Chosen Card revealed should translate option description when the option is activated." }, { - "id": "586", + "id": "607", "name": "Game Lobby Options Hub Roles Tab Thief Component Is Chosen Card revealed should translate option description when the option is deactivated." }, { - "id": "587", + "id": "608", "name": "Game Lobby Options Hub Roles Tab Thief Component Is Chosen Card revealed should update the create game dto store when the option is toggled." } ], @@ -105290,31 +106552,31 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordDecision/GameOverHistoryRecordDecisionBuriedPlayers/GameOverHistoryRecordDecisionBuriedPlayer/GameOverHistoryRecordDecisionBuriedPlayer.nuxt.spec.ts": { "tests": [ { - "id": "588", + "id": "609", "name": "Game Over History Record Decision Buried Player Component should match snapshot when rendered." }, { - "id": "589", + "id": "610", "name": "Game Over History Record Decision Buried Player Component Player Card should render Player Card with the buried player name and role when rendered." }, { - "id": "590", + "id": "611", "name": "Game Over History Record Decision Buried Player Component Devoted Servant Tag should render Devoted Servant Tag when the target is the buried player." }, { - "id": "591", + "id": "612", "name": "Game Over History Record Decision Buried Player Component Devoted Servant Tag should not render Devoted Servant Tag when there is no targets." }, { - "id": "592", + "id": "613", "name": "Game Over History Record Decision Buried Player Component Devoted Servant Tag should not render Devoted Servant Tag when the target is not the buried player." }, { - "id": "593", + "id": "614", "name": "Game Over History Record Decision Buried Player Component Devoted Servant Tag Devoted Servant Tag Content should render the tag icon when rendered." }, { - "id": "594", + "id": "615", "name": "Game Over History Record Decision Buried Player Component Devoted Servant Tag Devoted Servant Tag Content should render the tag text when rendered." } ], @@ -105323,27 +106585,27 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordDecision/GameOverHistoryRecordDecisionNominatedPlayers/GameOverHistoryRecordDecisionNominatedPlayers.nuxt.spec.ts": { "tests": [ { - "id": "595", + "id": "616", "name": "Game Over History Record Decision Nominated Players Component should match snapshot when rendered." }, { - "id": "596", + "id": "617", "name": "Game Over History Record Decision Nominated Players Component Nominated Players should render the truncated nominated players when there are more than 3 nominated players." }, { - "id": "597", + "id": "618", "name": "Game Over History Record Decision Nominated Players Component Nominated Players should render the full nominated players when there are less than 3 nominated players." }, { - "id": "598", + "id": "619", "name": "Game Over History Record Decision Nominated Players Component Nominated Players should not render the nominated players when there are no voting results." }, { - "id": "599", + "id": "620", "name": "Game Over History Record Decision Nominated Players Component Nominated Players should not render the nominated players when there are no nominated players." }, { - "id": "600", + "id": "621", "name": "Game Over History Record Decision Nominated Players Component Overflow Tag should render Overflow Tag when rendered." } ], @@ -105352,39 +106614,39 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabCupid/GameLobbyOptionsHubRolesTabCupid.nuxt.spec.ts": { "tests": [ { - "id": "601", + "id": "622", "name": "Game Lobby Options Hub Roles Tab Cupid Component should match snapshot when rendered." }, { - "id": "602", + "id": "623", "name": "Game Lobby Options Hub Roles Tab Cupid Component Cupid must win with Lovers option should translate option label when rendered." }, { - "id": "603", + "id": "624", "name": "Game Lobby Options Hub Roles Tab Cupid Component Cupid must win with Lovers option should translate option description when the option is activated." }, { - "id": "604", + "id": "625", "name": "Game Lobby Options Hub Roles Tab Cupid Component Cupid must win with Lovers option should translate option description when the option is deactivated." }, { - "id": "605", + "id": "626", "name": "Game Lobby Options Hub Roles Tab Cupid Component Cupid must win with Lovers option should update the create game dto store when the option is toggled." }, { - "id": "606", + "id": "627", "name": "Game Lobby Options Hub Roles Tab Cupid Component Do Lovers reveal role to each other option should translate option label when rendered." }, { - "id": "607", + "id": "628", "name": "Game Lobby Options Hub Roles Tab Cupid Component Do Lovers reveal role to each other option should translate option description when the option is activated." }, { - "id": "608", + "id": "629", "name": "Game Lobby Options Hub Roles Tab Cupid Component Do Lovers reveal role to each other option should translate option description when the option is deactivated." }, { - "id": "609", + "id": "630", "name": "Game Lobby Options Hub Roles Tab Cupid Component Do Lovers reveal role to each other option should update the create game dto store when the option is toggled." } ], @@ -105393,39 +106655,39 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSeer/GameLobbyOptionsHubRolesTabSeer.nuxt.spec.ts": { "tests": [ { - "id": "610", + "id": "631", "name": "Game Lobby Options Hub Roles Tab Seer Component should match snapshot when rendered." }, { - "id": "611", + "id": "632", "name": "Game Lobby Options Hub Roles Tab Seer Component Is talkative option should translate option label when rendered." }, { - "id": "612", + "id": "633", "name": "Game Lobby Options Hub Roles Tab Seer Component Is talkative option should translate option description when the option is activated." }, { - "id": "613", + "id": "634", "name": "Game Lobby Options Hub Roles Tab Seer Component Is talkative option should translate option description when the option is deactivated." }, { - "id": "614", + "id": "635", "name": "Game Lobby Options Hub Roles Tab Seer Component Is talkative option should update the create game dto store when the option is toggled." }, { - "id": "615", + "id": "636", "name": "Game Lobby Options Hub Roles Tab Seer Component Can see Roles option should translate option label when rendered." }, { - "id": "616", + "id": "637", "name": "Game Lobby Options Hub Roles Tab Seer Component Can see Roles option should translate option description when the option is activated." }, { - "id": "617", + "id": "638", "name": "Game Lobby Options Hub Roles Tab Seer Component Can see Roles option should translate option description when the option is deactivated." }, { - "id": "618", + "id": "639", "name": "Game Lobby Options Hub Roles Tab Seer Component Can see Roles option should update the create game dto store when the option is toggled." } ], @@ -105434,39 +106696,39 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSurvivorsTurnStartsEvent/GameSurvivorsTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "619", + "id": "640", "name": "Game Survivors Turn Starts Event Component should match snapshot when rendered." }, { - "id": "620", + "id": "641", "name": "Game Survivors Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "621", + "id": "642", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should not display any texts when the…'" }, { - "id": "622", + "id": "643", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should display sheriff election texts…'" }, { - "id": "623", + "id": "644", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should display voting texts for class…'" }, { - "id": "624", + "id": "645", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should display voting texts for angel…'" }, { - "id": "625", + "id": "646", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should display voting texts for stutt…'" }, { - "id": "626", + "id": "647", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should display voting texts for sheri…'" }, { - "id": "627", + "id": "648", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should display bury dead bodies texts…'" } ], @@ -105475,113 +106737,121 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordDecision/GameOverHistoryRecordDecisionTargets/GameOverHistoryRecordDecisionTargets.nuxt.spec.ts": { "tests": [ { - "id": "628", + "id": "649", "name": "Game Over History Record Decision Targets Component should match snapshot when rendered." }, { - "id": "629", + "id": "650", "name": "Game Over History Record Decision Targets Component Targets should render the truncated targets when there are more than 3 targets." }, { - "id": "630", + "id": "651", "name": "Game Over History Record Decision Targets Component Targets should render the full targets when there are less than 3 targets." }, { - "id": "631", + "id": "652", "name": "Game Over History Record Decision Targets Component Targets should not render the targets when there are no targets." }, { - "id": "632", + "id": "653", "name": "Game Over History Record Decision Targets Component Overflow Tag should display the overflow tag when rendered." } ], "source": "import type { mount } from \"@vue/test-utils\";\nimport type { ComponentMountingOptions } from \"@vue/test-utils/dist/mount\";\nimport type { GameOverHistoryRecordDecisionTargetsProps } from \"~/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordDecision/GameOverHistoryRecordDecisionTargets/game-over-history-record-decision-targets.types\";\nimport type GameOverHistoryRecordDecisionTarget from \"~/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordDecision/GameOverHistoryRecordDecisionTargets/GameOverHistoryRecordDecisionTarget/GameOverHistoryRecordDecisionTarget.vue\";\nimport GameOverHistoryRecordDecisionTargets from \"~/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordDecision/GameOverHistoryRecordDecisionTargets/GameOverHistoryRecordDecisionTargets.vue\";\nimport type OverflowTag from \"~/components/shared/misc/OverflowTag/OverflowTag.vue\";\nimport type { GameHistoryRecordPlayTarget } from \"~/composables/api/game/types/game-history-record/game-history-record-play/game-history-record-play-target/game-history-record-play-target.class\";\nimport { createFakeGameHistoryRecordPlayTarget } from \"~/tests/unit/utils/factories/composables/api/game/game-history-record/game-history-record-play/game-history-record-play-target/game-history-record-play-target.factory\";\nimport { createFakeGameHistoryRecordPlay } from \"~/tests/unit/utils/factories/composables/api/game/game-history-record/game-history-record-play/game-history-record-play.factory\";\nimport { createFakeGameHistoryRecord } from \"~/tests/unit/utils/factories/composables/api/game/game-history-record/game-history-record.factory\";\nimport { createFakeActorAlivePlayer } from \"~/tests/unit/utils/factories/composables/api/game/player/player-with-role.factory\";\n\nimport { mountSuspendedComponent } from \"~/tests/unit/utils/helpers/mount.helpers\";\n\ndescribe(\"Game Over History Record Decision Targets Component\", () => {\n let wrapper: ReturnType>;\n const defaultPlayers = [\n createFakeActorAlivePlayer({ name: \"Antoine\" }),\n createFakeActorAlivePlayer({ name: \"Vanessa\" }),\n createFakeActorAlivePlayer({ name: \"Thomas\" }),\n createFakeActorAlivePlayer({ name: \"Doudou\" }),\n ];\n const defaultTargets = [\n createFakeGameHistoryRecordPlayTarget({ player: defaultPlayers[0] }),\n createFakeGameHistoryRecordPlayTarget({ player: defaultPlayers[1] }),\n createFakeGameHistoryRecordPlayTarget({ player: defaultPlayers[2] }),\n createFakeGameHistoryRecordPlayTarget({ player: defaultPlayers[3] }),\n ];\n const defaultGameHistoryRecord = createFakeGameHistoryRecord({\n play: createFakeGameHistoryRecordPlay({\n type: \"target\",\n action: \"eat\",\n targets: defaultTargets,\n }),\n });\n const defaultProps: GameOverHistoryRecordDecisionTargetsProps = { gameHistoryRecord: defaultGameHistoryRecord };\n\n async function mountGameOverHistoryRecordDecisionTargetsComponent(options: ComponentMountingOptions = {}):\n Promise>> {\n return mountSuspendedComponent(GameOverHistoryRecordDecisionTargets, {\n props: defaultProps,\n ...options,\n });\n }\n\n beforeEach(async() => {\n wrapper = await mountGameOverHistoryRecordDecisionTargetsComponent();\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Targets\", () => {\n it(\"should render the truncated targets when there are more than 3 targets.\", () => {\n const targets = wrapper.findAllComponents(\".game-over-history-record-target-player\");\n\n expect(targets).toHaveLength(3);\n expect(targets[0].props(\"target\")).toStrictEqual(defaultTargets[0]);\n expect(targets[1].props(\"target\")).toStrictEqual(defaultTargets[1]);\n expect(targets[2].props(\"target\")).toStrictEqual(defaultTargets[2]);\n });\n\n it(\"should render the full targets when there are less than 3 targets.\", async() => {\n const gameHistoryRecord = createFakeGameHistoryRecord({\n play: createFakeGameHistoryRecordPlay({\n type: \"target\",\n action: \"eat\",\n targets: [defaultTargets[0], defaultTargets[1]],\n }),\n });\n wrapper = await mountGameOverHistoryRecordDecisionTargetsComponent({ props: { gameHistoryRecord } });\n const targets = wrapper.findAllComponents(\".game-over-history-record-target-player\");\n\n expect(targets).toHaveLength(2);\n expect(targets[0].props(\"target\")).toStrictEqual(defaultTargets[0]);\n expect(targets[1].props(\"target\")).toStrictEqual(defaultTargets[1]);\n });\n\n it(\"should not render the targets when there are no targets.\", async() => {\n const gameHistoryRecord = createFakeGameHistoryRecord({\n play: createFakeGameHistoryRecordPlay({\n type: \"target\",\n action: \"eat\",\n }),\n });\n wrapper = await mountGameOverHistoryRecordDecisionTargetsComponent({ props: { gameHistoryRecord } });\n const targets = wrapper.findAllComponents(\".game-over-history-record-target-player\");\n\n expect(targets).toHaveLength(0);\n });\n });\n\n describe(\"Overflow Tag\", () => {\n it(\"should display the overflow tag when rendered.\", () => {\n const overflowTag = wrapper.findComponent(\"#target-players-overflow-tag\");\n\n expect(overflowTag.props(\"entitiesCount\")).toBe(4);\n expect(overflowTag.props(\"maximumEntitiesDisplayed\")).toBe(3);\n });\n });\n});" }, - "tests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts": { + "tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImage.nuxt.spec.ts": { "tests": [ { - "id": "633", - "name": "Game Events Store should have initial state when created." + "id": "654", + "name": "Role Flipping Image Component should match snapshot when rendered." }, { - "id": "634", - "name": "Game Events Store canGoToPreviousGameEvent should return true when can go to previous game event." + "id": "655", + "name": "Role Flipping Image Component Flip Container should set flipped to false when rendered." }, { - "id": "635", - "name": "Game Events Store canGoToPreviousGameEvent should return false when cannot go to previous game event." + "id": "656", + "name": "Role Flipping Image Component Flip Container should set height and width from props when rendered." }, { - "id": "636", - "name": "Game Events Store resetGameEvents should reset game events when called." + "id": "657", + "name": "Role Flipping Image Component Flip Container Front Role Image should set front image role from props when rendered." }, { - "id": "637", - "name": "Game Events Store generateAndSetGameEventsFromGame 'should generate game starts and turn …'" + "id": "658", + "name": "Role Flipping Image Component Flip Container Front Role Image should set back flip to false when the role is updated twice in props." }, { - "id": "638", - "name": "Game Events Store generateAndSetGameEventsFromGame 'should generate day rises and turn st…'" + "id": "659", + "name": "Role Flipping Image Component Flip Container Front Role Image should set front image role as the new role when the role is updated twice in props." }, { - "id": "639", - "name": "Game Events Store generateAndSetGameEventsFromGame 'should generate night falls and turn …'" + "id": "660", + "name": "Role Flipping Image Component Flip Container Front Role Image should not render svg icon when icon path is not defined in props." }, { - "id": "640", - "name": "Game Events Store generateAndSetGameEventsFromGame 'should turn starts event without game…'" + "id": "661", + "name": "Role Flipping Image Component Flip Container Front Role Image should render svg icon when icon path is defined in props." }, { - "id": "641", - "name": "Game Events Store generateAndSetGameEventsFromGame 'should generate turn starts event whe…'" + "id": "662", + "name": "Role Flipping Image Component Flip Container Back Role Image should set back image role as undefined when rendered." }, { - "id": "642", - "name": "Game Events Store goToNextGameEvent should go to the next game event when called." + "id": "663", + "name": "Role Flipping Image Component Flip Container Back Role Image should flip the card when the role is updated in props." }, { - "id": "643", - "name": "Game Events Store goToPreviousGameEvent should go to the previous game event when called." + "id": "664", + "name": "Role Flipping Image Component Flip Container Back Role Image should set back image role as the new role when the role is updated in props." + }, + { + "id": "665", + "name": "Role Flipping Image Component Flip Container Back Role Image should not render svg icon when icon path is not defined in props." + }, + { + "id": "666", + "name": "Role Flipping Image Component Flip Container Back Role Image should render svg icon when icon path is defined in props." } ], - "source": "import { createPinia, setActivePinia } from \"pinia\";\nimport type { Game } from \"~/composables/api/game/types/game.class\";\nimport type { GameEvent } from \"~/stores/game/game-event/types/game-event.class\";\nimport { useGameEventsStore } from \"~/stores/game/game-event/useGameEventsStore\";\nimport { createFakeGamePhase } from \"~/tests/unit/utils/factories/composables/api/game/game-phase/game-phase.factory\";\nimport { createFakeGame } from \"~/tests/unit/utils/factories/composables/api/game/game.factory\";\nimport { createFakeGameEvent } from \"~/tests/unit/utils/factories/stores/game/game-event/game-event.factory\";\n\ndescribe(\"Game Events Store\", () => {\n beforeEach(() => {\n setActivePinia(createPinia());\n });\n\n it(\"should have initial state when created.\", () => {\n const gameEventsStore = useGameEventsStore();\n const expectedGameEvents: GameEvent[] = [];\n\n expect(gameEventsStore.gameEvents).toStrictEqual(expectedGameEvents);\n expect(gameEventsStore.currentGameEvent).toBeUndefined();\n expect(gameEventsStore.canGoToPreviousGameEvent).toBeFalsy();\n });\n\n describe(\"canGoToPreviousGameEvent\", () => {\n it(\"should return true when can go to previous game event.\", () => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent(),\n createFakeGameEvent(),\n createFakeGameEvent(),\n ];\n gameEventsStore.currentGameEventIndex = 2;\n\n expect(gameEventsStore.canGoToPreviousGameEvent).toBeTruthy();\n });\n\n it(\"should return false when cannot go to previous game event.\", () => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent(),\n createFakeGameEvent(),\n createFakeGameEvent(),\n ];\n\n expect(gameEventsStore.canGoToPreviousGameEvent).toBeFalsy();\n });\n });\n\n describe(\"resetGameEvents\", () => {\n it(\"should reset game events when called.\", () => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent(),\n createFakeGameEvent(),\n createFakeGameEvent(),\n ];\n gameEventsStore.goToNextGameEvent();\n gameEventsStore.resetGameEvents();\n\n expect(gameEventsStore.gameEvents).toStrictEqual([]);\n expect(gameEventsStore.currentGameEvent).toBeUndefined();\n });\n });\n\n describe(\"generateAndSetGameEventsFromGame\", () => {\n it.each<{\n game: Game;\n expectedGameEvents: GameEvent[];\n test: string;\n }>([\n {\n game: createFakeGame({ tick: 1 }),\n expectedGameEvents: [\n createFakeGameEvent({ type: \"game-starts\" }),\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n ],\n test: \"should generate game starts and turn starts events when game tick is 1.\",\n },\n {\n game: createFakeGame({\n tick: 2,\n phase: createFakeGamePhase({\n tick: 1,\n name: \"day\",\n }),\n }),\n expectedGameEvents: [\n createFakeGameEvent({ type: \"game-phase-starts\" }),\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n ],\n test: \"should generate day rises and turn starts events when game phase tick is 1 and name is day.\",\n },\n {\n game: createFakeGame({\n tick: 2,\n phase: createFakeGamePhase({\n tick: 1,\n name: \"night\",\n }),\n }),\n expectedGameEvents: [\n createFakeGameEvent({ type: \"game-phase-starts\" }),\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n ],\n test: \"should generate night falls and turn starts events when game phase tick is 1 and name is night.\",\n },\n {\n game: createFakeGame({\n tick: 2,\n phase: createFakeGamePhase({\n tick: 1,\n name: \"twilight\",\n }),\n }),\n expectedGameEvents: [createFakeGameEvent({ type: \"game-turn-starts\" })],\n test: \"should turn starts event without game phase event when game phase tick is 1 but name is twilight.\",\n },\n {\n game: createFakeGame({\n tick: 2,\n phase: createFakeGamePhase({\n tick: 2,\n name: \"day\",\n }),\n }),\n expectedGameEvents: [createFakeGameEvent({ type: \"game-turn-starts\" })],\n test: \"should generate turn starts event when game tick nor phase tick is 1.\",\n },\n ])(\"$test\", ({ game, expectedGameEvents }) => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.generateAndSetGameEventsFromGame(game);\n\n expect(gameEventsStore.gameEvents).toStrictEqual(expectedGameEvents);\n });\n });\n\n describe(\"goToNextGameEvent\", () => {\n it(\"should go to the next game event when called.\", () => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent(),\n createFakeGameEvent(),\n createFakeGameEvent(),\n ];\n gameEventsStore.goToNextGameEvent();\n\n expect(gameEventsStore.currentGameEvent).toStrictEqual(gameEventsStore.gameEvents[1]);\n });\n });\n\n describe(\"goToPreviousGameEvent\", () => {\n it(\"should go to the previous game event when called.\", () => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent({ type: \"game-starts\" }),\n createFakeGameEvent({ type: \"game-phase-starts\" }),\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n ];\n gameEventsStore.goToNextGameEvent();\n gameEventsStore.goToNextGameEvent();\n gameEventsStore.goToPreviousGameEvent();\n\n expect(gameEventsStore.currentGameEvent).toStrictEqual(gameEventsStore.gameEvents[1]);\n });\n });\n});" + "source": "import type { mount } from \"@vue/test-utils\";\nimport type { ComponentMountingOptions } from \"@vue/test-utils/dist/mount\";\n\nimport type { VueFlip } from \"#components\";\nimport type { RoleFlippingImageProps } from \"~/components/shared/role/RoleImage/RoleFlippingImage/role-flipping-image.types\";\nimport RoleFlippingImage from \"~/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImage.vue\";\nimport type RoleFlippingImageSvgIcon from \"~/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/RoleFlippingImageSvgIcon.vue\";\nimport type RoleImage from \"~/components/shared/role/RoleImage/RoleImage.vue\";\nimport { mountSuspendedComponent } from \"~/tests/unit/utils/helpers/mount.helpers\";\n\ndescribe(\"Role Flipping Image Component\", () => {\n let wrapper: ReturnType>;\n const defaultProps: RoleFlippingImageProps = { roleName: \"werewolf\" };\n\n async function mountRoleFlippingImageComponent(options: ComponentMountingOptions = {}): Promise>> {\n return mountSuspendedComponent(RoleFlippingImage, {\n shallow: false,\n global: { stubs: { RoleImage: true } },\n props: defaultProps,\n ...options,\n });\n }\n\n beforeEach(async() => {\n wrapper = await mountRoleFlippingImageComponent();\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Flip Container\", () => {\n it(\"should set flipped to false when rendered.\", async() => {\n wrapper = await mountRoleFlippingImageComponent({ shallow: true });\n\n const flipContainer = wrapper.findComponent(\"#role-flipping-image\");\n\n expect(flipContainer.attributes(\"modelvalue\")).toBe(\"false\");\n });\n\n it(\"should set height and width from props when rendered.\", async() => {\n wrapper = await mountRoleFlippingImageComponent({\n shallow: true,\n props: {\n ...defaultProps,\n sizes: \"100px\",\n },\n });\n const flipContainer = wrapper.findComponent(\"#role-flipping-image\");\n\n expect(flipContainer.attributes(\"height\")).toBe(\"100px\");\n expect(flipContainer.attributes(\"width\")).toBe(\"100px\");\n });\n\n describe(\"Front Role Image\", () => {\n it(\"should set front image role from props when rendered.\", () => {\n const frontRoleImage = wrapper.findComponent(\"#front-role-image\");\n\n expect(frontRoleImage.props(\"roleName\")).toBe(\"werewolf\");\n });\n\n it(\"should set back flip to false when the role is updated twice in props.\", async() => {\n wrapper = await mountRoleFlippingImageComponent({ shallow: true });\n const flipContainer = wrapper.findComponent(\"#role-flipping-image\");\n await wrapper.setProps({ roleName: \"villager\" });\n await wrapper.setProps({ roleName: \"seer\" });\n\n expect(flipContainer.attributes(\"modelvalue\")).toBe(\"false\");\n });\n\n it(\"should set front image role as the new role when the role is updated twice in props.\", async() => {\n const frontRoleImage = wrapper.findComponent(\"#front-role-image\");\n await wrapper.setProps({ roleName: \"villager\" });\n await wrapper.setProps({ roleName: \"seer\" });\n\n expect(frontRoleImage.props(\"roleName\")).toBe(\"seer\");\n });\n\n it(\"should not render svg icon when icon path is not defined in props.\", () => {\n const svgIcon = wrapper.findComponent(\"#front-role-image-svg-icon\");\n\n expect(svgIcon.exists()).toBeFalsy();\n });\n\n it(\"should render svg icon when icon path is defined in props.\", async() => {\n wrapper = await mountRoleFlippingImageComponent({\n shallow: false,\n props: {\n ...defaultProps,\n svgIconPath: \"/svg/werewolf.svg\",\n },\n });\n const svgIcon = wrapper.findComponent(\"#front-role-image-svg-icon\");\n\n expect(svgIcon.props(\"svgIconPath\")).toBe(\"/svg/werewolf.svg\");\n });\n });\n\n describe(\"Back Role Image\", () => {\n it(\"should set back image role as undefined when rendered.\", () => {\n const backRoleImage = wrapper.findComponent(\"#back-role-image\");\n\n expect(backRoleImage.props(\"roleName\")).toBeUndefined();\n });\n\n it(\"should flip the card when the role is updated in props.\", async() => {\n wrapper = await mountRoleFlippingImageComponent({ shallow: true });\n const flipContainer = wrapper.findComponent(\"#role-flipping-image\");\n await wrapper.setProps({ roleName: \"villager\" });\n\n expect(flipContainer.attributes(\"modelvalue\")).toBe(\"true\");\n });\n\n it(\"should set back image role as the new role when the role is updated in props.\", async() => {\n const backRoleImage = wrapper.findComponent(\"#back-role-image\");\n await wrapper.setProps({ roleName: \"villager\" });\n\n expect(backRoleImage.props(\"roleName\")).toBe(\"villager\");\n });\n\n it(\"should not render svg icon when icon path is not defined in props.\", () => {\n const svgIcon = wrapper.findComponent(\"#back-role-image-svg-icon\");\n\n expect(svgIcon.exists()).toBeFalsy();\n });\n\n it(\"should render svg icon when icon path is defined in props.\", async() => {\n wrapper = await mountRoleFlippingImageComponent({\n shallow: false,\n props: {\n ...defaultProps,\n svgIconPath: \"/svg/werewolf.svg\",\n },\n });\n const svgIcon = wrapper.findComponent(\"#back-role-image-svg-icon\");\n\n expect(svgIcon.props(\"svgIconPath\")).toBe(\"/svg/werewolf.svg\");\n });\n });\n });\n});" }, "tests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts": { "tests": [ { - "id": "644", + "id": "667", "name": "Game Lobby Page should match snapshot when rendered." }, { - "id": "645", + "id": "668", "name": "Game Lobby Page should set head title and meta tags when rendered." }, { - "id": "646", + "id": "669", "name": "Game Lobby Page Game Lobby Players Party should reset create game dto when rendered." }, { - "id": "647", + "id": "670", "name": "Game Lobby Page Game Lobby Players Party should reset game when rendered." }, { - "id": "648", + "id": "671", "name": "Game Lobby Page Game Lobby Role Picker should open role picker modal when game lobby players party emits pick role for player event." }, { - "id": "649", + "id": "672", "name": "Game Lobby Page Game Lobby Role Picker should not open role picker modal when game lobby players party emits pick role for player event with no player." }, { - "id": "650", + "id": "673", "name": "Game Lobby Page Game Lobby Role Picker should throw error when game lobby players party emits pick role for player event but the role picker is not found in refs." }, { - "id": "651", + "id": "674", "name": "Game Lobby Page Game Lobby Options Hub should open game lobby options hub when game lobby players party emits open options hub event." }, { - "id": "652", + "id": "675", "name": "Game Lobby Page Game Lobby Options Hub should throw error when game lobby header emits game options button click event but the options hub is not found in refs." } ], @@ -105590,39 +106860,39 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordDecision/GameOverHistoryRecordDecisionTargets/GameOverHistoryRecordDecisionTarget/GameOverHistoryRecordDecisionTarget.nuxt.spec.ts": { "tests": [ { - "id": "653", + "id": "676", "name": "Game Over History Record Decision Target Component should match snapshot when rendered." }, { - "id": "654", + "id": "677", "name": "Game Over History Record Decision Target Component Player Card should render Player Card with the target player name when rendered." }, { - "id": "655", + "id": "678", "name": "Game Over History Record Decision Target Component Drank potion tag should not render drank potion tag when the target did not drink a potion." }, { - "id": "656", + "id": "679", "name": "Game Over History Record Decision Target Component Drank potion tag Target drank life potion should set severity to success when the target drank a life potion." }, { - "id": "657", + "id": "680", "name": "Game Over History Record Decision Target Component Drank potion tag Target drank life potion should render drank life potion tag icon when the target drank a life potion." }, { - "id": "658", + "id": "681", "name": "Game Over History Record Decision Target Component Drank potion tag Target drank life potion should render drank life potion tag text when the target drank a life potion." }, { - "id": "659", + "id": "682", "name": "Game Over History Record Decision Target Component Drank potion tag Target drank death potion should set severity to danger when the target drank a death potion." }, { - "id": "660", + "id": "683", "name": "Game Over History Record Decision Target Component Drank potion tag Target drank death potion should render drank death potion tag icon when the target drank a death potion." }, { - "id": "661", + "id": "684", "name": "Game Over History Record Decision Target Component Drank potion tag Target drank death potion should render drank death potion tag text when the target drank a death potion." } ], @@ -105631,47 +106901,47 @@ "tests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventTextsManager.nuxt.spec.ts": { "tests": [ { - "id": "662", + "id": "685", "name": "Game Event Texts Manager Component should match snapshot when rendered." }, { - "id": "663", + "id": "686", "name": "Game Event Texts Manager Component Previous Game Event Text button should be disabled when cannot go to previous game event." }, { - "id": "664", + "id": "687", "name": "Game Event Texts Manager Component Previous Game Event Text button should not have tooltip when cannot go to previous game event." }, { - "id": "665", + "id": "688", "name": "Game Event Texts Manager Component Previous Game Event Text button should have gray color when cannot go to previous game event." }, { - "id": "666", + "id": "689", "name": "Game Event Texts Manager Component Previous Game Event Text button should be enabled when can go to previous game event." }, { - "id": "667", + "id": "690", "name": "Game Event Texts Manager Component Previous Game Event Text button should have tooltip when can go to previous game event." }, { - "id": "668", + "id": "691", "name": "Game Event Texts Manager Component Previous Game Event Text button should display previous game event text when clicked." }, { - "id": "669", + "id": "692", "name": "Game Event Texts Manager Component Current Event Text should display first game event text when rendered." }, { - "id": "670", + "id": "693", "name": "Game Event Texts Manager Component Next Game Event Text button should have tooltip when rendered." }, { - "id": "671", + "id": "694", "name": "Game Event Texts Manager Component Next Game Event Text button should display next game event text when clicked." }, { - "id": "672", + "id": "695", "name": "Game Event Texts Manager Component Next Game Event Text button should go to next game event when there is no more text." } ], @@ -105680,31 +106950,31 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts": { "tests": [ { - "id": "673", + "id": "696", "name": "Game Target Playground Targets Component should match snapshot when rendered." }, { - "id": "674", + "id": "697", "name": "Game Target Playground Targets Component No targets should render no targets message when current play is not defined." }, { - "id": "675", + "id": "698", "name": "Game Target Playground Targets Component No targets should render no targets message when current play is defined but there are no eligible targets." }, { - "id": "676", + "id": "699", "name": "Game Target Playground Targets Component No targets should render no targets message when current play is defined but interactions are undefined." }, { - "id": "677", + "id": "700", "name": "Game Target Playground Targets Component No targets should render no targets message when current play is defined but interactions are empty." }, { - "id": "678", + "id": "701", "name": "Game Target Playground Targets Component No targets should render translated no targets message when current play is not defined." }, { - "id": "679", + "id": "702", "name": "Game Target Playground Targets Component Targets should render targets when current play is defined and there are eligible targets in first interaction." } ], @@ -105713,43 +106983,43 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts": { "tests": [ { - "id": "680", + "id": "703", "name": "Game Events Monitor Footer Component should match snapshot when rendered." }, { - "id": "681", + "id": "704", "name": "Game Events Monitor Footer Component Previous Event button should translate label when rendered." }, { - "id": "682", + "id": "705", "name": "Game Events Monitor Footer Component Previous Event button should be disabled when there are no previous events." }, { - "id": "683", + "id": "706", "name": "Game Events Monitor Footer Component Previous Event button should be enabled when there are previous events." }, { - "id": "684", + "id": "707", "name": "Game Events Monitor Footer Component Previous Event button should not render tooltip when button is disabled." }, { - "id": "685", + "id": "708", "name": "Game Events Monitor Footer Component Previous Event button should render tooltip when button is enabled." }, { - "id": "686", + "id": "709", "name": "Game Events Monitor Footer Component Previous Event button should go to previous game event when clicked." }, { - "id": "687", + "id": "710", "name": "Game Events Monitor Footer Component Skip Current Event button should translate label when rendered." }, { - "id": "688", + "id": "711", "name": "Game Events Monitor Footer Component Skip Current Event button should render tooltip when rendered." }, { - "id": "689", + "id": "712", "name": "Game Events Monitor Footer Component Skip Current Event button should skip current game event when clicked." } ], @@ -105758,31 +107028,31 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThreeBrothers/GameLobbyOptionsHubRolesTabThreeBrothers.nuxt.spec.ts": { "tests": [ { - "id": "690", + "id": "713", "name": "Game Lobby Options Hub Roles Tab Three Brothers Component should match snapshot when rendered." }, { - "id": "691", + "id": "714", "name": "Game Lobby Options Hub Roles Tab Three Brothers Component Waking up Interval option should translate option label when rendered." }, { - "id": "692", + "id": "715", "name": "Game Lobby Options Hub Roles Tab Three Brothers Component Waking up Interval option should translate option description with selected value when rendered." }, { - "id": "693", + "id": "716", "name": "Game Lobby Options Hub Roles Tab Three Brothers Component Waking up Interval option should translate option float label when rendered." }, { - "id": "694", + "id": "717", "name": "Game Lobby Options Hub Roles Tab Three Brothers Component Waking up Interval option should update the create game dto store when the option is changed by the input number." }, { - "id": "695", + "id": "718", "name": "Game Lobby Options Hub Roles Tab Three Brothers Component Waking up Interval option should update the create game dto store when the option is changed by the slider." }, { - "id": "696", + "id": "719", "name": "Game Lobby Options Hub Roles Tab Three Brothers Component Waking up Interval option should not update the create game dto store when the option is changed by the input number and the value is null." } ], @@ -105791,31 +107061,31 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWhiteWerewolf/GameLobbyOptionsHubRolesTabWhiteWerewolf.nuxt.spec.ts": { "tests": [ { - "id": "697", + "id": "720", "name": "Game Lobby Options Hub Roles Tab White Werewolf Component should match snapshot when rendered." }, { - "id": "698", + "id": "721", "name": "Game Lobby Options Hub Roles Tab White Werewolf Component Waking up Interval option should translate option label when rendered." }, { - "id": "699", + "id": "722", "name": "Game Lobby Options Hub Roles Tab White Werewolf Component Waking up Interval option should translate option description with selected value when rendered." }, { - "id": "700", + "id": "723", "name": "Game Lobby Options Hub Roles Tab White Werewolf Component Waking up Interval option should translate option float label when rendered." }, { - "id": "701", + "id": "724", "name": "Game Lobby Options Hub Roles Tab White Werewolf Component Waking up Interval option should update the create game dto store when the option is changed by the input number." }, { - "id": "702", + "id": "725", "name": "Game Lobby Options Hub Roles Tab White Werewolf Component Waking up Interval option should update the create game dto store when the option is changed by the slider." }, { - "id": "703", + "id": "726", "name": "Game Lobby Options Hub Roles Tab White Werewolf Component Waking up Interval option should not update the create game dto store when the option is changed by the input number and the value is null." } ], @@ -105824,43 +107094,43 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHub.nuxt.spec.ts": { "tests": [ { - "id": "704", + "id": "727", "name": "Game Lobby Options Hub Component should match snapshot when rendered." }, { - "id": "705", + "id": "728", "name": "Game Lobby Options Hub Component Dialog not open should set dialog to invisible when rendered." }, { - "id": "706", + "id": "729", "name": "Game Lobby Options Hub Component Dialog not open Game Lobby Options Hub Header should not render game lobby options hub header when dialog is not open." }, { - "id": "707", + "id": "730", "name": "Game Lobby Options Hub Component Dialog not open Game Lobby Options Hub Content should not render game lobby options hub content when dialog is not open." }, { - "id": "708", + "id": "731", "name": "Game Lobby Options Hub Component Dialog not open Game Lobby Options Hub Footer should not render game lobby options hub footer when dialog is not open." }, { - "id": "709", + "id": "732", "name": "Game Lobby Options Hub Component Dialog open should set dialog to visible when opened." }, { - "id": "710", + "id": "733", "name": "Game Lobby Options Hub Component Dialog open Game Lobby Options Hub Header should render game lobby options hub header when opened." }, { - "id": "711", + "id": "734", "name": "Game Lobby Options Hub Component Dialog open Game Lobby Options Hub Content should render game lobby options hub content when opened." }, { - "id": "712", + "id": "735", "name": "Game Lobby Options Hub Component Dialog open Game Lobby Options Hub Footer should render game lobby options hub footer when opened." }, { - "id": "713", + "id": "736", "name": "Game Lobby Options Hub Component Dialog open Game Lobby Options Hub Footer should close options hub when option hub footer emits event." } ], @@ -105869,35 +107139,35 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts": { "tests": [ { - "id": "714", + "id": "737", "name": "Game Playground Footer Make Play Button Component should match snapshot when rendered." }, { - "id": "715", + "id": "738", "name": "Game Playground Footer Make Play Button Component Make Game Play Button should be disabled when make game play dto is not valid." }, { - "id": "716", + "id": "739", "name": "Game Playground Footer Make Play Button Component Make Game Play Button should be enabled when make game play dto is valid." }, { - "id": "717", + "id": "740", "name": "Game Playground Footer Make Play Button Component Make Game Play Button should have a translated label when rendered." }, { - "id": "718", + "id": "741", "name": "Game Playground Footer Make Play Button Component Make Game Play Button Click on button should make play when clicked." }, { - "id": "719", + "id": "742", "name": "Game Playground Footer Make Play Button Component Make Game Play Button Click on button should reset make game play dto when clicked." }, { - "id": "720", + "id": "743", "name": "Game Playground Footer Make Play Button Component Make Game Play Button Click on button should be loading when fetch is in progress." }, { - "id": "721", + "id": "744", "name": "Game Playground Footer Make Play Button Component Make Game Play Button Click on button should not be loading when fetch is finished." } ], @@ -105906,31 +107176,31 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabTwoSisters/GameLobbyOptionsHubRolesTabTwoSisters.nuxt.spec.ts": { "tests": [ { - "id": "722", + "id": "745", "name": "Game Lobby Options Hub Roles Tab Two Sisters Component should match snapshot when rendered." }, { - "id": "723", + "id": "746", "name": "Game Lobby Options Hub Roles Tab Two Sisters Component Waking up Interval option should translate option label when rendered." }, { - "id": "724", + "id": "747", "name": "Game Lobby Options Hub Roles Tab Two Sisters Component Waking up Interval option should translate option description with selected value when rendered." }, { - "id": "725", + "id": "748", "name": "Game Lobby Options Hub Roles Tab Two Sisters Component Waking up Interval option should translate option float label when rendered." }, { - "id": "726", + "id": "749", "name": "Game Lobby Options Hub Roles Tab Two Sisters Component Waking up Interval option should update the create game dto store when the option is changed by the input number." }, { - "id": "727", + "id": "750", "name": "Game Lobby Options Hub Roles Tab Two Sisters Component Waking up Interval option should update the create game dto store when the option is changed by the slider." }, { - "id": "728", + "id": "751", "name": "Game Lobby Options Hub Roles Tab Two Sisters Component Waking up Interval option should not update the create game dto store when the option is changed by the input number and the value is null." } ], @@ -105939,39 +107209,39 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts": { "tests": [ { - "id": "729", + "id": "752", "name": "Game Choose Side Playground Component should match snapshot when rendered." }, { - "id": "730", + "id": "753", "name": "Game Choose Side Playground Component Choose Villager Side Button should select the villager side when clicked." }, { - "id": "731", + "id": "754", "name": "Game Choose Side Playground Component Choose Villager Side Button should have green border when side is villagers." }, { - "id": "732", + "id": "755", "name": "Game Choose Side Playground Component Choose Villager Side Button Villagers Button Image should have green border when side is villagers." }, { - "id": "733", + "id": "756", "name": "Game Choose Side Playground Component Choose Villager Side Button Villagers Button Text should have translated text when rendered." }, { - "id": "734", + "id": "757", "name": "Game Choose Side Playground Component Choose Werewolves Side button should select the werewolves side when clicked." }, { - "id": "735", + "id": "758", "name": "Game Choose Side Playground Component Choose Werewolves Side button should have red border when side is werewolves." }, { - "id": "736", + "id": "759", "name": "Game Choose Side Playground Component Choose Werewolves Side button Werewolves Button Image should have red border when side is werewolves." }, { - "id": "737", + "id": "760", "name": "Game Choose Side Playground Component Choose Werewolves Side button Werewolves Button Text should have translated text when rendered." } ], @@ -105980,31 +107250,31 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabStutteringJudge/GameLobbyOptionsHubRolesTabStutteringJudge.nuxt.spec.ts": { "tests": [ { - "id": "738", + "id": "761", "name": "Game Lobby Options Hub Roles Tab Stuttering Judge Component should match snapshot when rendered." }, { - "id": "739", + "id": "762", "name": "Game Lobby Options Hub Roles Tab Stuttering Judge Component Vote Requests Count option should translate option label when rendered." }, { - "id": "740", + "id": "763", "name": "Game Lobby Options Hub Roles Tab Stuttering Judge Component Vote Requests Count option should translate option description with selected option value when rendered." }, { - "id": "741", + "id": "764", "name": "Game Lobby Options Hub Roles Tab Stuttering Judge Component Vote Requests Count option should translate option float label when rendered." }, { - "id": "742", + "id": "765", "name": "Game Lobby Options Hub Roles Tab Stuttering Judge Component Vote Requests Count option should update the create game dto store when the option is changed by the input number." }, { - "id": "743", + "id": "766", "name": "Game Lobby Options Hub Roles Tab Stuttering Judge Component Vote Requests Count option should update the create game dto store when the option is changed by the slider." }, { - "id": "744", + "id": "767", "name": "Game Lobby Options Hub Roles Tab Stuttering Judge Component Vote Requests Count option should not update the create game dto store when the option is changed by the input number and the value is null." } ], @@ -106013,56 +107283,85 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabScandalmonger/GameLobbyOptionsHubRolesTabScandalmonger.nuxt.spec.ts": { "tests": [ { - "id": "745", + "id": "768", "name": "Game Lobby Options Hub Roles Tab Scandalmonger Component should match snapshot when rendered." }, { - "id": "746", + "id": "769", "name": "Game Lobby Options Hub Roles Tab Scandalmonger Component Mark Penalty option should translate option label when rendered." }, { - "id": "747", + "id": "770", "name": "Game Lobby Options Hub Roles Tab Scandalmonger Component Mark Penalty option should translate option description with selected value when rendered." }, { - "id": "748", + "id": "771", "name": "Game Lobby Options Hub Roles Tab Scandalmonger Component Mark Penalty option should translate option float label when rendered." }, { - "id": "749", + "id": "772", "name": "Game Lobby Options Hub Roles Tab Scandalmonger Component Mark Penalty option should update the create game dto store when the option is changed by the input number." }, { - "id": "750", + "id": "773", "name": "Game Lobby Options Hub Roles Tab Scandalmonger Component Mark Penalty option should update the create game dto store when the option is changed by the slider." }, { - "id": "751", + "id": "774", "name": "Game Lobby Options Hub Roles Tab Scandalmonger Component Mark Penalty option should not update the create game dto store when the option is changed by the slider and the value is null." } ], "source": "import type { mount } from \"@vue/test-utils\";\nimport type { ComponentMountingOptions } from \"@vue/test-utils/dist/mount\";\nimport type InputNumber from \"primevue/inputnumber\";\nimport type Slider from \"primevue/slider\";\nimport GameLobbyOptionsHubRolesTabScandalmonger from \"~/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabScandalmonger/GameLobbyOptionsHubRolesTabScandalmonger.vue\";\nimport type GameOptionInputGroup from \"~/components/shared/game/game-options/GameOptionInputGroup/GameOptionInputGroup.vue\";\nimport { useCreateGameDtoStore } from \"~/stores/game/create-game-dto/useCreateGameDtoStore\";\nimport { createFakeCreateGameDto } from \"~/tests/unit/utils/factories/composables/api/game/dto/create-game/create-game.dto.factory\";\n\nimport { mountSuspendedComponent } from \"~/tests/unit/utils/helpers/mount.helpers\";\nimport type { VueVm } from \"~/tests/unit/utils/types/vue-test-utils.types\";\n\ndescribe(\"Game Lobby Options Hub Roles Tab Scandalmonger Component\", () => {\n let wrapper: ReturnType>;\n\n async function mountGameLobbyOptionsHubRolesTabScandalmongerComponent(options: ComponentMountingOptions = {}):\n Promise>> {\n return mountSuspendedComponent(GameLobbyOptionsHubRolesTabScandalmonger, {\n global: {\n stubs: {\n Fieldset: false,\n GameOptionInputGroup: false,\n FloatLabel: false,\n },\n },\n ...options,\n });\n }\n\n beforeEach(async() => {\n wrapper = await mountGameLobbyOptionsHubRolesTabScandalmongerComponent();\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Mark Penalty option\", () => {\n it(\"should translate option label when rendered.\", () => {\n const gameOptionInputGroup = wrapper.findComponent(\"#game-lobby-options-hub-roles-tab-scandalmonger-mark-penalty-input-group\");\n\n expect(gameOptionInputGroup.props(\"optionLabel\")).toBe(\"Mark penalty\");\n });\n\n it(\"should translate option description with selected value when rendered.\", () => {\n const gameOptionInputGroup = wrapper.findComponent(\"#game-lobby-options-hub-roles-tab-scandalmonger-mark-penalty-input-group\");\n\n expect(gameOptionInputGroup.props(\"optionDescription\")).toBe(\"components.GameLobbyOptionsHubRolesTabScandalmonger.options.markPenalty.description, {\\\"markPenalty\\\":2}, 2\");\n });\n\n it(\"should translate option float label when rendered.\", () => {\n const floatLabel = wrapper.find(\"#game-lobby-options-hub-roles-tab-scandalmonger-mark-penalty-label\");\n\n expect(floatLabel.text()).toBe(\"Mark penalty\");\n });\n\n it(\"should update the create game dto store when the option is changed by the input number.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n const inputId = \"#game-lobby-options-hub-roles-tab-scandalmonger-mark-penalty-input\";\n const markPenaltyInputNumber = wrapper.findComponent(inputId);\n (markPenaltyInputNumber.vm as VueVm).$emit(\"update:modelValue\", 4);\n await nextTick();\n const expectedCreateGameDto = createFakeCreateGameDto(createGameDtoStore.createGameDto);\n expectedCreateGameDto.options.roles.scandalmonger.markPenalty = 4;\n\n expect(createGameDtoStore.setCreateGameDto).toHaveBeenCalledExactlyOnceWith(expectedCreateGameDto);\n });\n\n it(\"should update the create game dto store when the option is changed by the slider.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n const inputId = \"#game-lobby-options-hub-roles-tab-scandalmonger-mark-penalty-slider\";\n const markPenaltyInputNumber = wrapper.findComponent(inputId);\n (markPenaltyInputNumber.vm as VueVm).$emit(\"update:modelValue\", 1);\n await nextTick();\n const expectedCreateGameDto = createFakeCreateGameDto(createGameDtoStore.createGameDto);\n expectedCreateGameDto.options.roles.scandalmonger.markPenalty = 1;\n\n expect(createGameDtoStore.setCreateGameDto).toHaveBeenCalledExactlyOnceWith(expectedCreateGameDto);\n });\n\n it(\"should not update the create game dto store when the option is changed by the slider and the value is null.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n const inputId = \"#game-lobby-options-hub-roles-tab-scandalmonger-mark-penalty-slider\";\n const markPenaltyInputNumber = wrapper.findComponent(inputId);\n (markPenaltyInputNumber.vm as VueVm).$emit(\"update:modelValue\", null);\n await nextTick();\n\n expect(createGameDtoStore.setCreateGameDto).not.toHaveBeenCalled();\n });\n });\n});" }, + "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts": { + "tests": [ + { + "id": "775", + "name": "Game Events Monitor Current Event Component should match snapshot when rendered." + }, + { + "id": "776", + "name": "Game Events Monitor Current Event Component Current Game Event Component should render game starts event component when current game event is game starts type." + }, + { + "id": "777", + "name": "Game Events Monitor Current Event Component Current Game Event Component should render game turn starts event component when current game event is game turn starts type." + }, + { + "id": "778", + "name": "Game Events Monitor Current Event Component Current Game Event Component should render game phase starts event component when current game event is game phase starts type." + }, + { + "id": "779", + "name": "Game Events Monitor Current Event Component Current Game Event Component should render player dies event component when current game event is player dies type." + }, + { + "id": "780", + "name": "Game Events Monitor Current Event Component Current Game Event Component should not render any game event component when there is no current game event." + } + ], + "source": "import { createTestingPinia } from \"@pinia/testing\";\nimport type { mount } from \"@vue/test-utils\";\nimport type { ComponentMountingOptions } from \"@vue/test-utils/dist/mount\";\nimport GameEventsMonitorCurrentEvent from \"~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.vue\";\nimport GamePhaseStartsEvent from \"~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.vue\";\nimport GamePlayerDiesEvent from \"~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/GamePlayerDiesEvent.vue\";\nimport GameStartsEvent from \"~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.vue\";\nimport GameTurnStartsEvent from \"~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.vue\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { useGameEventsStore } from \"~/stores/game/game-event/useGameEventsStore\";\nimport { createFakeGameEvent } from \"~/tests/unit/utils/factories/stores/game/game-event/game-event.factory\";\n\nimport { mountSuspendedComponent } from \"~/tests/unit/utils/helpers/mount.helpers\";\n\ndescribe(\"Game Events Monitor Current Event Component\", () => {\n let wrapper: ReturnType>;\n const testingPinia = {\n initialState: {\n [StoreIds.GAME_EVENTS]: {\n gameEvents: [\n createFakeGameEvent({ type: \"game-starts\" }),\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n ],\n },\n },\n };\n\n async function mountGameEventsMonitorCurrentEventComponent(options: ComponentMountingOptions = {}):\n Promise>> {\n return mountSuspendedComponent(GameEventsMonitorCurrentEvent, {\n global: { plugins: [createTestingPinia(testingPinia)] },\n ...options,\n });\n }\n\n beforeEach(async() => {\n wrapper = await mountGameEventsMonitorCurrentEventComponent();\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Current Game Event Component\", () => {\n it(\"should render game starts event component when current game event is game starts type.\", () => {\n const gameStartsEvent = wrapper.findComponent(GameStartsEvent);\n\n expect(gameStartsEvent.exists()).toBeTruthy();\n });\n\n it(\"should render game turn starts event component when current game event is game turn starts type.\", async() => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n createFakeGameEvent({ type: \"game-phase-starts\" }),\n ];\n await nextTick();\n const gameTurnStartsEvent = wrapper.findComponent(GameTurnStartsEvent);\n\n expect(gameTurnStartsEvent.exists()).toBeTruthy();\n });\n\n it(\"should render game phase starts event component when current game event is game phase starts type.\", async() => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent({ type: \"game-phase-starts\" }),\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n ];\n await nextTick();\n const gamePhaseStartsEvent = wrapper.findComponent(GamePhaseStartsEvent);\n\n expect(gamePhaseStartsEvent.exists()).toBeTruthy();\n });\n\n it(\"should render player dies event component when current game event is player dies type.\", async() => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent({ type: \"player-dies\" }),\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n ];\n await nextTick();\n const playerDiesEvent = wrapper.findComponent(GamePlayerDiesEvent);\n\n expect(playerDiesEvent.exists()).toBeTruthy();\n });\n\n it(\"should not render any game event component when there is no current game event.\", async() => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [];\n await nextTick();\n const gameStartsEvent = wrapper.findComponent(GameStartsEvent);\n const gameTurnStartsEvent = wrapper.findComponent(GameTurnStartsEvent);\n const gamePhaseStartsEvent = wrapper.findComponent(GamePhaseStartsEvent);\n\n expect(gameStartsEvent.exists()).toBeFalsy();\n expect(gameTurnStartsEvent.exists()).toBeFalsy();\n expect(gamePhaseStartsEvent.exists()).toBeFalsy();\n });\n });\n});" + }, "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts": { "tests": [ { - "id": "752", + "id": "781", "name": "Game Use Potions Playground Component should match snapshot when rendered." }, { - "id": "753", + "id": "782", "name": "Game Use Potions Playground Component No potion left should render no potion container when witch has no potion left." }, { - "id": "754", + "id": "783", "name": "Game Use Potions Playground Component No potion left should translate no potion text when witch has no potion left." }, { - "id": "755", + "id": "784", "name": "Game Use Potions Playground Component At least one potion left should render witch use potions tab view when witch has her life potion." }, { - "id": "756", + "id": "785", "name": "Game Use Potions Playground Component At least one potion left should render witch use potions tab view when witch has her death potion." } ], @@ -106071,35 +107370,35 @@ "tests/unit/specs/components/pages/game/GameOver/GameOver.nuxt.spec.ts": { "tests": [ { - "id": "757", + "id": "786", "name": "Game Over Component should match snapshot when rendered." }, { - "id": "758", + "id": "787", "name": "Game Over Component should set head title and meta tags when rendered." }, { - "id": "759", + "id": "788", "name": "Game Over Component should fetch and set game history records when rendered." }, { - "id": "760", + "id": "789", "name": "Game Over Component Game Over Winners should display game over winners when there are winners." }, { - "id": "761", + "id": "790", "name": "Game Over Component Game Over Winners should not display game over winners when there is no victory." }, { - "id": "762", + "id": "791", "name": "Game Over Component Game Over Winners should not display game over winners when there are no winners." }, { - "id": "763", + "id": "792", "name": "Game Over Component Game History should show game history when the show game history button is clicked." }, { - "id": "764", + "id": "793", "name": "Game Over Component Game History should throw an error when the show game history button is clicked and the game history is not defined." } ], @@ -106108,43 +107407,43 @@ "tests/unit/specs/stores/game/useGameStore.spec.ts": { "tests": [ { - "id": "765", + "id": "794", "name": "Game Store should have initial state when created." }, { - "id": "766", + "id": "795", "name": "Game Store resetGame should reset game when called." }, { - "id": "767", + "id": "796", "name": "Game Store fetchAndSetGame should fetch game when called." }, { - "id": "768", + "id": "797", "name": "Game Store fetchAndSetGame should generate and set game events from game when called." }, { - "id": "769", + "id": "798", "name": "Game Store fetchAndSetGame should set game when called." }, { - "id": "770", + "id": "799", "name": "Game Store cancelGame should cancel game when called." }, { - "id": "771", + "id": "800", "name": "Game Store cancelGame should set game when called." }, { - "id": "772", + "id": "801", "name": "Game Store makeGamePlay should make game play when called." }, { - "id": "773", + "id": "802", "name": "Game Store makeGamePlay should generate and set game events from game when called." }, { - "id": "774", + "id": "803", "name": "Game Store makeGamePlay should set game when called." } ], @@ -106153,23 +107452,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts": { "tests": [ { - "id": "775", + "id": "804", "name": "Game Bury Dead Bodies Playground Component should match snapshot when rendered." }, { - "id": "776", + "id": "805", "name": "Game Bury Dead Bodies Playground Component Devoted Servant Playground should render devoted servant playground when one interaction for her is available." }, { - "id": "777", + "id": "806", "name": "Game Bury Dead Bodies Playground Component Devoted Servant Playground should not render devoted servant playground when no interaction for her is available." }, { - "id": "778", + "id": "807", "name": "Game Bury Dead Bodies Playground Component No Action needed should render no action needed when no interaction for devoted servant is available." }, { - "id": "779", + "id": "808", "name": "Game Bury Dead Bodies Playground Component No Action needed should not render no action needed when one interaction for her is available." } ], @@ -106178,23 +107477,23 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordSource/GameOverHistoryRecordSource.nuxt.spec.ts": { "tests": [ { - "id": "780", + "id": "809", "name": "Game Over History Record Source Component should match snapshot when rendered." }, { - "id": "781", + "id": "810", "name": "Game Over History Record Source Component Source Name should display source name when rendered." }, { - "id": "782", + "id": "811", "name": "Game Over History Record Source Component Source Players should display truncated players when there are more than 3 players in source." }, { - "id": "783", + "id": "812", "name": "Game Over History Record Source Component Source Players should display all players when there are less than 4 players in source." }, { - "id": "784", + "id": "813", "name": "Game Over History Record Source Component Overflow tag should display overflow when rendered." } ], @@ -106203,39 +107502,39 @@ "tests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlayerCard.nuxt.spec.ts": { "tests": [ { - "id": "785", + "id": "814", "name": "Game Event Flipping Player Card Component should match snapshot when rendered." }, { - "id": "786", + "id": "815", "name": "Game Event Flipping Player Card Component Game Event Player Flipping Role should set interval of 1500ms for flipping player card when rendered." }, { - "id": "787", + "id": "816", "name": "Game Event Flipping Player Card Component Game Event Player Flipping Role should render the first player role to display when rendered." }, { - "id": "788", + "id": "817", "name": "Game Event Flipping Player Card Component Game Event Player Flipping Role should not set interval when there are no players to display." }, { - "id": "789", + "id": "818", "name": "Game Event Flipping Player Card Component Game Event Player Flipping Role should render undefined role when there are no players to display." }, { - "id": "790", + "id": "819", "name": "Game Event Flipping Player Card Component Game Event Player Flipping Role should render the next player role when interval is over." }, { - "id": "791", + "id": "820", "name": "Game Event Flipping Player Card Component Game Event Player Flipping Role should reset to the first player when interval is over for the max number of players." }, { - "id": "792", + "id": "821", "name": "Game Event Flipping Player Card Component Game Event Player Name should render the first player name when rendered." }, { - "id": "793", + "id": "822", "name": "Game Event Flipping Player Card Component Game Event Player Name should not render player name when there are no players to display." } ], @@ -106244,43 +107543,43 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistory.nuxt.spec.ts": { "tests": [ { - "id": "794", + "id": "823", "name": "Game Over History Component should match snapshot when rendered." }, { - "id": "795", + "id": "824", "name": "Game Over History Component Dialog not open should set dialog to invisible when rendered." }, { - "id": "796", + "id": "825", "name": "Game Over History Component Dialog not open Game Over History Header should not render game over history header when dialog is not open." }, { - "id": "797", + "id": "826", "name": "Game Over History Component Dialog not open Game Over History Records should not render game over history records when dialog is not open." }, { - "id": "798", + "id": "827", "name": "Game Over History Component Dialog not open Game Over History Footer should not render game over history footer when dialog is not open." }, { - "id": "799", + "id": "828", "name": "Game Over History Component Dialog open should set dialog to visible when showGameHistory is called." }, { - "id": "800", + "id": "829", "name": "Game Over History Component Dialog open Game Over History Header should render game over history header when dialog is open." }, { - "id": "801", + "id": "830", "name": "Game Over History Component Dialog open Game Over History Records should render game over history records when dialog is open." }, { - "id": "802", + "id": "831", "name": "Game Over History Component Dialog open Game Over History Footer should render game over history footer when dialog is open." }, { - "id": "803", + "id": "832", "name": "Game Over History Component Dialog open Game Over History Footer should close game history when game over history footer emits event." } ], @@ -106289,39 +107588,39 @@ "tests/unit/specs/components/pages/about/AboutWerewolvesAssistant/AboutWerewolvesAssistant.nuxt.spec.ts": { "tests": [ { - "id": "804", + "id": "833", "name": "About Werewolves Assistant Component should match snapshot when rendered." }, { - "id": "805", + "id": "834", "name": "About Werewolves Assistant Component Title should display translated title when rendered." }, { - "id": "806", + "id": "835", "name": "About Werewolves Assistant Component Sections should translate first section when rendered." }, { - "id": "807", + "id": "836", "name": "About Werewolves Assistant Component Sections should translate second section when rendered." }, { - "id": "808", + "id": "837", "name": "About Werewolves Assistant Component Sections should translate third section for each bullet item when rendered." }, { - "id": "809", + "id": "838", "name": "About Werewolves Assistant Component Sections should translate fourth section when rendered." }, { - "id": "810", + "id": "839", "name": "About Werewolves Assistant Component Sections Disclaimer should translate disclaimer title when rendered." }, { - "id": "811", + "id": "840", "name": "About Werewolves Assistant Component Sections Disclaimer should translate disclaimer first section when rendered." }, { - "id": "812", + "id": "841", "name": "About Werewolves Assistant Component Sections Disclaimer should translate disclaimer second section when rendered." } ], @@ -106330,31 +107629,31 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCard/GamePlaygroundHeaderCard.nuxt.spec.ts": { "tests": [ { - "id": "813", + "id": "842", "name": "Game Playground Header Card Component should match snapshot when rendered." }, { - "id": "814", + "id": "843", "name": "Game Playground Header Card Component Role Image 'should pass the villager role name to…'" }, { - "id": "815", + "id": "844", "name": "Game Playground Header Card Component Role Image 'should pass the werewolf role name to…'" }, { - "id": "816", + "id": "845", "name": "Game Playground Header Card Component Role Image 'should pass the witch role name to th…'" }, { - "id": "817", + "id": "846", "name": "Game Playground Header Card Component Role Image 'should pass the seer role name to the…'" }, { - "id": "818", + "id": "847", "name": "Game Playground Header Card Component Role Image 'should pass the hunter role name to t…'" }, { - "id": "819", + "id": "848", "name": "Game Playground Header Card Component Role Image should pass undefined to the role image component when the current play is not set." } ], @@ -106363,31 +107662,31 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayerCard/GameLobbyPlayerCard.nuxt.spec.ts": { "tests": [ { - "id": "820", + "id": "849", "name": "Game Lobby Player Card Component should match snapshot when rendered." }, { - "id": "821", + "id": "850", "name": "Game Lobby Player Card Component should match snapshot when rendered without shallow." }, { - "id": "822", + "id": "851", "name": "Game Lobby Player Card Component Delete button should have translated tooltip with player name when rendered." }, { - "id": "823", + "id": "852", "name": "Game Lobby Player Card Component Delete button should remove player from party when clicked." }, { - "id": "824", + "id": "853", "name": "Game Lobby Player Card Component Role should translate role not selected when player doesn't have role yet." }, { - "id": "825", + "id": "854", "name": "Game Lobby Player Card Component Role should translate role when player has role." }, { - "id": "826", + "id": "855", "name": "Game Lobby Player Card Component Emits should emit pickRoleForPlayer event when player card is selected." } ], @@ -106396,23 +107695,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPrejudicedManipulator/GameLobbyOptionsHubRolesTabPrejudicedManipulator.nuxt.spec.ts": { "tests": [ { - "id": "827", + "id": "856", "name": "Game Lobby Options Hub Roles Tab Prejudiced Manipulator Component should match snapshot when rendered." }, { - "id": "828", + "id": "857", "name": "Game Lobby Options Hub Roles Tab Prejudiced Manipulator Component Is powerless on Werewolves Side option should translate option label when rendered." }, { - "id": "829", + "id": "858", "name": "Game Lobby Options Hub Roles Tab Prejudiced Manipulator Component Is powerless on Werewolves Side option should translate option description when the option is activated." }, { - "id": "830", + "id": "859", "name": "Game Lobby Options Hub Roles Tab Prejudiced Manipulator Component Is powerless on Werewolves Side option should translate option description when the option is deactivated." }, { - "id": "831", + "id": "860", "name": "Game Lobby Options Hub Roles Tab Prejudiced Manipulator Component Is powerless on Werewolves Side option should update the create game dto store when the option is toggled." } ], @@ -106421,23 +107720,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSheriffTurnStartsEvent/GameSheriffTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "832", + "id": "861", "name": "Game Sheriff Turn Starts Event Component should match snapshot when rendered." }, { - "id": "833", + "id": "862", "name": "Game Sheriff Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "834", + "id": "863", "name": "Game Sheriff Turn Starts Event Component Game Event Texts should not pass any event texts when current play is null." }, { - "id": "835", + "id": "864", "name": "Game Sheriff Turn Starts Event Component Game Event Texts should pass event texts when current play is settle votes." }, { - "id": "836", + "id": "865", "name": "Game Sheriff Turn Starts Event Component Game Event Texts should pass event texts when current play is delegate sheriff role." } ], @@ -106446,23 +107745,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts": { "tests": [ { - "id": "837", + "id": "866", "name": "Game Vote Playground Voter Component should match snapshot when rendered." }, { - "id": "838", + "id": "867", "name": "Game Vote Playground Voter Component No voters should render no voters message when current play is not defined." }, { - "id": "839", + "id": "868", "name": "Game Vote Playground Voter Component No voters should render no voters message when current play is defined but there are no expected players to vote." }, { - "id": "840", + "id": "869", "name": "Game Vote Playground Voter Component No voters should render translated no voters message when current play is not defined." }, { - "id": "841", + "id": "870", "name": "Game Vote Playground Voter Component Voters should render shuffled voters when current play is defined and there are expected players to vote." } ], @@ -106471,43 +107770,43 @@ "tests/unit/specs/pages/game/game-page.nuxt.spec.ts": { "tests": [ { - "id": "842", + "id": "871", "name": "Game Page should match snapshot when rendered." }, { - "id": "843", + "id": "872", "name": "Game Page should set head title and meta tags when rendered." }, { - "id": "844", + "id": "873", "name": "Game Page should fetch and set game in store when rendered with valid game id as string." }, { - "id": "845", + "id": "874", "name": "Game Page should fetch and set game in store when rendered with valid game id as array of strings." }, { - "id": "846", + "id": "875", "name": "Game Page Game Status Containers should render game is loading container when game fetching status is pending." }, { - "id": "847", + "id": "876", "name": "Game Page Game Status Containers should render loading game spinner with text when game fetching status is pending." }, { - "id": "848", + "id": "877", "name": "Game Page Game Status Containers should render game not found when game fetching status is error." }, { - "id": "849", + "id": "878", "name": "Game Page Game Status Containers should render playing game when game fetching status is success and game status is playing." }, { - "id": "850", + "id": "879", "name": "Game Page Game Status Containers should render game over when game fetching status is success and game status is over." }, { - "id": "851", + "id": "880", "name": "Game Page Game Status Containers should render game canceled when game fetching status is success and game status is canceled." } ], @@ -106516,23 +107815,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWildChild/GameLobbyOptionsHubRolesTabWildChild.nuxt.spec.ts": { "tests": [ { - "id": "852", + "id": "881", "name": "Game Lobby Options Hub Roles Tab Wild Child Component should match snapshot when rendered." }, { - "id": "853", + "id": "882", "name": "Game Lobby Options Hub Roles Tab Wild Child Component Is Transformation revealed option should translate option label when rendered." }, { - "id": "854", + "id": "883", "name": "Game Lobby Options Hub Roles Tab Wild Child Component Is Transformation revealed option should translate option description when the option is activated." }, { - "id": "855", + "id": "884", "name": "Game Lobby Options Hub Roles Tab Wild Child Component Is Transformation revealed option should translate option description when the option is deactivated." }, { - "id": "856", + "id": "885", "name": "Game Lobby Options Hub Roles Tab Wild Child Component Is Transformation revealed option should update the create game dto store when the option is changed by the affirmative toggle button." } ], @@ -106541,143 +107840,77 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayersParty.nuxt.spec.ts": { "tests": [ { - "id": "857", + "id": "886", "name": "Game Lobby Players Party Component should match snapshot when rendered." }, { - "id": "858", + "id": "887", "name": "Game Lobby Players Party Component Player Cards should render add player with input message when there are no players in the create game dto." }, { - "id": "859", + "id": "888", "name": "Game Lobby Players Party Component Player Cards should render no players in lobby when there are no players in the create game dto." }, { - "id": "860", + "id": "889", "name": "Game Lobby Players Party Component Player Cards should render 4 players cards when there are 4 players in the create game dto." }, { - "id": "861", + "id": "890", "name": "Game Lobby Players Party Component Emits should emit pickRoleForPlayer event when game lobby player card emits pick role for player event." }, { - "id": "862", + "id": "891", "name": "Game Lobby Players Party Component Emits should not emit pickRoleForPlayer event when game lobby player card emits pick role for player event with undefined player." } ], "source": "import type { mount } from \"@vue/test-utils\";\n\nimport GameLobbyPlayerCard from \"~/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayerCard/GameLobbyPlayerCard.vue\";\nimport GameLobbyPlayersParty from \"~/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayersParty.vue\";\nimport type { CreateGamePlayerDto } from \"~/composables/api/game/dto/create-game/create-game-player/create-game-player.dto\";\nimport { useCreateGameDtoStore } from \"~/stores/game/create-game-dto/useCreateGameDtoStore\";\nimport { createFakeCreateGamePlayerDto } from \"~/tests/unit/utils/factories/composables/api/game/dto/create-game/create-game-player/create-game-player.dto.factory\";\nimport { mountSuspendedComponent } from \"~/tests/unit/utils/helpers/mount.helpers\";\nimport type { VueVm } from \"~/tests/unit/utils/types/vue-test-utils.types\";\n\ndescribe(\"Game Lobby Players Party Component\", () => {\n let wrapper: ReturnType>;\n\n beforeEach(async() => {\n wrapper = await mountSuspendedComponent(GameLobbyPlayersParty);\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Player Cards\", () => {\n it(\"should render add player with input message when there are no players in the create game dto.\", () => {\n const addPlayerWithInputMessage = wrapper.find(\"#no-players-in-lobby-message\");\n\n expect(addPlayerWithInputMessage.exists()).toBeTruthy();\n });\n\n it(\"should render no players in lobby when there are no players in the create game dto.\", () => {\n const playerCards = wrapper.findAllComponents(GameLobbyPlayerCard);\n\n expect(playerCards).toHaveLength(0);\n });\n\n it(\"should render 4 players cards when there are 4 players in the create game dto.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.players = [\n createFakeCreateGamePlayerDto({ name: \"Player 1\" }),\n createFakeCreateGamePlayerDto({ name: \"Player 2\" }),\n createFakeCreateGamePlayerDto({ name: \"Player 3\" }),\n createFakeCreateGamePlayerDto({ name: \"Player 4\" }),\n ];\n await nextTick();\n const playerCards = wrapper.findAllComponents(GameLobbyPlayerCard);\n\n expect(playerCards).toHaveLength(4);\n });\n });\n\n describe(\"Emits\", () => {\n it(\"should emit pickRoleForPlayer event when game lobby player card emits pick role for player event.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.players = [\n createFakeCreateGamePlayerDto({ name: \"Player 1\" }),\n createFakeCreateGamePlayerDto({ name: \"Player 2\" }),\n createFakeCreateGamePlayerDto({ name: \"Player 3\" }),\n createFakeCreateGamePlayerDto({ name: \"Player 4\" }),\n ];\n await nextTick();\n const emittedPlayer = createGameDtoStore.createGameDto.players[0];\n const gameLobbyPlayerCards = wrapper.findAllComponents(\".game-lobby-player-card\");\n const playerCard = gameLobbyPlayerCards[0];\n (playerCard.vm as VueVm).$emit(\"pick-role-for-player\", emittedPlayer);\n const emittedEvents = wrapper.emitted(\"pickRoleForPlayer\");\n\n expect(emittedEvents).toHaveLength(1);\n expect(emittedEvents?.[0]).toStrictEqual([emittedPlayer]);\n });\n\n it(\"should not emit pickRoleForPlayer event when game lobby player card emits pick role for player event with undefined player.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.players = [\n createFakeCreateGamePlayerDto({ name: \"Player 1\" }),\n createFakeCreateGamePlayerDto({ name: \"Player 2\" }),\n createFakeCreateGamePlayerDto({ name: \"Player 3\" }),\n createFakeCreateGamePlayerDto({ name: \"Player 4\" }),\n ];\n await nextTick();\n const gameLobbyPlayerCards = wrapper.findAllComponents(\".game-lobby-player-card\");\n const playerCard = gameLobbyPlayerCards[0];\n (playerCard.vm as VueVm).$emit(\"pick-role-for-player\", undefined);\n const emittedEvents = wrapper.emitted(\"pickRoleForPlayer\");\n\n expect(emittedEvents).toBeUndefined();\n });\n });\n});" }, - "tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImage.nuxt.spec.ts": { - "tests": [ - { - "id": "863", - "name": "Role Flipping Image Component should match snapshot when rendered." - }, - { - "id": "864", - "name": "Role Flipping Image Component Flip Container should set flipped to false when rendered." - }, - { - "id": "865", - "name": "Role Flipping Image Component Flip Container should set height and width from props when rendered." - }, - { - "id": "866", - "name": "Role Flipping Image Component Flip Container Front Role Image should set front image role from props when rendered." - }, - { - "id": "867", - "name": "Role Flipping Image Component Flip Container Front Role Image should set back flip to false when the role is updated twice in props." - }, - { - "id": "868", - "name": "Role Flipping Image Component Flip Container Front Role Image should set front image role as the new role when the role is updated twice in props." - }, - { - "id": "869", - "name": "Role Flipping Image Component Flip Container Back Role Image should set back image role as undefined when rendered." - }, - { - "id": "870", - "name": "Role Flipping Image Component Flip Container Back Role Image should flip the card when the role is updated in props." - }, - { - "id": "871", - "name": "Role Flipping Image Component Flip Container Back Role Image should set back image role as the new role when the role is updated in props." - } - ], - "source": "import type { mount } from \"@vue/test-utils\";\nimport type { ComponentMountingOptions } from \"@vue/test-utils/dist/mount\";\n\nimport type { VueFlip } from \"#components\";\nimport type { RoleFlippingImageProps } from \"~/components/shared/role/RoleImage/RoleFlippingImage/role-flipping-image.types\";\nimport RoleFlippingImage from \"~/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImage.vue\";\nimport type RoleImage from \"~/components/shared/role/RoleImage/RoleImage.vue\";\nimport { mountSuspendedComponent } from \"~/tests/unit/utils/helpers/mount.helpers\";\n\ndescribe(\"Role Flipping Image Component\", () => {\n let wrapper: ReturnType>;\n const defaultProps: RoleFlippingImageProps = { roleName: \"werewolf\" };\n\n async function mountRoleFlippingImageComponent(options: ComponentMountingOptions = {}): Promise>> {\n return mountSuspendedComponent(RoleFlippingImage, {\n shallow: false,\n global: { stubs: { RoleImage: true } },\n props: defaultProps,\n ...options,\n });\n }\n\n beforeEach(async() => {\n wrapper = await mountRoleFlippingImageComponent();\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Flip Container\", () => {\n it(\"should set flipped to false when rendered.\", async() => {\n wrapper = await mountRoleFlippingImageComponent({ shallow: true });\n\n const flipContainer = wrapper.findComponent(\"#role-flipping-image\");\n\n expect(flipContainer.attributes(\"modelvalue\")).toBe(\"false\");\n });\n\n it(\"should set height and width from props when rendered.\", async() => {\n wrapper = await mountRoleFlippingImageComponent({\n shallow: true,\n props: {\n ...defaultProps,\n sizes: \"100px\",\n },\n });\n const flipContainer = wrapper.findComponent(\"#role-flipping-image\");\n\n expect(flipContainer.attributes(\"height\")).toBe(\"100px\");\n expect(flipContainer.attributes(\"width\")).toBe(\"100px\");\n });\n\n describe(\"Front Role Image\", () => {\n it(\"should set front image role from props when rendered.\", () => {\n const frontRoleImage = wrapper.findComponent(\"#front-role-image\");\n\n expect(frontRoleImage.props(\"roleName\")).toBe(\"werewolf\");\n });\n\n it(\"should set back flip to false when the role is updated twice in props.\", async() => {\n wrapper = await mountRoleFlippingImageComponent({ shallow: true });\n const flipContainer = wrapper.findComponent(\"#role-flipping-image\");\n await wrapper.setProps({ roleName: \"villager\" });\n await wrapper.setProps({ roleName: \"seer\" });\n\n expect(flipContainer.attributes(\"modelvalue\")).toBe(\"false\");\n });\n\n it(\"should set front image role as the new role when the role is updated twice in props.\", async() => {\n const frontRoleImage = wrapper.findComponent(\"#front-role-image\");\n await wrapper.setProps({ roleName: \"villager\" });\n await wrapper.setProps({ roleName: \"seer\" });\n\n expect(frontRoleImage.props(\"roleName\")).toBe(\"seer\");\n });\n });\n\n describe(\"Back Role Image\", () => {\n it(\"should set back image role as undefined when rendered.\", () => {\n const backRoleImage = wrapper.findComponent(\"#back-role-image\");\n\n expect(backRoleImage.props(\"roleName\")).toBeUndefined();\n });\n\n it(\"should flip the card when the role is updated in props.\", async() => {\n wrapper = await mountRoleFlippingImageComponent({ shallow: true });\n const flipContainer = wrapper.findComponent(\"#role-flipping-image\");\n await wrapper.setProps({ roleName: \"villager\" });\n\n expect(flipContainer.attributes(\"modelvalue\")).toBe(\"true\");\n });\n\n it(\"should set back image role as the new role when the role is updated in props.\", async() => {\n const backRoleImage = wrapper.findComponent(\"#back-role-image\");\n await wrapper.setProps({ roleName: \"villager\" });\n\n expect(backRoleImage.props(\"roleName\")).toBe(\"villager\");\n });\n });\n });\n});" - }, "tests/unit/specs/composables/api/game/game-history-record/useGameHistoryRecord.spec.ts": { "tests": [ { - "id": "872", + "id": "892", "name": "Use Game History Record Spec didSourceSkipped 'should return true when called with v…'" }, { - "id": "873", + "id": "893", "name": "Use Game History Record Spec didSourceSkipped 'should return true when called with t…'" }, { - "id": "874", + "id": "894", "name": "Use Game History Record Spec didSourceSkipped 'should return true when called with r…'" }, { - "id": "875", + "id": "895", "name": "Use Game History Record Spec didSourceSkipped 'should return true when called with c…'" }, { - "id": "876", + "id": "896", "name": "Use Game History Record Spec didSourceSkipped 'should return false when called with …'" } ], "source": "import { useGameHistoryRecord } from \"~/composables/api/game/game-history-record/useGameHistoryRecord\";\nimport type { GameHistoryRecord } from \"~/composables/api/game/types/game-history-record/game-history-record.class\";\nimport { createFakeGameAdditionalCard } from \"~/tests/unit/utils/factories/composables/api/game/game-additional-card/game-additional-card.factory\";\nimport { createFakeGameHistoryRecordPlayTarget } from \"~/tests/unit/utils/factories/composables/api/game/game-history-record/game-history-record-play/game-history-record-play-target/game-history-record-play-target.factory\";\nimport { createFakeGameHistoryRecordPlayVote } from \"~/tests/unit/utils/factories/composables/api/game/game-history-record/game-history-record-play/game-history-record-play-vote/game-history-record-play-vote.factory\";\nimport { createFakeGameHistoryRecordPlay } from \"~/tests/unit/utils/factories/composables/api/game/game-history-record/game-history-record-play/game-history-record-play.factory\";\nimport { createFakeGameHistoryRecord } from \"~/tests/unit/utils/factories/composables/api/game/game-history-record/game-history-record.factory\";\n\ndescribe(\"Use Game History Record Spec\", () => {\n describe(\"didSourceSkipped\", () => {\n it.each<{\n gameHistoryRecord: GameHistoryRecord\n expected: boolean;\n test: string;\n }>([\n {\n gameHistoryRecord: createFakeGameHistoryRecord({\n play: createFakeGameHistoryRecordPlay({\n type: \"vote\",\n votes: undefined,\n }),\n }),\n expected: true,\n test: \"should return true when called with vote type and votes undefined.\",\n },\n {\n gameHistoryRecord: createFakeGameHistoryRecord({\n play: createFakeGameHistoryRecordPlay({\n type: \"target\",\n targets: undefined,\n }),\n }),\n expected: true,\n test: \"should return true when called with target type and targets undefined.\",\n },\n {\n gameHistoryRecord: createFakeGameHistoryRecord({\n play: createFakeGameHistoryRecordPlay({\n type: \"request-another-vote\",\n didJudgeRequestAnotherVote: undefined,\n }),\n }),\n expected: true,\n test: \"should return true when called with request-another-vote type and didJudgeRequestAnotherVote undefined.\",\n },\n {\n gameHistoryRecord: createFakeGameHistoryRecord({\n play: createFakeGameHistoryRecordPlay({\n type: \"choose-card\",\n chosenCard: undefined,\n }),\n }),\n expected: true,\n test: \"should return true when called with choose-card type and chosenCard undefined.\",\n },\n {\n gameHistoryRecord: createFakeGameHistoryRecord({\n play: createFakeGameHistoryRecordPlay({\n type: \"vote\",\n votes: [createFakeGameHistoryRecordPlayVote()],\n }),\n }),\n expected: false,\n test: \"should return false when called with vote type and votes are not empty.\",\n },\n {\n gameHistoryRecord: createFakeGameHistoryRecord({\n play: createFakeGameHistoryRecordPlay({\n type: \"target\",\n targets: [createFakeGameHistoryRecordPlayTarget()],\n }),\n }),\n expected: false,\n test: \"should return false when called with target type and targets are not empty.\",\n },\n {\n gameHistoryRecord: createFakeGameHistoryRecord({\n play: createFakeGameHistoryRecordPlay({\n type: \"request-another-vote\",\n didJudgeRequestAnotherVote: true,\n }),\n }),\n expected: false,\n test: \"should return false when called with request-another-vote type and didJudgeRequestAnotherVote is true.\",\n },\n {\n gameHistoryRecord: createFakeGameHistoryRecord({\n play: createFakeGameHistoryRecordPlay({\n type: \"choose-card\",\n chosenCard: createFakeGameAdditionalCard(),\n }),\n }),\n expected: false,\n test: \"should return false when called with choose-card type and chosenCard is not empty.\",\n },\n ])(\"$test\", ({ gameHistoryRecord, expected }) => {\n expect(useGameHistoryRecord().didSourceSkipped(gameHistoryRecord)).toBe(expected);\n });\n });\n});" }, - "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts": { - "tests": [ - { - "id": "877", - "name": "Game Events Monitor Current Event Component should match snapshot when rendered." - }, - { - "id": "878", - "name": "Game Events Monitor Current Event Component Current Game Event Component should render game starts event component when current game event is game starts type." - }, - { - "id": "879", - "name": "Game Events Monitor Current Event Component Current Game Event Component should render game turn starts event component when current game event is game turn starts type." - }, - { - "id": "880", - "name": "Game Events Monitor Current Event Component Current Game Event Component should render game phase starts event component when current game event is game phase starts type." - }, - { - "id": "881", - "name": "Game Events Monitor Current Event Component Current Game Event Component should not render any game event component when there is no current game event." - } - ], - "source": "import { createTestingPinia } from \"@pinia/testing\";\nimport type { mount } from \"@vue/test-utils\";\nimport type { ComponentMountingOptions } from \"@vue/test-utils/dist/mount\";\nimport GameEventsMonitorCurrentEvent from \"~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.vue\";\nimport GamePhaseStartsEvent from \"~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.vue\";\nimport GameStartsEvent from \"~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.vue\";\nimport GameTurnStartsEvent from \"~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.vue\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { useGameEventsStore } from \"~/stores/game/game-event/useGameEventsStore\";\nimport { createFakeGameEvent } from \"~/tests/unit/utils/factories/stores/game/game-event/game-event.factory\";\n\nimport { mountSuspendedComponent } from \"~/tests/unit/utils/helpers/mount.helpers\";\n\ndescribe(\"Game Events Monitor Current Event Component\", () => {\n let wrapper: ReturnType>;\n const testingPinia = {\n initialState: {\n [StoreIds.GAME_EVENTS]: {\n gameEvents: [\n createFakeGameEvent({ type: \"game-starts\" }),\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n ],\n },\n },\n };\n\n async function mountGameEventsMonitorCurrentEventComponent(options: ComponentMountingOptions = {}):\n Promise>> {\n return mountSuspendedComponent(GameEventsMonitorCurrentEvent, {\n global: { plugins: [createTestingPinia(testingPinia)] },\n ...options,\n });\n }\n\n beforeEach(async() => {\n wrapper = await mountGameEventsMonitorCurrentEventComponent();\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Current Game Event Component\", () => {\n it(\"should render game starts event component when current game event is game starts type.\", () => {\n const gameStartsEvent = wrapper.findComponent(GameStartsEvent);\n\n expect(gameStartsEvent.exists()).toBeTruthy();\n });\n\n it(\"should render game turn starts event component when current game event is game turn starts type.\", async() => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n createFakeGameEvent({ type: \"game-phase-starts\" }),\n ];\n await nextTick();\n const gameTurnStartsEvent = wrapper.findComponent(GameTurnStartsEvent);\n\n expect(gameTurnStartsEvent.exists()).toBeTruthy();\n });\n\n it(\"should render game phase starts event component when current game event is game phase starts type.\", async() => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [\n createFakeGameEvent({ type: \"game-phase-starts\" }),\n createFakeGameEvent({ type: \"game-turn-starts\" }),\n ];\n await nextTick();\n const gamePhaseStartsEvent = wrapper.findComponent(GamePhaseStartsEvent);\n\n expect(gamePhaseStartsEvent.exists()).toBeTruthy();\n });\n\n it(\"should not render any game event component when there is no current game event.\", async() => {\n const gameEventsStore = useGameEventsStore();\n gameEventsStore.gameEvents = [];\n await nextTick();\n const gameStartsEvent = wrapper.findComponent(GameStartsEvent);\n const gameTurnStartsEvent = wrapper.findComponent(GameTurnStartsEvent);\n const gamePhaseStartsEvent = wrapper.findComponent(GamePhaseStartsEvent);\n\n expect(gameStartsEvent.exists()).toBeFalsy();\n expect(gameTurnStartsEvent.exists()).toBeFalsy();\n expect(gamePhaseStartsEvent.exists()).toBeFalsy();\n });\n });\n});" - }, "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBearTamer/GameLobbyOptionsHubRolesTabBearTamer.nuxt.spec.ts": { "tests": [ { - "id": "882", + "id": "897", "name": "Game Lobby Options Hub Tab Bear Tamer Component should match snapshot when rendered." }, { - "id": "883", + "id": "898", "name": "Game Lobby Options Hub Tab Bear Tamer Component Does Growl on Werewolves Side option should translate option label when rendered." }, { - "id": "884", + "id": "899", "name": "Game Lobby Options Hub Tab Bear Tamer Component Does Growl on Werewolves Side option should translate option description when the option is activated." }, { - "id": "885", + "id": "900", "name": "Game Lobby Options Hub Tab Bear Tamer Component Does Growl on Werewolves Side option should translate option description when the option is deactivated." }, { - "id": "886", + "id": "901", "name": "Game Lobby Options Hub Tab Bear Tamer Component Does Growl on Werewolves Side option should update create game dto store when the option is toggled." } ], @@ -106686,23 +107919,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBigBadWolf/GameLobbyOptionsHubRolesTabBigBadWolf.nuxt.spec.ts": { "tests": [ { - "id": "887", + "id": "902", "name": "Game Lobby Options Hub Roles Tab Big Bad Wolf Component should match snapshot when rendered." }, { - "id": "888", + "id": "903", "name": "Game Lobby Options Hub Roles Tab Big Bad Wolf Component Is Powerless if one Werewolf dies option should translate option label when rendered." }, { - "id": "889", + "id": "904", "name": "Game Lobby Options Hub Roles Tab Big Bad Wolf Component Is Powerless if one Werewolf dies option should translate option description when the option is activated." }, { - "id": "890", + "id": "905", "name": "Game Lobby Options Hub Roles Tab Big Bad Wolf Component Is Powerless if one Werewolf dies option should translate option description when the option is deactivated." }, { - "id": "891", + "id": "906", "name": "Game Lobby Options Hub Roles Tab Big Bad Wolf Component Is Powerless if one Werewolf dies option should update the create game dto store when the option is toggled." } ], @@ -106711,23 +107944,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWitch/GameLobbyOptionsHubRolesTabWitch.nuxt.spec.ts": { "tests": [ { - "id": "892", + "id": "907", "name": "Game Lobby Options Hub Roles Tab Witch Component should match snapshot when rendered." }, { - "id": "893", + "id": "908", "name": "Game Lobby Options Hub Roles Tab Witch Component Does know Werewolves targets option should translate option label when rendered." }, { - "id": "894", + "id": "909", "name": "Game Lobby Options Hub Roles Tab Witch Component Does know Werewolves targets option should translate option description when the option is activated." }, { - "id": "895", + "id": "910", "name": "Game Lobby Options Hub Roles Tab Witch Component Does know Werewolves targets option should translate option description when the option is deactivated." }, { - "id": "896", + "id": "911", "name": "Game Lobby Options Hub Roles Tab Witch Component Does know Werewolves targets option should update the create game dto store when the option is changed by the affirmative toggle button." } ], @@ -106736,23 +107969,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabActor/GameLobbyOptionsHubRolesTabActor.nuxt.spec.ts": { "tests": [ { - "id": "897", + "id": "912", "name": "Game Lobby Options Hub Roles Tab Actor Component should match snapshot when rendered." }, { - "id": "898", + "id": "913", "name": "Game Lobby Options Hub Roles Tab Actor Component Is powerless on werewolves side option should translate option label when rendered." }, { - "id": "899", + "id": "914", "name": "Game Lobby Options Hub Roles Tab Actor Component Is powerless on werewolves side option should translate option description when the option is activated." }, { - "id": "900", + "id": "915", "name": "Game Lobby Options Hub Roles Tab Actor Component Is powerless on werewolves side option should translate option description when the option is deactivated." }, { - "id": "901", + "id": "916", "name": "Game Lobby Options Hub Roles Tab Actor Component Is powerless on werewolves side option should update create game dto store when the option is toggled." } ], @@ -106761,23 +107994,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabIdiot/GameLobbyOptionsHubRolesTabIdiot.nuxt.spec.ts": { "tests": [ { - "id": "902", + "id": "917", "name": "Game Lobby Options Hub Roles Tab Idiot Component should match snapshot when rendered." }, { - "id": "903", + "id": "918", "name": "Game Lobby Options Hub Roles Tab Idiot Component Die on Elder death option should translate option label when rendered." }, { - "id": "904", + "id": "919", "name": "Game Lobby Options Hub Roles Tab Idiot Component Die on Elder death option should translate option description when the option is activated." }, { - "id": "905", + "id": "920", "name": "Game Lobby Options Hub Roles Tab Idiot Component Die on Elder death option should translate option description when the option is deactivated." }, { - "id": "906", + "id": "921", "name": "Game Lobby Options Hub Roles Tab Idiot Component Die on Elder death option should update the create game dto store when the option is toggled." } ], @@ -106786,23 +108019,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubCompositionTab/GameLobbyOptionsHubCompositionTab.nuxt.spec.ts": { "tests": [ { - "id": "907", + "id": "922", "name": "Game Lobby Options Hub Composition Tab Component should match snapshot when rendered." }, { - "id": "908", + "id": "923", "name": "Game Lobby Options Hub Composition Tab Component Is Composition hidden option should translate option label when rendered." }, { - "id": "909", + "id": "924", "name": "Game Lobby Options Hub Composition Tab Component Is Composition hidden option should translate option description when the option is activated." }, { - "id": "910", + "id": "925", "name": "Game Lobby Options Hub Composition Tab Component Is Composition hidden option should translate option description when the option is deactivated." }, { - "id": "911", + "id": "926", "name": "Game Lobby Options Hub Composition Tab Component Is Composition hidden option should update create game dto when the option is toggled." } ], @@ -106811,23 +108044,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabLittleGirl/GameLobbyOptionsHubRolesTabLittleGirl.nuxt.spec.ts": { "tests": [ { - "id": "912", + "id": "927", "name": "Game Lobby Options Hub Roles Tab Little Girl Component should match snapshot when rendered." }, { - "id": "913", + "id": "928", "name": "Game Lobby Options Hub Roles Tab Little Girl Component Is Protected by Defender Option should translate option label when rendered." }, { - "id": "914", + "id": "929", "name": "Game Lobby Options Hub Roles Tab Little Girl Component Is Protected by Defender Option should translate option description when the option is activated." }, { - "id": "915", + "id": "930", "name": "Game Lobby Options Hub Roles Tab Little Girl Component Is Protected by Defender Option should translate option description when the option is deactivated." }, { - "id": "916", + "id": "931", "name": "Game Lobby Options Hub Roles Tab Little Girl Component Is Protected by Defender Option should update the create game dto store when the option is toggled." } ], @@ -106836,23 +108069,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabFox/GameLobbyOptionsHubRolesTabFox.nuxt.spec.ts": { "tests": [ { - "id": "917", + "id": "932", "name": "Game Lobby Options Hub Roles Tab Fox Component should match snapshot when rendered." }, { - "id": "918", + "id": "933", "name": "Game Lobby Options Hub Roles Tab Fox Component Fox Powerless if misses Werewolf option should translate option label when rendered." }, { - "id": "919", + "id": "934", "name": "Game Lobby Options Hub Roles Tab Fox Component Fox Powerless if misses Werewolf option should translate option description when the option is activated." }, { - "id": "920", + "id": "935", "name": "Game Lobby Options Hub Roles Tab Fox Component Fox Powerless if misses Werewolf option should translate option description when the option is deactivated." }, { - "id": "921", + "id": "936", "name": "Game Lobby Options Hub Roles Tab Fox Component Fox Powerless if misses Werewolf option should update the create game dto store when the option is toggled." } ], @@ -106861,23 +108094,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubVotesTab/GameLobbyOptionsHubVotesTab.nuxt.spec.ts": { "tests": [ { - "id": "922", + "id": "937", "name": "Game Lobby Options Hub Votes Tab Component should match snapshot when rendered." }, { - "id": "923", + "id": "938", "name": "Game Lobby Options Hub Votes Tab Component Can Votes be Skipped option should translate option label when rendered." }, { - "id": "924", + "id": "939", "name": "Game Lobby Options Hub Votes Tab Component Can Votes be Skipped option should translate option description when the option is activated." }, { - "id": "925", + "id": "940", "name": "Game Lobby Options Hub Votes Tab Component Can Votes be Skipped option should translate option description when the option is deactivated." }, { - "id": "926", + "id": "941", "name": "Game Lobby Options Hub Votes Tab Component Can Votes be Skipped option should update create game dto store when the option is toggled." } ], @@ -106886,23 +108119,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabDefender/GameLobbyOptionsHubRolesTabDefender.nuxt.spec.ts": { "tests": [ { - "id": "927", + "id": "942", "name": "Game Lobby Options Hub Roles Tab Defender Component should match snapshot when rendered." }, { - "id": "928", + "id": "943", "name": "Game Lobby Options Hub Roles Tab Defender Component Can Defender protect twice option should translate option label when rendered." }, { - "id": "929", + "id": "944", "name": "Game Lobby Options Hub Roles Tab Defender Component Can Defender protect twice option should translate option description when the option is activated." }, { - "id": "930", + "id": "945", "name": "Game Lobby Options Hub Roles Tab Defender Component Can Defender protect twice option should translate option description when the option is deactivated." }, { - "id": "931", + "id": "946", "name": "Game Lobby Options Hub Roles Tab Defender Component Can Defender protect twice option should update the create game dto store when the option is toggled." } ], @@ -106911,23 +108144,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "932", + "id": "947", "name": "Game Defender Turn Starts Event Component should match snapshot when rendered." }, { - "id": "933", + "id": "948", "name": "Game Defender Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "934", + "id": "949", "name": "Game Defender Turn Starts Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "935", + "id": "950", "name": "Game Defender Turn Starts Event Component Game Event Texts should pass event texts with defender protects anyone text when the option is activated even if it's not first turn." }, { - "id": "936", + "id": "951", "name": "Game Defender Turn Starts Event Component Game Event Texts should pass event texts with defender can protect anyone but the last protected player text when it's second turn." } ], @@ -106936,35 +108169,35 @@ "tests/unit/specs/composables/api/game/useFetchGames.spec.ts": { "tests": [ { - "id": "937", + "id": "952", "name": "Use Fetch Game Composable createGame should create game when called." }, { - "id": "938", + "id": "953", "name": "Use Fetch Game Composable createGame should return null when create game throws." }, { - "id": "939", + "id": "954", "name": "Use Fetch Game Composable getGame should get game when called." }, { - "id": "940", + "id": "955", "name": "Use Fetch Game Composable getGame should return null when get game throws." }, { - "id": "941", + "id": "956", "name": "Use Fetch Game Composable cancelGame should cancel game when called." }, { - "id": "942", + "id": "957", "name": "Use Fetch Game Composable cancelGame should return null when cancel game throws." }, { - "id": "943", + "id": "958", "name": "Use Fetch Game Composable makeGamePlay should make game play when called." }, { - "id": "944", + "id": "959", "name": "Use Fetch Game Composable makeGamePlay should return null when make game play throws." } ], @@ -106973,19 +108206,19 @@ "tests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlaySourcePlayersCard/GameEventFlippingPlaySourcePlayersCard.nuxt.spec.ts": { "tests": [ { - "id": "945", + "id": "960", "name": "Game Event Flipping Play Source Players Card Component should match snapshot when rendered." }, { - "id": "946", + "id": "961", "name": "Game Event Flipping Play Source Players Card Component Game Event Flipping Player Card should pass expected players to play for current play when rendered." }, { - "id": "947", + "id": "962", "name": "Game Event Flipping Play Source Players Card Component Game Event Flipping Player Card should pass empty array when there is no current play." }, { - "id": "948", + "id": "963", "name": "Game Event Flipping Play Source Players Card Component Game Event Flipping Player Card should pass empty array when there is no source players." } ], @@ -106994,35 +108227,35 @@ "tests/unit/specs/components/shared/role/RoleImage/RoleImage.nuxt.spec.ts": { "tests": [ { - "id": "949", + "id": "964", "name": "Role Image Component should match snapshot when rendered." }, { - "id": "950", + "id": "965", "name": "Role Image Component Image Size should have default width and height from props sizes when rendered." }, { - "id": "951", + "id": "966", "name": "Role Image Component Image Src should have back src when prop role image is undefined." }, { - "id": "952", + "id": "967", "name": "Role Image Component Image Src should have src based on role name from props when rendered." }, { - "id": "953", + "id": "968", "name": "Role Image Component Image Src should have small suffix for src when definition from props is small." }, { - "id": "954", + "id": "969", "name": "Role Image Component Image Alt should have alt from props when rendered." }, { - "id": "955", + "id": "970", "name": "Role Image Component Image Alt should have alt from role name when alt from props is undefined but role name is defined." }, { - "id": "956", + "id": "971", "name": "Role Image Component Image Alt should have back alt when alt from props is undefined and role name is undefined." } ], @@ -107031,23 +108264,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameRequestAnotherVotePlayground/GameRequestAnotherVotePlayground.nuxt.spec.ts": { "tests": [ { - "id": "957", + "id": "972", "name": "Game Request Another Vote Playground Component should match snapshot when rendered." }, { - "id": "958", + "id": "973", "name": "Game Request Another Vote Playground Component Toggle Button should translate off button label when rendered." }, { - "id": "959", + "id": "974", "name": "Game Request Another Vote Playground Component Toggle Button should translate on button label when rendered." }, { - "id": "960", + "id": "975", "name": "Game Request Another Vote Playground Component Toggle Button should set the does request another vote value to true in dto when the toggle button emits true change event." }, { - "id": "961", + "id": "976", "name": "Game Request Another Vote Playground Component Toggle Button should set the does request another vote value to false in dto when the toggle button emits first true then false change event." } ], @@ -107056,11 +108289,11 @@ "tests/unit/specs/composables/api/game/game-play/useGamePlay.spec.ts": { "tests": [ { - "id": "962", + "id": "977", "name": "Use Current Game Play Composable getEligibleTargetsWithInteractionInCurrentGamePlay 'should return empty array when game c…'" }, { - "id": "963", + "id": "978", "name": "Use Current Game Play Composable getEligibleTargetsWithInteractionInCurrentGamePlay 'should return player when game curren…'" } ], @@ -107069,27 +108302,27 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescription.nuxt.spec.ts": { "tests": [ { - "id": "964", + "id": "979", "name": "Game Lobby Role Picker Description Component should match snapshot when rendered." }, { - "id": "965", + "id": "980", "name": "Game Lobby Role Picker Description Component Main Content should render no picked role container when picked role is not defined." }, { - "id": "966", + "id": "981", "name": "Game Lobby Role Picker Description Component Main Content should translate no picked role text when picked role is not defined." }, { - "id": "967", + "id": "982", "name": "Game Lobby Role Picker Description Component Main Content should render description content when picked role is defined." }, { - "id": "968", + "id": "983", "name": "Game Lobby Role Picker Description Component Main Content should initialize smooth scrolling when rendered." }, { - "id": "969", + "id": "984", "name": "Game Lobby Role Picker Description Component Main Content should scroll back to top when picked role is changed." } ], @@ -107098,19 +108331,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/CurrentPlayExpectedPlayersToAct/CurrentPlayExpectedPlayersToAct.nuxt.spec.ts": { "tests": [ { - "id": "970", + "id": "985", "name": "Current Play Expected Players To Act Component should match snapshot when rendered." }, { - "id": "971", + "id": "986", "name": "Current Play Expected Players To Act Component should not render the expected players to act when there is no current play." }, { - "id": "972", + "id": "987", "name": "Current Play Expected Players To Act Component should not render the expected players to act when there is no source players in current play." }, { - "id": "973", + "id": "988", "name": "Current Play Expected Players To Act Component should render the expected players to act when there is a current play." } ], @@ -107119,31 +108352,31 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerHeader/GameLobbyRolePickerHeader.nuxt.spec.ts": { "tests": [ { - "id": "974", + "id": "989", "name": "Game Lobby Role Picker Header Component should match snapshot when rendered." }, { - "id": "975", + "id": "990", "name": "Game Lobby Role Picker Header Component Current Role should translate current role title when rendered." }, { - "id": "976", + "id": "991", "name": "Game Lobby Role Picker Header Component Current Role should translate current role when rendered." }, { - "id": "977", + "id": "992", "name": "Game Lobby Role Picker Header Component Current Role should translate no role text when player is not defined." }, { - "id": "978", + "id": "993", "name": "Game Lobby Role Picker Header Component Current Role should translate no role text when player doesn't have any role yet." }, { - "id": "979", + "id": "994", "name": "Game Lobby Role Picker Header Component Title should translate title when rendered." }, { - "id": "980", + "id": "995", "name": "Game Lobby Role Picker Header Component Title should translate title without player name when player is not defined." } ], @@ -107152,15 +108385,15 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecords.nuxt.spec.ts": { "tests": [ { - "id": "981", + "id": "996", "name": "Game Over History Records Component should match snapshot when rendered." }, { - "id": "982", + "id": "997", "name": "Game Over History Records Component Timeline should render game history records from store in record for each when rendered." }, { - "id": "983", + "id": "998", "name": "Game Over History Records Component Timeline should render game history records from stores in phase for each when rendered." } ], @@ -107169,19 +108402,19 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordDecision/GameOverHistoryRecordDecisionChosenSide/GameOverHistoryRecordDecisionChosenSide.nuxt.spec.ts": { "tests": [ { - "id": "984", + "id": "999", "name": "Game Over History Record Decision Chosen Side Component should match snapshot when rendered." }, { - "id": "985", + "id": "1000", "name": "Game Over History Record Decision Chosen Side Component Chosen Side Text should render the chosen side text when rendered." }, { - "id": "986", + "id": "1001", "name": "Game Over History Record Decision Chosen Side Component Chosen Side Icon should render the chosen werewolves side icon when rendered." }, { - "id": "987", + "id": "1002", "name": "Game Over History Record Decision Chosen Side Component Chosen Side Icon should render the chosen villagers side icon when rendered." } ], @@ -107190,19 +108423,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameLoversTurnStartsEvent/GameLoversTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "988", + "id": "1003", "name": "Game Lovers Turn Starts Event Component should match snapshot when rendered." }, { - "id": "989", + "id": "1004", "name": "Game Lovers Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "990", + "id": "1005", "name": "Game Lovers Turn Starts Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "991", + "id": "1006", "name": "Game Lovers Turn Starts Event Component Game Event Texts should pass event texts with lovers reveal each other roles when option is activated." } ], @@ -107211,19 +108444,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThreeBrothersTurnStartsEvent/GameThreeBrothersTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "992", + "id": "1007", "name": "Game Three Brothers Turn Starts Event Component should match snapshot when rendered." }, { - "id": "993", + "id": "1008", "name": "Game Three Brothers Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "994", + "id": "1009", "name": "Game Three Brothers Turn Starts Event Component Game Event Texts should pass event texts when it's the first night." }, { - "id": "995", + "id": "1010", "name": "Game Three Brothers Turn Starts Event Component Game Event Texts should pass event texts when it's not the first night." } ], @@ -107232,27 +108465,27 @@ "tests/unit/specs/components/shared/game/player/PlayerCard/PlayerCard.nuxt.spec.ts": { "tests": [ { - "id": "996", + "id": "1011", "name": "Player Card Component should match snapshot when rendered." }, { - "id": "997", + "id": "1012", "name": "Player Card Component Selector Button should render selector button without aria label when not provided in props." }, { - "id": "998", + "id": "1013", "name": "Player Card Component Selector Button should emit playerCardSelectorClick event when clicked." }, { - "id": "999", + "id": "1014", "name": "Player Card Component Selector Button should have tooltip with aria label as value when doesShowSelectorTooltip prop is true." }, { - "id": "1000", + "id": "1015", "name": "Player Card Component Selector Button should not have tooltip when doesShowSelectorTooltip prop is false." }, { - "id": "1001", + "id": "1016", "name": "Player Card Component Selector Button Flipping Role Image should render role image of player with correct alt when rendered." } ], @@ -107261,23 +108494,23 @@ "tests/unit/specs/composables/vue-prime/useVuePrimeToasts.spec.ts": { "tests": [ { - "id": "1002", + "id": "1017", "name": "Use Vue Prime Toasts Composable addToast should add a toast with default options when called." }, { - "id": "1003", + "id": "1018", "name": "Use Vue Prime Toasts Composable addSuccessToast should add a success toast with default options when called." }, { - "id": "1004", + "id": "1019", "name": "Use Vue Prime Toasts Composable addInfoToast should add an info toast with default options when called." }, { - "id": "1005", + "id": "1020", "name": "Use Vue Prime Toasts Composable addWarnToast should add a warn toast with default options when called." }, { - "id": "1006", + "id": "1021", "name": "Use Vue Prime Toasts Composable addErrorToast should add an error toast with default options when called." } ], @@ -107286,19 +108519,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTwoSistersTurnStartsEvent/GameTwoSistersTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1007", + "id": "1022", "name": "Game Two Sisters Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1008", + "id": "1023", "name": "Game Two Sisters Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1009", + "id": "1024", "name": "Game Two Sisters Turn Starts Event Component Game Event Texts should pass event texts when it's the first night." }, { - "id": "1010", + "id": "1025", "name": "Game Two Sisters Turn Starts Event Component Game Event Texts should pass event texts when it's not the first night." } ], @@ -107307,19 +108540,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCupidTurnStartsEvent/GameCupidTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1011", + "id": "1026", "name": "Game Cupid Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1012", + "id": "1027", "name": "Game Cupid Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1013", + "id": "1028", "name": "Game Cupid Turn Starts Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "1014", + "id": "1029", "name": "Game Cupid Turn Starts Event Component Game Event Texts should pass event texts with cupid must win with lovers text when the options is activated." } ], @@ -107328,19 +108561,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWolfHoundTurnStartsEvent/GameWolfHoundTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1015", + "id": "1030", "name": "Game Wolf Hound Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1016", + "id": "1031", "name": "Game Wolf Hound Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1017", + "id": "1032", "name": "Game Wolf Hound Turn Starts Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "1018", + "id": "1033", "name": "Game Wolf Hound Turn Starts Event Component Game Event Texts should pass event texts with random side when rendered when game option is active." } ], @@ -107349,15 +108582,15 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordIcon/GameOverHistoryRecordIcon.nuxt.spec.ts": { "tests": [ { - "id": "1019", + "id": "1034", "name": "Game Over History Record Icon Component should match snapshot when rendered." }, { - "id": "1020", + "id": "1035", "name": "Game Over History Record Icon Component Icon should display the game history record icon when rendered." }, { - "id": "1021", + "id": "1036", "name": "Game Over History Record Icon Component Icon should return question mark icon when the game history record icon is not found." } ], @@ -107366,11 +108599,11 @@ "tests/unit/specs/composables/api/game/game.class.spec.ts": { "tests": [ { - "id": "1022", + "id": "1037", "name": "Game Class create should create a game when called." }, { - "id": "1023", + "id": "1038", "name": "Game Class toJSON should return the JSON representation of the Game when called." } ], @@ -107379,19 +108612,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWerewolvesTurnStartsEvent/GameWerewolvesTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1024", + "id": "1039", "name": "Game Werewolves Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1025", + "id": "1040", "name": "Game Werewolves Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1026", + "id": "1041", "name": "Game Werewolves Turn Starts Event Component Game Event Texts should pass event texts when it's the first night." }, { - "id": "1027", + "id": "1042", "name": "Game Werewolves Turn Starts Event Component Game Event Texts should pass event texts when it's not the first night." } ], @@ -107400,31 +108633,31 @@ "tests/unit/specs/components/shared/role/RoleTypeBadge/RoleTypeBadge.nuxt.spec.ts": { "tests": [ { - "id": "1028", + "id": "1043", "name": "Role Type Badge Component should match snapshot when rendered." }, { - "id": "1029", + "id": "1044", "name": "Role Type Badge Component Badge should have tooltip when rendered." }, { - "id": "1030", + "id": "1045", "name": "Role Type Badge Component Badge should translate role type when rendered." }, { - "id": "1031", + "id": "1046", "name": "Role Type Badge Component Badge 'should have severity of danger when r…'" }, { - "id": "1032", + "id": "1047", "name": "Role Type Badge Component Badge 'should have severity of success when …'" }, { - "id": "1033", + "id": "1048", "name": "Role Type Badge Component Badge 'should have severity of warning when …'" }, { - "id": "1034", + "id": "1049", "name": "Role Type Badge Component Badge 'should have severity of info when rol…'" } ], @@ -107433,19 +108666,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSeerTurnStartsEvent/GameSeerTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1035", + "id": "1050", "name": "Game Seer Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1036", + "id": "1051", "name": "Game Seer Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1037", + "id": "1052", "name": "Game Seer Turn Starts Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "1038", + "id": "1053", "name": "Game Seer Turn Starts Event Component Game Event Texts should pass event texts with seer can see side of the player when the option is activated." } ], @@ -107454,27 +108687,27 @@ "tests/unit/specs/components/pages/about/AboutAvailableRoles/AboutAvailableRoleDescription/AboutAvailableRoleDescription.nuxt.spec.ts": { "tests": [ { - "id": "1039", + "id": "1054", "name": "About Available Role Description Component should match snapshot when rendered." }, { - "id": "1040", + "id": "1055", "name": "About Available Role Description Component Role Left Description Role Image should display role image when rendered." }, { - "id": "1041", + "id": "1056", "name": "About Available Role Description Component Role Left Description Role Image should display role image with correct alt when rendered." }, { - "id": "1042", + "id": "1057", "name": "About Available Role Description Component Role Left Description should display role name when rendered." }, { - "id": "1043", + "id": "1058", "name": "About Available Role Description Component Role Left Description should display role type badge when rendered." }, { - "id": "1044", + "id": "1059", "name": "About Available Role Description Component Role Left Description should display role origin badge when rendered." } ], @@ -107483,27 +108716,27 @@ "tests/unit/specs/components/pages/about/AboutWerewolvesGame/AboutWerewolvesGame.nuxt.spec.ts": { "tests": [ { - "id": "1045", + "id": "1060", "name": "About Werewolves Game Component should match snapshot when rendered." }, { - "id": "1046", + "id": "1061", "name": "About Werewolves Game Component Title should display translated title when rendered." }, { - "id": "1047", + "id": "1062", "name": "About Werewolves Game Component Watch tutorial on Youtube Anchor should have tooltip when rendered." }, { - "id": "1048", + "id": "1063", "name": "About Werewolves Game Component Watch tutorial on Youtube Anchor should have translated button when rendered." }, { - "id": "1049", + "id": "1064", "name": "About Werewolves Game Component Sections should translate first section when rendered." }, { - "id": "1050", + "id": "1065", "name": "About Werewolves Game Component Sections should translate second section when rendered." } ], @@ -107512,19 +108745,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCharmedTurnStartsEvent/GameCharmedTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1051", + "id": "1066", "name": "Game Charmed Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1052", + "id": "1067", "name": "Game Charmed Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1053", + "id": "1068", "name": "Game Charmed Turn Starts Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "1054", + "id": "1069", "name": "Game Charmed Turn Starts Event Component Game Event Texts should pass event texts with first meeting of charmed people text when it's the first turn of the game." } ], @@ -107533,27 +108766,27 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverActions/GameOverActions.nuxt.spec.ts": { "tests": [ { - "id": "1055", + "id": "1070", "name": "Game Over Actions Component should match snapshot when rendered." }, { - "id": "1056", + "id": "1071", "name": "Game Over Actions Component Create another game button should translate create another game button text when rendered." }, { - "id": "1057", + "id": "1072", "name": "Game Over Actions Component Show Game History Button should be in loading state when the game history is empty." }, { - "id": "1058", + "id": "1073", "name": "Game Over Actions Component Show Game History Button should translate loading show game history button text when the game history is empty." }, { - "id": "1059", + "id": "1074", "name": "Game Over Actions Component Show Game History Button should translate show game history button text when the game history records have been fetched." }, { - "id": "1060", + "id": "1075", "name": "Game Over Actions Component Emits should emit show game history event when the show game history button is clicked." } ], @@ -107562,27 +108795,27 @@ "tests/unit/specs/components/shared/game/game-options/GameOptionInputGroup/GameOptionInputGroup.nuxt.spec.ts": { "tests": [ { - "id": "1061", + "id": "1076", "name": "Game Option Input Group Component should match snapshot when rendered." }, { - "id": "1062", + "id": "1077", "name": "Game Option Input Group Component Label Icon should pass the icon class from props to the label icon when rendered." }, { - "id": "1063", + "id": "1078", "name": "Game Option Input Group Component Label Text should pass the label text from props to the label text when rendered." }, { - "id": "1064", + "id": "1079", "name": "Game Option Input Group Component Description should pass the description text from props to the description when rendered." }, { - "id": "1065", + "id": "1080", "name": "Game Option Input Group Component Bottom Divider should not render the bottom divider when doesHaveBottomDivider prop is not provided." }, { - "id": "1066", + "id": "1081", "name": "Game Option Input Group Component Bottom Divider should render the bottom divider when doesHaveBottomDivider prop is provided as true." } ], @@ -107591,31 +108824,31 @@ "tests/unit/specs/components/pages/about/AboutCreator/AboutCreator.nuxt.spec.ts": { "tests": [ { - "id": "1067", + "id": "1082", "name": "About Creator Component should match snapshot when rendered." }, { - "id": "1068", + "id": "1083", "name": "About Creator Component Title should translate title when rendered." }, { - "id": "1069", + "id": "1084", "name": "About Creator Component Sections should translate first section when rendered." }, { - "id": "1070", + "id": "1085", "name": "About Creator Component Sections should translate portfolio button when rendered." }, { - "id": "1071", + "id": "1086", "name": "About Creator Component Sections should translate second section when rendered." }, { - "id": "1072", + "id": "1087", "name": "About Creator Component Sections should translate third section when rendered." }, { - "id": "1073", + "id": "1088", "name": "About Creator Component Sections should translate fourth section when rendered." } ], @@ -107624,15 +108857,15 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGrid.nuxt.spec.ts": { "tests": [ { - "id": "1074", + "id": "1089", "name": "Game Lobby Role Picker Grid Component should match snapshot when rendered." }, { - "id": "1075", + "id": "1090", "name": "Game Lobby Role Picker Grid Component Available roles should render available roles plus random role when rendered." }, { - "id": "1076", + "id": "1091", "name": "Game Lobby Role Picker Grid Component Emits should emit pickRole event when role element emits a pick role event." } ], @@ -107641,19 +108874,19 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverWinners/GameOverWinners.nuxt.spec.ts": { "tests": [ { - "id": "1077", + "id": "1092", "name": "Game Over Winners Component should match snapshot when rendered." }, { - "id": "1078", + "id": "1093", "name": "Game Over Winners Component Players Horizontal List should display players horizontal list when there are winners." }, { - "id": "1079", + "id": "1094", "name": "Game Over Winners Component Players Horizontal List should not display players horizontal list when there is no victory." }, { - "id": "1080", + "id": "1095", "name": "Game Over Winners Component Players Horizontal List should not display players horizontal list when there are no winners." } ], @@ -107662,23 +108895,23 @@ "tests/unit/specs/components/pages/about/AboutHowToContribute/AboutHowToContribute.nuxt.spec.ts": { "tests": [ { - "id": "1081", + "id": "1096", "name": "About How To Contribute Component should match snapshot when rendered." }, { - "id": "1082", + "id": "1097", "name": "About How To Contribute Component Title should translate title when rendered." }, { - "id": "1083", + "id": "1098", "name": "About How To Contribute Component Sections should translate first section when rendered." }, { - "id": "1084", + "id": "1099", "name": "About How To Contribute Component Sections should translate second section for each bullet item when rendered." }, { - "id": "1085", + "id": "1100", "name": "About How To Contribute Component Sections should translate gitHub text button when rendered." } ], @@ -107687,23 +108920,23 @@ "tests/unit/specs/components/layouts/default/NavBar.nuxt.spec.ts": { "tests": [ { - "id": "1086", + "id": "1101", "name": "NavBar Component should match snapshot when rendered." }, { - "id": "1087", + "id": "1102", "name": "NavBar Component Home Page Link should have the prop 'to' set to home page when rendered." }, { - "id": "1088", + "id": "1103", "name": "NavBar Component Home Page Link Werewolves Assistant Logo should have the prop 'src' set to the small logo when rendered." }, { - "id": "1089", + "id": "1104", "name": "NavBar Component Home Page Link Werewolves Assistant Logo Text should translate the logo text when rendered." }, { - "id": "1090", + "id": "1105", "name": "NavBar Component Parameters Menu should have left tooltip when rendered." } ], @@ -107712,15 +108945,15 @@ "tests/unit/specs/components/shared/role/RoleDescriptionLines/RoleDescriptionLines.nuxt.spec.ts": { "tests": [ { - "id": "1091", + "id": "1106", "name": "Role Description Lines Component should match snapshot when rendered." }, { - "id": "1092", + "id": "1107", "name": "Role Description Lines Component Description Lines should display role description lines when rendered." }, { - "id": "1093", + "id": "1108", "name": "Role Description Lines Component Description Lines should not display role description lines when rendered if role description is not set in messages." } ], @@ -107729,23 +108962,23 @@ "tests/unit/specs/stores/role/useRolesStore.spec.ts": { "tests": [ { - "id": "1094", + "id": "1109", "name": "Roles Store should have initial state when created." }, { - "id": "1095", + "id": "1110", "name": "Roles Store fetchAndSetRoles should fetch roles when called." }, { - "id": "1096", + "id": "1111", "name": "Roles Store fetchAndSetRoles should set roles when called." }, { - "id": "1097", + "id": "1112", "name": "Roles Store getRoleWithNameInRoles should return role with given name when found." }, { - "id": "1098", + "id": "1113", "name": "Roles Store getRoleWithNameInRoles should return undefined when role with given name is not found." } ], @@ -107754,7 +108987,7 @@ "tests/unit/specs/composables/api/game/game-history-record/game-history-record-play/game-history-record-play.class.spec.ts": { "tests": [ { - "id": "1099", + "id": "1114", "name": "Game History Record Play Class Create should create a game history record play when called." } ], @@ -107763,15 +108996,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScandalmongerTurnStartsEvent/GameScandalmongerTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1100", + "id": "1115", "name": "Game Scandalmonger Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1101", + "id": "1116", "name": "Game Scandalmonger Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1102", + "id": "1117", "name": "Game Scandalmonger Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -107780,15 +109013,15 @@ "tests/unit/specs/stores/game/game-history-record/useGameHistoryRecordsStore.spec.ts": { "tests": [ { - "id": "1103", + "id": "1118", "name": "Game History Records Store should have initial state when created." }, { - "id": "1104", + "id": "1119", "name": "Game History Records Store fetchAndSetGameHistoryRecords should fetch game history records when called." }, { - "id": "1105", + "id": "1120", "name": "Game History Records Store fetchAndSetGameHistoryRecords should set game history records when called." } ], @@ -107797,15 +109030,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThiefTurnStartsEvent/GameThiefTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1106", + "id": "1121", "name": "Game Thief Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1107", + "id": "1122", "name": "Game Thief Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1108", + "id": "1123", "name": "Game Thief Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -107814,15 +109047,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GamePiedPiperTurnStartsEvent/GamePiedPiperTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1109", + "id": "1124", "name": "Game Pied Piper Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1110", + "id": "1125", "name": "Game Pied Piper Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1111", + "id": "1126", "name": "Game Pied Piper Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -107831,23 +109064,23 @@ "tests/unit/specs/components/shared/role/RoleSideBadge/RoleSideBadge.nuxt.spec.ts": { "tests": [ { - "id": "1112", + "id": "1127", "name": "Role Side Badge Component should match snapshot when rendered." }, { - "id": "1113", + "id": "1128", "name": "Role Side Badge Component Badge should translate role side when side is villagers." }, { - "id": "1114", + "id": "1129", "name": "Role Side Badge Component Badge should translate role side when side is werewolves." }, { - "id": "1115", + "id": "1130", "name": "Role Side Badge Component Badge should set severity to success when side is villagers." }, { - "id": "1116", + "id": "1131", "name": "Role Side Badge Component Badge should set severity to danger when side is werewolves." } ], @@ -107856,15 +109089,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts": { "tests": [ { - "id": "1117", + "id": "1132", "name": "Game Playground Header Phase should match snapshot when rendered." }, { - "id": "1118", + "id": "1133", "name": "Game Playground Header Phase Phase text should display night phase text with the turn number when the phase is night." }, { - "id": "1119", + "id": "1134", "name": "Game Playground Header Phase Phase text should display day phase text with the turn number when the phase is day." } ], @@ -107873,11 +109106,11 @@ "tests/unit/specs/composables/api/error/useWerewolvesAssistantApiError.spec.ts": { "tests": [ { - "id": "1120", + "id": "1135", "name": "Use Werewolves Assistant Api Error Composable handleWerewolvesAssistantApiError should log error in console when called." }, { - "id": "1121", + "id": "1136", "name": "Use Werewolves Assistant Api Error Composable handleWerewolvesAssistantApiError should add error toast when called." } ], @@ -107886,15 +109119,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameStutteringJudgeTurnStartsEvent/GameStutteringJudgeTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1122", + "id": "1137", "name": "Game Stuttering Judge Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1123", + "id": "1138", "name": "Game Stuttering Judge Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1124", + "id": "1139", "name": "Game Stuttering Judge Turn Starts Event Component Game Stuttering Judge Turn Starts Event Texts should pass event texts when rendered." } ], @@ -107903,11 +109136,11 @@ "tests/unit/specs/components/shared/game/player/PlayersHorizontalList/PlayersHorizontalList.nuxt.spec.ts": { "tests": [ { - "id": "1125", + "id": "1140", "name": "Players Horizontal List Component should match snapshot when rendered." }, { - "id": "1126", + "id": "1141", "name": "Players Horizontal List Component Players should render the expected players to act when rendered." } ], @@ -107916,15 +109149,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1127", + "id": "1142", "name": "Game Accursed Wolf Father Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1128", + "id": "1143", "name": "Game Accursed Wolf Father Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1129", + "id": "1144", "name": "Game Accursed Wolf Father Turn Starts Event Component Game Starts Turn Event Texts should pass event texts when rendered." } ], @@ -107933,19 +109166,19 @@ "tests/unit/specs/components/shared/buttons/AffirmativeToggleButton/AffirmativeToggleButton.nuxt.spec.ts": { "tests": [ { - "id": "1130", + "id": "1145", "name": "Affirmative Toggle Button Component should match snapshot when rendered." }, { - "id": "1131", + "id": "1146", "name": "Affirmative Toggle Button Component Toggle Button should pass v-model value to the toggle button when rendered." }, { - "id": "1132", + "id": "1147", "name": "Affirmative Toggle Button Component Toggle Button should change v-model value when toggle button emits input event." }, { - "id": "1133", + "id": "1148", "name": "Affirmative Toggle Button Component Toggle Button should translate no label when rendered." } ], @@ -107954,11 +109187,11 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionContent.nuxt.spec.ts": { "tests": [ { - "id": "1134", + "id": "1149", "name": "Game Lobby Role Picker Description Content Component should match snapshot when rendered." }, { - "id": "1135", + "id": "1150", "name": "Game Lobby Role Picker Description Content Component Role Name should translate role name when rendered." } ], @@ -107967,19 +109200,19 @@ "tests/unit/specs/components/shared/game/game-phase/GamePhaseIcon/GamePhaseIcon.nuxt.spec.ts": { "tests": [ { - "id": "1136", + "id": "1151", "name": "Game Phase Icon Component should match snapshot when rendered." }, { - "id": "1137", + "id": "1152", "name": "Game Phase Icon Component Icon classes should display the night icon when the phase is night." }, { - "id": "1138", + "id": "1153", "name": "Game Phase Icon Component Icon classes should display the sun icon when the phase is day." }, { - "id": "1139", + "id": "1154", "name": "Game Phase Icon Component Icon classes should display the twilight icon when the phase is twilight." } ], @@ -107988,15 +109221,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWildChildTurnStartsEvent/GameWildChildTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1140", + "id": "1155", "name": "Game Wild Child Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1141", + "id": "1156", "name": "Game Wild Child Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1142", + "id": "1157", "name": "Game Wild Child Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -108005,15 +109238,15 @@ "tests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventWithTexts.nuxt.spec.ts": { "tests": [ { - "id": "1143", + "id": "1158", "name": "Game Event With Texts Component should match snapshot when rendered." }, { - "id": "1144", + "id": "1159", "name": "Game Event With Texts Component should match snapshot without shallow when rendered." }, { - "id": "1145", + "id": "1160", "name": "Game Event With Texts Component Game Event Texts Manager should pass texts from props when rendered." } ], @@ -108022,15 +109255,15 @@ "tests/unit/specs/components/shared/role/RoleOriginBadge/RoleOriginBadge.nuxt.spec.ts": { "tests": [ { - "id": "1146", + "id": "1161", "name": "Role Origin Badge Component should match snapshot when rendered." }, { - "id": "1147", + "id": "1162", "name": "Role Origin Badge Component Badge should have tooltip when rendered." }, { - "id": "1148", + "id": "1163", "name": "Role Origin Badge Component Badge should translate role origin when rendered." } ], @@ -108039,15 +109272,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1149", + "id": "1164", "name": "Game White Werewolf Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1150", + "id": "1165", "name": "Game White Werewolf Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1151", + "id": "1166", "name": "Game White Werewolf Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -108056,15 +109289,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBigBadWolfTurnStartsEvent/GameBigBadWolfTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1152", + "id": "1167", "name": "Game Big Bad Wolf Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1153", + "id": "1168", "name": "Game Big Bad Wolf Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1154", + "id": "1169", "name": "Game Big Bad Wolf Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -108073,15 +109306,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScapegoatTurnStartsEvent/GameScapegoatTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1155", + "id": "1170", "name": "Game Scapegoat Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1156", + "id": "1171", "name": "Game Scapegoat Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1157", + "id": "1172", "name": "Game Scapegoat Turn Starts Event Component Game Starts Event Texts should pass event texts when rendered." } ], @@ -108090,19 +109323,19 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubTabView.nuxt.spec.ts": { "tests": [ { - "id": "1158", + "id": "1173", "name": "Game Lobby Options Hub Tab View Component should match snapshot when rendered." }, { - "id": "1159", + "id": "1174", "name": "Game Lobby Options Hub Tab View Component Role Tab Panel should translate role tab panel title when rendered." }, { - "id": "1160", + "id": "1175", "name": "Game Lobby Options Hub Tab View Component Composition Tab Panel should translate composition tab panel title when rendered." }, { - "id": "1161", + "id": "1176", "name": "Game Lobby Options Hub Tab View Component Votes Tab Panel should translate votes tab panel title when rendered." } ], @@ -108111,15 +109344,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBearTamerTurnStartsEvent/GameBearTamerTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1162", + "id": "1177", "name": "Game Bear Tamer Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1163", + "id": "1178", "name": "Game Bear Tamer Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1164", + "id": "1179", "name": "Game Bear Tamer Turn Starts Event Component Game Starts Event Texts should pass event texts when rendered." } ], @@ -108128,15 +109361,15 @@ "tests/unit/specs/components/shared/game/game-options/GameOptionRoleLegend/GameOptionRoleLegend.nuxt.spec.ts": { "tests": [ { - "id": "1165", + "id": "1180", "name": "Game Option Role Legend Component should match snapshot when rendered." }, { - "id": "1166", + "id": "1181", "name": "Game Option Role Legend Component Role Image should pass the role name in props to role image component when rendered." }, { - "id": "1167", + "id": "1182", "name": "Game Option Role Legend Component Title should translate title as role name when rendered." } ], @@ -108145,11 +109378,11 @@ "tests/unit/specs/composables/api/game/dto/create-game/create-game.dto.spec.ts": { "tests": [ { - "id": "1168", + "id": "1183", "name": "Create Game Dto create should create a game when called." }, { - "id": "1169", + "id": "1184", "name": "Create Game Dto toJSON should return the JSON representation of the CreateGameDto when called." } ], @@ -108158,15 +109391,15 @@ "tests/unit/specs/components/shared/misc/OverflowTag/OverflowTag.nuxt.spec.ts": { "tests": [ { - "id": "1170", + "id": "1185", "name": "Overflow Tag Component should match snapshot when rendered." }, { - "id": "1171", + "id": "1186", "name": "Overflow Tag Component Overflow Tag should display the overflow number when the entities count is greater than the maximum entities displayed." }, { - "id": "1172", + "id": "1187", "name": "Overflow Tag Component Overflow Tag should not display the overflow number when the entities count is less than or equal to the maximum entities displayed." } ], @@ -108175,15 +109408,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameHunterTurnStartsEvent/GameHunterTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1173", + "id": "1188", "name": "Game Hunter Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1174", + "id": "1189", "name": "Game Hunter Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1175", + "id": "1190", "name": "Game Hunter Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -108192,15 +109425,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameActorTurnStartsEvent/GameActorTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1176", + "id": "1191", "name": "Game Actor Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1177", + "id": "1192", "name": "Game Actor Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1178", + "id": "1193", "name": "Game Actor Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -108209,15 +109442,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWitchTurnStartsEvent/GameWitchTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1179", + "id": "1194", "name": "Game Witch Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1180", + "id": "1195", "name": "Game Witch Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1181", + "id": "1196", "name": "Game Witch Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -108226,7 +109459,7 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordPhase/GameOverHistoryRecordPhase.nuxt.spec.ts": { "tests": [ { - "id": "1182", + "id": "1197", "name": "Game Over History Record Phase Component should match snapshot when rendered." } ], @@ -108235,15 +109468,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameFoxTurnStartsEvent/GameFoxTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1183", + "id": "1198", "name": "Game Fox Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1184", + "id": "1199", "name": "Game Fox Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1185", + "id": "1200", "name": "Game Fox Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -108252,7 +109485,7 @@ "tests/unit/specs/composables/api/game/game-history-record/game-history-record.class.spec.ts": { "tests": [ { - "id": "1186", + "id": "1201", "name": "Game History Record Class Create should create a game history record when called." } ], @@ -108261,11 +109494,11 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderSetupButtons.nuxt.spec.ts": { "tests": [ { - "id": "1187", + "id": "1202", "name": "Game Lobby Header Setup Buttons Component should match snapshot when rendered." }, { - "id": "1188", + "id": "1203", "name": "Game Lobby Header Setup Buttons Component Options Button should emit 'gameOptionsButtonClick' event when clicked." } ], @@ -108274,15 +109507,15 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderOptionsButton/GameLobbyHeaderOptionsButton.nuxt.spec.ts": { "tests": [ { - "id": "1189", + "id": "1204", "name": "Game Lobby Header Options Button Component should match snapshot when rendered." }, { - "id": "1190", + "id": "1205", "name": "Game Lobby Header Options Button Component Options Button should translate button label when rendered." }, { - "id": "1191", + "id": "1206", "name": "Game Lobby Header Options Button Component Options Button Click on button should emit 'gameOptionsButtonClick' event when clicked." } ], @@ -108291,19 +109524,19 @@ "tests/unit/specs/app.nuxt.spec.ts": { "tests": [ { - "id": "1192", + "id": "1207", "name": "App Component should match snapshot when rendered." }, { - "id": "1193", + "id": "1208", "name": "App Component should render component without shallow and match snapshot when rendered." }, { - "id": "1194", + "id": "1209", "name": "App Component should set head title and meta tags when rendered." }, { - "id": "1195", + "id": "1210", "name": "App Component should fetch and set roles from store when rendered." } ], @@ -108312,15 +109545,15 @@ "tests/unit/specs/components/shared/dialogs/DialogFooterCloseButtonOnly/DialogFooterCloseButtonOnly.nuxt.spec.ts": { "tests": [ { - "id": "1196", + "id": "1211", "name": "Dialog Footer Close Button Only Component should match snapshot when rendered." }, { - "id": "1197", + "id": "1212", "name": "Dialog Footer Close Button Only Component Close Button should translate close button when rendered." }, { - "id": "1198", + "id": "1213", "name": "Dialog Footer Close Button Only Component Close Button should emit close event when close button is clicked." } ], @@ -108329,15 +109562,15 @@ "tests/unit/specs/components/shared/external/GitHubRepositoryButton/GitHubRepositoryButton.nuxt.spec.ts": { "tests": [ { - "id": "1199", + "id": "1214", "name": "GitHub Repository Button should match snapshot when rendered." }, { - "id": "1200", + "id": "1215", "name": "GitHub Repository Button Button Text should render button text with other text when text is passed as prop." }, { - "id": "1201", + "id": "1216", "name": "GitHub Repository Button Button Text should render button text with default text when text is not passed as prop." } ], @@ -108346,32 +109579,49 @@ "tests/unit/specs/composables/api/game/game-history-record/useFetchGameHistoryRecords.spec.ts": { "tests": [ { - "id": "1202", + "id": "1217", "name": "Use Fetch Game History Records getGameHistoryRecords should get game history records when called." }, { - "id": "1203", + "id": "1218", "name": "Use Fetch Game History Records getGameHistoryRecords should return null when an error is thrown." } ], "source": "import type { Mock } from \"vitest\";\n\nimport { useFetchGameHistoryRecords } from \"~/composables/api/game/game-history-record/useFetchGameHistoryRecords\";\nimport * as UseWerewolvesAssistantApi from \"~/composables/api/useWerewolvesAssistantApi\";\n\ndescribe(\"Use Fetch Game History Records\", () => {\n let mocks: {\n composables: {\n useWerewolvesAssistantApi: {\n fetchWerewolvesAssistantApi: Mock;\n }\n }\n };\n\n beforeEach(() => {\n mocks = { composables: { useWerewolvesAssistantApi: { fetchWerewolvesAssistantApi: vi.fn() } } };\n const useWerewolvesAssistantApiMock = mocks.composables.useWerewolvesAssistantApi as unknown as ReturnType;\n vi.spyOn(UseWerewolvesAssistantApi, \"useWerewolvesAssistantApi\").mockReturnValue(useWerewolvesAssistantApiMock);\n });\n\n describe(\"getGameHistoryRecords\", () => {\n it(\"should get game history records when called.\", async() => {\n const gameId = \"gameId\";\n await useFetchGameHistoryRecords().getGameHistoryRecords(gameId);\n\n expect(mocks.composables.useWerewolvesAssistantApi.fetchWerewolvesAssistantApi).toHaveBeenCalledExactlyOnceWith(`/games/${gameId}/history`, { method: \"GET\" });\n });\n\n it(\"should return null when an error is thrown.\", async() => {\n mocks.composables.useWerewolvesAssistantApi.fetchWerewolvesAssistantApi.mockRejectedValue(undefined);\n const gameId = \"gameId\";\n const result = await useFetchGameHistoryRecords().getGameHistoryRecords(gameId);\n\n expect(result).toBeNull();\n });\n });\n});" }, + "tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/RoleFlippingImageSvgIcon.nuxt.spec.ts": { + "tests": [ + { + "id": "1219", + "name": "Role Flipping Image Svg Icon Component should match snapshot when rendered." + }, + { + "id": "1220", + "name": "Role Flipping Image Svg Icon Component Size should set height to 75 when rendered." + }, + { + "id": "1221", + "name": "Role Flipping Image Svg Icon Component Size should set width to 75 when rendered." + } + ], + "source": "import type { mount } from \"@vue/test-utils\";\nimport type { ComponentMountingOptions } from \"@vue/test-utils/dist/mount\";\nimport type { RoleFlippingImageSvgIconProps } from \"~/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/role-flipping-image-svg-icon.types\";\nimport RoleFlippingImageSvgIcon from \"~/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/RoleFlippingImageSvgIcon.vue\";\n\nimport { mountSuspendedComponent } from \"~/tests/unit/utils/helpers/mount.helpers\";\n\ndescribe(\"Role Flipping Image Svg Icon Component\", () => {\n let wrapper: ReturnType>;\n const defaultProps: RoleFlippingImageSvgIconProps = { svgIconPath: \"/svg/werewolf.svg\" };\n\n async function mountRoleFlippingImageSvgIconComponent(options: ComponentMountingOptions = {}):\n Promise>> {\n return mountSuspendedComponent(RoleFlippingImageSvgIcon, {\n props: defaultProps,\n ...options,\n });\n }\n\n beforeEach(async() => {\n wrapper = await mountRoleFlippingImageSvgIconComponent();\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Size\", () => {\n it(\"should set height to 75 when rendered.\", () => {\n expect(wrapper.attributes(\"height\")).toBe(\"75\");\n });\n\n it(\"should set width to 75 when rendered.\", () => {\n expect(wrapper.attributes(\"width\")).toBe(\"75\");\n });\n });\n});" + }, "tests/unit/specs/pages/index/index.nuxt.spec.ts": { "tests": [ { - "id": "1204", + "id": "1222", "name": "Index Page Component should match snapshot when rendered." }, { - "id": "1205", + "id": "1223", "name": "Index Page Component Title should display translated title when rendered." }, { - "id": "1206", + "id": "1224", "name": "Index Page Component Play button should display play button with translated label when rendered." }, { - "id": "1207", + "id": "1225", "name": "Index Page Component About button should display about button with translated label when rendered." } ], @@ -108380,15 +109630,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlaying.nuxt.spec.ts": { "tests": [ { - "id": "1208", + "id": "1226", "name": "Game Playing Component should match snapshot when rendered." }, { - "id": "1209", + "id": "1227", "name": "Game Playing Component Game Events Monitor should not render game events monitor when there is no current game event." }, { - "id": "1210", + "id": "1228", "name": "Game Playing Component Game Events Monitor should render game events monitor when there is a current game event." } ], @@ -108397,11 +109647,11 @@ "tests/unit/specs/composables/api/game/useGameSource.spec.ts": { "tests": [ { - "id": "1211", + "id": "1229", "name": "Use Game Source Composable getDefiniteGameSourceNameLabel 'should translate game source when cal…'" }, { - "id": "1212", + "id": "1230", "name": "Use Game Source Composable getDefiniteGameSourceNameLabel 'should translate definite role name w…'" } ], @@ -108410,7 +109660,7 @@ "tests/unit/specs/composables/api/game/useFetchRandomGameComposition.spec.ts": { "tests": [ { - "id": "1213", + "id": "1231", "name": "Use Fetch Random Game Composition fetchRandomGameComposition should fetch random game composition when called." } ], @@ -108419,19 +109669,19 @@ "tests/unit/specs/pages/about/about.nuxt.spec.ts": { "tests": [ { - "id": "1214", + "id": "1232", "name": "About Page Component should match snapshot when rendered." }, { - "id": "1215", + "id": "1233", "name": "About Page Component should set head title and meta tags when rendered." }, { - "id": "1216", + "id": "1234", "name": "About Page Component Title should display role image of werewolf when rendered." }, { - "id": "1217", + "id": "1235", "name": "About Page Component Title should display translated title when rendered." } ], @@ -108440,15 +109690,15 @@ "tests/unit/specs/components/shared/misc/TextProgressSpinner/TextProgressSpinner.nuxt.spec.ts": { "tests": [ { - "id": "1218", + "id": "1236", "name": "Text Progress Spinner Component should match snapshot when rendered." }, { - "id": "1219", + "id": "1237", "name": "Text Progress Spinner Component Spinner should render spinner with aria label as text prop when rendered." }, { - "id": "1220", + "id": "1238", "name": "Text Progress Spinner Component Text should render text with value as text prop when rendered." } ], @@ -108457,11 +109707,11 @@ "tests/unit/specs/composables/api/role/useFetchRoles.spec.ts": { "tests": [ { - "id": "1221", + "id": "1239", "name": "Use Fetch Roles Composable fetchRoles should fetch roles when called." }, { - "id": "1222", + "id": "1240", "name": "Use Fetch Roles Composable fetchRoles should return null when fetch roles throws." } ], @@ -108470,7 +109720,7 @@ "tests/unit/specs/composables/api/game/game-play/game-play-source/game-play-source-interaction/game-play-source-interaction.class.spec.ts": { "tests": [ { - "id": "1223", + "id": "1241", "name": "Game Play Source Interaction Class create should create a game play source interaction when called." } ], @@ -108479,7 +109729,7 @@ "tests/unit/specs/composables/api/game/player/player.class.spec.ts": { "tests": [ { - "id": "1224", + "id": "1242", "name": "Player Class create should create a player when called." } ], @@ -108488,7 +109738,7 @@ "tests/unit/specs/composables/api/game/dto/create-game/create-game-player/create-game-player.dto.spec.ts": { "tests": [ { - "id": "1225", + "id": "1243", "name": "Create Game Player Dto create should create a game player dto when called." } ], @@ -108497,15 +109747,15 @@ "tests/unit/specs/components/shared/buttons/CreateAnotherGameButton/CreateAnotherGameButton.nuxt.spec.ts": { "tests": [ { - "id": "1226", + "id": "1244", "name": "Create Another Game Button should match snapshot when rendered." }, { - "id": "1227", + "id": "1245", "name": "Create Another Game Button Button Navigation should have 'to' prop set to game lobby when rendered." }, { - "id": "1228", + "id": "1246", "name": "Create Another Game Button Button Text should translate button text when rendered." } ], @@ -108514,7 +109764,7 @@ "tests/unit/specs/composables/api/game/game-options/game-options.class.spec.ts": { "tests": [ { - "id": "1229", + "id": "1247", "name": "Game Options Class create should create a game options when called." } ], @@ -108523,7 +109773,7 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlayground.nuxt.spec.ts": { "tests": [ { - "id": "1230", + "id": "1248", "name": "Game Playground Component should match snapshot when rendered." } ], @@ -108532,7 +109782,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/sheriff-game-options/sheriff-game-options.class.spec.ts": { "tests": [ { - "id": "1231", + "id": "1249", "name": "Sheriff Game Options Class create should create a sheriff game options when called." } ], @@ -108541,15 +109791,15 @@ "tests/unit/specs/components/shared/buttons/BackToHomeButton/BackToHomeButton.nuxt.spec.ts": { "tests": [ { - "id": "1232", + "id": "1250", "name": "Back To Home Button should match snapshot when rendered." }, { - "id": "1233", + "id": "1251", "name": "Back To Home Button Button Navigation should have 'to' prop set to home when rendered." }, { - "id": "1234", + "id": "1252", "name": "Back To Home Button Button Text should translate button text when rendered." } ], @@ -108558,7 +109808,7 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseCardPlayground/GameChooseCardPlayground.nuxt.spec.ts": { "tests": [ { - "id": "1235", + "id": "1253", "name": "Game Choose Card Playground Component should match snapshot when rendered." } ], @@ -108567,11 +109817,11 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryHeader/GameOverHistoryHeader.nuxt.spec.ts": { "tests": [ { - "id": "1236", + "id": "1254", "name": "Game Over History Header Component should match snapshot when rendered." }, { - "id": "1237", + "id": "1255", "name": "Game Over History Header Component Header should translate header when rendered." } ], @@ -108580,7 +109830,7 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameNoActionPlayground/GameNoActionPlayground.nuxt.spec.ts": { "tests": [ { - "id": "1238", + "id": "1256", "name": "Game No Action Playground Component should match snapshot when rendered." } ], @@ -108589,15 +109839,15 @@ "tests/unit/specs/components/pages/game/GameNotFound/GameNotFound.nuxt.spec.ts": { "tests": [ { - "id": "1239", + "id": "1257", "name": "Game Not Found Component should match snapshot when rendered." }, { - "id": "1240", + "id": "1258", "name": "Game Not Found Component should set head title and meta tags when rendered." }, { - "id": "1241", + "id": "1259", "name": "Game Not Found Component Game not found text should translate game not found text when rendered." } ], @@ -108606,7 +109856,7 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlayground.nuxt.spec.ts": { "tests": [ { - "id": "1242", + "id": "1260", "name": "Game Target Playground Component should match snapshot when rendered." } ], @@ -108615,7 +109865,7 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlayground.nuxt.spec.ts": { "tests": [ { - "id": "1243", + "id": "1261", "name": "Game Vote Playground Component should match snapshot when rendered." } ], @@ -108624,7 +109874,7 @@ "tests/unit/specs/composables/api/game/game-history-record/game-history-record-play/game-history-record-play-voting/game-history-record-play-voting.class.spec.ts": { "tests": [ { - "id": "1244", + "id": "1262", "name": "Game History Record Play Voting Class Create should create a game history record play voting when called." } ], @@ -108633,15 +109883,15 @@ "tests/unit/specs/components/pages/game/GameCanceled/GameCanceled.nuxt.spec.ts": { "tests": [ { - "id": "1245", + "id": "1263", "name": "Game Canceled Component should match snapshot when rendered." }, { - "id": "1246", + "id": "1264", "name": "Game Canceled Component should set head title and meta tags when rendered." }, { - "id": "1247", + "id": "1265", "name": "Game Canceled Component Text should display translated text when rendered." } ], @@ -108650,11 +109900,11 @@ "tests/unit/specs/components/shared/external/BuyMeACoffeeButton/BuyMeACoffeeButton.nuxt.spec.ts": { "tests": [ { - "id": "1248", + "id": "1266", "name": "Buy Me A Coffee Button Component should match snapshot when rendered." }, { - "id": "1249", + "id": "1267", "name": "Buy Me A Coffee Button Component Link image should call link image with correct src when rendered." } ], @@ -108663,7 +109913,7 @@ "tests/unit/specs/composables/api/game/game-history-record/game-history-record-play/game-history-record-play-source/game-history-record-play-source.class.spec.ts": { "tests": [ { - "id": "1250", + "id": "1268", "name": "Game History Record Play Source Class Create should create a game history record play source when called." } ], @@ -108672,7 +109922,7 @@ "tests/unit/specs/components/shared/game/game-phase/GamePhaseLottie/GameNightPhaseLottie/GameNightPhaseLottie.nuxt.spec.ts": { "tests": [ { - "id": "1251", + "id": "1269", "name": "Game Night Phase Lottie Component should match snapshot without shallow rendering when rendered." } ], @@ -108681,7 +109931,7 @@ "tests/unit/specs/composables/api/game/player/player-attribute/player-attribute.class.spec.ts": { "tests": [ { - "id": "1252", + "id": "1270", "name": "Player Attribute Class create should create a player attribute when called." } ], @@ -108690,7 +109940,7 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTab.nuxt.spec.ts": { "tests": [ { - "id": "1253", + "id": "1271", "name": "Game Lobby Options Hub Roles Tab Component should match snapshot when rendered." } ], @@ -108699,11 +109949,11 @@ "tests/unit/specs/composables/api/role/useRoleName.spec.ts": { "tests": [ { - "id": "1254", + "id": "1272", "name": "Use Role Name Composable getRoleNameLabel should translate role when called with role name." }, { - "id": "1255", + "id": "1273", "name": "Use Role Name Composable getDefiniteRoleNameLabel should translate definite role name when called with role name and count." } ], @@ -108712,7 +109962,7 @@ "tests/unit/specs/components/shared/game/game-phase/GamePhaseLottie/GameDayPhaseLottie/GameDayPhaseLottie.nuxt.spec.ts": { "tests": [ { - "id": "1256", + "id": "1274", "name": "Game Day Phase Lottie Component should match snapshot without shallow rendering when rendered." } ], @@ -108721,7 +109971,7 @@ "tests/unit/specs/composables/api/game/game-history-record/game-history-record-play/game-history-record-play-target/game-history-record-play-target.class.spec.ts": { "tests": [ { - "id": "1257", + "id": "1275", "name": "Game History Record Play Target Class Create should create a game history record play target when called." } ], @@ -108730,7 +109980,7 @@ "tests/unit/specs/composables/api/game/game-history-record/game-history-record-play/game-history-record-play-vote/game-history-record-play-vote.class.spec.ts": { "tests": [ { - "id": "1258", + "id": "1276", "name": "Game History Record Play Vote Class Create should create a game history record play vote when called." } ], @@ -108739,11 +109989,11 @@ "tests/unit/specs/components/shared/game/game-play/NoActionNeeded/NoActionNeeded.nuxt.spec.ts": { "tests": [ { - "id": "1259", + "id": "1277", "name": "No Action Needed Component should match snapshot when rendered." }, { - "id": "1260", + "id": "1278", "name": "No Action Needed Component Message should translate no action needed message when rendered." } ], @@ -108752,7 +110002,7 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubHeader/GameLobbyOptionsHubHeader.nuxt.spec.ts": { "tests": [ { - "id": "1261", + "id": "1279", "name": "Game Lobby Options Hub Header Component should match snapshot when rendered." } ], @@ -108761,7 +110011,7 @@ "tests/unit/specs/composables/api/game/game-play/game-play-source/game-play-source-interaction/game-play-source-interaction-boundaries/game-play-source-interaction-boundaries.class.spec.ts": { "tests": [ { - "id": "1262", + "id": "1280", "name": "Game Play Source Interaction Boundaries Class create should create a game play source interaction boundaries when called." } ], @@ -108770,7 +110020,7 @@ "tests/unit/specs/composables/api/game/game-play/game-play.class.spec.ts": { "tests": [ { - "id": "1263", + "id": "1281", "name": "Game Play Class create should create a game play when called." } ], @@ -108779,7 +110029,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/cupid-game-options/cupid-game-options.class.spec.ts": { "tests": [ { - "id": "1264", + "id": "1282", "name": "Cupid Game Options Class create should create a cupid game options when called." } ], @@ -108788,7 +110038,7 @@ "tests/unit/specs/composables/api/game/game-play/game-play-source/game-play-source.class.spec.ts": { "tests": [ { - "id": "1265", + "id": "1283", "name": "Game Play Source Class create should create a game play source when called." } ], @@ -108797,16 +110047,25 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitor.nuxt.spec.ts": { "tests": [ { - "id": "1266", + "id": "1284", "name": "Game Events Monitor Component should match snapshot when rendered." } ], "source": "import type { mount } from \"@vue/test-utils\";\nimport type { ComponentMountingOptions } from \"@vue/test-utils/dist/mount\";\nimport GameEventsMonitor from \"~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitor.vue\";\n\nimport { mountSuspendedComponent } from \"~/tests/unit/utils/helpers/mount.helpers\";\n\ndescribe(\"Game Events Monitor Component\", () => {\n let wrapper: ReturnType>;\n\n async function mountGameEventsMonitorComponent(options: ComponentMountingOptions = {}): Promise>> {\n return mountSuspendedComponent(GameEventsMonitor, { ...options });\n }\n\n beforeEach(async() => {\n wrapper = await mountGameEventsMonitorComponent();\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n});" }, + "tests/unit/specs/stores/game/game-event/game-event.class.spec.ts": { + "tests": [ + { + "id": "1285", + "name": "Game Event class create should create a game event when called." + } + ], + "source": "import { GameEvent } from \"~/stores/game/game-event/types/game-event.class\";\nimport { createFakePlayer } from \"~/tests/unit/utils/factories/composables/api/game/player/player.factory\";\nimport { createFakeGameEvent } from \"~/tests/unit/utils/factories/stores/game/game-event/game-event.factory\";\n\ndescribe(\"Game Event class\", () => {\n describe(\"create\", () => {\n it(\"should create a game event when called.\", () => {\n const players = [\n createFakePlayer(),\n createFakePlayer(),\n createFakePlayer(),\n ];\n const gameEvent = createFakeGameEvent({ players });\n const createdGameEvent = GameEvent.create(gameEvent);\n const expectedGameEvent = new GameEvent();\n expectedGameEvent.type = gameEvent.type;\n expectedGameEvent.players = gameEvent.players;\n\n expect(createdGameEvent).toStrictEqual(expectedGameEvent);\n });\n });\n});" + }, "tests/unit/specs/composables/api/role/role.class.spec.ts": { "tests": [ { - "id": "1267", + "id": "1286", "name": "Role Class create should create a role when called." } ], @@ -108815,11 +110074,11 @@ "tests/unit/specs/composables/api/game/player/usePlayers.spec.ts": { "tests": [ { - "id": "1268", + "id": "1287", "name": "Use Players Composable getPlayersNamesText should return player names text when called." }, { - "id": "1269", + "id": "1288", "name": "Use Players Composable getPlayersNamesText should return empty string when there are no players." } ], @@ -108828,7 +110087,7 @@ "tests/unit/specs/composables/api/game/dto/create-game/create-game-additional-card/create-game-additional-card.dto.spec.ts": { "tests": [ { - "id": "1270", + "id": "1289", "name": "Create Game Additional Card Dto create should create a game additional card dto when called." } ], @@ -108837,7 +110096,7 @@ "tests/unit/specs/composables/api/game/game-additional-card/game-additional-card.class.spec.ts": { "tests": [ { - "id": "1271", + "id": "1290", "name": "Game Additional Card Class Create should create a game additional card when called." } ], @@ -108846,7 +110105,7 @@ "tests/unit/specs/composables/api/game/player/player-attribute/player-attribute-activation/player-attribute-activation.class.spec.ts": { "tests": [ { - "id": "1272", + "id": "1291", "name": "Player Attribute Activation Class create should create a player attribute activation when called." } ], @@ -108855,7 +110114,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/thief-game-options/thief-game-options.class.spec.ts": { "tests": [ { - "id": "1273", + "id": "1292", "name": "Thief Game Options Class create should create a thief game options when called." } ], @@ -108864,7 +110123,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/sheriff-game-options/sheriff-election-game-options/sheriff-election-game-options.class.spec.ts": { "tests": [ { - "id": "1274", + "id": "1293", "name": "Sheriff Election Game Options Class create should create a sheriff election game options when called." } ], @@ -108873,7 +110132,7 @@ "tests/unit/specs/composables/api/game/game-victory/game-victory.class.spec.ts": { "tests": [ { - "id": "1275", + "id": "1294", "name": "Game Victory Class create should create a game victory when called." } ], @@ -108882,7 +110141,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/pied-piper-game-options/pied-piper-game-options.class.spec.ts": { "tests": [ { - "id": "1276", + "id": "1295", "name": "Pied Piper Game Options Class create should create a pied piper game options when called." } ], @@ -108891,11 +110150,11 @@ "tests/unit/specs/components/pages/index/IndexFooter.nuxt.spec.ts": { "tests": [ { - "id": "1277", + "id": "1296", "name": "Index Page Footer Component should match snapshot when rendered." }, { - "id": "1278", + "id": "1297", "name": "Index Page Footer Component Contact Me Button should display contact me with translated text button when rendered." } ], @@ -108904,7 +110163,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/wolf-hound-game-options/wolf-hound-game-options.class.spec.ts": { "tests": [ { - "id": "1279", + "id": "1298", "name": "Wolf Hound Game Options Class create should create a wolf hound game options when called." } ], @@ -108913,7 +110172,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/actor-game-options/actor-game-options.class.spec.ts": { "tests": [ { - "id": "1280", + "id": "1299", "name": "Actor Game Options Class create should create an actor game options when called." } ], @@ -108922,7 +110181,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/stuttering-judge-game-options/stuttering-judge-game-options.class.spec.ts": { "tests": [ { - "id": "1281", + "id": "1300", "name": "Stuttering Judge Game Options Class create should create a stuttering judge game options when called." } ], @@ -108931,11 +110190,11 @@ "tests/unit/specs/composables/misc/useArrays.spec.ts": { "tests": [ { - "id": "1282", + "id": "1301", "name": "Use Arrays Composable insertIf should return an empty array when condition is false." }, { - "id": "1283", + "id": "1302", "name": "Use Arrays Composable insertIf should return an array with the value when condition is true." } ], @@ -108944,7 +110203,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/elder-game-options/elder-game-options.class.spec.ts": { "tests": [ { - "id": "1284", + "id": "1303", "name": "Elder Game Options Class create should create an elder game options when called." } ], @@ -108953,7 +110212,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/cupid-game-options/cupid-lovers-game-options/cupid-lovers-game-options.class.spec.ts": { "tests": [ { - "id": "1285", + "id": "1304", "name": "Cupid Lovers Game Options Class create should create a cupid lovers game options when called." } ], @@ -108962,7 +110221,7 @@ "tests/unit/specs/composables/api/useWerewolvesAssistantApi.spec.ts": { "tests": [ { - "id": "1286", + "id": "1305", "name": "Use Werewolves Assistant Api Composable fetchWerewolvesAssistantApi should create a fetch instance for Werewolves Assistant API when called." } ], @@ -108971,7 +110230,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/three-brothers-game-options/three-brothers-game-options.class.spec.ts": { "tests": [ { - "id": "1287", + "id": "1306", "name": "Three Brothers Game Options Class create should create a three brothers game options when called." } ], @@ -108980,7 +110239,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/scandalmonger-game-options/scandalmonger-game-options.class.spec.ts": { "tests": [ { - "id": "1288", + "id": "1307", "name": "Scandalmonger Game Options Class create should create a scandalmonger game options when called." } ], @@ -108989,11 +110248,11 @@ "tests/unit/specs/composables/api/game/game-phase/useGamePhase.spec.ts": { "tests": [ { - "id": "1289", + "id": "1308", "name": "Use Game Phase Composable getGamePhaseWithTurnText should return game phase without turn text when phase is twilight." }, { - "id": "1290", + "id": "1309", "name": "Use Game Phase Composable getGamePhaseWithTurnText should return game phase with turn text when called." } ], @@ -109002,7 +110261,7 @@ "tests/unit/specs/composables/api/game/player/player-role/player-role.class.spec.ts": { "tests": [ { - "id": "1291", + "id": "1310", "name": "Player Role Class create should create a player role when called." } ], @@ -109011,7 +110270,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/little-girl-game-options/little-girl-game-options.class.spec.ts": { "tests": [ { - "id": "1292", + "id": "1311", "name": "Little Girl Game Options Class create should create a little girl game options when called." } ], @@ -109020,7 +110279,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/white-werewolf-game-options/white-werewolf-game-options.class.spec.ts": { "tests": [ { - "id": "1293", + "id": "1312", "name": "White Werewolf create should create a white werewolf game options when called." } ], @@ -109029,7 +110288,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/bear-tamer-game-options/bear-tamer-game-options.class.spec.ts": { "tests": [ { - "id": "1294", + "id": "1313", "name": "Bear Tamer Game Options Class create should create a bear tamer game options when called." } ], @@ -109038,7 +110297,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/seer-game-options/seer-game-options.class.spec.ts": { "tests": [ { - "id": "1295", + "id": "1314", "name": "Seer Game Options Class create should create a seer game options when called." } ], @@ -109047,7 +110306,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/wild-child-game-options/wild-child-game-options.class.spec.ts": { "tests": [ { - "id": "1296", + "id": "1315", "name": "Wild Child Game Options Class create should create a wild child game options when called." } ], @@ -109056,7 +110315,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/two-sisters-game-options/two-sisters-game-options.class.spec.ts": { "tests": [ { - "id": "1297", + "id": "1316", "name": "Two Sisters Game Options Class create should create a two sisters game options when called." } ], @@ -109065,7 +110324,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/big-bad-wolf-options/big-bad-wolf-options.class.spec.ts": { "tests": [ { - "id": "1298", + "id": "1317", "name": "Big Bad Wolf Game Options Class create should create a big bad wolf options when called." } ], @@ -109074,7 +110333,7 @@ "tests/unit/specs/composables/api/game/game-options/composition-game-options/composition-game-options.class.spec.ts": { "tests": [ { - "id": "1299", + "id": "1318", "name": "Composition Game Options Class create should create a composition game options when called." } ], @@ -109083,7 +110342,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/defender-game-options/defender-game-options.class.spec.ts": { "tests": [ { - "id": "1300", + "id": "1319", "name": "Defender Game Options Class create should create a defender game options when called." } ], @@ -109092,7 +110351,7 @@ "tests/unit/specs/composables/api/game/player/player-side/player-side.class.spec.ts": { "tests": [ { - "id": "1301", + "id": "1320", "name": "Player Side Class create should create a player side when called." } ], @@ -109101,7 +110360,7 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.nuxt.spec.ts": { "tests": [ { - "id": "1302", + "id": "1321", "name": "Game Playground Footer Component should match snapshot when rendered." } ], @@ -109110,7 +110369,7 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeader.nuxt.spec.ts": { "tests": [ { - "id": "1303", + "id": "1322", "name": "Game Playground Header Component should match snapshot when rendered." } ], @@ -109119,7 +110378,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/witch-game-options/witch-game-options.class.spec.ts": { "tests": [ { - "id": "1304", + "id": "1323", "name": "Witch Game Options Class create should create a witch game options when called." } ], @@ -109128,25 +110387,16 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/idiot-game-options/idiot-game-options.class.spec.ts": { "tests": [ { - "id": "1305", + "id": "1324", "name": "Idiot Game Options Class create should create an idiot game options when called." } ], "source": "import { IdiotGameOptions } from \"~/composables/api/game/types/game-options/roles-game-options/idiot-game-options/idiot-game-options.class\";\n\ndescribe(\"Idiot Game Options Class\", () => {\n describe(\"create\", () => {\n it(\"should create an idiot game options when called.\", () => {\n const createdIdiotGameOptions = IdiotGameOptions.create({ doesDieOnElderDeath: false });\n const expectedIdiotGameOptions = new IdiotGameOptions();\n expectedIdiotGameOptions.doesDieOnElderDeath = false;\n\n expect(createdIdiotGameOptions).toStrictEqual(expectedIdiotGameOptions);\n });\n });\n});" }, - "tests/unit/specs/stores/game/game-event/game-event.class.spec.ts": { - "tests": [ - { - "id": "1306", - "name": "Game Event class create should create a game event when called." - } - ], - "source": "import { GameEvent } from \"~/stores/game/game-event/types/game-event.class\";\nimport { createFakeGameEvent } from \"~/tests/unit/utils/factories/stores/game/game-event/game-event.factory\";\n\ndescribe(\"Game Event class\", () => {\n describe(\"create\", () => {\n it(\"should create a game event when called.\", () => {\n const gameEvent = createFakeGameEvent();\n const createdGameEvent = GameEvent.create(gameEvent);\n const expectedGameEvent = new GameEvent();\n expectedGameEvent.type = gameEvent.type;\n\n expect(createdGameEvent).toStrictEqual(expectedGameEvent);\n });\n });\n});" - }, "tests/unit/specs/composables/api/game/game-options/roles-game-options/fox-game-options/fox-game-options.class.spec.ts": { "tests": [ { - "id": "1307", + "id": "1325", "name": "Fox Game Options Class create should create a fox game options when called." } ], @@ -109155,7 +110405,7 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyFooter.nuxt.spec.ts": { "tests": [ { - "id": "1308", + "id": "1326", "name": "Game Lobby Footer Component should match snapshot when rendered." } ], @@ -109164,7 +110414,7 @@ "tests/unit/specs/composables/api/game/game-phase/game-phase.class.spec.ts": { "tests": [ { - "id": "1309", + "id": "1327", "name": "Game Phase Class create should create a game phase when called." } ], @@ -109173,7 +110423,7 @@ "tests/unit/specs/modules/i18n.spec.ts": { "tests": [ { - "id": "1310", + "id": "1328", "name": "I18n module Locales should contain all keys set in fr locale when locale is en." } ], @@ -109182,11 +110432,11 @@ "tests/unit/specs/composables/misc/useStrings.spec.ts": { "tests": [ { - "id": "1311", + "id": "1329", "name": "Use Strings Composable convertBooleanAsAffirmativeString should return 'yes' when value is true." }, { - "id": "1312", + "id": "1330", "name": "Use Strings Composable convertBooleanAsAffirmativeString should return 'no' when value is false." } ], @@ -109195,7 +110445,7 @@ "tests/unit/specs/layouts/default.nuxt.spec.ts": { "tests": [ { - "id": "1313", + "id": "1331", "name": "Default Layout should match snapshot when rendered." } ], @@ -109204,7 +110454,7 @@ "tests/unit/specs/utils/url.utils.spec.ts": { "tests": [ { - "id": "1314", + "id": "1332", "name": "URL Utils removeTrailingSlashes should remove trailing slashes when called." } ], diff --git a/tests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayerCard/__snapshots__/GameLobbyPlayerCard.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayerCard/__snapshots__/GameLobbyPlayerCard.nuxt.spec.ts.snap index df44b6e3831..211f8866b4d 100644 --- a/tests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayerCard/__snapshots__/GameLobbyPlayerCard.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayerCard/__snapshots__/GameLobbyPlayerCard.nuxt.spec.ts.snap @@ -7,8 +7,12 @@ exports[`Game Lobby Player Card Component > should match snapshot when rendered
Toto
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts index 4a6c553bd48..239ce521036 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts @@ -3,6 +3,7 @@ import type { mount } from "@vue/test-utils"; import type { ComponentMountingOptions } from "@vue/test-utils/dist/mount"; import GameEventsMonitorCurrentEvent from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.vue"; import GamePhaseStartsEvent from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.vue"; +import GamePlayerDiesEvent from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/GamePlayerDiesEvent.vue"; import GameStartsEvent from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.vue"; import GameTurnStartsEvent from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.vue"; import { StoreIds } from "~/stores/enums/store.enum"; @@ -72,6 +73,18 @@ describe("Game Events Monitor Current Event Component", () => { expect(gamePhaseStartsEvent.exists()).toBeTruthy(); }); + it("should render player dies event component when current game event is player dies type.", async() => { + const gameEventsStore = useGameEventsStore(); + gameEventsStore.gameEvents = [ + createFakeGameEvent({ type: "player-dies" }), + createFakeGameEvent({ type: "game-turn-starts" }), + ]; + await nextTick(); + const playerDiesEvent = wrapper.findComponent(GamePlayerDiesEvent); + + expect(playerDiesEvent.exists()).toBeTruthy(); + }); + it("should not render any game event component when there is no current game event.", async() => { const gameEventsStore = useGameEventsStore(); gameEventsStore.gameEvents = []; diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/GamePlayerDiesEvent.nuxt.spec.ts b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/GamePlayerDiesEvent.nuxt.spec.ts new file mode 100644 index 00000000000..2c06106c7b1 --- /dev/null +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/GamePlayerDiesEvent.nuxt.spec.ts @@ -0,0 +1,138 @@ +import { createTestingPinia } from "@pinia/testing"; +import type { mount } from "@vue/test-utils"; +import type { ComponentMountingOptions } from "@vue/test-utils/dist/mount"; +import type { GamePlayerDiesEventProps } from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/game-player-dies-event.types"; +import GamePlayerDiesEvent from "~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/GamePlayerDiesEvent.vue"; +import type GameEventFlippingPlayerCard from "~/components/shared/game/game-event/GameEventFlippingPlayerCard/GameEventFlippingPlayerCard.vue"; +import { DEFAULT_GAME_OPTIONS } from "~/composables/api/game/constants/game-options/game-options.constants"; +import type { Player } from "~/composables/api/game/types/players/player.class"; +import { StoreIds } from "~/stores/enums/store.enum"; +import { useGameStore } from "~/stores/game/useGameStore"; +import { createFakeGameOptions } from "~/tests/unit/utils/factories/composables/api/game/game-options/game-options.factory"; +import { createFakeRolesGameOptions } from "~/tests/unit/utils/factories/composables/api/game/game-options/roles-game-options/roles-game-options.factory"; +import { createFakeGame } from "~/tests/unit/utils/factories/composables/api/game/game.factory"; +import { createFakeSeerAlivePlayer } from "~/tests/unit/utils/factories/composables/api/game/player/player-with-role.factory"; +import { createFakeGameEvent } from "~/tests/unit/utils/factories/stores/game/game-event/game-event.factory"; + +import { mountSuspendedComponent } from "~/tests/unit/utils/helpers/mount.helpers"; + +describe("Game Player Dies Event Component", () => { + let wrapper: ReturnType>; + const defaultGame = createFakeGame({ options: DEFAULT_GAME_OPTIONS }); + const defaultDeadPlayer = createFakeSeerAlivePlayer({ name: "Antoine" }); + const defaultProps: GamePlayerDiesEventProps = { event: createFakeGameEvent({ players: [defaultDeadPlayer] }) }; + const initialState = { initialState: { [StoreIds.GAME]: { game: defaultGame } } }; + + async function mountGamePlayerDiesEventComponent(options: ComponentMountingOptions = {}): + Promise>> { + return mountSuspendedComponent(GamePlayerDiesEvent, { + props: defaultProps, + global: { plugins: [createTestingPinia(initialState)] }, + ...options, + }); + } + + beforeEach(async() => { + wrapper = await mountGamePlayerDiesEventComponent(); + }); + + it("should match snapshot when rendered.", () => { + expect(wrapper).toBeTruthy(); + expect(wrapper.html()).toMatchSnapshot(); + }); + + it("should match snapshot when rendered without shallow rendering.", async() => { + wrapper = await mountGamePlayerDiesEventComponent({ shallow: false }); + + expect(wrapper).toBeTruthy(); + expect(wrapper.html()).toMatchSnapshot(); + }); + + describe("Player Dies Event Texts", () => { + it("should pass event texts when rendered.", () => { + const gamePlayerDiesEventComponent = wrapper.findComponent("#game-player-dies-event"); + const expectedTexts: string[] = [ + "components.GamePlayerDiesEvent.playerDies, {\"playerName\":\"Antoine\"}", + "components.GamePlayerDiesEvent.playerCanRevealRole", + ]; + const expectedTextsAsString = expectedTexts.join(","); + + expect(gamePlayerDiesEventComponent.attributes("texts")).toBe(expectedTextsAsString); + }); + + it("should pass can't find dead player texts when player is not found in event.", async() => { + wrapper = await mountGamePlayerDiesEventComponent({ props: { event: createFakeGameEvent({ players: [] }) } }); + const gamePlayerDiesEventComponent = wrapper.findComponent("#game-player-dies-event"); + const expectedTexts: string[] = ["components.GamePlayerDiesEvent.cantFindDeadPlayer"]; + const expectedTextsAsString = expectedTexts.join(","); + + expect(gamePlayerDiesEventComponent.attributes("texts")).toBe(expectedTextsAsString); + }); + + it("should pass can't find dead player texts when there are not players defined in event.", async() => { + wrapper = await mountGamePlayerDiesEventComponent({ props: { event: createFakeGameEvent({ players: undefined }) } }); + const gamePlayerDiesEventComponent = wrapper.findComponent("#game-player-dies-event"); + const expectedTexts: string[] = ["components.GamePlayerDiesEvent.cantFindDeadPlayer"]; + const expectedTextsAsString = expectedTexts.join(","); + + expect(gamePlayerDiesEventComponent.attributes("texts")).toBe(expectedTextsAsString); + }); + + it("should pass event texts with player role remaining hidden when the options is activated.", async() => { + const gameStore = useGameStore(); + gameStore.game = createFakeGame({ options: createFakeGameOptions({ roles: createFakeRolesGameOptions({ areRevealedOnDeath: false }) }) }); + await nextTick(); + const gamePlayerDiesEventComponent = wrapper.findComponent("#game-player-dies-event"); + const expectedTexts: string[] = [ + "components.GamePlayerDiesEvent.playerDies, {\"playerName\":\"Antoine\"}", + "components.GamePlayerDiesEvent.playerDoesntRevealRole", + ]; + const expectedTextsAsString = expectedTexts.join(","); + + expect(gamePlayerDiesEventComponent.attributes("texts")).toBe(expectedTextsAsString); + }); + }); + + describe("Player Dies Event Role Image", () => { + beforeEach(async() => { + wrapper = await mountGamePlayerDiesEventComponent({ + global: { + stubs: { GameEventWithTexts: false }, + plugins: [createTestingPinia(initialState)], + }, + }); + }); + + it("should render player role image when dead player is found in event.", () => { + const playerRoleImage = wrapper.findComponent("#game-event-flipping-player-card"); + + expect(playerRoleImage.props("players")).toStrictEqual([defaultDeadPlayer]); + }); + + it("should not render player role image when dead player is not found in event.", async() => { + wrapper = await mountGamePlayerDiesEventComponent({ + global: { + stubs: { GameEventWithTexts: false }, + plugins: [createTestingPinia(initialState)], + }, + props: { event: createFakeGameEvent({ players: [] }) }, + }); + const playerRoleImage = wrapper.findComponent("#game-event-flipping-player-card"); + + expect(playerRoleImage.exists()).toBeFalsy(); + }); + + it("should not render player role image when there are not players defined in event.", async() => { + wrapper = await mountGamePlayerDiesEventComponent({ + global: { + stubs: { GameEventWithTexts: false }, + plugins: [createTestingPinia(initialState)], + }, + props: { event: createFakeGameEvent({ players: undefined }) }, + }); + const playerRoleImage = wrapper.findComponent("#game-event-flipping-player-card"); + + expect(playerRoleImage.exists()).toBeFalsy(); + }); + }); +}); \ No newline at end of file diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/__snapshots__/GamePlayerDiesEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/__snapshots__/GamePlayerDiesEvent.nuxt.spec.ts.snap new file mode 100644 index 00000000000..cbb320249c3 --- /dev/null +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePlayerDiesEvent/__snapshots__/GamePlayerDiesEvent.nuxt.spec.ts.snap @@ -0,0 +1,30 @@ +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html + +exports[`Game Player Dies Event Component > should match snapshot when rendered without shallow rendering. 1`] = ` +"
+
+
+
+
+
+
shared.role.name.seerRole icon
+
components.RoleImage.backRole icon
+
+
+ +

Antoine

+
+
+
+
+
+
+ +

components.GamePlayerDiesEvent.playerDies, {"playerName":"Antoine"}

+
+
+
+
" +`; + +exports[`Game Player Dies Event Component > should match snapshot when rendered. 1`] = `""`; diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent/__snapshots__/GameAccursedWolfFatherTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent/__snapshots__/GameAccursedWolfFatherTurnStartsEvent.nuxt.spec.ts.snap index 2440f49706a..1bd821406e0 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent/__snapshots__/GameAccursedWolfFatherTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent/__snapshots__/GameAccursedWolfFatherTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Accursed Wolf Father Turn Starts Event Component > should match sn "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameActorTurnStartsEvent/__snapshots__/GameActorTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameActorTurnStartsEvent/__snapshots__/GameActorTurnStartsEvent.nuxt.spec.ts.snap index dd53417c441..3501e568088 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameActorTurnStartsEvent/__snapshots__/GameActorTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameActorTurnStartsEvent/__snapshots__/GameActorTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Actor Turn Starts Event Component > should match snapshot when ren "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBearTamerTurnStartsEvent/__snapshots__/GameBearTamerTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBearTamerTurnStartsEvent/__snapshots__/GameBearTamerTurnStartsEvent.nuxt.spec.ts.snap index ba4be5545ac..d300174f6da 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBearTamerTurnStartsEvent/__snapshots__/GameBearTamerTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBearTamerTurnStartsEvent/__snapshots__/GameBearTamerTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Bear Tamer Turn Starts Event Component > should match snapshot whe "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBigBadWolfTurnStartsEvent/__snapshots__/GameBigBadWolfTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBigBadWolfTurnStartsEvent/__snapshots__/GameBigBadWolfTurnStartsEvent.nuxt.spec.ts.snap index 21a43b2555d..f048e214d93 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBigBadWolfTurnStartsEvent/__snapshots__/GameBigBadWolfTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBigBadWolfTurnStartsEvent/__snapshots__/GameBigBadWolfTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Big Bad Wolf Turn Starts Event Component > should match snapshot w "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCharmedTurnStartsEvent/__snapshots__/GameCharmedTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCharmedTurnStartsEvent/__snapshots__/GameCharmedTurnStartsEvent.nuxt.spec.ts.snap index 83597aed83c..b2eb54d1036 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCharmedTurnStartsEvent/__snapshots__/GameCharmedTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCharmedTurnStartsEvent/__snapshots__/GameCharmedTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Charmed Turn Starts Event Component > should match snapshot when r "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCupidTurnStartsEvent/__snapshots__/GameCupidTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCupidTurnStartsEvent/__snapshots__/GameCupidTurnStartsEvent.nuxt.spec.ts.snap index 0991572789e..3411854108b 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCupidTurnStartsEvent/__snapshots__/GameCupidTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCupidTurnStartsEvent/__snapshots__/GameCupidTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Cupid Turn Starts Event Component > should match snapshot when ren "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/__snapshots__/GameDefenderTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/__snapshots__/GameDefenderTurnStartsEvent.nuxt.spec.ts.snap index 88ebf10eaec..fcc25f69369 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/__snapshots__/GameDefenderTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/__snapshots__/GameDefenderTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Defender Turn Starts Event Component > should match snapshot when "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameFoxTurnStartsEvent/__snapshots__/GameFoxTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameFoxTurnStartsEvent/__snapshots__/GameFoxTurnStartsEvent.nuxt.spec.ts.snap index e5d9aab5141..e6c397136f5 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameFoxTurnStartsEvent/__snapshots__/GameFoxTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameFoxTurnStartsEvent/__snapshots__/GameFoxTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Fox Turn Starts Event Component > should match snapshot when rende "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameHunterTurnStartsEvent/__snapshots__/GameHunterTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameHunterTurnStartsEvent/__snapshots__/GameHunterTurnStartsEvent.nuxt.spec.ts.snap index c5371db21f6..d0b2532bf76 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameHunterTurnStartsEvent/__snapshots__/GameHunterTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameHunterTurnStartsEvent/__snapshots__/GameHunterTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Hunter Turn Starts Event Component > should match snapshot when re "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameLoversTurnStartsEvent/__snapshots__/GameLoversTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameLoversTurnStartsEvent/__snapshots__/GameLoversTurnStartsEvent.nuxt.spec.ts.snap index 6dcfaf31502..a9b03647e3b 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameLoversTurnStartsEvent/__snapshots__/GameLoversTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameLoversTurnStartsEvent/__snapshots__/GameLoversTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Lovers Turn Starts Event Component > should match snapshot when re "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GamePiedPiperTurnStartsEvent/__snapshots__/GamePiedPiperTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GamePiedPiperTurnStartsEvent/__snapshots__/GamePiedPiperTurnStartsEvent.nuxt.spec.ts.snap index 7714e7fbb83..715c623692c 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GamePiedPiperTurnStartsEvent/__snapshots__/GamePiedPiperTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GamePiedPiperTurnStartsEvent/__snapshots__/GamePiedPiperTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Pied Piper Turn Starts Event Component > should match snapshot whe "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScandalmongerTurnStartsEvent/__snapshots__/GameScandalmongerTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScandalmongerTurnStartsEvent/__snapshots__/GameScandalmongerTurnStartsEvent.nuxt.spec.ts.snap index c0f9dcae707..7271720b702 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScandalmongerTurnStartsEvent/__snapshots__/GameScandalmongerTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScandalmongerTurnStartsEvent/__snapshots__/GameScandalmongerTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Scandalmonger Turn Starts Event Component > should match snapshot "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScapegoatTurnStartsEvent/__snapshots__/GameScapegoatTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScapegoatTurnStartsEvent/__snapshots__/GameScapegoatTurnStartsEvent.nuxt.spec.ts.snap index 46e1126ab61..8f8deb0cf92 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScapegoatTurnStartsEvent/__snapshots__/GameScapegoatTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScapegoatTurnStartsEvent/__snapshots__/GameScapegoatTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Scapegoat Turn Starts Event Component > should match snapshot when "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSeerTurnStartsEvent/__snapshots__/GameSeerTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSeerTurnStartsEvent/__snapshots__/GameSeerTurnStartsEvent.nuxt.spec.ts.snap index 5f99cfc303c..5196eb6c387 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSeerTurnStartsEvent/__snapshots__/GameSeerTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSeerTurnStartsEvent/__snapshots__/GameSeerTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Seer Turn Starts Event Component > should match snapshot when rend "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSheriffTurnStartsEvent/__snapshots__/GameSheriffTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSheriffTurnStartsEvent/__snapshots__/GameSheriffTurnStartsEvent.nuxt.spec.ts.snap index 58c2a710330..e3ce83b880e 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSheriffTurnStartsEvent/__snapshots__/GameSheriffTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSheriffTurnStartsEvent/__snapshots__/GameSheriffTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Sheriff Turn Starts Event Component > should match snapshot when r "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameStutteringJudgeTurnStartsEvent/__snapshots__/GameStutteringJudgeTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameStutteringJudgeTurnStartsEvent/__snapshots__/GameStutteringJudgeTurnStartsEvent.nuxt.spec.ts.snap index c9af0c02981..9e8d330cc4d 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameStutteringJudgeTurnStartsEvent/__snapshots__/GameStutteringJudgeTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameStutteringJudgeTurnStartsEvent/__snapshots__/GameStutteringJudgeTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Stuttering Judge Turn Starts Event Component > should match snapsh "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSurvivorsTurnStartsEvent/__snapshots__/GameSurvivorsTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSurvivorsTurnStartsEvent/__snapshots__/GameSurvivorsTurnStartsEvent.nuxt.spec.ts.snap index d8bce94e16a..d689ca25a72 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSurvivorsTurnStartsEvent/__snapshots__/GameSurvivorsTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSurvivorsTurnStartsEvent/__snapshots__/GameSurvivorsTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Survivors Turn Starts Event Component > should match snapshot when "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThiefTurnStartsEvent/__snapshots__/GameThiefTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThiefTurnStartsEvent/__snapshots__/GameThiefTurnStartsEvent.nuxt.spec.ts.snap index c7b48c142f6..a1ffafef2ff 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThiefTurnStartsEvent/__snapshots__/GameThiefTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThiefTurnStartsEvent/__snapshots__/GameThiefTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Thief Turn Starts Event Component > should match snapshot when ren "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThreeBrothersTurnStartsEvent/__snapshots__/GameThreeBrothersTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThreeBrothersTurnStartsEvent/__snapshots__/GameThreeBrothersTurnStartsEvent.nuxt.spec.ts.snap index 64d1600d716..1914204a134 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThreeBrothersTurnStartsEvent/__snapshots__/GameThreeBrothersTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThreeBrothersTurnStartsEvent/__snapshots__/GameThreeBrothersTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Three Brothers Turn Starts Event Component > should match snapshot "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTwoSistersTurnStartsEvent/__snapshots__/GameTwoSistersTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTwoSistersTurnStartsEvent/__snapshots__/GameTwoSistersTurnStartsEvent.nuxt.spec.ts.snap index 011324f0e27..4bcd53e134a 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTwoSistersTurnStartsEvent/__snapshots__/GameTwoSistersTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTwoSistersTurnStartsEvent/__snapshots__/GameTwoSistersTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Two Sisters Turn Starts Event Component > should match snapshot wh "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWerewolvesTurnStartsEvent/__snapshots__/GameWerewolvesTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWerewolvesTurnStartsEvent/__snapshots__/GameWerewolvesTurnStartsEvent.nuxt.spec.ts.snap index 2d03cc9cc94..6466c417427 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWerewolvesTurnStartsEvent/__snapshots__/GameWerewolvesTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWerewolvesTurnStartsEvent/__snapshots__/GameWerewolvesTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Werewolves Turn Starts Event Component > should match snapshot whe "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent/__snapshots__/GameWhiteWerewolfTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent/__snapshots__/GameWhiteWerewolfTurnStartsEvent.nuxt.spec.ts.snap index 1c4e34e8685..4d6a2798a7f 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent/__snapshots__/GameWhiteWerewolfTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent/__snapshots__/GameWhiteWerewolfTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game White Werewolf Turn Starts Event Component > should match snapshot "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWildChildTurnStartsEvent/__snapshots__/GameWildChildTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWildChildTurnStartsEvent/__snapshots__/GameWildChildTurnStartsEvent.nuxt.spec.ts.snap index df0436e3745..cbed7e2c830 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWildChildTurnStartsEvent/__snapshots__/GameWildChildTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWildChildTurnStartsEvent/__snapshots__/GameWildChildTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Wild Child Turn Starts Event Component > should match snapshot whe "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWitchTurnStartsEvent/__snapshots__/GameWitchTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWitchTurnStartsEvent/__snapshots__/GameWitchTurnStartsEvent.nuxt.spec.ts.snap index 529aed5e57d..3db6e5004dc 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWitchTurnStartsEvent/__snapshots__/GameWitchTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWitchTurnStartsEvent/__snapshots__/GameWitchTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Witch Turn Starts Event Component > should match snapshot when ren "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWolfHoundTurnStartsEvent/__snapshots__/GameWolfHoundTurnStartsEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWolfHoundTurnStartsEvent/__snapshots__/GameWolfHoundTurnStartsEvent.nuxt.spec.ts.snap index 04147ce55b7..49d3c02f0d5 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWolfHoundTurnStartsEvent/__snapshots__/GameWolfHoundTurnStartsEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWolfHoundTurnStartsEvent/__snapshots__/GameWolfHoundTurnStartsEvent.nuxt.spec.ts.snap @@ -4,11 +4,15 @@ exports[`Game Wolf Hound Turn Starts Event Component > should match snapshot whe "
-
+
-
components.RoleImage.back
-
components.RoleImage.back
+
components.RoleImage.back + +
+
components.RoleImage.back + +
diff --git a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/__snapshots__/GameEventsMonitorCurrentEvent.nuxt.spec.ts.snap b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/__snapshots__/GameEventsMonitorCurrentEvent.nuxt.spec.ts.snap index dd6ca357ce2..c8083f1fceb 100644 --- a/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/__snapshots__/GameEventsMonitorCurrentEvent.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/__snapshots__/GameEventsMonitorCurrentEvent.nuxt.spec.ts.snap @@ -3,7 +3,7 @@ exports[`Game Events Monitor Current Event Component > should match snapshot when rendered. 1`] = ` "
- +
" `; diff --git a/tests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayerCard/__snapshots__/GameEventFlippingPlayerCard.nuxt.spec.ts.snap b/tests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayerCard/__snapshots__/GameEventFlippingPlayerCard.nuxt.spec.ts.snap index e8c58e8556b..27466b27c82 100644 --- a/tests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayerCard/__snapshots__/GameEventFlippingPlayerCard.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayerCard/__snapshots__/GameEventFlippingPlayerCard.nuxt.spec.ts.snap @@ -1,7 +1,7 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Game Event Flipping Player Card Component > should match snapshot when rendered. 1`] = ` -"
+"

Antoine

diff --git a/tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImage.nuxt.spec.ts b/tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImage.nuxt.spec.ts index a525df1297f..1c06322d031 100644 --- a/tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImage.nuxt.spec.ts +++ b/tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImage.nuxt.spec.ts @@ -4,6 +4,7 @@ import type { ComponentMountingOptions } from "@vue/test-utils/dist/mount"; import type { VueFlip } from "#components"; import type { RoleFlippingImageProps } from "~/components/shared/role/RoleImage/RoleFlippingImage/role-flipping-image.types"; import RoleFlippingImage from "~/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImage.vue"; +import type RoleFlippingImageSvgIcon from "~/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/RoleFlippingImageSvgIcon.vue"; import type RoleImage from "~/components/shared/role/RoleImage/RoleImage.vue"; import { mountSuspendedComponent } from "~/tests/unit/utils/helpers/mount.helpers"; @@ -75,6 +76,25 @@ describe("Role Flipping Image Component", () => { expect(frontRoleImage.props("roleName")).toBe("seer"); }); + + it("should not render svg icon when icon path is not defined in props.", () => { + const svgIcon = wrapper.findComponent("#front-role-image-svg-icon"); + + expect(svgIcon.exists()).toBeFalsy(); + }); + + it("should render svg icon when icon path is defined in props.", async() => { + wrapper = await mountRoleFlippingImageComponent({ + shallow: false, + props: { + ...defaultProps, + svgIconPath: "/svg/werewolf.svg", + }, + }); + const svgIcon = wrapper.findComponent("#front-role-image-svg-icon"); + + expect(svgIcon.props("svgIconPath")).toBe("/svg/werewolf.svg"); + }); }); describe("Back Role Image", () => { @@ -98,6 +118,25 @@ describe("Role Flipping Image Component", () => { expect(backRoleImage.props("roleName")).toBe("villager"); }); + + it("should not render svg icon when icon path is not defined in props.", () => { + const svgIcon = wrapper.findComponent("#back-role-image-svg-icon"); + + expect(svgIcon.exists()).toBeFalsy(); + }); + + it("should render svg icon when icon path is defined in props.", async() => { + wrapper = await mountRoleFlippingImageComponent({ + shallow: false, + props: { + ...defaultProps, + svgIconPath: "/svg/werewolf.svg", + }, + }); + const svgIcon = wrapper.findComponent("#back-role-image-svg-icon"); + + expect(svgIcon.props("svgIconPath")).toBe("/svg/werewolf.svg"); + }); }); }); }); \ No newline at end of file diff --git a/tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/RoleFlippingImageSvgIcon.nuxt.spec.ts b/tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/RoleFlippingImageSvgIcon.nuxt.spec.ts new file mode 100644 index 00000000000..604c3031c3d --- /dev/null +++ b/tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/RoleFlippingImageSvgIcon.nuxt.spec.ts @@ -0,0 +1,38 @@ +import type { mount } from "@vue/test-utils"; +import type { ComponentMountingOptions } from "@vue/test-utils/dist/mount"; +import type { RoleFlippingImageSvgIconProps } from "~/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/role-flipping-image-svg-icon.types"; +import RoleFlippingImageSvgIcon from "~/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/RoleFlippingImageSvgIcon.vue"; + +import { mountSuspendedComponent } from "~/tests/unit/utils/helpers/mount.helpers"; + +describe("Role Flipping Image Svg Icon Component", () => { + let wrapper: ReturnType>; + const defaultProps: RoleFlippingImageSvgIconProps = { svgIconPath: "/svg/werewolf.svg" }; + + async function mountRoleFlippingImageSvgIconComponent(options: ComponentMountingOptions = {}): + Promise>> { + return mountSuspendedComponent(RoleFlippingImageSvgIcon, { + props: defaultProps, + ...options, + }); + } + + beforeEach(async() => { + wrapper = await mountRoleFlippingImageSvgIconComponent(); + }); + + it("should match snapshot when rendered.", () => { + expect(wrapper).toBeTruthy(); + expect(wrapper.html()).toMatchSnapshot(); + }); + + describe("Size", () => { + it("should set height to 75 when rendered.", () => { + expect(wrapper.attributes("height")).toBe("75"); + }); + + it("should set width to 75 when rendered.", () => { + expect(wrapper.attributes("width")).toBe("75"); + }); + }); +}); \ No newline at end of file diff --git a/tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/__snapshots__/RoleFlippingImageSvgIcon.nuxt.spec.ts.snap b/tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/__snapshots__/RoleFlippingImageSvgIcon.nuxt.spec.ts.snap new file mode 100644 index 00000000000..0640979809e --- /dev/null +++ b/tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/__snapshots__/RoleFlippingImageSvgIcon.nuxt.spec.ts.snap @@ -0,0 +1,3 @@ +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html + +exports[`Role Flipping Image Svg Icon Component > should match snapshot when rendered. 1`] = `""`; diff --git a/tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/__snapshots__/RoleFlippingImage.nuxt.spec.ts.snap b/tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/__snapshots__/RoleFlippingImage.nuxt.spec.ts.snap index 15323baed40..e18bc360564 100644 --- a/tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/__snapshots__/RoleFlippingImage.nuxt.spec.ts.snap +++ b/tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/__snapshots__/RoleFlippingImage.nuxt.spec.ts.snap @@ -5,9 +5,11 @@ exports[`Role Flipping Image Component > should match snapshot when rendered. 1`
+
+
" diff --git a/tests/unit/specs/stores/game/game-event/game-event.class.spec.ts b/tests/unit/specs/stores/game/game-event/game-event.class.spec.ts index c55d03f9149..9885fe20639 100644 --- a/tests/unit/specs/stores/game/game-event/game-event.class.spec.ts +++ b/tests/unit/specs/stores/game/game-event/game-event.class.spec.ts @@ -1,13 +1,20 @@ import { GameEvent } from "~/stores/game/game-event/types/game-event.class"; +import { createFakePlayer } from "~/tests/unit/utils/factories/composables/api/game/player/player.factory"; import { createFakeGameEvent } from "~/tests/unit/utils/factories/stores/game/game-event/game-event.factory"; describe("Game Event class", () => { describe("create", () => { it("should create a game event when called.", () => { - const gameEvent = createFakeGameEvent(); + const players = [ + createFakePlayer(), + createFakePlayer(), + createFakePlayer(), + ]; + const gameEvent = createFakeGameEvent({ players }); const createdGameEvent = GameEvent.create(gameEvent); const expectedGameEvent = new GameEvent(); expectedGameEvent.type = gameEvent.type; + expectedGameEvent.players = gameEvent.players; expect(createdGameEvent).toStrictEqual(expectedGameEvent); }); diff --git a/tests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts b/tests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts index 75d9274b41a..b79773336fd 100644 --- a/tests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts +++ b/tests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts @@ -3,7 +3,11 @@ import type { Game } from "~/composables/api/game/types/game.class"; import type { GameEvent } from "~/stores/game/game-event/types/game-event.class"; import { useGameEventsStore } from "~/stores/game/game-event/useGameEventsStore"; import { createFakeGamePhase } from "~/tests/unit/utils/factories/composables/api/game/game-phase/game-phase.factory"; +import { createFakeGamePlaySourceInteraction } from "~/tests/unit/utils/factories/composables/api/game/game-play/game-play-source/game-play-source-interaction/game-play-source-interaction.factory"; +import { createFakeGamePlaySource } from "~/tests/unit/utils/factories/composables/api/game/game-play/game-play-source/game-play-source.factory"; +import { createFakeGamePlaySheriffDelegates, createFakeGamePlaySurvivorsBuryDeadBodies } from "~/tests/unit/utils/factories/composables/api/game/game-play/game-play.factory"; import { createFakeGame } from "~/tests/unit/utils/factories/composables/api/game/game.factory"; +import { createFakePlayer } from "~/tests/unit/utils/factories/composables/api/game/player/player.factory"; import { createFakeGameEvent } from "~/tests/unit/utils/factories/stores/game/game-event/game-event.factory"; describe("Game Events Store", () => { @@ -62,6 +66,11 @@ describe("Game Events Store", () => { }); describe("generateAndSetGameEventsFromGame", () => { + const deadPlayers = [ + createFakePlayer(), + createFakePlayer(), + ]; + it.each<{ game: Game; expectedGameEvents: GameEvent[]; @@ -121,10 +130,42 @@ describe("Game Events Store", () => { tick: 2, name: "day", }), + currentPlay: createFakeGamePlaySheriffDelegates({ + source: createFakeGamePlaySource({ + interactions: [ + createFakeGamePlaySourceInteraction({ + type: "bury", + eligibleTargets: deadPlayers, + }), + ], + }), + }), }), expectedGameEvents: [createFakeGameEvent({ type: "game-turn-starts" })], test: "should generate turn starts event when game tick nor phase tick is 1.", }, + { + game: createFakeGame({ + tick: 1, + currentPlay: createFakeGamePlaySurvivorsBuryDeadBodies({ + source: createFakeGamePlaySource({ + interactions: [ + createFakeGamePlaySourceInteraction({ + type: "bury", + eligibleTargets: deadPlayers, + }), + ], + }), + }), + }), + expectedGameEvents: [ + createFakeGameEvent({ type: "game-starts" }), + createFakeGameEvent({ type: "player-dies", players: [deadPlayers[0]] }), + createFakeGameEvent({ type: "player-dies", players: [deadPlayers[1]] }), + createFakeGameEvent({ type: "game-turn-starts" }), + ], + test: "should generate player dies event when game current play action is bury-dead-bodies.", + }, ])("$test", ({ game, expectedGameEvents }) => { const gameEventsStore = useGameEventsStore(); gameEventsStore.generateAndSetGameEventsFromGame(game); diff --git a/tests/unit/utils/factories/stores/game/game-event/game-event.factory.ts b/tests/unit/utils/factories/stores/game/game-event/game-event.factory.ts index a1795639a98..f2f1fad3156 100644 --- a/tests/unit/utils/factories/stores/game/game-event/game-event.factory.ts +++ b/tests/unit/utils/factories/stores/game/game-event/game-event.factory.ts @@ -3,7 +3,10 @@ import { GAME_EVENT_TYPES } from "~/stores/game/game-event/constants/game-event. import { GameEvent } from "~/stores/game/game-event/types/game-event.class"; function createFakeGameEvent(gameEvent: Partial = {}): GameEvent { - return GameEvent.create({ type: gameEvent.type ?? faker.helpers.arrayElement(GAME_EVENT_TYPES) }); + return GameEvent.create({ + type: gameEvent.type ?? faker.helpers.arrayElement(GAME_EVENT_TYPES), + players: gameEvent.players, + }); } export { createFakeGameEvent }; \ No newline at end of file