From 3bb8401d5d12d279875c8d19efe968ee153976fc Mon Sep 17 00:00:00 2001 From: Antoine Zanardi Date: Mon, 16 Sep 2024 11:28:37 +0200 Subject: [PATCH] feat(game-lobby): auto-focus on player name input even after changing page (#873) ## Summary by CodeRabbit - **New Features** - Introduced automatic focus on the player name input field when the game lobby component is mounted, improving user experience. - **Bug Fixes** - Enhanced error handling for scenarios where the player name input reference is not defined. - **Tests** - Expanded test coverage for the player name input handling, ensuring robust functionality across different device types. --- .../GameLobbyPlayerInput.vue | 16 +- tests/stryker/incremental.json | 153495 ++++++++------- .../GameLobbyPlayerInput.nuxt.spec.ts | 55 +- 3 files changed, 77034 insertions(+), 76532 deletions(-) diff --git a/app/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.vue b/app/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.vue index ed49c76257..64861da2b9 100644 --- a/app/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.vue +++ b/app/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.vue @@ -7,6 +7,7 @@ import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome"; import { storeToRefs } from "pinia"; -import { computed } from "vue"; +import { type ComponentPublicInstance, computed } from "vue"; import { MAX_PLAYERS_IN_GAME } from "~/composables/api/game/constants/game.constants"; import { MAX_PLAYER_NAME_LENGTH } from "~/composables/api/game/constants/player/player.constants"; @@ -69,6 +70,8 @@ const { createGameDto } = storeToRefs(createGameDtoStore); const inputValue = defineModel({ required: true }); +const playerNameInput = ref(null); + const doesPlayerNameExistInGame = computed(() => createGameDto.value.players.some(({ name }) => name === inputValue.value.trim())); const hasPlayerNameReachedMaxLength = computed(() => inputValue.value.trim().length >= MAX_PLAYER_NAME_LENGTH); @@ -92,5 +95,16 @@ const playerNameInputHelpText = computed(() => { return t("components.GameLobbyPlayerInput.pleaseEnterPlayerName"); }); +function focusOnPlayerNameInput(): void { + if (!playerNameInput.value) { + throw createError("Player name input is not defined"); + } + if (!isOnTouchDevice.value) { + (playerNameInput.value.$el as HTMLElement).focus(); + } +} + +onMounted(focusOnPlayerNameInput); + defineExpose({ isAddButtonDisabled }); \ No newline at end of file diff --git a/tests/stryker/incremental.json b/tests/stryker/incremental.json index 380ac4b247..05a330e97b 100644 --- a/tests/stryker/incremental.json +++ b/tests/stryker/incremental.json @@ -12,12 +12,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "943" + "946" ], "coveredBy": [ - "943", - "944", - "945", "946", "947", "948", @@ -28,9 +25,12 @@ "953", "954", "955", - "1626", - "1627", - "1630" + "956", + "957", + "958", + "1629", + "1630", + "1633" ], "location": { "end": { @@ -52,14 +52,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "948" + "951" ], "coveredBy": [ - "944", - "946", - "948", - "950", - "952" + "947", + "949", + "951", + "953", + "955" ], "location": { "end": { @@ -81,12 +81,9 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "943" + "946" ], "coveredBy": [ - "943", - "944", - "945", "946", "947", "948", @@ -97,9 +94,12 @@ "953", "954", "955", - "1626", - "1627", - "1630" + "956", + "957", + "958", + "1629", + "1630", + "1633" ], "location": { "end": { @@ -121,16 +121,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "944" + "947" ], "coveredBy": [ - "944", - "949", - "950", - "951", + "947", "952", "953", - "954" + "954", + "955", + "956", + "957" ], "location": { "end": { @@ -152,16 +152,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "944" + "947" ], "coveredBy": [ - "944", - "949", - "950", - "951", + "947", "952", "953", - "954" + "954", + "955", + "956", + "957" ], "location": { "end": { @@ -183,16 +183,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "944" + "947" ], "coveredBy": [ - "944", - "949", - "950", - "951", + "947", "952", "953", - "954" + "954", + "955", + "956", + "957" ], "location": { "end": { @@ -214,16 +214,16 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "949" + "952" ], "coveredBy": [ - "944", - "949", - "950", - "951", + "947", "952", "953", - "954" + "954", + "955", + "956", + "957" ], "location": { "end": { @@ -245,10 +245,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "949" + "952" ], "coveredBy": [ - "949" + "952" ], "location": { "end": { @@ -270,10 +270,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "949" + "952" ], "coveredBy": [ - "949" + "952" ], "location": { "end": { @@ -295,15 +295,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "944" + "947" ], "coveredBy": [ - "944", - "950", - "951", - "952", + "947", "953", - "954" + "954", + "955", + "956", + "957" ], "location": { "end": { @@ -325,15 +325,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "952" + "955" ], "coveredBy": [ - "944", - "950", - "951", - "952", + "947", "953", - "954" + "954", + "955", + "956", + "957" ], "location": { "end": { @@ -355,15 +355,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "944" + "947" ], "coveredBy": [ - "944", - "950", - "951", - "952", + "947", "953", - "954" + "954", + "955", + "956", + "957" ], "location": { "end": { @@ -385,15 +385,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "952" + "955" ], "coveredBy": [ - "944", - "950", - "951", - "952", + "947", "953", - "954" + "954", + "955", + "956", + "957" ], "location": { "end": { @@ -415,11 +415,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "952" + "955" ], "coveredBy": [ - "950", - "952" + "953", + "955" ], "location": { "end": { @@ -441,13 +441,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "944" + "947" ], "coveredBy": [ - "944", - "951", - "953", - "954" + "947", + "954", + "956", + "957" ], "location": { "end": { @@ -469,15 +469,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "944" + "947" ], "coveredBy": [ - "944", - "950", - "951", - "952", + "947", "953", - "954" + "954", + "955", + "956", + "957" ], "location": { "end": { @@ -499,15 +499,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "944" + "947" ], "coveredBy": [ - "944", - "950", - "951", - "952", + "947", "953", - "954" + "954", + "955", + "956", + "957" ], "location": { "end": { @@ -529,15 +529,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "949" + "952" ], "coveredBy": [ - "949", - "950", - "951", "952", "953", - "954" + "954", + "955", + "956", + "957" ], "location": { "end": { @@ -559,11 +559,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "950" + "953" ], "coveredBy": [ - "950", - "952" + "953", + "955" ], "location": { "end": { @@ -585,13 +585,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "951" + "954" ], "coveredBy": [ - "949", - "951", - "953", - "954" + "952", + "954", + "956", + "957" ], "location": { "end": { @@ -613,12 +613,9 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "944" + "947" ], "coveredBy": [ - "943", - "944", - "945", "946", "947", "948", @@ -629,9 +626,12 @@ "953", "954", "955", - "1626", - "1627", - "1630" + "956", + "957", + "958", + "1629", + "1630", + "1633" ], "location": { "end": { @@ -653,12 +653,9 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "944" + "947" ], "coveredBy": [ - "943", - "944", - "945", "946", "947", "948", @@ -669,9 +666,12 @@ "953", "954", "955", - "1626", - "1627", - "1630" + "956", + "957", + "958", + "1629", + "1630", + "1633" ], "location": { "end": { @@ -693,12 +693,9 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "944" + "947" ], "coveredBy": [ - "943", - "944", - "945", "946", "947", "948", @@ -709,9 +706,12 @@ "953", "954", "955", - "1626", - "1627", - "1630" + "956", + "957", + "958", + "1629", + "1630", + "1633" ], "location": { "end": { @@ -733,12 +733,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "944" + "947" ], "coveredBy": [ - "944", - "946", - "948" + "947", + "949", + "951" ], "location": { "end": { @@ -760,10 +760,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "944" + "947" ], "coveredBy": [ - "944" + "947" ], "location": { "end": { @@ -785,10 +785,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "944" + "947" ], "coveredBy": [ - "944" + "947" ], "location": { "end": { @@ -816,20 +816,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "880" + "883" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -851,20 +851,20 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "883" + "886" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -886,20 +886,20 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "883" + "886" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -921,20 +921,20 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "883" + "886" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -956,20 +956,20 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "884" + "887" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -991,20 +991,20 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "883" + "886" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -1026,20 +1026,20 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "883" + "886" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -1061,20 +1061,20 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "883" + "886" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -1096,20 +1096,20 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "884" + "887" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -1131,20 +1131,20 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "883" + "886" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -1166,20 +1166,20 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "884" + "887" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -1201,20 +1201,20 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "883" + "886" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -1236,20 +1236,20 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "883" + "886" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -1271,11 +1271,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "883" + "886" ], "coveredBy": [ - "883", - "887" + "886", + "890" ], "location": { "end": { @@ -1297,20 +1297,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "880" + "883" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -1332,20 +1332,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "880" + "883" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -1367,20 +1367,20 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "884" + "887" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -1402,20 +1402,20 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "884" + "887" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -1437,20 +1437,20 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "884" + "887" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -1472,20 +1472,20 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "884" + "887" ], "coveredBy": [ - "880", - "881", - "882", "883", "884", "885", "886", "887", "888", - "1630", - "1916" + "889", + "890", + "891", + "1633", + "1919" ], "location": { "end": { @@ -1507,10 +1507,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "888" + "891" ], "coveredBy": [ - "888" + "891" ], "location": { "end": { @@ -1532,10 +1532,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "888" + "891" ], "coveredBy": [ - "888" + "891" ], "location": { "end": { @@ -1557,17 +1557,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "881" + "884" ], "coveredBy": [ - "881", - "882", - "883", "884", "885", "886", "887", - "888" + "888", + "889", + "890", + "891" ], "location": { "end": { @@ -1589,17 +1589,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "881" + "884" ], "coveredBy": [ - "881", - "882", - "883", "884", "885", "886", "887", - "888" + "888", + "889", + "890", + "891" ], "location": { "end": { @@ -1621,17 +1621,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "881" + "884" ], "coveredBy": [ - "881", - "882", - "883", "884", "885", "886", "887", - "888" + "888", + "889", + "890", + "891" ], "location": { "end": { @@ -1653,17 +1653,17 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "882" + "885" ], "coveredBy": [ - "881", - "882", - "883", "884", "885", "886", "887", - "888" + "888", + "889", + "890", + "891" ], "location": { "end": { @@ -1685,10 +1685,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "882" + "885" ], "coveredBy": [ - "882" + "885" ], "location": { "end": { @@ -1710,10 +1710,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "882" + "885" ], "coveredBy": [ - "882" + "885" ], "location": { "end": { @@ -1735,11 +1735,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "883" + "886" ], "coveredBy": [ - "883", - "887" + "886", + "890" ], "location": { "end": { @@ -1761,11 +1761,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "883" + "886" ], "coveredBy": [ - "883", - "887" + "886", + "890" ], "location": { "end": { @@ -1787,11 +1787,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "883" + "886" ], "coveredBy": [ - "883", - "887" + "886", + "890" ], "location": { "end": { @@ -1819,15 +1819,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1785" + "1788" ], "coveredBy": [ - "1785", - "1786", - "1787", "1788", "1789", - "1790" + "1790", + "1791", + "1792", + "1793" ], "location": { "end": { @@ -1849,15 +1849,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1785" + "1788" ], "coveredBy": [ - "1785", - "1786", - "1787", "1788", "1789", - "1790" + "1790", + "1791", + "1792", + "1793" ], "location": { "end": { @@ -1879,15 +1879,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1785" + "1788" ], "coveredBy": [ - "1785", - "1786", - "1787", "1788", "1789", - "1790" + "1790", + "1791", + "1792", + "1793" ], "location": { "end": { @@ -1915,19 +1915,19 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1008" + "1011" ], "coveredBy": [ - "1003", - "1004", - "1005", "1006", "1007", "1008", "1009", "1010", "1011", - "1012" + "1012", + "1013", + "1014", + "1015" ], "location": { "end": { @@ -1949,19 +1949,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1003" + "1006" ], "coveredBy": [ - "1003", - "1004", - "1005", "1006", "1007", "1008", "1009", "1010", "1011", - "1012" + "1012", + "1013", + "1014", + "1015" ], "location": { "end": { @@ -1983,19 +1983,19 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1008" + "1011" ], "coveredBy": [ - "1003", - "1004", - "1005", "1006", "1007", "1008", "1009", "1010", "1011", - "1012" + "1012", + "1013", + "1014", + "1015" ], "location": { "end": { @@ -2017,19 +2017,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1003" + "1006" ], "coveredBy": [ - "1003", - "1004", - "1005", "1006", "1007", "1008", "1009", "1010", "1011", - "1012" + "1012", + "1013", + "1014", + "1015" ], "location": { "end": { @@ -2051,19 +2051,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1003" + "1006" ], "coveredBy": [ - "1003", - "1004", - "1005", "1006", "1007", "1008", "1009", "1010", "1011", - "1012" + "1012", + "1013", + "1014", + "1015" ], "location": { "end": { @@ -2085,14 +2085,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1008" + "1011" ], "coveredBy": [ - "1008", - "1009", - "1010", "1011", - "1012" + "1012", + "1013", + "1014", + "1015" ], "location": { "end": { @@ -2114,14 +2114,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1010" + "1013" ], "coveredBy": [ - "1008", - "1009", - "1010", "1011", - "1012" + "1012", + "1013", + "1014", + "1015" ], "location": { "end": { @@ -2143,14 +2143,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1010" + "1013" ], "coveredBy": [ - "1008", - "1009", - "1010", "1011", - "1012" + "1012", + "1013", + "1014", + "1015" ], "location": { "end": { @@ -2172,14 +2172,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1010" + "1013" ], "coveredBy": [ - "1008", - "1009", - "1010", "1011", - "1012" + "1012", + "1013", + "1014", + "1015" ], "location": { "end": { @@ -2201,14 +2201,14 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1011" + "1014" ], "coveredBy": [ - "1008", - "1009", - "1010", "1011", - "1012" + "1012", + "1013", + "1014", + "1015" ], "location": { "end": { @@ -2230,14 +2230,14 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1011" + "1014" ], "coveredBy": [ - "1008", - "1009", - "1010", "1011", - "1012" + "1012", + "1013", + "1014", + "1015" ], "location": { "end": { @@ -2259,14 +2259,14 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1011" + "1014" ], "coveredBy": [ - "1008", - "1009", - "1010", "1011", - "1012" + "1012", + "1013", + "1014", + "1015" ], "location": { "end": { @@ -2294,12 +2294,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1991" + "1994" ], "coveredBy": [ - "1990", - "1991", - "1992" + "1993", + "1994", + "1995" ], "location": { "end": { @@ -2321,12 +2321,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1991" + "1994" ], "coveredBy": [ - "1990", - "1991", - "1992" + "1993", + "1994", + "1995" ], "location": { "end": { @@ -2354,12 +2354,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1985" + "1988" ], "coveredBy": [ - "1984", - "1985", - "1986" + "1987", + "1988", + "1989" ], "location": { "end": { @@ -2381,12 +2381,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1985" + "1988" ], "coveredBy": [ - "1984", - "1985", - "1986" + "1987", + "1988", + "1989" ], "location": { "end": { @@ -2414,12 +2414,9 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "836" + "839" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -2433,7 +2430,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -2455,12 +2455,9 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "836" + "839" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -2474,7 +2471,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -2496,12 +2496,9 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "837" + "840" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -2515,7 +2512,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -2537,12 +2537,9 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "838" + "841" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -2556,7 +2553,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -2578,12 +2578,9 @@ "testsCompleted": 10, "static": false, "killedBy": [ - "839" + "842" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -2597,7 +2594,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -2619,12 +2619,9 @@ "testsCompleted": 11, "static": false, "killedBy": [ - "840" + "843" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -2638,7 +2635,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -2660,12 +2660,9 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "841" + "844" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -2679,7 +2676,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -2701,12 +2701,9 @@ "testsCompleted": 13, "static": false, "killedBy": [ - "842" + "845" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -2720,7 +2717,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -2742,12 +2742,9 @@ "testsCompleted": 14, "static": false, "killedBy": [ - "843" + "846" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -2761,7 +2758,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -2783,12 +2783,9 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "831" + "834" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -2802,7 +2799,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -2824,12 +2824,9 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "831" + "834" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -2843,7 +2840,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -2865,12 +2865,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "830" + "833" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -2884,7 +2881,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -2906,12 +2906,9 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "834" + "837" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -2925,7 +2922,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -2947,11 +2947,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "845" + "848" ], "coveredBy": [ - "845", - "846" + "848", + "849" ], "location": { "end": { @@ -2973,11 +2973,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "845" + "848" ], "coveredBy": [ - "845", - "846" + "848", + "849" ], "location": { "end": { @@ -2999,11 +2999,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "845" + "848" ], "coveredBy": [ - "845", - "846" + "848", + "849" ], "location": { "end": { @@ -3025,11 +3025,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "846" + "849" ], "coveredBy": [ - "845", - "846" + "848", + "849" ], "location": { "end": { @@ -3051,10 +3051,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "846" + "849" ], "coveredBy": [ - "846" + "849" ], "location": { "end": { @@ -3076,10 +3076,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "846" + "849" ], "coveredBy": [ - "846" + "849" ], "location": { "end": { @@ -3101,12 +3101,9 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "836" + "839" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -3120,7 +3117,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -3142,12 +3142,9 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "836" + "839" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -3161,7 +3158,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -3183,12 +3183,9 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "835" + "838" ], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -3202,7 +3199,10 @@ "843", "844", "845", - "846" + "846", + "847", + "848", + "849" ], "location": { "end": { @@ -3224,11 +3224,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "844" + "847" ], "coveredBy": [ - "835", - "844" + "838", + "847" ], "location": { "end": { @@ -3256,15 +3256,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1770" + "1773" ], "coveredBy": [ - "1770", - "1771", - "1772", "1773", "1774", - "1775" + "1775", + "1776", + "1777", + "1778" ], "location": { "end": { @@ -3286,15 +3286,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1770" + "1773" ], "coveredBy": [ - "1770", - "1771", - "1772", "1773", "1774", - "1775" + "1775", + "1776", + "1777", + "1778" ], "location": { "end": { @@ -3316,15 +3316,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1774" + "1777" ], "coveredBy": [ - "1770", - "1771", - "1772", "1773", "1774", - "1775" + "1775", + "1776", + "1777", + "1778" ], "location": { "end": { @@ -3346,10 +3346,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1774" + "1777" ], "coveredBy": [ - "1774" + "1777" ], "location": { "end": { @@ -3371,10 +3371,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1774" + "1777" ], "coveredBy": [ - "1774" + "1777" ], "location": { "end": { @@ -3396,15 +3396,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1770" + "1773" ], "coveredBy": [ - "1770", - "1771", - "1772", "1773", "1774", - "1775" + "1775", + "1776", + "1777", + "1778" ], "location": { "end": { @@ -3426,10 +3426,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1775" + "1778" ], "coveredBy": [ - "1775" + "1778" ], "location": { "end": { @@ -3451,10 +3451,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1775" + "1778" ], "coveredBy": [ - "1775" + "1778" ], "location": { "end": { @@ -3482,12 +3482,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1409" + "1412" ], "coveredBy": [ - "1409", - "1410", - "1411" + "1412", + "1413", + "1414" ], "location": { "end": { @@ -3509,12 +3509,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1409" + "1412" ], "coveredBy": [ - "1409", - "1410", - "1411" + "1412", + "1413", + "1414" ], "location": { "end": { @@ -3536,12 +3536,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1409" + "1412" ], "coveredBy": [ - "1409", - "1410", - "1411" + "1412", + "1413", + "1414" ], "location": { "end": { @@ -3563,12 +3563,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1409" + "1412" ], "coveredBy": [ - "1409", - "1410", - "1411" + "1412", + "1413", + "1414" ], "location": { "end": { @@ -3590,12 +3590,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1409" + "1412" ], "coveredBy": [ - "1409", - "1410", - "1411" + "1412", + "1413", + "1414" ], "location": { "end": { @@ -3617,12 +3617,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1409" + "1412" ], "coveredBy": [ - "1409", - "1410", - "1411" + "1412", + "1413", + "1414" ], "location": { "end": { @@ -3644,12 +3644,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1409" + "1412" ], "coveredBy": [ - "1409", - "1410", - "1411" + "1412", + "1413", + "1414" ], "location": { "end": { @@ -3671,10 +3671,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1411" + "1414" ], "coveredBy": [ - "1411" + "1414" ], "location": { "end": { @@ -3696,10 +3696,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1411" + "1414" ], "coveredBy": [ - "1411" + "1414" ], "location": { "end": { @@ -3721,10 +3721,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1410" + "1413" ], "coveredBy": [ - "1410" + "1413" ], "location": { "end": { @@ -3746,10 +3746,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1410" + "1413" ], "coveredBy": [ - "1410" + "1413" ], "location": { "end": { @@ -3771,10 +3771,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1410" + "1413" ], "coveredBy": [ - "1410" + "1413" ], "location": { "end": { @@ -3796,10 +3796,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1410" + "1413" ], "coveredBy": [ - "1410" + "1413" ], "location": { "end": { @@ -3821,10 +3821,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1410" + "1413" ], "coveredBy": [ - "1410" + "1413" ], "location": { "end": { @@ -3846,10 +3846,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1410" + "1413" ], "coveredBy": [ - "1410" + "1413" ], "location": { "end": { @@ -3877,19 +3877,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1418" + "1421" ], "coveredBy": [ - "1417", - "1418", - "1419", "1420", "1421", "1422", "1423", "1424", "1425", - "1426" + "1426", + "1427", + "1428", + "1429" ], "location": { "end": { @@ -3911,14 +3911,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1422" + "1425" ], "coveredBy": [ - "1422", - "1423", - "1424", "1425", - "1426" + "1426", + "1427", + "1428", + "1429" ], "location": { "end": { @@ -3940,14 +3940,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1422" + "1425" ], "coveredBy": [ - "1422", - "1423", - "1424", "1425", - "1426" + "1426", + "1427", + "1428", + "1429" ], "location": { "end": { @@ -3969,10 +3969,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1426" + "1429" ], "coveredBy": [ - "1426" + "1429" ], "location": { "end": { @@ -3994,10 +3994,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1426" + "1429" ], "coveredBy": [ - "1426" + "1429" ], "location": { "end": { @@ -4043,17 +4043,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "995" + "998" ], "coveredBy": [ - "995", - "996", - "997", "998", "999", "1000", "1001", - "1002" + "1002", + "1003", + "1004", + "1005" ], "location": { "end": { @@ -4075,17 +4075,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "995" + "998" ], "coveredBy": [ - "995", - "996", - "997", "998", "999", "1000", "1001", - "1002" + "1002", + "1003", + "1004", + "1005" ], "location": { "end": { @@ -4107,17 +4107,17 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "999" + "1002" ], "coveredBy": [ - "995", - "996", - "997", "998", "999", "1000", "1001", - "1002" + "1002", + "1003", + "1004", + "1005" ], "location": { "end": { @@ -4139,17 +4139,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "995" + "998" ], "coveredBy": [ - "995", - "996", - "997", "998", "999", "1000", "1001", - "1002" + "1002", + "1003", + "1004", + "1005" ], "location": { "end": { @@ -4171,17 +4171,17 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1000" + "1003" ], "coveredBy": [ - "995", - "996", - "997", "998", "999", "1000", "1001", - "1002" + "1002", + "1003", + "1004", + "1005" ], "location": { "end": { @@ -4203,17 +4203,17 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1001" + "1004" ], "coveredBy": [ - "995", - "996", - "997", "998", "999", "1000", "1001", - "1002" + "1002", + "1003", + "1004", + "1005" ], "location": { "end": { @@ -4235,17 +4235,17 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "1002" + "1005" ], "coveredBy": [ - "995", - "996", - "997", "998", "999", "1000", "1001", - "1002" + "1002", + "1003", + "1004", + "1005" ], "location": { "end": { @@ -4267,17 +4267,17 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "996" + "999" ], "coveredBy": [ - "995", - "996", - "997", "998", "999", "1000", "1001", - "1002" + "1002", + "1003", + "1004", + "1005" ], "location": { "end": { @@ -4299,17 +4299,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "995" + "998" ], "coveredBy": [ - "995", - "996", - "997", "998", "999", "1000", "1001", - "1002" + "1002", + "1003", + "1004", + "1005" ], "location": { "end": { @@ -4331,17 +4331,17 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "996" + "999" ], "coveredBy": [ - "995", - "996", - "997", "998", "999", "1000", "1001", - "1002" + "1002", + "1003", + "1004", + "1005" ], "location": { "end": { @@ -4363,17 +4363,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "995" + "998" ], "coveredBy": [ - "995", - "996", - "997", "998", "999", "1000", "1001", - "1002" + "1002", + "1003", + "1004", + "1005" ], "location": { "end": { @@ -7215,16 +7215,16 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1093" + "1096" ], "coveredBy": [ - "1091", - "1092", - "1093", "1094", "1095", "1096", - "1097" + "1097", + "1098", + "1099", + "1100" ], "location": { "end": { @@ -7246,16 +7246,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1091" + "1094" ], "coveredBy": [ - "1091", - "1092", - "1093", "1094", "1095", "1096", - "1097" + "1097", + "1098", + "1099", + "1100" ], "location": { "end": { @@ -7277,16 +7277,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1091" + "1094" ], "coveredBy": [ - "1091", - "1092", - "1093", "1094", "1095", "1096", - "1097" + "1097", + "1098", + "1099", + "1100" ], "location": { "end": { @@ -7308,16 +7308,16 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1093" + "1096" ], "coveredBy": [ - "1091", - "1092", - "1093", "1094", "1095", "1096", - "1097" + "1097", + "1098", + "1099", + "1100" ], "location": { "end": { @@ -7339,16 +7339,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1091" + "1094" ], "coveredBy": [ - "1091", - "1092", - "1093", "1094", "1095", "1096", - "1097" + "1097", + "1098", + "1099", + "1100" ], "location": { "end": { @@ -7370,16 +7370,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1091" + "1094" ], "coveredBy": [ - "1091", - "1092", - "1093", "1094", "1095", "1096", - "1097" + "1097", + "1098", + "1099", + "1100" ], "location": { "end": { @@ -7401,16 +7401,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1091" + "1094" ], "coveredBy": [ - "1091", - "1092", - "1093", "1094", "1095", "1096", - "1097" + "1097", + "1098", + "1099", + "1100" ], "location": { "end": { @@ -7432,13 +7432,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1095" + "1098" ], "coveredBy": [ - "1093", - "1095", "1096", - "1097" + "1098", + "1099", + "1100" ], "location": { "end": { @@ -7460,13 +7460,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1093" + "1096" ], "coveredBy": [ - "1093", - "1095", "1096", - "1097" + "1098", + "1099", + "1100" ], "location": { "end": { @@ -7494,15 +7494,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "816" ], "coveredBy": [ - "813", - "814", - "815", "816", "817", - "818" + "818", + "819", + "820", + "821" ], "location": { "end": { @@ -7524,15 +7524,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "816" + "819" ], "coveredBy": [ - "813", - "814", - "815", "816", "817", - "818" + "818", + "819", + "820", + "821" ], "location": { "end": { @@ -7554,15 +7554,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "816" ], "coveredBy": [ - "813", - "814", - "815", "816", "817", - "818" + "818", + "819", + "820", + "821" ], "location": { "end": { @@ -7584,15 +7584,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "816" ], "coveredBy": [ - "813", - "814", - "815", "816", "817", - "818" + "818", + "819", + "820", + "821" ], "location": { "end": { @@ -7614,15 +7614,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "816" ], "coveredBy": [ - "813", - "814", - "815", "816", "817", - "818" + "818", + "819", + "820", + "821" ], "location": { "end": { @@ -7644,15 +7644,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "816" ], "coveredBy": [ - "813", - "814", - "815", "816", "817", - "818" + "818", + "819", + "820", + "821" ], "location": { "end": { @@ -7674,15 +7674,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "816" ], "coveredBy": [ - "813", - "814", - "815", "816", "817", - "818" + "818", + "819", + "820", + "821" ], "location": { "end": { @@ -7704,15 +7704,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "816" ], "coveredBy": [ - "813", - "814", - "815", "816", "817", - "818" + "818", + "819", + "820", + "821" ], "location": { "end": { @@ -7734,15 +7734,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "816" + "819" ], "coveredBy": [ - "813", - "814", - "815", "816", "817", - "818" + "818", + "819", + "820", + "821" ], "location": { "end": { @@ -7764,10 +7764,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "816" + "819" ], "coveredBy": [ - "816" + "819" ], "location": { "end": { @@ -7789,15 +7789,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "816" ], "coveredBy": [ - "813", - "814", - "815", "816", "817", - "818" + "818", + "819", + "820", + "821" ], "location": { "end": { @@ -7819,15 +7819,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "813" + "816" ], "coveredBy": [ - "813", - "814", - "815", "816", "817", - "818" + "818", + "819", + "820", + "821" ], "location": { "end": { @@ -7855,13 +7855,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1722" + "1725" ], "coveredBy": [ - "1722", - "1723", - "1724", - "1725" + "1725", + "1726", + "1727", + "1728" ], "location": { "end": { @@ -7883,13 +7883,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1722" + "1725" ], "coveredBy": [ - "1722", - "1723", - "1724", - "1725" + "1725", + "1726", + "1727", + "1728" ], "location": { "end": { @@ -7911,13 +7911,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1725" + "1728" ], "coveredBy": [ - "1722", - "1723", - "1724", - "1725" + "1725", + "1726", + "1727", + "1728" ], "location": { "end": { @@ -7939,13 +7939,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1722" + "1725" ], "coveredBy": [ - "1722", - "1723", - "1724", - "1725" + "1725", + "1726", + "1727", + "1728" ], "location": { "end": { @@ -7967,13 +7967,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1725" + "1728" ], "coveredBy": [ - "1722", - "1723", - "1724", - "1725" + "1725", + "1726", + "1727", + "1728" ], "location": { "end": { @@ -7995,10 +7995,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1725" + "1728" ], "coveredBy": [ - "1725" + "1728" ], "location": { "end": { @@ -8020,10 +8020,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1725" + "1728" ], "coveredBy": [ - "1725" + "1728" ], "location": { "end": { @@ -8045,13 +8045,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1722" + "1725" ], "coveredBy": [ - "1722", - "1723", - "1724", - "1725" + "1725", + "1726", + "1727", + "1728" ], "location": { "end": { @@ -8073,13 +8073,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1722" + "1725" ], "coveredBy": [ - "1722", - "1723", - "1724", - "1725" + "1725", + "1726", + "1727", + "1728" ], "location": { "end": { @@ -8101,13 +8101,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1722" + "1725" ], "coveredBy": [ - "1722", - "1723", - "1724", - "1725" + "1725", + "1726", + "1727", + "1728" ], "location": { "end": { @@ -8135,15 +8135,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1138" + "1141" ], "coveredBy": [ - "1138", - "1139", - "1140", "1141", "1142", - "1143" + "1143", + "1144", + "1145", + "1146" ], "location": { "end": { @@ -8165,15 +8165,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1138" + "1141" ], "coveredBy": [ - "1138", - "1139", - "1140", "1141", "1142", - "1143" + "1143", + "1144", + "1145", + "1146" ], "location": { "end": { @@ -8195,15 +8195,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1141" + "1144" ], "coveredBy": [ - "1138", - "1139", - "1140", "1141", "1142", - "1143" + "1143", + "1144", + "1145", + "1146" ], "location": { "end": { @@ -8225,11 +8225,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1141" + "1144" ], "coveredBy": [ - "1141", - "1142" + "1144", + "1145" ], "location": { "end": { @@ -8251,15 +8251,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1138" + "1141" ], "coveredBy": [ - "1138", - "1139", - "1140", "1141", "1142", - "1143" + "1143", + "1144", + "1145", + "1146" ], "location": { "end": { @@ -8281,15 +8281,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1138" + "1141" ], "coveredBy": [ - "1138", - "1139", - "1140", "1141", "1142", - "1143" + "1143", + "1144", + "1145", + "1146" ], "location": { "end": { @@ -8317,18 +8317,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1212" + "1215" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8350,18 +8350,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1209" + "1212" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8383,18 +8383,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1209" + "1212" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8416,18 +8416,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1213" + "1216" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8449,18 +8449,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "1216" + "1219" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8482,18 +8482,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1213" + "1216" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8515,18 +8515,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1213" + "1216" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8548,18 +8548,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1213" + "1216" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8581,12 +8581,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1213" + "1216" ], "coveredBy": [ - "1212", - "1213", - "1214" + "1215", + "1216", + "1217" ], "location": { "end": { @@ -8608,12 +8608,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1213" + "1216" ], "coveredBy": [ - "1212", - "1213", - "1214" + "1215", + "1216", + "1217" ], "location": { "end": { @@ -8635,18 +8635,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "1216" + "1219" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8668,18 +8668,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1213" + "1216" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8701,18 +8701,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "1216" + "1219" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8734,18 +8734,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1213" + "1216" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8767,18 +8767,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1213" + "1216" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8800,18 +8800,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1213" + "1216" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8833,12 +8833,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1213" + "1216" ], "coveredBy": [ - "1212", - "1213", - "1214" + "1215", + "1216", + "1217" ], "location": { "end": { @@ -8860,12 +8860,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1213" + "1216" ], "coveredBy": [ - "1212", - "1213", - "1214" + "1215", + "1216", + "1217" ], "location": { "end": { @@ -8887,18 +8887,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "1216" + "1219" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8920,18 +8920,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1212" + "1215" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8953,18 +8953,18 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1215" + "1218" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -8986,18 +8986,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1212" + "1215" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -9019,18 +9019,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1212" + "1215" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -9052,18 +9052,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1212" + "1215" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -9085,12 +9085,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1212" + "1215" ], "coveredBy": [ - "1212", - "1213", - "1214" + "1215", + "1216", + "1217" ], "location": { "end": { @@ -9112,12 +9112,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1212" + "1215" ], "coveredBy": [ - "1212", - "1213", - "1214" + "1215", + "1216", + "1217" ], "location": { "end": { @@ -9139,18 +9139,18 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1215" + "1218" ], "coveredBy": [ - "1209", - "1210", - "1211", "1212", "1213", "1214", "1215", "1216", - "1217" + "1217", + "1218", + "1219", + "1220" ], "location": { "end": { @@ -9178,14 +9178,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1182" + "1185" ], "coveredBy": [ - "1182", - "1183", - "1184", "1185", - "1186" + "1186", + "1187", + "1188", + "1189" ], "location": { "end": { @@ -9207,14 +9207,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1182" + "1185" ], "coveredBy": [ - "1182", - "1183", - "1184", "1185", - "1186" + "1186", + "1187", + "1188", + "1189" ], "location": { "end": { @@ -9236,10 +9236,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1185" + "1188" ], "coveredBy": [ - "1185" + "1188" ], "location": { "end": { @@ -9261,14 +9261,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1182" + "1185" ], "coveredBy": [ - "1182", - "1183", - "1184", "1185", - "1186" + "1186", + "1187", + "1188", + "1189" ], "location": { "end": { @@ -9290,14 +9290,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1182" + "1185" ], "coveredBy": [ - "1182", - "1183", - "1184", "1185", - "1186" + "1186", + "1187", + "1188", + "1189" ], "location": { "end": { @@ -9325,14 +9325,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1447" + "1450" ], "coveredBy": [ - "1447", - "1448", - "1449", "1450", - "1451" + "1451", + "1452", + "1453", + "1454" ], "location": { "end": { @@ -9354,14 +9354,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1447" + "1450" ], "coveredBy": [ - "1447", - "1448", - "1449", "1450", - "1451" + "1451", + "1452", + "1453", + "1454" ], "location": { "end": { @@ -9383,14 +9383,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1447" + "1450" ], "coveredBy": [ - "1447", - "1448", - "1449", "1450", - "1451" + "1451", + "1452", + "1453", + "1454" ], "location": { "end": { @@ -9418,12 +9418,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1755" + "1758" ], "coveredBy": [ - "1755", - "1756", - "1757" + "1758", + "1759", + "1760" ], "location": { "end": { @@ -9445,12 +9445,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1757" + "1760" ], "coveredBy": [ - "1755", - "1756", - "1757" + "1758", + "1759", + "1760" ], "location": { "end": { @@ -9472,12 +9472,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1755" + "1758" ], "coveredBy": [ - "1755", - "1756", - "1757" + "1758", + "1759", + "1760" ], "location": { "end": { @@ -9499,10 +9499,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1757" + "1760" ], "coveredBy": [ - "1757" + "1760" ], "location": { "end": { @@ -11011,13 +11011,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1819" + "1822" ], "coveredBy": [ - "1819", - "1820", - "1821", - "1822" + "1822", + "1823", + "1824", + "1825" ], "location": { "end": { @@ -11039,13 +11039,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1821" + "1824" ], "coveredBy": [ - "1819", - "1820", - "1821", - "1822" + "1822", + "1823", + "1824", + "1825" ], "location": { "end": { @@ -11073,15 +11073,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1076" + "1079" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11103,15 +11103,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1078" + "1081" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11133,15 +11133,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1076" + "1079" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11163,15 +11163,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1078" + "1081" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11193,15 +11193,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1076" + "1079" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11223,15 +11223,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1076" + "1079" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11253,15 +11253,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1078" + "1081" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11283,15 +11283,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1078" + "1081" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11313,15 +11313,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1076" + "1079" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11343,15 +11343,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1075" + "1078" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11373,15 +11373,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1075" + "1078" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11403,15 +11403,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1075" + "1078" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11433,15 +11433,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1075" + "1078" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11463,15 +11463,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1076" + "1079" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11493,15 +11493,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1076" + "1079" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11523,15 +11523,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1076" + "1079" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11553,15 +11553,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1078" + "1081" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11583,10 +11583,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1078" + "1081" ], "coveredBy": [ - "1078" + "1081" ], "location": { "end": { @@ -11608,15 +11608,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1076" + "1079" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11638,15 +11638,15 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1080" + "1083" ], "coveredBy": [ - "1075", - "1076", - "1077", "1078", "1079", - "1080" + "1080", + "1081", + "1082", + "1083" ], "location": { "end": { @@ -11674,15 +11674,15 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1239" + "1242" ], "coveredBy": [ - "1234", - "1235", - "1236", "1237", "1238", - "1239" + "1239", + "1240", + "1241", + "1242" ], "location": { "end": { @@ -11704,15 +11704,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1234" + "1237" ], "coveredBy": [ - "1234", - "1235", - "1236", "1237", "1238", - "1239" + "1239", + "1240", + "1241", + "1242" ], "location": { "end": { @@ -11734,15 +11734,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1234" + "1237" ], "coveredBy": [ - "1234", - "1235", - "1236", "1237", "1238", - "1239" + "1239", + "1240", + "1241", + "1242" ], "location": { "end": { @@ -11764,15 +11764,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1234" + "1237" ], "coveredBy": [ - "1234", - "1235", - "1236", "1237", "1238", - "1239" + "1239", + "1240", + "1241", + "1242" ], "location": { "end": { @@ -11794,15 +11794,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1234" + "1237" ], "coveredBy": [ - "1234", - "1235", - "1236", "1237", "1238", - "1239" + "1239", + "1240", + "1241", + "1242" ], "location": { "end": { @@ -11824,15 +11824,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1234" + "1237" ], "coveredBy": [ - "1234", - "1235", - "1236", "1237", "1238", - "1239" + "1239", + "1240", + "1241", + "1242" ], "location": { "end": { @@ -11854,15 +11854,15 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1239" + "1242" ], "coveredBy": [ - "1234", - "1235", - "1236", "1237", "1238", - "1239" + "1239", + "1240", + "1241", + "1242" ], "location": { "end": { @@ -11884,15 +11884,15 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1239" + "1242" ], "coveredBy": [ - "1234", - "1235", - "1236", "1237", "1238", - "1239" + "1239", + "1240", + "1241", + "1242" ], "location": { "end": { @@ -11914,15 +11914,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1235" + "1238" ], "coveredBy": [ - "1234", - "1235", - "1236", "1237", "1238", - "1239" + "1239", + "1240", + "1241", + "1242" ], "location": { "end": { @@ -11944,15 +11944,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1235" + "1238" ], "coveredBy": [ - "1234", - "1235", - "1236", "1237", "1238", - "1239" + "1239", + "1240", + "1241", + "1242" ], "location": { "end": { @@ -11974,15 +11974,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1235" + "1238" ], "coveredBy": [ - "1234", - "1235", - "1236", "1237", "1238", - "1239" + "1239", + "1240", + "1241", + "1242" ], "location": { "end": { @@ -12004,10 +12004,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1239" + "1242" ], "coveredBy": [ - "1239" + "1242" ], "location": { "end": { @@ -12029,15 +12029,15 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1236" + "1239" ], "coveredBy": [ - "1234", - "1235", - "1236", "1237", "1238", - "1239" + "1239", + "1240", + "1241", + "1242" ], "location": { "end": { @@ -12065,17 +12065,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1247" + "1250" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12097,17 +12097,17 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1252" + "1255" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12129,17 +12129,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1247" + "1250" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12161,17 +12161,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1247" + "1250" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12193,17 +12193,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1247" + "1250" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12225,17 +12225,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1247" + "1250" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12257,17 +12257,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1247" + "1250" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12289,17 +12289,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1247" + "1250" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12321,12 +12321,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1252" + "1255" ], "coveredBy": [ - "1250", - "1252", - "1254" + "1253", + "1255", + "1257" ], "location": { "end": { @@ -12348,12 +12348,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1252" + "1255" ], "coveredBy": [ - "1250", - "1252", - "1254" + "1253", + "1255", + "1257" ], "location": { "end": { @@ -12375,17 +12375,17 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1249" + "1252" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12407,17 +12407,17 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1250" + "1253" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12439,17 +12439,17 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1249" + "1252" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12471,17 +12471,17 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1249" + "1252" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12503,17 +12503,17 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1249" + "1252" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12535,17 +12535,17 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1248" + "1251" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12567,17 +12567,17 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "1254" + "1257" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12599,17 +12599,17 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1253" + "1256" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12631,17 +12631,17 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1253" + "1256" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12663,17 +12663,17 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1248" + "1251" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12695,12 +12695,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1254" + "1257" ], "coveredBy": [ - "1250", - "1252", - "1254" + "1253", + "1255", + "1257" ], "location": { "end": { @@ -12722,17 +12722,17 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1249" + "1252" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12754,17 +12754,17 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1250" + "1253" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12786,17 +12786,17 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1249" + "1252" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12818,17 +12818,17 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1249" + "1252" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12850,17 +12850,17 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1249" + "1252" ], "coveredBy": [ - "1247", - "1248", - "1249", "1250", "1251", "1252", "1253", - "1254" + "1254", + "1255", + "1256", + "1257" ], "location": { "end": { @@ -12882,12 +12882,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1250" + "1253" ], "coveredBy": [ - "1250", - "1252", - "1254" + "1253", + "1255", + "1257" ], "location": { "end": { @@ -12915,13 +12915,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1776" + "1779" ], "coveredBy": [ - "1776", - "1777", - "1778", - "1779" + "1779", + "1780", + "1781", + "1782" ], "location": { "end": { @@ -12943,13 +12943,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1776" + "1779" ], "coveredBy": [ - "1776", - "1777", - "1778", - "1779" + "1779", + "1780", + "1781", + "1782" ], "location": { "end": { @@ -12971,13 +12971,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1776" + "1779" ], "coveredBy": [ - "1776", - "1777", - "1778", - "1779" + "1779", + "1780", + "1781", + "1782" ], "location": { "end": { @@ -12999,13 +12999,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1776" + "1779" ], "coveredBy": [ - "1776", - "1777", - "1778", - "1779" + "1779", + "1780", + "1781", + "1782" ], "location": { "end": { @@ -13027,13 +13027,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1779" + "1782" ], "coveredBy": [ - "1776", - "1777", - "1778", - "1779" + "1779", + "1780", + "1781", + "1782" ], "location": { "end": { @@ -13061,19 +13061,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "889" + "892" ], "coveredBy": [ - "889", - "890", - "891", "892", "893", "894", "895", "896", "897", - "898" + "898", + "899", + "900", + "901" ], "location": { "end": { @@ -13095,19 +13095,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "889" + "892" ], "coveredBy": [ - "889", - "890", - "891", "892", "893", "894", "895", "896", "897", - "898" + "898", + "899", + "900", + "901" ], "location": { "end": { @@ -13129,19 +13129,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "889" + "892" ], "coveredBy": [ - "889", - "890", - "891", "892", "893", "894", "895", "896", "897", - "898" + "898", + "899", + "900", + "901" ], "location": { "end": { @@ -13163,19 +13163,19 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "893" + "896" ], "coveredBy": [ - "889", - "890", - "891", "892", "893", "894", "895", "896", "897", - "898" + "898", + "899", + "900", + "901" ], "location": { "end": { @@ -13197,19 +13197,19 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "893" + "896" ], "coveredBy": [ - "889", - "890", - "891", "892", "893", "894", "895", "896", "897", - "898" + "898", + "899", + "900", + "901" ], "location": { "end": { @@ -13231,19 +13231,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "889" + "892" ], "coveredBy": [ - "889", - "890", - "891", "892", "893", "894", "895", "896", "897", - "898" + "898", + "899", + "900", + "901" ], "location": { "end": { @@ -13265,19 +13265,19 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "893" + "896" ], "coveredBy": [ - "889", - "890", - "891", "892", "893", "894", "895", "896", "897", - "898" + "898", + "899", + "900", + "901" ], "location": { "end": { @@ -13299,19 +13299,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "889" + "892" ], "coveredBy": [ - "889", - "890", - "891", "892", "893", "894", "895", "896", "897", - "898" + "898", + "899", + "900", + "901" ], "location": { "end": { @@ -13333,11 +13333,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "893" + "896" ], "coveredBy": [ - "893", - "894" + "896", + "897" ], "location": { "end": { @@ -13359,11 +13359,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "893" + "896" ], "coveredBy": [ - "893", - "894" + "896", + "897" ], "location": { "end": { @@ -13385,11 +13385,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "893" + "896" ], "coveredBy": [ - "893", - "894" + "896", + "897" ], "location": { "end": { @@ -13411,19 +13411,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "889" + "892" ], "coveredBy": [ - "889", - "890", - "891", "892", "893", "894", "895", "896", "897", - "898" + "898", + "899", + "900", + "901" ], "location": { "end": { @@ -13445,10 +13445,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "895" + "898" ], "coveredBy": [ - "895" + "898" ], "location": { "end": { @@ -13470,19 +13470,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "889" + "892" ], "coveredBy": [ - "889", - "890", - "891", "892", "893", "894", "895", "896", "897", - "898" + "898", + "899", + "900", + "901" ], "location": { "end": { @@ -13504,19 +13504,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "889" + "892" ], "coveredBy": [ - "889", - "890", - "891", "892", "893", "894", "895", "896", "897", - "898" + "898", + "899", + "900", + "901" ], "location": { "end": { @@ -13538,19 +13538,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "889" + "892" ], "coveredBy": [ - "889", - "890", - "891", "892", "893", "894", "895", "896", "897", - "898" + "898", + "899", + "900", + "901" ], "location": { "end": { @@ -13572,19 +13572,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "889" + "892" ], "coveredBy": [ - "889", - "890", - "891", "892", "893", "894", "895", "896", "897", - "898" + "898", + "899", + "900", + "901" ], "location": { "end": { @@ -13606,11 +13606,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "897" + "900" ], "coveredBy": [ - "896", - "897" + "899", + "900" ], "location": { "end": { @@ -13632,11 +13632,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "896" + "899" ], "coveredBy": [ - "896", - "897" + "899", + "900" ], "location": { "end": { @@ -13658,11 +13658,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "897" + "900" ], "coveredBy": [ - "896", - "897" + "899", + "900" ], "location": { "end": { @@ -13684,11 +13684,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "896" + "899" ], "coveredBy": [ - "896", - "897" + "899", + "900" ], "location": { "end": { @@ -13710,11 +13710,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "897" + "900" ], "coveredBy": [ - "896", - "897" + "899", + "900" ], "location": { "end": { @@ -13736,10 +13736,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "897" + "900" ], "coveredBy": [ - "897" + "900" ], "location": { "end": { @@ -13761,10 +13761,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "897" + "900" ], "coveredBy": [ - "897" + "900" ], "location": { "end": { @@ -13786,19 +13786,19 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "891" + "894" ], "coveredBy": [ - "889", - "890", - "891", "892", "893", "894", "895", "896", "897", - "898" + "898", + "899", + "900", + "901" ], "location": { "end": { @@ -13826,14 +13826,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1483" + "1486" ], "coveredBy": [ - "1483", - "1484", - "1485", "1486", - "1487" + "1487", + "1488", + "1489", + "1490" ], "location": { "end": { @@ -13855,14 +13855,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1483" + "1486" ], "coveredBy": [ - "1483", - "1484", - "1485", "1486", - "1487" + "1487", + "1488", + "1489", + "1490" ], "location": { "end": { @@ -13884,14 +13884,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1483" + "1486" ], "coveredBy": [ - "1483", - "1484", - "1485", "1486", - "1487" + "1487", + "1488", + "1489", + "1490" ], "location": { "end": { @@ -13913,14 +13913,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1483" + "1486" ], "coveredBy": [ - "1483", - "1484", - "1485", "1486", - "1487" + "1487", + "1488", + "1489", + "1490" ], "location": { "end": { @@ -13942,14 +13942,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1484" + "1487" ], "coveredBy": [ - "1483", - "1484", - "1485", "1486", - "1487" + "1487", + "1488", + "1489", + "1490" ], "location": { "end": { @@ -14243,18 +14243,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14276,18 +14276,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14309,18 +14309,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "808" + "811" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14342,18 +14342,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14375,18 +14375,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14408,18 +14408,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14441,18 +14441,18 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "810" + "813" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14474,18 +14474,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14507,18 +14507,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "808" + "811" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14540,18 +14540,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14573,18 +14573,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "808" + "811" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14606,18 +14606,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14639,18 +14639,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14672,18 +14672,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14705,18 +14705,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14738,12 +14738,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "808" + "811" ], "coveredBy": [ - "808", - "810", - "812" + "811", + "813", + "815" ], "location": { "end": { @@ -14765,18 +14765,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14798,18 +14798,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14831,18 +14831,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14864,18 +14864,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14897,18 +14897,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14930,18 +14930,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14963,18 +14963,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "804" + "807" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -14996,18 +14996,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "805" + "808" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -15029,18 +15029,18 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "812" + "815" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -15062,18 +15062,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "811" + "814" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -15095,18 +15095,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "811" + "814" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -15128,18 +15128,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "805" + "808" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -15161,12 +15161,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "812" + "815" ], "coveredBy": [ - "808", - "810", - "812" + "811", + "813", + "815" ], "location": { "end": { @@ -15188,18 +15188,18 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "806" + "809" ], "coveredBy": [ - "804", - "805", - "806", "807", "808", "809", "810", "811", - "812" + "812", + "813", + "814", + "815" ], "location": { "end": { @@ -15227,18 +15227,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1034" + "1037" ], "coveredBy": [ - "1034", - "1035", - "1036", "1037", "1038", "1039", "1040", "1041", - "1042" + "1042", + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15260,18 +15260,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1038" + "1041" ], "coveredBy": [ - "1034", - "1035", - "1036", "1037", "1038", "1039", "1040", "1041", - "1042" + "1042", + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15293,18 +15293,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1034" + "1037" ], "coveredBy": [ - "1034", - "1035", - "1036", "1037", "1038", "1039", "1040", "1041", - "1042" + "1042", + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15326,18 +15326,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1034" + "1037" ], "coveredBy": [ - "1034", - "1035", - "1036", "1037", "1038", "1039", "1040", "1041", - "1042" + "1042", + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15359,18 +15359,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1034" + "1037" ], "coveredBy": [ - "1034", - "1035", - "1036", "1037", "1038", "1039", "1040", "1041", - "1042" + "1042", + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15392,18 +15392,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1037" + "1040" ], "coveredBy": [ - "1034", - "1035", - "1036", "1037", "1038", "1039", "1040", "1041", - "1042" + "1042", + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15425,11 +15425,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1037" + "1040" ], "coveredBy": [ - "1037", - "1038" + "1040", + "1041" ], "location": { "end": { @@ -15451,11 +15451,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1037" + "1040" ], "coveredBy": [ - "1037", - "1038" + "1040", + "1041" ], "location": { "end": { @@ -15477,11 +15477,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1037" + "1040" ], "coveredBy": [ - "1037", - "1038" + "1040", + "1041" ], "location": { "end": { @@ -15503,18 +15503,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1034" + "1037" ], "coveredBy": [ - "1034", - "1035", - "1036", "1037", "1038", "1039", "1040", "1041", - "1042" + "1042", + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15536,18 +15536,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1034" + "1037" ], "coveredBy": [ - "1034", - "1035", - "1036", "1037", "1038", "1039", "1040", "1041", - "1042" + "1042", + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15569,18 +15569,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1034" + "1037" ], "coveredBy": [ - "1034", - "1035", - "1036", "1037", "1038", "1039", "1040", "1041", - "1042" + "1042", + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15602,18 +15602,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1034" + "1037" ], "coveredBy": [ - "1034", - "1035", - "1036", "1037", "1038", "1039", "1040", "1041", - "1042" + "1042", + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15635,18 +15635,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1034" + "1037" ], "coveredBy": [ - "1034", - "1035", - "1036", "1037", "1038", "1039", "1040", "1041", - "1042" + "1042", + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15668,18 +15668,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1034" + "1037" ], "coveredBy": [ - "1034", - "1035", - "1036", "1037", "1038", "1039", "1040", "1041", - "1042" + "1042", + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15701,12 +15701,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1040" + "1043" ], "coveredBy": [ - "1040", - "1041", - "1042" + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15728,12 +15728,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1041" + "1044" ], "coveredBy": [ - "1040", - "1041", - "1042" + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15755,12 +15755,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1040" + "1043" ], "coveredBy": [ - "1040", - "1041", - "1042" + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15782,12 +15782,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1040" + "1043" ], "coveredBy": [ - "1040", - "1041", - "1042" + "1043", + "1044", + "1045" ], "location": { "end": { @@ -15809,10 +15809,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1040" + "1043" ], "coveredBy": [ - "1040" + "1043" ], "location": { "end": { @@ -15834,10 +15834,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1040" + "1043" ], "coveredBy": [ - "1040" + "1043" ], "location": { "end": { @@ -15859,11 +15859,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1042" + "1045" ], "coveredBy": [ - "1041", - "1042" + "1044", + "1045" ], "location": { "end": { @@ -15885,11 +15885,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1041" + "1044" ], "coveredBy": [ - "1041", - "1042" + "1044", + "1045" ], "location": { "end": { @@ -15911,11 +15911,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1041" + "1044" ], "coveredBy": [ - "1041", - "1042" + "1044", + "1045" ], "location": { "end": { @@ -15937,10 +15937,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1041" + "1044" ], "coveredBy": [ - "1041" + "1044" ], "location": { "end": { @@ -15962,10 +15962,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1041" + "1044" ], "coveredBy": [ - "1041" + "1044" ], "location": { "end": { @@ -15987,18 +15987,18 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1039" + "1042" ], "coveredBy": [ - "1034", - "1035", - "1036", "1037", "1038", "1039", "1040", "1041", - "1042" + "1042", + "1043", + "1044", + "1045" ], "location": { "end": { @@ -16026,24 +16026,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16065,24 +16065,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16104,24 +16104,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16143,24 +16143,24 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "766" + "785" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16182,12 +16182,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "766" + "785" ], "coveredBy": [ - "766", - "770", - "773" + "785", + "789", + "792" ], "location": { "end": { @@ -16209,24 +16209,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16248,24 +16248,24 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "761" + "780" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16287,24 +16287,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16326,24 +16326,24 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "761" + "780" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16365,16 +16365,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "761" + "780" ], "coveredBy": [ - "761", - "762", - "763", - "768", - "769", - "770", - "771" + "780", + "781", + "782", + "787", + "788", + "789", + "790" ], "location": { "end": { @@ -16396,24 +16396,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16435,24 +16435,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16474,24 +16474,24 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "761" + "780" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16513,24 +16513,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16552,24 +16552,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16591,24 +16591,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16630,24 +16630,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16669,24 +16669,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16708,24 +16708,24 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "761" + "780" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16747,24 +16747,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16786,24 +16786,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16825,24 +16825,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16864,24 +16864,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16903,24 +16903,24 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -16942,18 +16942,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "761" + "780" ], "coveredBy": [ - "761", - "762", - "763", - "766", - "768", - "769", - "770", - "771", - "773" + "780", + "781", + "782", + "785", + "787", + "788", + "789", + "790", + "792" ], "location": { "end": { @@ -16975,24 +16975,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "759" + "778" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -17014,24 +17014,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "759" + "778" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -17053,24 +17053,24 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "761" + "780" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -17092,24 +17092,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "759" + "778" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -17131,24 +17131,24 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "761" + "780" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -17170,16 +17170,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "761" + "780" ], "coveredBy": [ - "761", - "762", - "763", - "768", - "769", - "770", - "771" + "780", + "781", + "782", + "787", + "788", + "789", + "790" ], "location": { "end": { @@ -17201,16 +17201,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "761" + "780" ], "coveredBy": [ - "761", - "762", - "763", - "768", - "769", - "770", - "771" + "780", + "781", + "782", + "787", + "788", + "789", + "790" ], "location": { "end": { @@ -17232,16 +17232,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "761" + "780" ], "coveredBy": [ - "761", - "762", - "763", - "768", - "769", - "770", - "771" + "780", + "781", + "782", + "787", + "788", + "789", + "790" ], "location": { "end": { @@ -17263,24 +17263,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "759" + "778" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -17302,24 +17302,24 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "759" + "778" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -17341,11 +17341,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "766" + "785" ], "coveredBy": [ - "766", - "770" + "785", + "789" ], "location": { "end": { @@ -17367,11 +17367,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "766" + "785" ], "coveredBy": [ - "766", - "770" + "785", + "789" ], "location": { "end": { @@ -17393,24 +17393,24 @@ "testsCompleted": 14, "static": false, "killedBy": [ - "772" + "791" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -17432,24 +17432,24 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "767" + "786" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -17471,24 +17471,24 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "767" + "786" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -17510,34 +17510,34 @@ "testsCompleted": 13, "static": false, "killedBy": [ - "771" + "790" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" - ], - "location": { - "end": { - "column": 76, - "line": 83 - }, - "start": { - "column": 45, - "line": 83 - } + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" + ], + "location": { + "end": { + "column": 76, + "line": 83 + }, + "start": { + "column": 45, + "line": 83 + } } }, { @@ -17549,24 +17549,24 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "767" + "786" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -17588,24 +17588,24 @@ "testsCompleted": 13, "static": false, "killedBy": [ - "771" + "790" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -17627,15 +17627,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "761" + "780" ], "coveredBy": [ - "761", - "763", - "768", - "769", - "770", - "771" + "780", + "782", + "787", + "788", + "789", + "790" ], "location": { "end": { @@ -17657,23 +17657,23 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "764" + "783" ], "coveredBy": [ - "759", - "760", - "761", - "762", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773" + "778", + "779", + "780", + "781", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792" ], "location": { "end": { @@ -17701,15 +17701,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1069" + "1072" ], "coveredBy": [ - "1069", - "1070", - "1071", "1072", "1073", - "1074" + "1074", + "1075", + "1076", + "1077" ], "location": { "end": { @@ -17731,15 +17731,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1069" + "1072" ], "coveredBy": [ - "1069", - "1070", - "1071", "1072", "1073", - "1074" + "1074", + "1075", + "1076", + "1077" ], "location": { "end": { @@ -17761,10 +17761,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1074" + "1077" ], "coveredBy": [ - "1074" + "1077" ], "location": { "end": { @@ -17786,15 +17786,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1073" + "1076" ], "coveredBy": [ - "1069", - "1070", - "1071", "1072", "1073", - "1074" + "1074", + "1075", + "1076", + "1077" ], "location": { "end": { @@ -17816,15 +17816,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1069" + "1072" ], "coveredBy": [ - "1069", - "1070", - "1071", "1072", "1073", - "1074" + "1074", + "1075", + "1076", + "1077" ], "location": { "end": { @@ -17846,15 +17846,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1069" + "1072" ], "coveredBy": [ - "1069", - "1070", - "1071", "1072", "1073", - "1074" + "1074", + "1075", + "1076", + "1077" ], "location": { "end": { @@ -17876,15 +17876,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1073" + "1076" ], "coveredBy": [ - "1069", - "1070", - "1071", "1072", "1073", - "1074" + "1074", + "1075", + "1076", + "1077" ], "location": { "end": { @@ -17906,11 +17906,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1073" + "1076" ], "coveredBy": [ - "1073", - "1074" + "1076", + "1077" ], "location": { "end": { @@ -17932,11 +17932,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1073" + "1076" ], "coveredBy": [ - "1073", - "1074" + "1076", + "1077" ], "location": { "end": { @@ -17958,11 +17958,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1073" + "1076" ], "coveredBy": [ - "1073", - "1074" + "1076", + "1077" ], "location": { "end": { @@ -17984,11 +17984,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1073" + "1076" ], "coveredBy": [ - "1073", - "1074" + "1076", + "1077" ], "location": { "end": { @@ -18010,11 +18010,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1073" + "1076" ], "coveredBy": [ - "1073", - "1074" + "1076", + "1077" ], "location": { "end": { @@ -18036,14 +18036,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1069" + "1072" ], "coveredBy": [ - "1069", - "1070", - "1071", "1072", - "1073" + "1073", + "1074", + "1075", + "1076" ], "location": { "end": { @@ -18065,14 +18065,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1069" + "1072" ], "coveredBy": [ - "1069", - "1070", - "1071", "1072", - "1073" + "1073", + "1074", + "1075", + "1076" ], "location": { "end": { @@ -18094,14 +18094,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1069" + "1072" ], "coveredBy": [ - "1069", - "1070", - "1071", "1072", - "1073" + "1073", + "1074", + "1075", + "1076" ], "location": { "end": { @@ -18123,14 +18123,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1069" + "1072" ], "coveredBy": [ - "1069", - "1070", - "1071", "1072", - "1073" + "1073", + "1074", + "1075", + "1076" ], "location": { "end": { @@ -18152,14 +18152,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1069" + "1072" ], "coveredBy": [ - "1069", - "1070", - "1071", "1072", - "1073" + "1073", + "1074", + "1075", + "1076" ], "location": { "end": { @@ -18181,15 +18181,15 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1071" + "1074" ], "coveredBy": [ - "1069", - "1070", - "1071", "1072", "1073", - "1074" + "1074", + "1075", + "1076", + "1077" ], "location": { "end": { @@ -18217,14 +18217,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1495" + "1498" ], "coveredBy": [ - "1495", - "1496", - "1497", "1498", - "1499" + "1499", + "1500", + "1501", + "1502" ], "location": { "end": { @@ -18246,14 +18246,14 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1498" + "1501" ], "coveredBy": [ - "1495", - "1496", - "1497", "1498", - "1499" + "1499", + "1500", + "1501", + "1502" ], "location": { "end": { @@ -18275,14 +18275,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1495" + "1498" ], "coveredBy": [ - "1495", - "1496", - "1497", "1498", - "1499" + "1499", + "1500", + "1501", + "1502" ], "location": { "end": { @@ -18304,14 +18304,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1495" + "1498" ], "coveredBy": [ - "1495", - "1496", - "1497", "1498", - "1499" + "1499", + "1500", + "1501", + "1502" ], "location": { "end": { @@ -18333,14 +18333,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1495" + "1498" ], "coveredBy": [ - "1495", - "1496", - "1497", "1498", - "1499" + "1499", + "1500", + "1501", + "1502" ], "location": { "end": { @@ -18362,14 +18362,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1495" + "1498" ], "coveredBy": [ - "1495", - "1496", - "1497", "1498", - "1499" + "1499", + "1500", + "1501", + "1502" ], "location": { "end": { @@ -18391,14 +18391,14 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1498" + "1501" ], "coveredBy": [ - "1495", - "1496", - "1497", "1498", - "1499" + "1499", + "1500", + "1501", + "1502" ], "location": { "end": { @@ -18420,10 +18420,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1498" + "1501" ], "coveredBy": [ - "1498" + "1501" ], "location": { "end": { @@ -18445,10 +18445,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1498" + "1501" ], "coveredBy": [ - "1498" + "1501" ], "location": { "end": { @@ -18470,10 +18470,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1498" + "1501" ], "coveredBy": [ - "1498" + "1501" ], "location": { "end": { @@ -18495,14 +18495,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1495" + "1498" ], "coveredBy": [ - "1495", - "1496", - "1497", "1498", - "1499" + "1499", + "1500", + "1501", + "1502" ], "location": { "end": { @@ -18524,14 +18524,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1495" + "1498" ], "coveredBy": [ - "1495", - "1496", - "1497", "1498", - "1499" + "1499", + "1500", + "1501", + "1502" ], "location": { "end": { @@ -18553,14 +18553,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1495" + "1498" ], "coveredBy": [ - "1495", - "1496", - "1497", "1498", - "1499" + "1499", + "1500", + "1501", + "1502" ], "location": { "end": { @@ -18582,14 +18582,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1495" + "1498" ], "coveredBy": [ - "1495", - "1496", - "1497", "1498", - "1499" + "1499", + "1500", + "1501", + "1502" ], "location": { "end": { @@ -18611,14 +18611,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1495" + "1498" ], "coveredBy": [ - "1495", - "1496", - "1497", "1498", - "1499" + "1499", + "1500", + "1501", + "1502" ], "location": { "end": { @@ -18640,14 +18640,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1497" + "1500" ], "coveredBy": [ - "1495", - "1496", - "1497", "1498", - "1499" + "1499", + "1500", + "1501", + "1502" ], "location": { "end": { @@ -18675,18 +18675,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "956" + "959" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -18708,18 +18708,18 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "958" + "961" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -18741,18 +18741,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "956" + "959" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -18774,18 +18774,18 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "958" + "961" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -18807,18 +18807,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "956" + "959" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -18840,18 +18840,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "956" + "959" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -18873,18 +18873,18 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "958" + "961" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -18906,18 +18906,18 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "958" + "961" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -18939,18 +18939,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "956" + "959" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -18972,18 +18972,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "956" + "959" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19005,18 +19005,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "956" + "959" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19038,18 +19038,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "956" + "959" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19071,18 +19071,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "960" + "963" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19104,13 +19104,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "960" + "963" ], "coveredBy": [ - "958", - "960", "961", - "963" + "963", + "964", + "966" ], "location": { "end": { @@ -19132,13 +19132,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "960" + "963" ], "coveredBy": [ - "958", - "960", "961", - "963" + "963", + "964", + "966" ], "location": { "end": { @@ -19160,13 +19160,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "960" + "963" ], "coveredBy": [ - "958", - "960", "961", - "963" + "963", + "964", + "966" ], "location": { "end": { @@ -19188,18 +19188,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "956" + "959" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19221,18 +19221,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "956" + "959" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19254,18 +19254,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "956" + "959" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19287,18 +19287,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "957" + "960" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19320,18 +19320,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "957" + "960" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19353,18 +19353,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "957" + "960" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19386,18 +19386,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "963" + "966" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19419,13 +19419,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "963" + "966" ], "coveredBy": [ - "958", - "960", "961", - "963" + "963", + "964", + "966" ], "location": { "end": { @@ -19447,18 +19447,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "957" + "960" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19480,18 +19480,18 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "958" + "961" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19513,18 +19513,18 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "958" + "961" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19546,13 +19546,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "958" + "961" ], "coveredBy": [ - "958", - "960", "961", - "963" + "963", + "964", + "966" ], "location": { "end": { @@ -19574,18 +19574,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "959" + "962" ], "coveredBy": [ - "956", - "957", - "958", "959", "960", "961", "962", "963", - "964" + "964", + "965", + "966", + "967" ], "location": { "end": { @@ -19613,18 +19613,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "899" + "902" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -19646,18 +19646,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "899" + "902" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -19679,18 +19679,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "899" + "902" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -19712,18 +19712,18 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "904" + "907" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -19745,18 +19745,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "899" + "902" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -19778,18 +19778,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "899" + "902" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -19811,18 +19811,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "899" + "902" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -19844,18 +19844,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "903" + "906" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -19877,11 +19877,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "903" + "906" ], "coveredBy": [ - "903", - "904" + "906", + "907" ], "location": { "end": { @@ -19903,11 +19903,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "903" + "906" ], "coveredBy": [ - "903", - "904" + "906", + "907" ], "location": { "end": { @@ -19929,11 +19929,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "903" + "906" ], "coveredBy": [ - "903", - "904" + "906", + "907" ], "location": { "end": { @@ -19955,18 +19955,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "899" + "902" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -19988,18 +19988,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "899" + "902" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -20021,18 +20021,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "906" + "909" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -20054,11 +20054,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "906" + "909" ], "coveredBy": [ - "906", - "907" + "909", + "910" ], "location": { "end": { @@ -20080,11 +20080,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "906" + "909" ], "coveredBy": [ - "906", - "907" + "909", + "910" ], "location": { "end": { @@ -20106,11 +20106,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "906" + "909" ], "coveredBy": [ - "906", - "907" + "909", + "910" ], "location": { "end": { @@ -20132,11 +20132,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "906" + "909" ], "coveredBy": [ - "906", - "907" + "909", + "910" ], "location": { "end": { @@ -20158,11 +20158,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "907" + "910" ], "coveredBy": [ - "906", - "907" + "909", + "910" ], "location": { "end": { @@ -20184,11 +20184,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "906" + "909" ], "coveredBy": [ - "906", - "907" + "909", + "910" ], "location": { "end": { @@ -20210,11 +20210,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "906" + "909" ], "coveredBy": [ - "906", - "907" + "909", + "910" ], "location": { "end": { @@ -20236,18 +20236,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "899" + "902" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -20269,18 +20269,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "899" + "902" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -20302,18 +20302,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "899" + "902" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -20335,18 +20335,18 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "905" + "908" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -20368,18 +20368,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "899" + "902" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -20401,18 +20401,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "899" + "902" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -20434,18 +20434,18 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "901" + "904" ], "coveredBy": [ - "899", - "900", - "901", "902", "903", "904", "905", "906", - "907" + "907", + "908", + "909", + "910" ], "location": { "end": { @@ -20473,19 +20473,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "704" + "723" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -20507,19 +20507,19 @@ "testsCompleted": 10, "static": false, "killedBy": [ - "713" + "732" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -20541,19 +20541,19 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "707" + "726" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -20575,19 +20575,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "704" + "723" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -20609,19 +20609,19 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "707" + "726" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -20643,19 +20643,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "704" + "723" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -20677,19 +20677,19 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "708" + "727" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -20711,19 +20711,19 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "707" + "726" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -20745,19 +20745,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "704" + "723" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -20779,19 +20779,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "704" + "723" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -20813,19 +20813,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "704" + "723" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -20847,19 +20847,19 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "710" + "729" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -20881,12 +20881,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "710" + "729" ], "coveredBy": [ - "710", - "712", - "713" + "729", + "731", + "732" ], "location": { "end": { @@ -20908,12 +20908,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "710" + "729" ], "coveredBy": [ - "710", - "712", - "713" + "729", + "731", + "732" ], "location": { "end": { @@ -20935,12 +20935,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "710" + "729" ], "coveredBy": [ - "710", - "712", - "713" + "729", + "731", + "732" ], "location": { "end": { @@ -20962,10 +20962,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "707" + "726" ], "coveredBy": [ - "707" + "726" ], "location": { "end": { @@ -20987,19 +20987,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "704" + "723" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -21021,19 +21021,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "704" + "723" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -21055,19 +21055,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "704" + "723" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -21089,19 +21089,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "704" + "723" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -21123,19 +21123,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "704" + "723" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -21157,19 +21157,19 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "706" + "725" ], "coveredBy": [ - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713" + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732" ], "location": { "end": { @@ -21197,16 +21197,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -21228,16 +21228,16 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "672" + "691" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -21259,16 +21259,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -21290,16 +21290,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -21321,16 +21321,16 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "673" + "692" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -21352,16 +21352,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -21383,16 +21383,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -21414,16 +21414,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -21445,16 +21445,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "674" + "693" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -21476,10 +21476,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "674" + "693" ], "coveredBy": [ - "674" + "693" ], "location": { "end": { @@ -21501,10 +21501,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "674" + "693" ], "coveredBy": [ - "674" + "693" ], "location": { "end": { @@ -21526,16 +21526,16 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -21557,10 +21557,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21582,10 +21582,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21607,10 +21607,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21632,10 +21632,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21657,10 +21657,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21682,10 +21682,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21707,10 +21707,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21732,10 +21732,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21757,10 +21757,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21782,10 +21782,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21807,10 +21807,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21832,10 +21832,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21857,10 +21857,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21882,10 +21882,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21907,10 +21907,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "671" + "690" ], "coveredBy": [ - "671" + "690" ], "location": { "end": { @@ -21932,16 +21932,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -21963,16 +21963,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -21994,16 +21994,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -22025,16 +22025,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -22056,16 +22056,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "674" + "693" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -22087,16 +22087,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -22118,16 +22118,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -22149,16 +22149,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -22180,16 +22180,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -22211,11 +22211,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "674" + "693" ], "coveredBy": [ - "674", - "675" + "693", + "694" ], "location": { "end": { @@ -22237,11 +22237,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "674" + "693" ], "coveredBy": [ - "674", - "675" + "693", + "694" ], "location": { "end": { @@ -22263,11 +22263,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "674" + "693" ], "coveredBy": [ - "674", - "675" + "693", + "694" ], "location": { "end": { @@ -22289,11 +22289,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "674" + "693" ], "coveredBy": [ - "674", - "675" + "693", + "694" ], "location": { "end": { @@ -22315,11 +22315,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "674" + "693" ], "coveredBy": [ - "674", - "675" + "693", + "694" ], "location": { "end": { @@ -22341,11 +22341,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "674" + "693" ], "coveredBy": [ - "674", - "675" + "693", + "694" ], "location": { "end": { @@ -22367,11 +22367,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "674" + "693" ], "coveredBy": [ - "674", - "675" + "693", + "694" ], "location": { "end": { @@ -22393,16 +22393,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -22424,16 +22424,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -22455,16 +22455,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -22486,16 +22486,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -22517,16 +22517,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -22548,16 +22548,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "670" + "689" ], "coveredBy": [ - "670", - "671", - "672", - "673", - "674", - "675", - "676" + "689", + "690", + "691", + "692", + "693", + "694", + "695" ], "location": { "end": { @@ -22585,18 +22585,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "757" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -22618,18 +22618,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "741" + "760" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -22651,18 +22651,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "742" + "761" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -22684,18 +22684,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "757" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -22717,18 +22717,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "742" + "761" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -22750,18 +22750,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "757" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -22783,18 +22783,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "757" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -22816,18 +22816,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "757" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -22849,18 +22849,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "741" + "760" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -22882,10 +22882,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "741" + "760" ], "coveredBy": [ - "741" + "760" ], "location": { "end": { @@ -22907,10 +22907,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "741" + "760" ], "coveredBy": [ - "741" + "760" ], "location": { "end": { @@ -22932,10 +22932,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "741" + "760" ], "coveredBy": [ - "741" + "760" ], "location": { "end": { @@ -22957,18 +22957,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "757" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -22990,18 +22990,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "742" + "761" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23023,11 +23023,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "742" + "761" ], "coveredBy": [ - "742", - "743" + "761", + "762" ], "location": { "end": { @@ -23049,18 +23049,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "757" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23082,18 +23082,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "757" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23115,18 +23115,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "757" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23148,18 +23148,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "742" + "761" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23181,18 +23181,18 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "743" + "762" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23214,18 +23214,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "757" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23247,18 +23247,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "742" + "761" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23280,18 +23280,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "738" + "757" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23313,11 +23313,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "742" + "761" ], "coveredBy": [ - "742", - "746" + "761", + "765" ], "location": { "end": { @@ -23339,11 +23339,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "742" + "761" ], "coveredBy": [ - "742", - "746" + "761", + "765" ], "location": { "end": { @@ -23365,11 +23365,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "742" + "761" ], "coveredBy": [ - "742", - "746" + "761", + "765" ], "location": { "end": { @@ -23391,18 +23391,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "742" + "761" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23424,18 +23424,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "742" + "761" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23457,18 +23457,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "742" + "761" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23490,18 +23490,18 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "746" + "765" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23523,18 +23523,18 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "746" + "765" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23556,18 +23556,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "739" + "758" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23589,18 +23589,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "739" + "758" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23622,18 +23622,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "739" + "758" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23655,11 +23655,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "746" + "765" ], "coveredBy": [ - "742", - "746" + "761", + "765" ], "location": { "end": { @@ -23681,18 +23681,18 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "740" + "759" ], "coveredBy": [ - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746" + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765" ], "location": { "end": { @@ -23720,13 +23720,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1863" + "1866" ], "coveredBy": [ - "1863", - "1864", - "1865", - "1866" + "1866", + "1867", + "1868", + "1869" ], "location": { "end": { @@ -23748,13 +23748,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1863" + "1866" ], "coveredBy": [ - "1863", - "1864", - "1865", - "1866" + "1866", + "1867", + "1868", + "1869" ], "location": { "end": { @@ -23776,13 +23776,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1863" + "1866" ], "coveredBy": [ - "1863", - "1864", - "1865", - "1866" + "1866", + "1867", + "1868", + "1869" ], "location": { "end": { @@ -23804,13 +23804,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1865" + "1868" ], "coveredBy": [ - "1863", - "1864", - "1865", - "1866" + "1866", + "1867", + "1868", + "1869" ], "location": { "end": { @@ -23838,13 +23838,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1890" + "1893" ], "coveredBy": [ - "1890", - "1891", - "1892", - "1893" + "1893", + "1894", + "1895", + "1896" ], "location": { "end": { @@ -23866,13 +23866,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1890" + "1893" ], "coveredBy": [ - "1890", - "1891", - "1892", - "1893" + "1893", + "1894", + "1895", + "1896" ], "location": { "end": { @@ -23894,13 +23894,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1890" + "1893" ], "coveredBy": [ - "1890", - "1891", - "1892", - "1893" + "1893", + "1894", + "1895", + "1896" ], "location": { "end": { @@ -23922,13 +23922,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1892" + "1895" ], "coveredBy": [ - "1890", - "1891", - "1892", - "1893" + "1893", + "1894", + "1895", + "1896" ], "location": { "end": { @@ -23956,14 +23956,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1658" + "1661" ], "coveredBy": [ - "1654", - "1655", - "1656", "1657", - "1658" + "1658", + "1659", + "1660", + "1661" ], "location": { "end": { @@ -23985,14 +23985,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1654" + "1657" ], "coveredBy": [ - "1654", - "1655", - "1656", "1657", - "1658" + "1658", + "1659", + "1660", + "1661" ], "location": { "end": { @@ -24014,14 +24014,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1654" + "1657" ], "coveredBy": [ - "1654", - "1655", - "1656", "1657", - "1658" + "1658", + "1659", + "1660", + "1661" ], "location": { "end": { @@ -24043,14 +24043,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1654" + "1657" ], "coveredBy": [ - "1654", - "1655", - "1656", "1657", - "1658" + "1658", + "1659", + "1660", + "1661" ], "location": { "end": { @@ -24072,14 +24072,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1658" + "1661" ], "coveredBy": [ - "1654", - "1655", - "1656", "1657", - "1658" + "1658", + "1659", + "1660", + "1661" ], "location": { "end": { @@ -24101,14 +24101,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1656" + "1659" ], "coveredBy": [ - "1654", - "1655", - "1656", "1657", - "1658" + "1658", + "1659", + "1660", + "1661" ], "location": { "end": { @@ -24136,14 +24136,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1536" + "1539" ], "coveredBy": [ - "1532", - "1533", - "1534", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -24165,14 +24165,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1532" + "1535" ], "coveredBy": [ - "1532", - "1533", - "1534", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -24194,14 +24194,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1536" + "1539" ], "coveredBy": [ - "1532", - "1533", - "1534", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -24223,14 +24223,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1532" + "1535" ], "coveredBy": [ - "1532", - "1533", - "1534", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -24252,14 +24252,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1532" + "1535" ], "coveredBy": [ - "1532", - "1533", - "1534", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -24281,14 +24281,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1532" + "1535" ], "coveredBy": [ - "1532", - "1533", - "1534", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -24310,14 +24310,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1536" + "1539" ], "coveredBy": [ - "1532", - "1533", - "1534", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -24339,10 +24339,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1536" + "1539" ], "coveredBy": [ - "1536" + "1539" ], "location": { "end": { @@ -24364,10 +24364,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1536" + "1539" ], "coveredBy": [ - "1536" + "1539" ], "location": { "end": { @@ -24389,10 +24389,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1536" + "1539" ], "coveredBy": [ - "1536" + "1539" ], "location": { "end": { @@ -24414,14 +24414,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1532" + "1535" ], "coveredBy": [ - "1532", - "1533", - "1534", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -24443,14 +24443,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1532" + "1535" ], "coveredBy": [ - "1532", - "1533", - "1534", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -24472,14 +24472,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1534" + "1537" ], "coveredBy": [ - "1532", - "1533", - "1534", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -24501,14 +24501,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1534" + "1537" ], "coveredBy": [ - "1532", - "1533", - "1534", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -24536,14 +24536,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1659" + "1662" ], "coveredBy": [ - "1659", - "1660", - "1661", "1662", - "1663" + "1663", + "1664", + "1665", + "1666" ], "location": { "end": { @@ -24565,14 +24565,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1659" + "1662" ], "coveredBy": [ - "1659", - "1660", - "1661", "1662", - "1663" + "1663", + "1664", + "1665", + "1666" ], "location": { "end": { @@ -24594,14 +24594,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1659" + "1662" ], "coveredBy": [ - "1659", - "1660", - "1661", "1662", - "1663" + "1663", + "1664", + "1665", + "1666" ], "location": { "end": { @@ -24623,14 +24623,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1659" + "1662" ], "coveredBy": [ - "1659", - "1660", - "1661", "1662", - "1663" + "1663", + "1664", + "1665", + "1666" ], "location": { "end": { @@ -24652,14 +24652,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1659" + "1662" ], "coveredBy": [ - "1659", - "1660", - "1661", "1662", - "1663" + "1663", + "1664", + "1665", + "1666" ], "location": { "end": { @@ -24681,14 +24681,14 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1662" + "1665" ], "coveredBy": [ - "1659", - "1660", - "1661", "1662", - "1663" + "1663", + "1664", + "1665", + "1666" ], "location": { "end": { @@ -24710,14 +24710,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1661" + "1664" ], "coveredBy": [ - "1659", - "1660", - "1661", "1662", - "1663" + "1663", + "1664", + "1665", + "1666" ], "location": { "end": { @@ -24745,15 +24745,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1547" + "1550" ], "coveredBy": [ - "1547", - "1548", - "1549", "1550", "1551", - "1552" + "1552", + "1553", + "1554", + "1555" ], "location": { "end": { @@ -24775,15 +24775,15 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1552" + "1555" ], "coveredBy": [ - "1547", - "1548", - "1549", "1550", "1551", - "1552" + "1552", + "1553", + "1554", + "1555" ], "location": { "end": { @@ -24805,15 +24805,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1547" + "1550" ], "coveredBy": [ - "1547", - "1548", - "1549", "1550", "1551", - "1552" + "1552", + "1553", + "1554", + "1555" ], "location": { "end": { @@ -24835,15 +24835,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1547" + "1550" ], "coveredBy": [ - "1547", - "1548", - "1549", "1550", "1551", - "1552" + "1552", + "1553", + "1554", + "1555" ], "location": { "end": { @@ -24865,15 +24865,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1547" + "1550" ], "coveredBy": [ - "1547", - "1548", - "1549", "1550", "1551", - "1552" + "1552", + "1553", + "1554", + "1555" ], "location": { "end": { @@ -24895,15 +24895,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1547" + "1550" ], "coveredBy": [ - "1547", - "1548", - "1549", "1550", "1551", - "1552" + "1552", + "1553", + "1554", + "1555" ], "location": { "end": { @@ -24925,15 +24925,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1547" + "1550" ], "coveredBy": [ - "1547", - "1548", - "1549", "1550", "1551", - "1552" + "1552", + "1553", + "1554", + "1555" ], "location": { "end": { @@ -24955,15 +24955,15 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1552" + "1555" ], "coveredBy": [ - "1547", - "1548", - "1549", "1550", "1551", - "1552" + "1552", + "1553", + "1554", + "1555" ], "location": { "end": { @@ -24985,15 +24985,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1547" + "1550" ], "coveredBy": [ - "1547", - "1548", - "1549", "1550", "1551", - "1552" + "1552", + "1553", + "1554", + "1555" ], "location": { "end": { @@ -25015,15 +25015,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1547" + "1550" ], "coveredBy": [ - "1547", - "1548", - "1549", "1550", "1551", - "1552" + "1552", + "1553", + "1554", + "1555" ], "location": { "end": { @@ -25045,15 +25045,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1547" + "1550" ], "coveredBy": [ - "1547", - "1548", - "1549", "1550", "1551", - "1552" + "1552", + "1553", + "1554", + "1555" ], "location": { "end": { @@ -25075,15 +25075,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1547" + "1550" ], "coveredBy": [ - "1547", - "1548", - "1549", "1550", "1551", - "1552" + "1552", + "1553", + "1554", + "1555" ], "location": { "end": { @@ -25105,10 +25105,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1552" + "1555" ], "coveredBy": [ - "1552" + "1555" ], "location": { "end": { @@ -25130,10 +25130,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1552" + "1555" ], "coveredBy": [ - "1552" + "1555" ], "location": { "end": { @@ -25155,15 +25155,15 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1549" + "1552" ], "coveredBy": [ - "1547", - "1548", - "1549", "1550", "1551", - "1552" + "1552", + "1553", + "1554", + "1555" ], "location": { "end": { @@ -25191,13 +25191,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1911" + "1914" ], "coveredBy": [ - "1911", - "1912", - "1913", - "1914" + "1914", + "1915", + "1916", + "1917" ], "location": { "end": { @@ -25219,13 +25219,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1911" + "1914" ], "coveredBy": [ - "1911", - "1912", - "1913", - "1914" + "1914", + "1915", + "1916", + "1917" ], "location": { "end": { @@ -25247,13 +25247,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1911" + "1914" ], "coveredBy": [ - "1911", - "1912", - "1913", - "1914" + "1914", + "1915", + "1916", + "1917" ], "location": { "end": { @@ -25275,13 +25275,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1913" + "1916" ], "coveredBy": [ - "1911", - "1912", - "1913", - "1914" + "1914", + "1915", + "1916", + "1917" ], "location": { "end": { @@ -25309,13 +25309,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1907" + "1910" ], "coveredBy": [ - "1907", - "1908", - "1909", - "1910" + "1910", + "1911", + "1912", + "1913" ], "location": { "end": { @@ -25337,13 +25337,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1907" + "1910" ], "coveredBy": [ - "1907", - "1908", - "1909", - "1910" + "1910", + "1911", + "1912", + "1913" ], "location": { "end": { @@ -25365,13 +25365,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1907" + "1910" ], "coveredBy": [ - "1907", - "1908", - "1909", - "1910" + "1910", + "1911", + "1912", + "1913" ], "location": { "end": { @@ -25393,13 +25393,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1909" + "1912" ], "coveredBy": [ - "1907", - "1908", - "1909", - "1910" + "1910", + "1911", + "1912", + "1913" ], "location": { "end": { @@ -25427,15 +25427,15 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1515" + "1518" ], "coveredBy": [ - "1510", - "1511", - "1512", "1513", "1514", - "1515" + "1515", + "1516", + "1517", + "1518" ], "location": { "end": { @@ -25457,15 +25457,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1514" + "1517" ], "coveredBy": [ - "1510", - "1511", - "1512", "1513", "1514", - "1515" + "1515", + "1516", + "1517", + "1518" ], "location": { "end": { @@ -25487,15 +25487,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1510" + "1513" ], "coveredBy": [ - "1510", - "1511", - "1512", "1513", "1514", - "1515" + "1515", + "1516", + "1517", + "1518" ], "location": { "end": { @@ -25517,10 +25517,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1514" + "1517" ], "coveredBy": [ - "1514" + "1517" ], "location": { "end": { @@ -25542,15 +25542,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1510" + "1513" ], "coveredBy": [ - "1510", - "1511", - "1512", "1513", "1514", - "1515" + "1515", + "1516", + "1517", + "1518" ], "location": { "end": { @@ -25572,10 +25572,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1514" + "1517" ], "coveredBy": [ - "1514" + "1517" ], "location": { "end": { @@ -25597,15 +25597,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1510" + "1513" ], "coveredBy": [ - "1510", - "1511", - "1512", "1513", "1514", - "1515" + "1515", + "1516", + "1517", + "1518" ], "location": { "end": { @@ -25627,15 +25627,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1510" + "1513" ], "coveredBy": [ - "1510", - "1511", - "1512", "1513", "1514", - "1515" + "1515", + "1516", + "1517", + "1518" ], "location": { "end": { @@ -25657,15 +25657,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1510" + "1513" ], "coveredBy": [ - "1510", - "1511", - "1512", "1513", "1514", - "1515" + "1515", + "1516", + "1517", + "1518" ], "location": { "end": { @@ -25687,15 +25687,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1510" + "1513" ], "coveredBy": [ - "1510", - "1511", - "1512", "1513", "1514", - "1515" + "1515", + "1516", + "1517", + "1518" ], "location": { "end": { @@ -25717,15 +25717,15 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1515" + "1518" ], "coveredBy": [ - "1510", - "1511", - "1512", "1513", "1514", - "1515" + "1515", + "1516", + "1517", + "1518" ], "location": { "end": { @@ -25747,15 +25747,15 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1512" + "1515" ], "coveredBy": [ - "1510", - "1511", - "1512", "1513", "1514", - "1515" + "1515", + "1516", + "1517", + "1518" ], "location": { "end": { @@ -25783,13 +25783,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1847" + "1850" ], "coveredBy": [ - "1847", - "1848", - "1849", - "1850" + "1850", + "1851", + "1852", + "1853" ], "location": { "end": { @@ -25811,13 +25811,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1847" + "1850" ], "coveredBy": [ - "1847", - "1848", - "1849", - "1850" + "1850", + "1851", + "1852", + "1853" ], "location": { "end": { @@ -25839,13 +25839,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1847" + "1850" ], "coveredBy": [ - "1847", - "1848", - "1849", - "1850" + "1850", + "1851", + "1852", + "1853" ], "location": { "end": { @@ -25867,13 +25867,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1847" + "1850" ], "coveredBy": [ - "1847", - "1848", - "1849", - "1850" + "1850", + "1851", + "1852", + "1853" ], "location": { "end": { @@ -25895,13 +25895,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1847" + "1850" ], "coveredBy": [ - "1847", - "1848", - "1849", - "1850" + "1850", + "1851", + "1852", + "1853" ], "location": { "end": { @@ -25923,13 +25923,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1847" + "1850" ], "coveredBy": [ - "1847", - "1848", - "1849", - "1850" + "1850", + "1851", + "1852", + "1853" ], "location": { "end": { @@ -25951,13 +25951,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1849" + "1852" ], "coveredBy": [ - "1847", - "1848", - "1849", - "1850" + "1850", + "1851", + "1852", + "1853" ], "location": { "end": { @@ -25985,13 +25985,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1815" + "1818" ], "coveredBy": [ - "1815", - "1816", - "1817", - "1818" + "1818", + "1819", + "1820", + "1821" ], "location": { "end": { @@ -26013,13 +26013,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1815" + "1818" ], "coveredBy": [ - "1815", - "1816", - "1817", - "1818" + "1818", + "1819", + "1820", + "1821" ], "location": { "end": { @@ -26041,13 +26041,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1815" + "1818" ], "coveredBy": [ - "1815", - "1816", - "1817", - "1818" + "1818", + "1819", + "1820", + "1821" ], "location": { "end": { @@ -26069,13 +26069,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1815" + "1818" ], "coveredBy": [ - "1815", - "1816", - "1817", - "1818" + "1818", + "1819", + "1820", + "1821" ], "location": { "end": { @@ -26097,13 +26097,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1815" + "1818" ], "coveredBy": [ - "1815", - "1816", - "1817", - "1818" + "1818", + "1819", + "1820", + "1821" ], "location": { "end": { @@ -26125,13 +26125,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1815" + "1818" ], "coveredBy": [ - "1815", - "1816", - "1817", - "1818" + "1818", + "1819", + "1820", + "1821" ], "location": { "end": { @@ -26153,13 +26153,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1815" + "1818" ], "coveredBy": [ - "1815", - "1816", - "1817", - "1818" + "1818", + "1819", + "1820", + "1821" ], "location": { "end": { @@ -26181,13 +26181,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1817" + "1820" ], "coveredBy": [ - "1815", - "1816", - "1817", - "1818" + "1818", + "1819", + "1820", + "1821" ], "location": { "end": { @@ -26215,13 +26215,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1894" + "1897" ], "coveredBy": [ - "1894", - "1895", - "1896", - "1897" + "1897", + "1898", + "1899", + "1900" ], "location": { "end": { @@ -26243,13 +26243,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1894" + "1897" ], "coveredBy": [ - "1894", - "1895", - "1896", - "1897" + "1897", + "1898", + "1899", + "1900" ], "location": { "end": { @@ -26271,13 +26271,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1894" + "1897" ], "coveredBy": [ - "1894", - "1895", - "1896", - "1897" + "1897", + "1898", + "1899", + "1900" ], "location": { "end": { @@ -26299,13 +26299,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1896" + "1899" ], "coveredBy": [ - "1894", - "1895", - "1896", - "1897" + "1897", + "1898", + "1899", + "1900" ], "location": { "end": { @@ -26333,14 +26333,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1738" + "1741" ], "coveredBy": [ - "1738", - "1739", - "1740", "1741", - "1742" + "1742", + "1743", + "1744", + "1745" ], "location": { "end": { @@ -26362,14 +26362,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1738" + "1741" ], "coveredBy": [ - "1738", - "1739", - "1740", "1741", - "1742" + "1742", + "1743", + "1744", + "1745" ], "location": { "end": { @@ -26391,14 +26391,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1742" + "1745" ], "coveredBy": [ - "1738", - "1739", - "1740", "1741", - "1742" + "1742", + "1743", + "1744", + "1745" ], "location": { "end": { @@ -26420,14 +26420,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1738" + "1741" ], "coveredBy": [ - "1738", - "1739", - "1740", "1741", - "1742" + "1742", + "1743", + "1744", + "1745" ], "location": { "end": { @@ -26449,14 +26449,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1738" + "1741" ], "coveredBy": [ - "1738", - "1739", - "1740", "1741", - "1742" + "1742", + "1743", + "1744", + "1745" ], "location": { "end": { @@ -26478,14 +26478,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1738" + "1741" ], "coveredBy": [ - "1738", - "1739", - "1740", "1741", - "1742" + "1742", + "1743", + "1744", + "1745" ], "location": { "end": { @@ -26507,14 +26507,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1738" + "1741" ], "coveredBy": [ - "1738", - "1739", - "1740", "1741", - "1742" + "1742", + "1743", + "1744", + "1745" ], "location": { "end": { @@ -26536,10 +26536,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1742" + "1745" ], "coveredBy": [ - "1742" + "1745" ], "location": { "end": { @@ -26561,10 +26561,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1742" + "1745" ], "coveredBy": [ - "1742" + "1745" ], "location": { "end": { @@ -26586,14 +26586,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1740" + "1743" ], "coveredBy": [ - "1738", - "1739", - "1740", "1741", - "1742" + "1742", + "1743", + "1744", + "1745" ], "location": { "end": { @@ -26621,15 +26621,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "1452", - "1453", - "1454", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -26651,15 +26651,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "1452", - "1453", - "1454", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -26681,15 +26681,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "1452", - "1453", - "1454", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -26711,15 +26711,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "1452", - "1453", - "1454", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -26741,15 +26741,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1455" + "1458" ], "coveredBy": [ - "1452", - "1453", - "1454", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -26771,15 +26771,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "1452", - "1453", - "1454", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -26801,10 +26801,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1455" + "1458" ], "coveredBy": [ - "1455" + "1458" ], "location": { "end": { @@ -26826,10 +26826,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1455" + "1458" ], "coveredBy": [ - "1455" + "1458" ], "location": { "end": { @@ -26851,15 +26851,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "1452", - "1453", - "1454", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -26881,15 +26881,15 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1457" + "1460" ], "coveredBy": [ - "1452", - "1453", - "1454", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -26911,15 +26911,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "1452", - "1453", - "1454", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -26941,15 +26941,15 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1457" + "1460" ], "coveredBy": [ - "1452", - "1453", - "1454", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -26971,10 +26971,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1457" + "1460" ], "coveredBy": [ - "1457" + "1460" ], "location": { "end": { @@ -26996,10 +26996,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1457" + "1460" ], "coveredBy": [ - "1457" + "1460" ], "location": { "end": { @@ -27021,10 +27021,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1457" + "1460" ], "coveredBy": [ - "1457" + "1460" ], "location": { "end": { @@ -27046,15 +27046,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "1452", - "1453", - "1454", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -27076,15 +27076,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "1452", - "1453", - "1454", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -27106,15 +27106,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "1452", - "1453", - "1454", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -27136,15 +27136,15 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1454" + "1457" ], "coveredBy": [ - "1452", - "1453", - "1454", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -27172,13 +27172,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1867" + "1870" ], "coveredBy": [ - "1867", - "1868", - "1869", - "1870" + "1870", + "1871", + "1872", + "1873" ], "location": { "end": { @@ -27200,13 +27200,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1867" + "1870" ], "coveredBy": [ - "1867", - "1868", - "1869", - "1870" + "1870", + "1871", + "1872", + "1873" ], "location": { "end": { @@ -27228,13 +27228,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1867" + "1870" ], "coveredBy": [ - "1867", - "1868", - "1869", - "1870" + "1870", + "1871", + "1872", + "1873" ], "location": { "end": { @@ -27256,13 +27256,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1867" + "1870" ], "coveredBy": [ - "1867", - "1868", - "1869", - "1870" + "1870", + "1871", + "1872", + "1873" ], "location": { "end": { @@ -27284,13 +27284,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1869" + "1872" ], "coveredBy": [ - "1867", - "1868", - "1869", - "1870" + "1870", + "1871", + "1872", + "1873" ], "location": { "end": { @@ -27318,22 +27318,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "725" + "744" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -27355,22 +27355,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "725" + "744" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -27392,22 +27392,22 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "727" + "746" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -27429,22 +27429,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "725" + "744" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -27466,11 +27466,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "727" + "746" ], "coveredBy": [ - "727", - "735" + "746", + "754" ], "location": { "end": { @@ -27492,11 +27492,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "727" + "746" ], "coveredBy": [ - "727", - "735" + "746", + "754" ], "location": { "end": { @@ -27518,22 +27518,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "725" + "744" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -27555,22 +27555,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "725" + "744" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -27592,22 +27592,22 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "727" + "746" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -27629,10 +27629,10 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "727" + "746" ], "coveredBy": [ - "727" + "746" ], "location": { "end": { @@ -27654,11 +27654,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "728" + "747" ], "coveredBy": [ - "728", - "729" + "747", + "748" ], "location": { "end": { @@ -27680,11 +27680,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "728" + "747" ], "coveredBy": [ - "728", - "729" + "747", + "748" ], "location": { "end": { @@ -27706,11 +27706,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "729" + "748" ], "coveredBy": [ - "728", - "729" + "747", + "748" ], "location": { "end": { @@ -27732,11 +27732,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "728" + "747" ], "coveredBy": [ - "728", - "729" + "747", + "748" ], "location": { "end": { @@ -27758,11 +27758,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "728" + "747" ], "coveredBy": [ - "728", - "729" + "747", + "748" ], "location": { "end": { @@ -27784,10 +27784,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "729" + "748" ], "coveredBy": [ - "729" + "748" ], "location": { "end": { @@ -27809,11 +27809,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "729" + "748" ], "coveredBy": [ - "728", - "729" + "747", + "748" ], "location": { "end": { @@ -27835,10 +27835,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "729" + "748" ], "coveredBy": [ - "729" + "748" ], "location": { "end": { @@ -27860,10 +27860,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "729" + "748" ], "coveredBy": [ - "729" + "748" ], "location": { "end": { @@ -27885,10 +27885,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "729" + "748" ], "coveredBy": [ - "729" + "748" ], "location": { "end": { @@ -27910,10 +27910,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "729" + "748" ], "coveredBy": [ - "729" + "748" ], "location": { "end": { @@ -27935,10 +27935,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "729" + "748" ], "coveredBy": [ - "729" + "748" ], "location": { "end": { @@ -27960,10 +27960,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "729" + "748" ], "coveredBy": [ - "729" + "748" ], "location": { "end": { @@ -27985,10 +27985,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "728" + "747" ], "coveredBy": [ - "728" + "747" ], "location": { "end": { @@ -28010,10 +28010,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "728" + "747" ], "coveredBy": [ - "728" + "747" ], "location": { "end": { @@ -28035,14 +28035,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "731" + "750" ], "coveredBy": [ - "731", - "732", - "733", - "736", - "737" + "750", + "751", + "752", + "755", + "756" ], "location": { "end": { @@ -28064,14 +28064,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "733" + "752" ], "coveredBy": [ - "731", - "732", - "733", - "736", - "737" + "750", + "751", + "752", + "755", + "756" ], "location": { "end": { @@ -28093,14 +28093,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "731" + "750" ], "coveredBy": [ - "731", - "732", - "733", - "736", - "737" + "750", + "751", + "752", + "755", + "756" ], "location": { "end": { @@ -28122,14 +28122,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "733" + "752" ], "coveredBy": [ - "731", - "732", - "733", - "736", - "737" + "750", + "751", + "752", + "755", + "756" ], "location": { "end": { @@ -28151,14 +28151,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "733" + "752" ], "coveredBy": [ - "731", - "732", - "733", - "736", - "737" + "750", + "751", + "752", + "755", + "756" ], "location": { "end": { @@ -28180,14 +28180,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "733" + "752" ], "coveredBy": [ - "731", - "732", - "733", - "736", - "737" + "750", + "751", + "752", + "755", + "756" ], "location": { "end": { @@ -28209,14 +28209,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "733" + "752" ], "coveredBy": [ - "731", - "732", - "733", - "736", - "737" + "750", + "751", + "752", + "755", + "756" ], "location": { "end": { @@ -28238,14 +28238,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "731" + "750" ], "coveredBy": [ - "731", - "732", - "733", - "736", - "737" + "750", + "751", + "752", + "755", + "756" ], "location": { "end": { @@ -28267,14 +28267,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "731" + "750" ], "coveredBy": [ - "731", - "732", - "733", - "736", - "737" + "750", + "751", + "752", + "755", + "756" ], "location": { "end": { @@ -28296,14 +28296,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "731" + "750" ], "coveredBy": [ - "731", - "732", - "733", - "736", - "737" + "750", + "751", + "752", + "755", + "756" ], "location": { "end": { @@ -28325,14 +28325,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "732" + "751" ], "coveredBy": [ - "731", - "732", - "733", - "736", - "737" + "750", + "751", + "752", + "755", + "756" ], "location": { "end": { @@ -28354,14 +28354,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "732" + "751" ], "coveredBy": [ - "731", - "732", - "733", - "736", - "737" + "750", + "751", + "752", + "755", + "756" ], "location": { "end": { @@ -28383,22 +28383,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "725" + "744" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -28420,22 +28420,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "725" + "744" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -28457,22 +28457,22 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "731" + "750" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -28494,22 +28494,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "725" + "744" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -28531,22 +28531,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "725" + "744" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -28568,22 +28568,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "725" + "744" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -28605,22 +28605,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "725" + "744" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -28642,10 +28642,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "734" + "753" ], "coveredBy": [ - "734" + "753" ], "location": { "end": { @@ -28667,10 +28667,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "734" + "753" ], "coveredBy": [ - "734" + "753" ], "location": { "end": { @@ -28692,10 +28692,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "734" + "753" ], "coveredBy": [ - "734" + "753" ], "location": { "end": { @@ -28717,22 +28717,22 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "735" + "754" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -28754,22 +28754,22 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "735" + "754" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -28791,22 +28791,22 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "735" + "754" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -28828,22 +28828,22 @@ "testsCompleted": 14, "static": false, "killedBy": [ - "736" + "755" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -28865,22 +28865,22 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "735" + "754" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -28902,22 +28902,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "725" + "744" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -28939,22 +28939,22 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "735" + "754" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -28976,11 +28976,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "736" + "755" ], "coveredBy": [ - "736", - "737" + "755", + "756" ], "location": { "end": { @@ -29002,22 +29002,22 @@ "testsCompleted": 14, "static": false, "killedBy": [ - "736" + "755" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -29039,10 +29039,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "736" + "755" ], "coveredBy": [ - "736" + "755" ], "location": { "end": { @@ -29064,10 +29064,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "736" + "755" ], "coveredBy": [ - "736" + "755" ], "location": { "end": { @@ -29089,22 +29089,22 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "735" + "754" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -29126,22 +29126,22 @@ "testsCompleted": 15, "static": false, "killedBy": [ - "737" + "756" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -29163,22 +29163,22 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "735" + "754" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -29200,22 +29200,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "725" + "744" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -29237,22 +29237,22 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "735" + "754" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -29274,10 +29274,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "737" + "756" ], "coveredBy": [ - "737" + "756" ], "location": { "end": { @@ -29299,22 +29299,22 @@ "testsCompleted": 15, "static": false, "killedBy": [ - "737" + "756" ], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -29336,10 +29336,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "737" + "756" ], "coveredBy": [ - "737" + "756" ], "location": { "end": { @@ -29361,10 +29361,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "737" + "756" ], "coveredBy": [ - "737" + "756" ], "location": { "end": { @@ -29392,15 +29392,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29422,15 +29422,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29452,15 +29452,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29482,15 +29482,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1327" + "1330" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29512,10 +29512,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1327" + "1330" ], "coveredBy": [ - "1327" + "1330" ], "location": { "end": { @@ -29537,15 +29537,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29567,15 +29567,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29597,15 +29597,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29627,15 +29627,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29657,15 +29657,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29687,15 +29687,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29717,15 +29717,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29747,15 +29747,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29777,15 +29777,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29807,15 +29807,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29837,10 +29837,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1328" + "1331" ], "coveredBy": [ - "1328" + "1331" ], "location": { "end": { @@ -29862,15 +29862,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29892,15 +29892,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29922,15 +29922,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29952,15 +29952,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -29982,15 +29982,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -30012,15 +30012,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1323" + "1326" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -30042,15 +30042,15 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1325" + "1328" ], "coveredBy": [ - "1323", - "1324", - "1325", "1326", "1327", - "1328" + "1328", + "1329", + "1330", + "1331" ], "location": { "end": { @@ -30078,14 +30078,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1692" + "1695" ], "coveredBy": [ - "1692", - "1693", - "1694", "1695", - "1696" + "1696", + "1697", + "1698", + "1699" ], "location": { "end": { @@ -30107,14 +30107,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1696" + "1699" ], "coveredBy": [ - "1692", - "1693", - "1694", "1695", - "1696" + "1696", + "1697", + "1698", + "1699" ], "location": { "end": { @@ -30136,14 +30136,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1692" + "1695" ], "coveredBy": [ - "1692", - "1693", - "1694", "1695", - "1696" + "1696", + "1697", + "1698", + "1699" ], "location": { "end": { @@ -30165,14 +30165,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1692" + "1695" ], "coveredBy": [ - "1692", - "1693", - "1694", "1695", - "1696" + "1696", + "1697", + "1698", + "1699" ], "location": { "end": { @@ -30194,14 +30194,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1692" + "1695" ], "coveredBy": [ - "1692", - "1693", - "1694", "1695", - "1696" + "1696", + "1697", + "1698", + "1699" ], "location": { "end": { @@ -30223,14 +30223,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1696" + "1699" ], "coveredBy": [ - "1692", - "1693", - "1694", "1695", - "1696" + "1696", + "1697", + "1698", + "1699" ], "location": { "end": { @@ -30252,14 +30252,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1692" + "1695" ], "coveredBy": [ - "1692", - "1693", - "1694", "1695", - "1696" + "1696", + "1697", + "1698", + "1699" ], "location": { "end": { @@ -30281,14 +30281,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1692" + "1695" ], "coveredBy": [ - "1692", - "1693", - "1694", "1695", - "1696" + "1696", + "1697", + "1698", + "1699" ], "location": { "end": { @@ -30310,14 +30310,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1692" + "1695" ], "coveredBy": [ - "1692", - "1693", - "1694", "1695", - "1696" + "1696", + "1697", + "1698", + "1699" ], "location": { "end": { @@ -30339,14 +30339,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1692" + "1695" ], "coveredBy": [ - "1692", - "1693", - "1694", "1695", - "1696" + "1696", + "1697", + "1698", + "1699" ], "location": { "end": { @@ -30368,10 +30368,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1696" + "1699" ], "coveredBy": [ - "1696" + "1699" ], "location": { "end": { @@ -30393,10 +30393,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1696" + "1699" ], "coveredBy": [ - "1696" + "1699" ], "location": { "end": { @@ -30418,14 +30418,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1694" + "1697" ], "coveredBy": [ - "1692", - "1693", - "1694", "1695", - "1696" + "1696", + "1697", + "1698", + "1699" ], "location": { "end": { @@ -30559,14 +30559,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1703" + "1706" ], "coveredBy": [ - "1703", - "1704", - "1705", "1706", - "1707" + "1707", + "1708", + "1709", + "1710" ], "location": { "end": { @@ -30588,14 +30588,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1707" + "1710" ], "coveredBy": [ - "1703", - "1704", - "1705", "1706", - "1707" + "1707", + "1708", + "1709", + "1710" ], "location": { "end": { @@ -30617,14 +30617,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1703" + "1706" ], "coveredBy": [ - "1703", - "1704", - "1705", "1706", - "1707" + "1707", + "1708", + "1709", + "1710" ], "location": { "end": { @@ -30646,14 +30646,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1703" + "1706" ], "coveredBy": [ - "1703", - "1704", - "1705", "1706", - "1707" + "1707", + "1708", + "1709", + "1710" ], "location": { "end": { @@ -30675,14 +30675,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1703" + "1706" ], "coveredBy": [ - "1703", - "1704", - "1705", "1706", - "1707" + "1707", + "1708", + "1709", + "1710" ], "location": { "end": { @@ -30704,14 +30704,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1707" + "1710" ], "coveredBy": [ - "1703", - "1704", - "1705", "1706", - "1707" + "1707", + "1708", + "1709", + "1710" ], "location": { "end": { @@ -30733,14 +30733,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1703" + "1706" ], "coveredBy": [ - "1703", - "1704", - "1705", "1706", - "1707" + "1707", + "1708", + "1709", + "1710" ], "location": { "end": { @@ -30762,14 +30762,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1703" + "1706" ], "coveredBy": [ - "1703", - "1704", - "1705", "1706", - "1707" + "1707", + "1708", + "1709", + "1710" ], "location": { "end": { @@ -30791,14 +30791,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1703" + "1706" ], "coveredBy": [ - "1703", - "1704", - "1705", "1706", - "1707" + "1707", + "1708", + "1709", + "1710" ], "location": { "end": { @@ -30820,14 +30820,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1703" + "1706" ], "coveredBy": [ - "1703", - "1704", - "1705", "1706", - "1707" + "1707", + "1708", + "1709", + "1710" ], "location": { "end": { @@ -30849,10 +30849,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1707" + "1710" ], "coveredBy": [ - "1707" + "1710" ], "location": { "end": { @@ -30874,10 +30874,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1707" + "1710" ], "coveredBy": [ - "1707" + "1710" ], "location": { "end": { @@ -30899,14 +30899,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1705" + "1708" ], "coveredBy": [ - "1703", - "1704", - "1705", "1706", - "1707" + "1707", + "1708", + "1709", + "1710" ], "location": { "end": { @@ -30928,14 +30928,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1705" + "1708" ], "coveredBy": [ - "1703", - "1704", - "1705", "1706", - "1707" + "1707", + "1708", + "1709", + "1710" ], "location": { "end": { @@ -30963,16 +30963,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1276" + "1279" ], "coveredBy": [ - "1276", - "1277", - "1278", "1279", "1280", "1281", - "1282" + "1282", + "1283", + "1284", + "1285" ], "location": { "end": { @@ -30994,16 +30994,16 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1281" + "1284" ], "coveredBy": [ - "1276", - "1277", - "1278", "1279", "1280", "1281", - "1282" + "1282", + "1283", + "1284", + "1285" ], "location": { "end": { @@ -31025,16 +31025,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1276" + "1279" ], "coveredBy": [ - "1276", - "1277", - "1278", "1279", "1280", "1281", - "1282" + "1282", + "1283", + "1284", + "1285" ], "location": { "end": { @@ -31056,16 +31056,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1276" + "1279" ], "coveredBy": [ - "1276", - "1277", - "1278", "1279", "1280", "1281", - "1282" + "1282", + "1283", + "1284", + "1285" ], "location": { "end": { @@ -31087,16 +31087,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1280" + "1283" ], "coveredBy": [ - "1276", - "1277", - "1278", "1279", "1280", "1281", - "1282" + "1282", + "1283", + "1284", + "1285" ], "location": { "end": { @@ -31118,16 +31118,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1276" + "1279" ], "coveredBy": [ - "1276", - "1277", - "1278", "1279", "1280", "1281", - "1282" + "1282", + "1283", + "1284", + "1285" ], "location": { "end": { @@ -31149,16 +31149,16 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1281" + "1284" ], "coveredBy": [ - "1276", - "1277", - "1278", "1279", "1280", "1281", - "1282" + "1282", + "1283", + "1284", + "1285" ], "location": { "end": { @@ -31180,16 +31180,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1276" + "1279" ], "coveredBy": [ - "1276", - "1277", - "1278", "1279", "1280", "1281", - "1282" + "1282", + "1283", + "1284", + "1285" ], "location": { "end": { @@ -31211,16 +31211,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1276" + "1279" ], "coveredBy": [ - "1276", - "1277", - "1278", "1279", "1280", "1281", - "1282" + "1282", + "1283", + "1284", + "1285" ], "location": { "end": { @@ -31242,16 +31242,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1276" + "1279" ], "coveredBy": [ - "1276", - "1277", - "1278", "1279", "1280", "1281", - "1282" + "1282", + "1283", + "1284", + "1285" ], "location": { "end": { @@ -31273,16 +31273,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1276" + "1279" ], "coveredBy": [ - "1276", - "1277", - "1278", "1279", "1280", "1281", - "1282" + "1282", + "1283", + "1284", + "1285" ], "location": { "end": { @@ -31304,16 +31304,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1276" + "1279" ], "coveredBy": [ - "1276", - "1277", - "1278", "1279", "1280", "1281", - "1282" + "1282", + "1283", + "1284", + "1285" ], "location": { "end": { @@ -31335,16 +31335,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1280" + "1283" ], "coveredBy": [ - "1276", - "1277", - "1278", "1279", "1280", "1281", - "1282" + "1282", + "1283", + "1284", + "1285" ], "location": { "end": { @@ -31366,11 +31366,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1281" + "1284" ], "coveredBy": [ - "1281", - "1282" + "1284", + "1285" ], "location": { "end": { @@ -31392,11 +31392,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1281" + "1284" ], "coveredBy": [ - "1281", - "1282" + "1284", + "1285" ], "location": { "end": { @@ -31418,11 +31418,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1282" + "1285" ], "coveredBy": [ - "1281", - "1282" + "1284", + "1285" ], "location": { "end": { @@ -31444,16 +31444,16 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1278" + "1281" ], "coveredBy": [ - "1276", - "1277", - "1278", "1279", "1280", "1281", - "1282" + "1282", + "1283", + "1284", + "1285" ], "location": { "end": { @@ -31481,13 +31481,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1884" + "1887" ], "coveredBy": [ - "1884", - "1885", - "1886", - "1887" + "1887", + "1888", + "1889", + "1890" ], "location": { "end": { @@ -31509,13 +31509,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1884" + "1887" ], "coveredBy": [ - "1884", - "1885", - "1886", - "1887" + "1887", + "1888", + "1889", + "1890" ], "location": { "end": { @@ -31537,13 +31537,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1884" + "1887" ], "coveredBy": [ - "1884", - "1885", - "1886", - "1887" + "1887", + "1888", + "1889", + "1890" ], "location": { "end": { @@ -31565,13 +31565,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1886" + "1889" ], "coveredBy": [ - "1884", - "1885", - "1886", - "1887" + "1887", + "1888", + "1889", + "1890" ], "location": { "end": { @@ -31599,13 +31599,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1880" + "1883" ], "coveredBy": [ - "1880", - "1881", - "1882", - "1883" + "1883", + "1884", + "1885", + "1886" ], "location": { "end": { @@ -31627,13 +31627,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1880" + "1883" ], "coveredBy": [ - "1880", - "1881", - "1882", - "1883" + "1883", + "1884", + "1885", + "1886" ], "location": { "end": { @@ -31655,13 +31655,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1880" + "1883" ], "coveredBy": [ - "1880", - "1881", - "1882", - "1883" + "1883", + "1884", + "1885", + "1886" ], "location": { "end": { @@ -31683,13 +31683,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1880" + "1883" ], "coveredBy": [ - "1880", - "1881", - "1882", - "1883" + "1883", + "1884", + "1885", + "1886" ], "location": { "end": { @@ -31711,13 +31711,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1882" + "1885" ], "coveredBy": [ - "1880", - "1881", - "1882", - "1883" + "1883", + "1884", + "1885", + "1886" ], "location": { "end": { @@ -31745,14 +31745,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1726" + "1729" ], "coveredBy": [ - "1726", - "1727", - "1728", "1729", - "1730" + "1730", + "1731", + "1732", + "1733" ], "location": { "end": { @@ -31774,14 +31774,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1730" + "1733" ], "coveredBy": [ - "1726", - "1727", - "1728", "1729", - "1730" + "1730", + "1731", + "1732", + "1733" ], "location": { "end": { @@ -31803,14 +31803,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1726" + "1729" ], "coveredBy": [ - "1726", - "1727", - "1728", "1729", - "1730" + "1730", + "1731", + "1732", + "1733" ], "location": { "end": { @@ -31832,14 +31832,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1726" + "1729" ], "coveredBy": [ - "1726", - "1727", - "1728", "1729", - "1730" + "1730", + "1731", + "1732", + "1733" ], "location": { "end": { @@ -31861,14 +31861,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1726" + "1729" ], "coveredBy": [ - "1726", - "1727", - "1728", "1729", - "1730" + "1730", + "1731", + "1732", + "1733" ], "location": { "end": { @@ -31890,14 +31890,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1726" + "1729" ], "coveredBy": [ - "1726", - "1727", - "1728", "1729", - "1730" + "1730", + "1731", + "1732", + "1733" ], "location": { "end": { @@ -31919,14 +31919,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1726" + "1729" ], "coveredBy": [ - "1726", - "1727", - "1728", "1729", - "1730" + "1730", + "1731", + "1732", + "1733" ], "location": { "end": { @@ -31948,14 +31948,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1726" + "1729" ], "coveredBy": [ - "1726", - "1727", - "1728", "1729", - "1730" + "1730", + "1731", + "1732", + "1733" ], "location": { "end": { @@ -31977,14 +31977,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1730" + "1733" ], "coveredBy": [ - "1726", - "1727", - "1728", "1729", - "1730" + "1730", + "1731", + "1732", + "1733" ], "location": { "end": { @@ -32006,14 +32006,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1728" + "1731" ], "coveredBy": [ - "1726", - "1727", - "1728", "1729", - "1730" + "1730", + "1731", + "1732", + "1733" ], "location": { "end": { @@ -32041,14 +32041,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1721" + "1724" ], "coveredBy": [ - "1717", - "1718", - "1719", "1720", - "1721" + "1721", + "1722", + "1723", + "1724" ], "location": { "end": { @@ -32070,14 +32070,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1717" + "1720" ], "coveredBy": [ - "1717", - "1718", - "1719", "1720", - "1721" + "1721", + "1722", + "1723", + "1724" ], "location": { "end": { @@ -32099,14 +32099,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1717" + "1720" ], "coveredBy": [ - "1717", - "1718", - "1719", "1720", - "1721" + "1721", + "1722", + "1723", + "1724" ], "location": { "end": { @@ -32128,14 +32128,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1721" + "1724" ], "coveredBy": [ - "1717", - "1718", - "1719", "1720", - "1721" + "1721", + "1722", + "1723", + "1724" ], "location": { "end": { @@ -32157,10 +32157,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1721" + "1724" ], "coveredBy": [ - "1721" + "1724" ], "location": { "end": { @@ -32182,10 +32182,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1721" + "1724" ], "coveredBy": [ - "1721" + "1724" ], "location": { "end": { @@ -32207,10 +32207,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1721" + "1724" ], "coveredBy": [ - "1721" + "1724" ], "location": { "end": { @@ -32232,14 +32232,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1717" + "1720" ], "coveredBy": [ - "1717", - "1718", - "1719", "1720", - "1721" + "1721", + "1722", + "1723", + "1724" ], "location": { "end": { @@ -32261,14 +32261,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1717" + "1720" ], "coveredBy": [ - "1717", - "1718", - "1719", "1720", - "1721" + "1721", + "1722", + "1723", + "1724" ], "location": { "end": { @@ -32290,14 +32290,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1719" + "1722" ], "coveredBy": [ - "1717", - "1718", - "1719", "1720", - "1721" + "1721", + "1722", + "1723", + "1724" ], "location": { "end": { @@ -32350,16 +32350,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1052" + "1055" ], "coveredBy": [ - "1052", - "1053", - "1054", "1055", "1056", "1057", - "1058" + "1058", + "1059", + "1060", + "1061" ], "location": { "end": { @@ -32381,16 +32381,16 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1058" + "1061" ], "coveredBy": [ - "1052", - "1053", - "1054", "1055", "1056", "1057", - "1058" + "1058", + "1059", + "1060", + "1061" ], "location": { "end": { @@ -32412,16 +32412,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1052" + "1055" ], "coveredBy": [ - "1052", - "1053", - "1054", "1055", "1056", "1057", - "1058" + "1058", + "1059", + "1060", + "1061" ], "location": { "end": { @@ -32443,16 +32443,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1052" + "1055" ], "coveredBy": [ - "1052", - "1053", - "1054", "1055", "1056", "1057", - "1058" + "1058", + "1059", + "1060", + "1061" ], "location": { "end": { @@ -32474,16 +32474,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1052" + "1055" ], "coveredBy": [ - "1052", - "1053", - "1054", "1055", "1056", "1057", - "1058" + "1058", + "1059", + "1060", + "1061" ], "location": { "end": { @@ -32505,16 +32505,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1056" + "1059" ], "coveredBy": [ - "1052", - "1053", - "1054", "1055", "1056", "1057", - "1058" + "1058", + "1059", + "1060", + "1061" ], "location": { "end": { @@ -32536,11 +32536,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1056" + "1059" ], "coveredBy": [ - "1056", - "1058" + "1059", + "1061" ], "location": { "end": { @@ -32562,11 +32562,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1056" + "1059" ], "coveredBy": [ - "1056", - "1058" + "1059", + "1061" ], "location": { "end": { @@ -32588,11 +32588,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1056" + "1059" ], "coveredBy": [ - "1056", - "1058" + "1059", + "1061" ], "location": { "end": { @@ -32614,16 +32614,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1052" + "1055" ], "coveredBy": [ - "1052", - "1053", - "1054", "1055", "1056", "1057", - "1058" + "1058", + "1059", + "1060", + "1061" ], "location": { "end": { @@ -32645,16 +32645,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1052" + "1055" ], "coveredBy": [ - "1052", - "1053", - "1054", "1055", "1056", "1057", - "1058" + "1058", + "1059", + "1060", + "1061" ], "location": { "end": { @@ -32676,16 +32676,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1052" + "1055" ], "coveredBy": [ - "1052", - "1053", - "1054", "1055", "1056", "1057", - "1058" + "1058", + "1059", + "1060", + "1061" ], "location": { "end": { @@ -32707,16 +32707,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1052" + "1055" ], "coveredBy": [ - "1052", - "1053", - "1054", "1055", "1056", "1057", - "1058" + "1058", + "1059", + "1060", + "1061" ], "location": { "end": { @@ -32738,16 +32738,16 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1054" + "1057" ], "coveredBy": [ - "1052", - "1053", - "1054", "1055", "1056", "1057", - "1058" + "1058", + "1059", + "1060", + "1061" ], "location": { "end": { @@ -32775,15 +32775,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1221" + "1224" ], "coveredBy": [ - "1218", - "1219", - "1220", "1221", "1222", - "1223" + "1223", + "1224", + "1225", + "1226" ], "location": { "end": { @@ -32805,15 +32805,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1218" + "1221" ], "coveredBy": [ - "1218", - "1219", - "1220", "1221", "1222", - "1223" + "1223", + "1224", + "1225", + "1226" ], "location": { "end": { @@ -32835,15 +32835,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1218" + "1221" ], "coveredBy": [ - "1218", - "1219", - "1220", "1221", "1222", - "1223" + "1223", + "1224", + "1225", + "1226" ], "location": { "end": { @@ -32865,15 +32865,15 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1223" + "1226" ], "coveredBy": [ - "1218", - "1219", - "1220", "1221", "1222", - "1223" + "1223", + "1224", + "1225", + "1226" ], "location": { "end": { @@ -32895,11 +32895,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1223" + "1226" ], "coveredBy": [ - "1221", - "1223" + "1224", + "1226" ], "location": { "end": { @@ -32921,11 +32921,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1223" + "1226" ], "coveredBy": [ - "1221", - "1223" + "1224", + "1226" ], "location": { "end": { @@ -32947,11 +32947,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1223" + "1226" ], "coveredBy": [ - "1221", - "1223" + "1224", + "1226" ], "location": { "end": { @@ -32973,15 +32973,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1218" + "1221" ], "coveredBy": [ - "1218", - "1219", - "1220", "1221", "1222", - "1223" + "1223", + "1224", + "1225", + "1226" ], "location": { "end": { @@ -33003,15 +33003,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1218" + "1221" ], "coveredBy": [ - "1218", - "1219", - "1220", "1221", "1222", - "1223" + "1223", + "1224", + "1225", + "1226" ], "location": { "end": { @@ -33033,15 +33033,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1221" + "1224" ], "coveredBy": [ - "1218", - "1219", - "1220", "1221", "1222", - "1223" + "1223", + "1224", + "1225", + "1226" ], "location": { "end": { @@ -33063,15 +33063,15 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1220" + "1223" ], "coveredBy": [ - "1218", - "1219", - "1220", "1221", "1222", - "1223" + "1223", + "1224", + "1225", + "1226" ], "location": { "end": { @@ -33093,15 +33093,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1221" + "1224" ], "coveredBy": [ - "1218", - "1219", - "1220", "1221", "1222", - "1223" + "1223", + "1224", + "1225", + "1226" ], "location": { "end": { @@ -33123,10 +33123,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1221" + "1224" ], "coveredBy": [ - "1221" + "1224" ], "location": { "end": { @@ -33148,10 +33148,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1221" + "1224" ], "coveredBy": [ - "1221" + "1224" ], "location": { "end": { @@ -33173,10 +33173,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1221" + "1224" ], "coveredBy": [ - "1221" + "1224" ], "location": { "end": { @@ -33872,8 +33872,9 @@ "278" ], "coveredBy": [ - "275", - "278" + "276", + "278", + "283" ], "location": { "end": { @@ -33898,8 +33899,9 @@ "278" ], "coveredBy": [ - "275", - "278" + "276", + "278", + "283" ], "location": { "end": { @@ -33924,8 +33926,9 @@ "278" ], "coveredBy": [ - "275", - "278" + "276", + "278", + "283" ], "location": { "end": { @@ -33950,8 +33953,9 @@ "278" ], "coveredBy": [ - "275", - "278" + "276", + "278", + "283" ], "location": { "end": { @@ -33976,9 +33980,8 @@ "279" ], "coveredBy": [ - "276", + "275", "279", - "283", "284" ], "location": { @@ -34004,9 +34007,8 @@ "279" ], "coveredBy": [ - "276", + "275", "279", - "283", "284" ], "location": { @@ -34032,9 +34034,8 @@ "279" ], "coveredBy": [ - "276", + "275", "279", - "283", "284" ], "location": { @@ -37115,13 +37116,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1674" + "1677" ], "coveredBy": [ - "1674", - "1675", - "1676", - "1677" + "1677", + "1678", + "1679", + "1680" ], "location": { "end": { @@ -37143,13 +37144,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1674" + "1677" ], "coveredBy": [ - "1674", - "1675", - "1676", - "1677" + "1677", + "1678", + "1679", + "1680" ], "location": { "end": { @@ -37171,13 +37172,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1675" + "1678" ], "coveredBy": [ - "1674", - "1675", - "1676", - "1677" + "1677", + "1678", + "1679", + "1680" ], "location": { "end": { @@ -37199,10 +37200,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1675" + "1678" ], "coveredBy": [ - "1675" + "1678" ], "location": { "end": { @@ -39442,14 +39443,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1436" + "1439" ], "coveredBy": [ - "1436", - "1437", - "1438", "1439", - "1440" + "1440", + "1441", + "1442", + "1443" ], "location": { "end": { @@ -39471,14 +39472,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1437" + "1440" ], "coveredBy": [ - "1436", - "1437", - "1438", "1439", - "1440" + "1440", + "1441", + "1442", + "1443" ], "location": { "end": { @@ -39506,15 +39507,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1059" + "1062" ], "coveredBy": [ - "1059", - "1060", - "1061", "1062", "1063", - "1064" + "1064", + "1065", + "1066", + "1067" ], "location": { "end": { @@ -39536,15 +39537,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1059" + "1062" ], "coveredBy": [ - "1059", - "1060", - "1061", "1062", "1063", - "1064" + "1064", + "1065", + "1066", + "1067" ], "location": { "end": { @@ -39566,15 +39567,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1059" + "1062" ], "coveredBy": [ - "1059", - "1060", - "1061", "1062", "1063", - "1064" + "1064", + "1065", + "1066", + "1067" ], "location": { "end": { @@ -39596,15 +39597,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1059" + "1062" ], "coveredBy": [ - "1059", - "1060", - "1061", "1062", "1063", - "1064" + "1064", + "1065", + "1066", + "1067" ], "location": { "end": { @@ -39632,14 +39633,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1272" + "1275" ], "coveredBy": [ - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -39661,11 +39662,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1274" + "1277" ], "coveredBy": [ - "1274", - "1275" + "1277", + "1278" ], "location": { "end": { @@ -39687,11 +39688,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1275" + "1278" ], "coveredBy": [ - "1274", - "1275" + "1277", + "1278" ], "location": { "end": { @@ -39713,11 +39714,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1274" + "1277" ], "coveredBy": [ - "1274", - "1275" + "1277", + "1278" ], "location": { "end": { @@ -39739,11 +39740,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1274" + "1277" ], "coveredBy": [ - "1274", - "1275" + "1277", + "1278" ], "location": { "end": { @@ -39765,10 +39766,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1274" + "1277" ], "coveredBy": [ - "1274" + "1277" ], "location": { "end": { @@ -39811,10 +39812,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -39836,7 +39837,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1272" + "1275" ], "coveredBy": [ "627", @@ -39851,10 +39852,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -39891,10 +39892,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -39916,7 +39917,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1272" + "1275" ], "coveredBy": [ "627", @@ -39931,10 +39932,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -39956,7 +39957,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1272" + "1275" ], "coveredBy": [ "627", @@ -39971,10 +39972,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -39996,7 +39997,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1272" + "1275" ], "coveredBy": [ "627", @@ -40011,10 +40012,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40051,10 +40052,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40076,7 +40077,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1272" + "1275" ], "coveredBy": [ "627", @@ -40091,10 +40092,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40131,10 +40132,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40199,10 +40200,10 @@ "631", "634", "636", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40239,10 +40240,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40279,10 +40280,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40319,10 +40320,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40359,10 +40360,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40399,10 +40400,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40439,10 +40440,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40479,10 +40480,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40519,10 +40520,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40551,7 +40552,7 @@ "631", "635", "636", - "1275" + "1278" ], "location": { "end": { @@ -40580,7 +40581,7 @@ "631", "635", "636", - "1275" + "1278" ], "location": { "end": { @@ -40617,10 +40618,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40657,10 +40658,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40697,10 +40698,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40737,10 +40738,10 @@ "636", "637", "638", - "1272", - "1273", - "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -40769,7 +40770,7 @@ "631", "635", "636", - "1275" + "1278" ], "location": { "end": { @@ -40798,7 +40799,7 @@ "631", "635", "636", - "1275" + "1278" ], "location": { "end": { @@ -40876,10 +40877,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1347" + "1350" ], "coveredBy": [ - "1347" + "1350" ], "location": { "end": { @@ -40901,10 +40902,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1347" + "1350" ], "coveredBy": [ - "1347" + "1350" ], "location": { "end": { @@ -40926,10 +40927,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1351" + "1354" ], "coveredBy": [ - "1351" + "1354" ], "location": { "end": { @@ -40951,10 +40952,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1351" + "1354" ], "coveredBy": [ - "1351" + "1354" ], "location": { "end": { @@ -40982,19 +40983,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "985" + "988" ], "coveredBy": [ - "985", - "986", - "987", "988", "989", "990", "991", "992", "993", - "994" + "994", + "995", + "996", + "997" ], "location": { "end": { @@ -41016,19 +41017,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "985" + "988" ], "coveredBy": [ - "985", - "986", - "987", "988", "989", "990", "991", "992", "993", - "994" + "994", + "995", + "996", + "997" ], "location": { "end": { @@ -41050,19 +41051,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "986" + "989" ], "coveredBy": [ - "985", - "986", - "987", "988", "989", "990", "991", "992", "993", - "994" + "994", + "995", + "996", + "997" ], "location": { "end": { @@ -41084,19 +41085,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "985" + "988" ], "coveredBy": [ - "985", - "986", - "987", "988", "989", "990", "991", "992", "993", - "994" + "994", + "995", + "996", + "997" ], "location": { "end": { @@ -41118,19 +41119,19 @@ "testsCompleted": 10, "static": false, "killedBy": [ - "994" + "997" ], "coveredBy": [ - "985", - "986", - "987", "988", "989", "990", "991", "992", "993", - "994" + "994", + "995", + "996", + "997" ], "location": { "end": { @@ -41152,19 +41153,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "986" + "989" ], "coveredBy": [ - "985", - "986", - "987", "988", "989", "990", "991", "992", "993", - "994" + "994", + "995", + "996", + "997" ], "location": { "end": { @@ -41186,11 +41187,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "986" + "989" ], "coveredBy": [ - "986", - "987" + "989", + "990" ], "location": { "end": { @@ -41212,19 +41213,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "985" + "988" ], "coveredBy": [ - "985", - "986", - "987", "988", "989", "990", "991", "992", "993", - "994" + "994", + "995", + "996", + "997" ], "location": { "end": { @@ -41246,19 +41247,19 @@ "testsCompleted": 10, "static": false, "killedBy": [ - "994" + "997" ], "coveredBy": [ - "985", - "986", - "987", "988", "989", "990", "991", "992", "993", - "994" + "994", + "995", + "996", + "997" ], "location": { "end": { @@ -46030,16 +46031,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1374" + "1377" ], "coveredBy": [ - "1374", - "1375", - "1376", "1377", "1378", "1379", - "1380" + "1380", + "1381", + "1382", + "1383" ], "location": { "end": { @@ -46061,12 +46062,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1379" + "1382" ], "coveredBy": [ - "1375", - "1379", - "1380" + "1378", + "1382", + "1383" ], "location": { "end": { @@ -46088,16 +46089,16 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1375" + "1378" ], "coveredBy": [ - "1374", - "1375", - "1376", "1377", "1378", "1379", - "1380" + "1380", + "1381", + "1382", + "1383" ], "location": { "end": { @@ -46119,12 +46120,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1375" + "1378" ], "coveredBy": [ - "1375", - "1379", - "1380" + "1378", + "1382", + "1383" ], "location": { "end": { @@ -46146,16 +46147,16 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1376" + "1379" ], "coveredBy": [ - "1374", - "1375", - "1376", "1377", "1378", "1379", - "1380" + "1380", + "1381", + "1382", + "1383" ], "location": { "end": { @@ -46183,16 +46184,16 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1246" + "1249" ], "coveredBy": [ - "1240", - "1241", - "1242", "1243", "1244", "1245", - "1246" + "1246", + "1247", + "1248", + "1249" ], "location": { "end": { @@ -46214,16 +46215,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1244" + "1247" ], "coveredBy": [ - "1240", - "1241", - "1242", "1243", "1244", "1245", - "1246" + "1246", + "1247", + "1248", + "1249" ], "location": { "end": { @@ -46245,16 +46246,16 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1242" + "1245" ], "coveredBy": [ - "1240", - "1241", - "1242", "1243", "1244", "1245", - "1246" + "1246", + "1247", + "1248", + "1249" ], "location": { "end": { @@ -46276,16 +46277,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1240" + "1243" ], "coveredBy": [ - "1240", - "1241", - "1242", "1243", "1244", "1245", - "1246" + "1246", + "1247", + "1248", + "1249" ], "location": { "end": { @@ -46313,14 +46314,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1412" + "1415" ], "coveredBy": [ - "1412", - "1413", - "1414", "1415", - "1416" + "1416", + "1417", + "1418", + "1419" ], "location": { "end": { @@ -46342,14 +46343,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1412" + "1415" ], "coveredBy": [ - "1412", - "1413", - "1414", "1415", - "1416" + "1416", + "1417", + "1418", + "1419" ], "location": { "end": { @@ -46371,14 +46372,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1413" + "1416" ], "coveredBy": [ - "1412", - "1413", - "1414", "1415", - "1416" + "1416", + "1417", + "1418", + "1419" ], "location": { "end": { @@ -46400,14 +46401,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1416" + "1419" ], "coveredBy": [ - "1412", - "1413", - "1414", "1415", - "1416" + "1416", + "1417", + "1418", + "1419" ], "location": { "end": { @@ -46429,14 +46430,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1413" + "1416" ], "coveredBy": [ - "1412", - "1413", - "1414", "1415", - "1416" + "1416", + "1417", + "1418", + "1419" ], "location": { "end": { @@ -46458,14 +46459,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1412" + "1415" ], "coveredBy": [ - "1412", - "1413", - "1414", "1415", - "1416" + "1416", + "1417", + "1418", + "1419" ], "location": { "end": { @@ -46487,14 +46488,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1413" + "1416" ], "coveredBy": [ - "1412", - "1413", - "1414", "1415", - "1416" + "1416", + "1417", + "1418", + "1419" ], "location": { "end": { @@ -46516,14 +46517,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1412" + "1415" ], "coveredBy": [ - "1412", - "1413", - "1414", "1415", - "1416" + "1416", + "1417", + "1418", + "1419" ], "location": { "end": { @@ -46545,14 +46546,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1412" + "1415" ], "coveredBy": [ - "1412", - "1413", - "1414", "1415", - "1416" + "1416", + "1417", + "1418", + "1419" ], "location": { "end": { @@ -46574,13 +46575,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1413" + "1416" ], "coveredBy": [ - "1413", - "1414", - "1415", - "1416" + "1416", + "1417", + "1418", + "1419" ], "location": { "end": { @@ -47159,14 +47160,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1505" + "1508" ], "coveredBy": [ - "1505", - "1506", - "1507", "1508", - "1509" + "1509", + "1510", + "1511", + "1512" ], "location": { "end": { @@ -47188,14 +47189,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1509" + "1512" ], "coveredBy": [ - "1505", - "1506", - "1507", "1508", - "1509" + "1509", + "1510", + "1511", + "1512" ], "location": { "end": { @@ -47217,14 +47218,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1505" + "1508" ], "coveredBy": [ - "1505", - "1506", - "1507", "1508", - "1509" + "1509", + "1510", + "1511", + "1512" ], "location": { "end": { @@ -47246,14 +47247,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1505" + "1508" ], "coveredBy": [ - "1505", - "1506", - "1507", "1508", - "1509" + "1509", + "1510", + "1511", + "1512" ], "location": { "end": { @@ -47275,14 +47276,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1505" + "1508" ], "coveredBy": [ - "1505", - "1506", - "1507", "1508", - "1509" + "1509", + "1510", + "1511", + "1512" ], "location": { "end": { @@ -47304,14 +47305,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1505" + "1508" ], "coveredBy": [ - "1505", - "1506", - "1507", "1508", - "1509" + "1509", + "1510", + "1511", + "1512" ], "location": { "end": { @@ -47333,14 +47334,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1505" + "1508" ], "coveredBy": [ - "1505", - "1506", - "1507", "1508", - "1509" + "1509", + "1510", + "1511", + "1512" ], "location": { "end": { @@ -47362,12 +47363,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1507" + "1510" ], "coveredBy": [ - "1507", - "1508", - "1509" + "1510", + "1511", + "1512" ], "location": { "end": { @@ -47389,12 +47390,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1507" + "1510" ], "coveredBy": [ - "1507", - "1508", - "1509" + "1510", + "1511", + "1512" ], "location": { "end": { @@ -47416,14 +47417,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1505" + "1508" ], "coveredBy": [ - "1505", - "1506", - "1507", "1508", - "1509" + "1509", + "1510", + "1511", + "1512" ], "location": { "end": { @@ -47445,14 +47446,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1505" + "1508" ], "coveredBy": [ - "1505", - "1506", - "1507", "1508", - "1509" + "1509", + "1510", + "1511", + "1512" ], "location": { "end": { @@ -47480,15 +47481,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1573" + "1576" ], "coveredBy": [ - "1573", - "1574", - "1575", "1576", "1577", - "1578" + "1578", + "1579", + "1580", + "1581" ], "location": { "end": { @@ -47510,15 +47511,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1573" + "1576" ], "coveredBy": [ - "1573", - "1574", - "1575", "1576", "1577", - "1578" + "1578", + "1579", + "1580", + "1581" ], "location": { "end": { @@ -47540,15 +47541,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1573" + "1576" ], "coveredBy": [ - "1573", - "1574", - "1575", "1576", "1577", - "1578" + "1578", + "1579", + "1580", + "1581" ], "location": { "end": { @@ -47570,15 +47571,15 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1578" + "1581" ], "coveredBy": [ - "1573", - "1574", - "1575", "1576", "1577", - "1578" + "1578", + "1579", + "1580", + "1581" ], "location": { "end": { @@ -47600,10 +47601,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1578" + "1581" ], "coveredBy": [ - "1578" + "1581" ], "location": { "end": { @@ -47625,10 +47626,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1578" + "1581" ], "coveredBy": [ - "1578" + "1581" ], "location": { "end": { @@ -48858,12 +48859,12 @@ "coveredBy": [ "495", "496", - "1697", - "1698", - "1699", "1700", "1701", - "1702" + "1702", + "1703", + "1704", + "1705" ], "location": { "end": { @@ -48890,12 +48891,12 @@ "coveredBy": [ "495", "496", - "1697", - "1698", - "1699", "1700", "1701", - "1702" + "1702", + "1703", + "1704", + "1705" ], "location": { "end": { @@ -48917,17 +48918,17 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1697" + "1700" ], "coveredBy": [ "495", "496", - "1697", - "1698", - "1699", "1700", "1701", - "1702" + "1702", + "1703", + "1704", + "1705" ], "location": { "end": { @@ -48949,17 +48950,17 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1697" + "1700" ], "coveredBy": [ "495", "496", - "1697", - "1698", - "1699", "1700", "1701", - "1702" + "1702", + "1703", + "1704", + "1705" ], "location": { "end": { @@ -48981,17 +48982,17 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1697" + "1700" ], "coveredBy": [ "495", "496", - "1697", - "1698", - "1699", "1700", "1701", - "1702" + "1702", + "1703", + "1704", + "1705" ], "location": { "end": { @@ -49013,17 +49014,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1697" + "1700" ], "coveredBy": [ "495", "496", - "1697", - "1698", - "1699", "1700", "1701", - "1702" + "1702", + "1703", + "1704", + "1705" ], "location": { "end": { @@ -49051,13 +49052,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1929" + "1932" ], "coveredBy": [ "495", "496", - "1929", - "1930" + "1932", + "1933" ], "location": { "end": { @@ -49079,13 +49080,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1929" + "1932" ], "coveredBy": [ "495", "496", - "1929", - "1930" + "1932", + "1933" ], "location": { "end": { @@ -49107,13 +49108,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1929" + "1932" ], "coveredBy": [ "495", "496", - "1929", - "1930" + "1932", + "1933" ], "location": { "end": { @@ -50445,16 +50446,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1488" + "1491" ], "coveredBy": [ - "1488", - "1489", - "1490", "1491", "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50476,16 +50477,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1488" + "1491" ], "coveredBy": [ - "1488", - "1489", - "1490", "1491", "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50507,16 +50508,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1488" + "1491" ], "coveredBy": [ - "1488", - "1489", - "1490", "1491", "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50538,16 +50539,16 @@ "testsCompleted": 10, "static": false, "killedBy": [ - "1494" + "1497" ], "coveredBy": [ - "1488", - "1489", - "1490", "1491", "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50569,10 +50570,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1494" + "1497" ], "coveredBy": [ - "1494" + "1497" ], "location": { "end": { @@ -50594,16 +50595,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1488" + "1491" ], "coveredBy": [ - "1488", - "1489", - "1490", "1491", "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50625,16 +50626,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1488" + "1491" ], "coveredBy": [ - "1488", - "1489", - "1490", "1491", "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50656,16 +50657,16 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1489" + "1492" ], "coveredBy": [ - "1488", - "1489", - "1490", "1491", "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50687,16 +50688,16 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1489" + "1492" ], "coveredBy": [ - "1488", - "1489", - "1490", "1491", "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50718,16 +50719,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1489" + "1492" ], "coveredBy": [ - "1488", - "1489", - "1490", "1491", "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50749,16 +50750,16 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1490" + "1493" ], "coveredBy": [ - "1488", - "1489", - "1490", "1491", "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50780,16 +50781,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1488" + "1491" ], "coveredBy": [ - "1488", - "1489", - "1490", "1491", "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50811,12 +50812,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1488" + "1491" ], "coveredBy": [ - "1488", - "1489", - "1490" + "1491", + "1492", + "1493" ], "location": { "end": { @@ -50838,12 +50839,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1488" + "1491" ], "coveredBy": [ - "1488", - "1489", - "1490" + "1491", + "1492", + "1493" ], "location": { "end": { @@ -50865,14 +50866,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1491" + "1494" ], "coveredBy": [ - "1490", - "1491", - "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50894,14 +50895,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1490" + "1493" ], "coveredBy": [ - "1490", - "1491", - "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50923,14 +50924,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1490" + "1493" ], "coveredBy": [ - "1490", - "1491", - "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50952,14 +50953,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1490" + "1493" ], "coveredBy": [ - "1490", - "1491", - "1492", "1493", - "1494" + "1494", + "1495", + "1496", + "1497" ], "location": { "end": { @@ -50981,11 +50982,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1490" + "1493" ], "coveredBy": [ - "1490", - "1491" + "1493", + "1494" ], "location": { "end": { @@ -51007,11 +51008,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1490" + "1493" ], "coveredBy": [ - "1490", - "1491" + "1493", + "1494" ], "location": { "end": { @@ -51487,17 +51488,17 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1133" + "1136" ], "coveredBy": [ - "1130", - "1131", - "1132", "1133", "1134", "1135", "1136", - "1137" + "1137", + "1138", + "1139", + "1140" ], "location": { "end": { @@ -51519,17 +51520,17 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1131" + "1134" ], "coveredBy": [ - "1130", - "1131", - "1132", "1133", "1134", "1135", "1136", - "1137" + "1137", + "1138", + "1139", + "1140" ], "location": { "end": { @@ -51551,11 +51552,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1136" + "1139" ], "coveredBy": [ - "1136", - "1137" + "1139", + "1140" ], "location": { "end": { @@ -51577,11 +51578,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1136" + "1139" ], "coveredBy": [ - "1136", - "1137" + "1139", + "1140" ], "location": { "end": { @@ -51603,12 +51604,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1135" + "1138" ], "coveredBy": [ - "1131", "1134", - "1135" + "1137", + "1138" ], "location": { "end": { @@ -51630,12 +51631,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1135" + "1138" ], "coveredBy": [ - "1131", "1134", - "1135" + "1137", + "1138" ], "location": { "end": { @@ -51657,12 +51658,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1135" + "1138" ], "coveredBy": [ - "1131", "1134", - "1135" + "1137", + "1138" ], "location": { "end": { @@ -51684,12 +51685,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1135" + "1138" ], "coveredBy": [ - "1131", "1134", - "1135" + "1137", + "1138" ], "location": { "end": { @@ -51711,12 +51712,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1135" + "1138" ], "coveredBy": [ - "1131", "1134", - "1135" + "1137", + "1138" ], "location": { "end": { @@ -51738,12 +51739,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1135" + "1138" ], "coveredBy": [ - "1131", "1134", - "1135" + "1137", + "1138" ], "location": { "end": { @@ -51765,12 +51766,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1135" + "1138" ], "coveredBy": [ - "1131", "1134", - "1135" + "1137", + "1138" ], "location": { "end": { @@ -51792,13 +51793,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1132" + "1135" ], "coveredBy": [ - "1131", - "1132", - "1133", - "1134" + "1134", + "1135", + "1136", + "1137" ], "location": { "end": { @@ -51820,13 +51821,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1131" + "1134" ], "coveredBy": [ - "1131", - "1132", - "1133", - "1134" + "1134", + "1135", + "1136", + "1137" ], "location": { "end": { @@ -51848,13 +51849,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1132" + "1135" ], "coveredBy": [ - "1131", - "1132", - "1133", - "1134" + "1134", + "1135", + "1136", + "1137" ], "location": { "end": { @@ -51876,11 +51877,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1132" + "1135" ], "coveredBy": [ - "1132", - "1133" + "1135", + "1136" ], "location": { "end": { @@ -51902,11 +51903,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1132" + "1135" ], "coveredBy": [ - "1132", - "1133" + "1135", + "1136" ], "location": { "end": { @@ -51928,11 +51929,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1131" + "1134" ], "coveredBy": [ - "1131", - "1134" + "1134", + "1137" ], "location": { "end": { @@ -51960,18 +51961,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "976" + "979" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -51993,18 +51994,18 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "981" + "984" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52026,18 +52027,18 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "981" + "984" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52059,13 +52060,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "981" + "984" ], "coveredBy": [ - "981", - "982", - "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52087,13 +52088,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "981" + "984" ], "coveredBy": [ - "981", - "982", - "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52115,13 +52116,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "981" + "984" ], "coveredBy": [ - "981", - "982", - "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52143,18 +52144,18 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "983" + "986" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52176,13 +52177,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "983" + "986" ], "coveredBy": [ - "981", - "982", - "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52204,13 +52205,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "983" + "986" ], "coveredBy": [ - "981", - "982", - "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52232,13 +52233,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "983" + "986" ], "coveredBy": [ - "981", - "982", - "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52260,13 +52261,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "983" + "986" ], "coveredBy": [ - "981", - "982", - "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52288,13 +52289,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "983" + "986" ], "coveredBy": [ - "981", - "982", - "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52316,12 +52317,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "983" + "986" ], "coveredBy": [ - "981", - "983", - "984" + "984", + "986", + "987" ], "location": { "end": { @@ -52343,12 +52344,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "983" + "986" ], "coveredBy": [ - "981", - "983", - "984" + "984", + "986", + "987" ], "location": { "end": { @@ -52370,18 +52371,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "976" + "979" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52403,18 +52404,18 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "981" + "984" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52436,18 +52437,18 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "981" + "984" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52469,18 +52470,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "976" + "979" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52502,18 +52503,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "976" + "979" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52535,18 +52536,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "976" + "979" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52568,18 +52569,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "977" + "980" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52601,18 +52602,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "976" + "979" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52634,18 +52635,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "976" + "979" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52667,18 +52668,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "976" + "979" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52700,18 +52701,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "976" + "979" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52733,18 +52734,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "976" + "979" ], "coveredBy": [ - "976", - "977", - "978", "979", "980", "981", "982", "983", - "984" + "984", + "985", + "986", + "987" ], "location": { "end": { @@ -52766,13 +52767,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "977" + "980" ], "coveredBy": [ - "977", - "979", - "981", - "983" + "980", + "982", + "984", + "986" ], "location": { "end": { @@ -52800,12 +52801,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1013" + "1016" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -52813,7 +52811,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -52835,12 +52836,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1013" + "1016" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -52848,7 +52846,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -52870,12 +52871,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1013" + "1016" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -52883,7 +52881,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -52905,12 +52906,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1013" + "1016" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -52918,7 +52916,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -52940,12 +52941,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1013" + "1016" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -52953,7 +52951,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -52975,12 +52976,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1013" + "1016" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -52988,7 +52986,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -53010,12 +53011,9 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1016" + "1019" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -53023,7 +53021,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -53045,12 +53046,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1016" + "1019" ], "coveredBy": [ - "1016", - "1021", - "1022" + "1019", + "1024", + "1025" ], "location": { "end": { @@ -53072,12 +53073,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1016" + "1019" ], "coveredBy": [ - "1016", - "1021", - "1022" + "1019", + "1024", + "1025" ], "location": { "end": { @@ -53099,12 +53100,9 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1014" + "1017" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -53112,7 +53110,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -53134,12 +53135,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1013" + "1016" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -53147,7 +53145,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -53169,12 +53170,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1013" + "1016" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -53182,7 +53180,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -53204,12 +53205,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1013" + "1016" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -53217,7 +53215,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -53239,12 +53240,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1013" + "1016" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -53252,7 +53250,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -53274,12 +53275,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1014" + "1017" ], "coveredBy": [ - "1014", "1017", - "1019" + "1020", + "1022" ], "location": { "end": { @@ -53301,12 +53302,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1013" + "1016" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -53314,7 +53312,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -53336,12 +53337,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1013" + "1016" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -53349,7 +53347,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -53371,12 +53372,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1013" + "1016" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -53384,7 +53382,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -53406,12 +53407,9 @@ "testsCompleted": 10, "static": false, "killedBy": [ - "1022" + "1025" ], "coveredBy": [ - "1013", - "1014", - "1015", "1016", "1017", "1018", @@ -53419,7 +53417,10 @@ "1020", "1021", "1022", - "1023" + "1023", + "1024", + "1025", + "1026" ], "location": { "end": { @@ -53441,12 +53442,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1022" + "1025" ], "coveredBy": [ - "1016", - "1021", - "1022" + "1019", + "1024", + "1025" ], "location": { "end": { @@ -53468,12 +53469,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1022" + "1025" ], "coveredBy": [ - "1016", - "1021", - "1022" + "1019", + "1024", + "1025" ], "location": { "end": { @@ -56502,12 +56503,9 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "857" + "860" ], "coveredBy": [ - "853", - "854", - "855", "856", "857", "858", @@ -56517,7 +56515,10 @@ "862", "863", "864", - "865" + "865", + "866", + "867", + "868" ], "location": { "end": { @@ -56539,12 +56540,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "853" + "856" ], "coveredBy": [ - "853", - "854", - "855", "856", "857", "858", @@ -56554,7 +56552,10 @@ "862", "863", "864", - "865" + "865", + "866", + "867", + "868" ], "location": { "end": { @@ -56576,12 +56577,9 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "857" + "860" ], "coveredBy": [ - "853", - "854", - "855", "856", "857", "858", @@ -56591,7 +56589,10 @@ "862", "863", "864", - "865" + "865", + "866", + "867", + "868" ], "location": { "end": { @@ -56613,12 +56614,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "853" + "856" ], "coveredBy": [ - "853", - "854", - "855", "856", "857", "858", @@ -56628,7 +56626,10 @@ "862", "863", "864", - "865" + "865", + "866", + "867", + "868" ], "location": { "end": { @@ -56650,12 +56651,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "853" + "856" ], "coveredBy": [ - "853", - "854", - "855", "856", "857", "858", @@ -56665,7 +56663,10 @@ "862", "863", "864", - "865" + "865", + "866", + "867", + "868" ], "location": { "end": { @@ -56687,12 +56688,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "853" + "856" ], "coveredBy": [ - "853", - "854", - "855", "856", "857", "858", @@ -56702,7 +56700,10 @@ "862", "863", "864", - "865" + "865", + "866", + "867", + "868" ], "location": { "end": { @@ -56724,12 +56725,9 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "857" + "860" ], "coveredBy": [ - "853", - "854", - "855", "856", "857", "858", @@ -56739,7 +56737,10 @@ "862", "863", "864", - "865" + "865", + "866", + "867", + "868" ], "location": { "end": { @@ -56761,12 +56762,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "859" + "862" ], "coveredBy": [ - "857", - "859", - "860" + "860", + "862", + "863" ], "location": { "end": { @@ -56788,12 +56789,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "857" + "860" ], "coveredBy": [ - "857", - "859", - "860" + "860", + "862", + "863" ], "location": { "end": { @@ -56815,12 +56816,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "859" + "862" ], "coveredBy": [ - "857", - "859", - "860" + "860", + "862", + "863" ], "location": { "end": { @@ -56842,12 +56843,9 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "861" + "864" ], "coveredBy": [ - "853", - "854", - "855", "856", "857", "858", @@ -56857,7 +56855,10 @@ "862", "863", "864", - "865" + "865", + "866", + "867", + "868" ], "location": { "end": { @@ -56879,12 +56880,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "853" + "856" ], "coveredBy": [ - "853", - "854", - "855", "856", "857", "858", @@ -56894,7 +56892,10 @@ "862", "863", "864", - "865" + "865", + "866", + "867", + "868" ], "location": { "end": { @@ -56916,12 +56917,9 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "861" + "864" ], "coveredBy": [ - "853", - "854", - "855", "856", "857", "858", @@ -56931,7 +56929,10 @@ "862", "863", "864", - "865" + "865", + "866", + "867", + "868" ], "location": { "end": { @@ -56953,12 +56954,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "853" + "856" ], "coveredBy": [ - "853", - "854", - "855", "856", "857", "858", @@ -56968,7 +56966,10 @@ "862", "863", "864", - "865" + "865", + "866", + "867", + "868" ], "location": { "end": { @@ -56990,12 +56991,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "853" + "856" ], "coveredBy": [ - "853", - "854", - "855", "856", "857", "858", @@ -57005,7 +57003,10 @@ "862", "863", "864", - "865" + "865", + "866", + "867", + "868" ], "location": { "end": { @@ -57027,12 +57028,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "853" + "856" ], "coveredBy": [ - "853", - "854", - "855", "856", "857", "858", @@ -57042,7 +57040,10 @@ "862", "863", "864", - "865" + "865", + "866", + "867", + "868" ], "location": { "end": { @@ -57064,12 +57065,9 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "861" + "864" ], "coveredBy": [ - "853", - "854", - "855", "856", "857", "858", @@ -57079,7 +57077,10 @@ "862", "863", "864", - "865" + "865", + "866", + "867", + "868" ], "location": { "end": { @@ -57101,12 +57102,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "863" + "866" ], "coveredBy": [ - "861", - "863", - "864" + "864", + "866", + "867" ], "location": { "end": { @@ -57128,12 +57129,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "861" + "864" ], "coveredBy": [ - "861", - "863", - "864" + "864", + "866", + "867" ], "location": { "end": { @@ -57155,12 +57156,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "863" + "866" ], "coveredBy": [ - "861", - "863", - "864" + "864", + "866", + "867" ], "location": { "end": { @@ -57188,19 +57189,19 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1225" + "1228" ], "coveredBy": [ - "1224", - "1225", - "1226", "1227", "1228", "1229", "1230", "1231", "1232", - "1233" + "1233", + "1234", + "1235", + "1236" ], "location": { "end": { @@ -57222,14 +57223,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1229" + "1232" ], "coveredBy": [ - "1229", - "1230", - "1231", "1232", - "1233" + "1233", + "1234", + "1235", + "1236" ], "location": { "end": { @@ -57251,14 +57252,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1229" + "1232" ], "coveredBy": [ - "1229", - "1230", - "1231", "1232", - "1233" + "1233", + "1234", + "1235", + "1236" ], "location": { "end": { @@ -57280,10 +57281,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1233" + "1236" ], "coveredBy": [ - "1233" + "1236" ], "location": { "end": { @@ -57305,10 +57306,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1233" + "1236" ], "coveredBy": [ - "1233" + "1236" ], "location": { "end": { @@ -57354,11 +57355,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1678" + "1681" ], "coveredBy": [ - "1678", - "1679" + "1681", + "1682" ], "location": { "end": { @@ -57380,11 +57381,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1678" + "1681" ], "coveredBy": [ - "1678", - "1679" + "1681", + "1682" ], "location": { "end": { @@ -57412,18 +57413,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "934" + "937" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57445,18 +57446,18 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "939" + "942" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57478,18 +57479,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "937" + "940" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57511,18 +57512,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "937" + "940" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57544,18 +57545,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "937" + "940" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57577,18 +57578,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "937" + "940" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57610,18 +57611,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "934" + "937" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57643,18 +57644,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "934" + "937" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57676,18 +57677,18 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "937" + "940" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57709,18 +57710,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "934" + "937" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57742,18 +57743,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "934" + "937" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57775,18 +57776,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "934" + "937" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57808,18 +57809,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "934" + "937" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57841,18 +57842,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "934" + "937" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57874,18 +57875,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "934" + "937" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57907,18 +57908,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "934" + "937" ], "coveredBy": [ - "934", - "935", - "936", "937", "938", "939", "940", "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -57940,14 +57941,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "937" + "940" ], "coveredBy": [ - "937", - "938", - "939", + "940", "941", - "942" + "942", + "944", + "945" ], "location": { "end": { @@ -57969,14 +57970,14 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "941" + "944" ], "coveredBy": [ - "937", - "938", - "939", + "940", "941", - "942" + "942", + "944", + "945" ], "location": { "end": { @@ -57998,14 +57999,14 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "941" + "944" ], "coveredBy": [ - "937", - "938", - "939", + "940", "941", - "942" + "942", + "944", + "945" ], "location": { "end": { @@ -58027,14 +58028,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "937" + "940" ], "coveredBy": [ - "937", - "938", - "939", + "940", "941", - "942" + "942", + "944", + "945" ], "location": { "end": { @@ -58056,14 +58057,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "938" + "941" ], "coveredBy": [ - "937", - "938", - "939", + "940", "941", - "942" + "942", + "944", + "945" ], "location": { "end": { @@ -58091,14 +58092,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1283" + "1286" ], "coveredBy": [ - "1283", - "1284", - "1285", "1286", - "1287" + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { @@ -58120,14 +58121,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1283" + "1286" ], "coveredBy": [ - "1283", - "1284", - "1285", "1286", - "1287" + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { @@ -58149,14 +58150,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1287" + "1290" ], "coveredBy": [ - "1283", - "1284", - "1285", "1286", - "1287" + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { @@ -58178,14 +58179,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1283" + "1286" ], "coveredBy": [ - "1283", - "1284", - "1285", "1286", - "1287" + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { @@ -58207,10 +58208,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1287" + "1290" ], "coveredBy": [ - "1287" + "1290" ], "location": { "end": { @@ -58232,10 +58233,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1287" + "1290" ], "coveredBy": [ - "1287" + "1290" ], "location": { "end": { @@ -58257,14 +58258,14 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1286" + "1289" ], "coveredBy": [ - "1283", - "1284", - "1285", "1286", - "1287" + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { @@ -58286,14 +58287,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1283" + "1286" ], "coveredBy": [ - "1283", - "1284", - "1285", "1286", - "1287" + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { @@ -58315,14 +58316,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1283" + "1286" ], "coveredBy": [ - "1283", - "1284", - "1285", "1286", - "1287" + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { @@ -58344,14 +58345,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1283" + "1286" ], "coveredBy": [ - "1283", - "1284", - "1285", "1286", - "1287" + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { @@ -58373,14 +58374,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1283" + "1286" ], "coveredBy": [ - "1283", - "1284", - "1285", "1286", - "1287" + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { @@ -58402,14 +58403,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1283" + "1286" ], "coveredBy": [ - "1283", - "1284", - "1285", "1286", - "1287" + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { @@ -58431,10 +58432,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1286" + "1289" ], "coveredBy": [ - "1286" + "1289" ], "location": { "end": { @@ -60008,12 +60009,9 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "825" + "828" ], "coveredBy": [ - "819", - "820", - "821", "822", "823", "824", @@ -60021,7 +60019,10 @@ "826", "827", "828", - "829" + "829", + "830", + "831", + "832" ], "location": { "end": { @@ -60043,12 +60044,9 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "821" + "824" ], "coveredBy": [ - "819", - "820", - "821", "822", "823", "824", @@ -60056,7 +60054,10 @@ "826", "827", "828", - "829" + "829", + "830", + "831", + "832" ], "location": { "end": { @@ -60078,11 +60079,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "828" + "831" ], "coveredBy": [ - "828", - "829" + "831", + "832" ], "location": { "end": { @@ -60104,11 +60105,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "828" + "831" ], "coveredBy": [ - "828", - "829" + "831", + "832" ], "location": { "end": { @@ -60130,12 +60131,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "827" + "830" ], "coveredBy": [ - "821", - "826", - "827" + "824", + "829", + "830" ], "location": { "end": { @@ -60157,12 +60158,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "827" + "830" ], "coveredBy": [ - "821", - "826", - "827" + "824", + "829", + "830" ], "location": { "end": { @@ -60184,12 +60185,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "827" + "830" ], "coveredBy": [ - "821", - "826", - "827" + "824", + "829", + "830" ], "location": { "end": { @@ -60211,12 +60212,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "827" + "830" ], "coveredBy": [ - "821", - "826", - "827" + "824", + "829", + "830" ], "location": { "end": { @@ -60238,12 +60239,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "827" + "830" ], "coveredBy": [ - "821", - "826", - "827" + "824", + "829", + "830" ], "location": { "end": { @@ -60265,12 +60266,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "827" + "830" ], "coveredBy": [ - "821", - "826", - "827" + "824", + "829", + "830" ], "location": { "end": { @@ -60292,12 +60293,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "827" + "830" ], "coveredBy": [ - "821", - "826", - "827" + "824", + "829", + "830" ], "location": { "end": { @@ -60319,15 +60320,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "822" + "825" ], "coveredBy": [ - "821", - "822", - "823", "824", "825", - "826" + "826", + "827", + "828", + "829" ], "location": { "end": { @@ -60349,15 +60350,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "821" + "824" ], "coveredBy": [ - "821", - "822", - "823", "824", "825", - "826" + "826", + "827", + "828", + "829" ], "location": { "end": { @@ -60379,15 +60380,15 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "824" + "827" ], "coveredBy": [ - "821", - "822", - "823", "824", "825", - "826" + "826", + "827", + "828", + "829" ], "location": { "end": { @@ -60409,15 +60410,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "821" + "824" ], "coveredBy": [ - "821", - "822", - "823", "824", "825", - "826" + "826", + "827", + "828", + "829" ], "location": { "end": { @@ -60439,15 +60440,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "821" + "824" ], "coveredBy": [ - "821", - "822", - "823", "824", "825", - "826" + "826", + "827", + "828", + "829" ], "location": { "end": { @@ -60469,15 +60470,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "822" + "825" ], "coveredBy": [ - "821", - "822", - "823", "824", "825", - "826" + "826", + "827", + "828", + "829" ], "location": { "end": { @@ -60499,15 +60500,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "821" + "824" ], "coveredBy": [ - "821", - "822", - "823", "824", "825", - "826" + "826", + "827", + "828", + "829" ], "location": { "end": { @@ -60529,15 +60530,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "822" + "825" ], "coveredBy": [ - "821", - "822", - "823", "824", "825", - "826" + "826", + "827", + "828", + "829" ], "location": { "end": { @@ -60559,15 +60560,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "821" + "824" ], "coveredBy": [ - "821", - "822", - "823", "824", "825", - "826" + "826", + "827", + "828", + "829" ], "location": { "end": { @@ -60589,15 +60590,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "822" + "825" ], "coveredBy": [ - "821", - "822", - "823", "824", "825", - "826" + "826", + "827", + "828", + "829" ], "location": { "end": { @@ -60619,15 +60620,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "822" + "825" ], "coveredBy": [ - "821", - "822", - "823", "824", "825", - "826" + "826", + "827", + "828", + "829" ], "location": { "end": { @@ -60649,15 +60650,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "822" + "825" ], "coveredBy": [ - "821", - "822", - "823", "824", "825", - "826" + "826", + "827", + "828", + "829" ], "location": { "end": { @@ -60679,15 +60680,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "822" + "825" ], "coveredBy": [ - "821", - "822", - "823", "824", "825", - "826" + "826", + "827", + "828", + "829" ], "location": { "end": { @@ -60709,13 +60710,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "822" + "825" ], "coveredBy": [ - "822", - "823", - "824", - "825" + "825", + "826", + "827", + "828" ], "location": { "end": { @@ -60737,13 +60738,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "822" + "825" ], "coveredBy": [ - "822", - "823", - "824", - "825" + "825", + "826", + "827", + "828" ], "location": { "end": { @@ -60765,11 +60766,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "821" + "824" ], "coveredBy": [ - "821", - "826" + "824", + "829" ], "location": { "end": { @@ -60797,10 +60798,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1859" + "1862" ], "coveredBy": [ - "1859" + "1862" ], "location": { "end": { @@ -60822,10 +60823,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1859" + "1862" ], "coveredBy": [ - "1859" + "1862" ], "location": { "end": { @@ -60847,10 +60848,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1860" + "1863" ], "coveredBy": [ - "1860" + "1863" ], "location": { "end": { @@ -60872,10 +60873,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1860" + "1863" ], "coveredBy": [ - "1860" + "1863" ], "location": { "end": { @@ -60897,10 +60898,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1861" + "1864" ], "coveredBy": [ - "1861" + "1864" ], "location": { "end": { @@ -60922,10 +60923,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1861" + "1864" ], "coveredBy": [ - "1861" + "1864" ], "location": { "end": { @@ -60947,10 +60948,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1862" + "1865" ], "coveredBy": [ - "1862" + "1865" ], "location": { "end": { @@ -60972,10 +60973,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1862" + "1865" ], "coveredBy": [ - "1862" + "1865" ], "location": { "end": { @@ -64404,10 +64405,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1101" + "1104" ], "coveredBy": [ - "1101" + "1104" ], "location": { "end": { @@ -64429,10 +64430,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1101" + "1104" ], "coveredBy": [ - "1101" + "1104" ], "location": { "end": { @@ -64454,10 +64455,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1102" + "1105" ], "coveredBy": [ - "1102" + "1105" ], "location": { "end": { @@ -64479,10 +64480,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1102" + "1105" ], "coveredBy": [ - "1102" + "1105" ], "location": { "end": { @@ -64504,10 +64505,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1103" + "1106" ], "coveredBy": [ - "1103" + "1106" ], "location": { "end": { @@ -64529,10 +64530,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1103" + "1106" ], "coveredBy": [ - "1103" + "1106" ], "location": { "end": { @@ -64554,10 +64555,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1104" + "1107" ], "coveredBy": [ - "1104" + "1107" ], "location": { "end": { @@ -64579,10 +64580,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1104" + "1107" ], "coveredBy": [ - "1104" + "1107" ], "location": { "end": { @@ -64604,10 +64605,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1105" + "1108" ], "coveredBy": [ - "1105" + "1108" ], "location": { "end": { @@ -64629,10 +64630,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1105" + "1108" ], "coveredBy": [ - "1105" + "1108" ], "location": { "end": { @@ -64654,10 +64655,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1107" + "1110" ], "coveredBy": [ - "1107" + "1110" ], "location": { "end": { @@ -64679,10 +64680,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1107" + "1110" ], "coveredBy": [ - "1107" + "1110" ], "location": { "end": { @@ -64704,10 +64705,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1108" + "1111" ], "coveredBy": [ - "1108" + "1111" ], "location": { "end": { @@ -64729,10 +64730,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1108" + "1111" ], "coveredBy": [ - "1108" + "1111" ], "location": { "end": { @@ -64760,19 +64761,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1154" + "1157" ], "coveredBy": [ - "1154", - "1155", - "1156", "1157", "1158", "1159", "1160", "1161", "1162", - "1163" + "1163", + "1164", + "1165", + "1166" ], "location": { "end": { @@ -64794,19 +64795,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1154" + "1157" ], "coveredBy": [ - "1154", - "1155", - "1156", "1157", "1158", "1159", "1160", "1161", "1162", - "1163" + "1163", + "1164", + "1165", + "1166" ], "location": { "end": { @@ -64828,19 +64829,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1154" + "1157" ], "coveredBy": [ - "1154", - "1155", - "1156", "1157", "1158", "1159", "1160", "1161", "1162", - "1163" + "1163", + "1164", + "1165", + "1166" ], "location": { "end": { @@ -64862,19 +64863,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1154" + "1157" ], "coveredBy": [ - "1154", - "1155", - "1156", "1157", "1158", "1159", "1160", "1161", "1162", - "1163" + "1163", + "1164", + "1165", + "1166" ], "location": { "end": { @@ -64896,10 +64897,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1163" + "1166" ], "coveredBy": [ - "1163" + "1166" ], "location": { "end": { @@ -64921,10 +64922,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1163" + "1166" ], "coveredBy": [ - "1163" + "1166" ], "location": { "end": { @@ -64946,10 +64947,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1161" + "1164" ], "coveredBy": [ - "1161" + "1164" ], "location": { "end": { @@ -64971,10 +64972,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1161" + "1164" ], "coveredBy": [ - "1161" + "1164" ], "location": { "end": { @@ -65002,20 +65003,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "714" + "733" ], "coveredBy": [ - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "722", - "723", - "724" + "733", + "734", + "735", + "736", + "737", + "738", + "739", + "740", + "741", + "742", + "743" ], "location": { "end": { @@ -65037,20 +65038,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "714" + "733" ], "coveredBy": [ - "714", - "715", - "716", - "717", - "718", - "719", - "720", - "721", - "722", - "723", - "724" + "733", + "734", + "735", + "736", + "737", + "738", + "739", + "740", + "741", + "742", + "743" ], "location": { "end": { @@ -65072,10 +65073,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "720" + "739" ], "coveredBy": [ - "720" + "739" ], "location": { "end": { @@ -65097,10 +65098,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "720" + "739" ], "coveredBy": [ - "720" + "739" ], "location": { "end": { @@ -65122,10 +65123,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "721" + "740" ], "coveredBy": [ - "721" + "740" ], "location": { "end": { @@ -65147,10 +65148,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "721" + "740" ], "coveredBy": [ - "721" + "740" ], "location": { "end": { @@ -65172,10 +65173,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "722" + "741" ], "coveredBy": [ - "722" + "741" ], "location": { "end": { @@ -65197,10 +65198,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "722" + "741" ], "coveredBy": [ - "722" + "741" ], "location": { "end": { @@ -65222,10 +65223,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "723" + "742" ], "coveredBy": [ - "723" + "742" ], "location": { "end": { @@ -65247,10 +65248,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "723" + "742" ], "coveredBy": [ - "723" + "742" ], "location": { "end": { @@ -65272,10 +65273,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "724" + "743" ], "coveredBy": [ - "724" + "743" ], "location": { "end": { @@ -65297,10 +65298,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "724" + "743" ], "coveredBy": [ - "724" + "743" ], "location": { "end": { @@ -65328,12 +65329,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1259" + "1262" ], "coveredBy": [ - "1258", - "1259", - "1260" + "1261", + "1262", + "1263" ], "location": { "end": { @@ -65355,12 +65356,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1259" + "1262" ], "coveredBy": [ - "1258", - "1259", - "1260" + "1261", + "1262", + "1263" ], "location": { "end": { @@ -65382,12 +65383,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1258" + "1261" ], "coveredBy": [ - "1258", - "1259", - "1260" + "1261", + "1262", + "1263" ], "location": { "end": { @@ -65409,12 +65410,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1258" + "1261" ], "coveredBy": [ - "1258", - "1259", - "1260" + "1261", + "1262", + "1263" ], "location": { "end": { @@ -65436,10 +65437,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1258" + "1261" ], "coveredBy": [ - "1258" + "1261" ], "location": { "end": { @@ -65461,11 +65462,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1259" + "1262" ], "coveredBy": [ - "1259", - "1260" + "1262", + "1263" ], "location": { "end": { @@ -65487,11 +65488,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1260" + "1263" ], "coveredBy": [ - "1259", - "1260" + "1262", + "1263" ], "location": { "end": { @@ -65513,11 +65514,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1259" + "1262" ], "coveredBy": [ - "1259", - "1260" + "1262", + "1263" ], "location": { "end": { @@ -65539,11 +65540,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1260" + "1263" ], "coveredBy": [ - "1259", - "1260" + "1262", + "1263" ], "location": { "end": { @@ -65565,10 +65566,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1260" + "1263" ], "coveredBy": [ - "1260" + "1263" ], "location": { "end": { @@ -65590,10 +65591,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1260" + "1263" ], "coveredBy": [ - "1260" + "1263" ], "location": { "end": { @@ -65621,18 +65622,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1300" + "1303" ], "coveredBy": [ - "1300", - "1301", - "1302", "1303", "1304", "1305", "1306", "1307", - "1308" + "1308", + "1309", + "1310", + "1311" ], "location": { "end": { @@ -65654,18 +65655,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1300" + "1303" ], "coveredBy": [ - "1300", - "1301", - "1302", "1303", "1304", "1305", "1306", "1307", - "1308" + "1308", + "1309", + "1310", + "1311" ], "location": { "end": { @@ -65687,18 +65688,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1300" + "1303" ], "coveredBy": [ - "1300", - "1301", - "1302", "1303", "1304", "1305", "1306", "1307", - "1308" + "1308", + "1309", + "1310", + "1311" ], "location": { "end": { @@ -65720,18 +65721,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1300" + "1303" ], "coveredBy": [ - "1300", - "1301", - "1302", "1303", "1304", "1305", "1306", "1307", - "1308" + "1308", + "1309", + "1310", + "1311" ], "location": { "end": { @@ -65753,10 +65754,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1306" + "1309" ], "coveredBy": [ - "1306" + "1309" ], "location": { "end": { @@ -65778,10 +65779,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1306" + "1309" ], "coveredBy": [ - "1306" + "1309" ], "location": { "end": { @@ -65803,10 +65804,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1308" + "1311" ], "coveredBy": [ - "1308" + "1311" ], "location": { "end": { @@ -65828,10 +65829,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1308" + "1311" ], "coveredBy": [ - "1308" + "1311" ], "location": { "end": { @@ -65859,10 +65860,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1653" + "1656" ], "coveredBy": [ - "1653" + "1656" ], "location": { "end": { @@ -65884,10 +65885,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1653" + "1656" ], "coveredBy": [ - "1653" + "1656" ], "location": { "end": { @@ -65909,10 +65910,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1651" + "1654" ], "coveredBy": [ - "1651" + "1654" ], "location": { "end": { @@ -65934,10 +65935,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1651" + "1654" ], "coveredBy": [ - "1651" + "1654" ], "location": { "end": { @@ -65965,19 +65966,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1144" + "1147" ], "coveredBy": [ - "1144", - "1145", - "1146", "1147", "1148", "1149", "1150", "1151", "1152", - "1153" + "1153", + "1154", + "1155", + "1156" ], "location": { "end": { @@ -65999,19 +66000,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1144" + "1147" ], "coveredBy": [ - "1144", - "1145", - "1146", "1147", "1148", "1149", "1150", "1151", "1152", - "1153" + "1153", + "1154", + "1155", + "1156" ], "location": { "end": { @@ -66033,19 +66034,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1144" + "1147" ], "coveredBy": [ - "1144", - "1145", - "1146", "1147", "1148", "1149", "1150", "1151", "1152", - "1153" + "1153", + "1154", + "1155", + "1156" ], "location": { "end": { @@ -66067,19 +66068,19 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1144" + "1147" ], "coveredBy": [ - "1144", - "1145", - "1146", "1147", "1148", "1149", "1150", "1151", "1152", - "1153" + "1153", + "1154", + "1155", + "1156" ], "location": { "end": { @@ -66101,10 +66102,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1153" + "1156" ], "coveredBy": [ - "1153" + "1156" ], "location": { "end": { @@ -66126,10 +66127,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1153" + "1156" ], "coveredBy": [ - "1153" + "1156" ], "location": { "end": { @@ -66151,10 +66152,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1151" + "1154" ], "coveredBy": [ - "1151" + "1154" ], "location": { "end": { @@ -66176,10 +66177,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1151" + "1154" ], "coveredBy": [ - "1151" + "1154" ], "location": { "end": { @@ -66207,12 +66208,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66223,7 +66221,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66245,12 +66246,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66261,7 +66259,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66283,12 +66284,9 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "877" + "880" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66299,7 +66297,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66321,12 +66322,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66337,7 +66335,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66359,12 +66360,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66375,7 +66373,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66397,12 +66398,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66413,7 +66411,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66435,12 +66436,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66451,7 +66449,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66473,12 +66474,9 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "871" + "874" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66489,7 +66487,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66511,12 +66512,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66527,7 +66525,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66549,12 +66550,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66565,7 +66563,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66587,12 +66588,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66603,7 +66601,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66625,12 +66626,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66641,7 +66639,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66663,12 +66664,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66679,7 +66677,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66701,14 +66702,14 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "871" + "874" ], "coveredBy": [ - "870", - "871", - "872", - "877", - "878" + "873", + "874", + "875", + "880", + "881" ], "location": { "end": { @@ -66730,12 +66731,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66746,7 +66744,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66768,12 +66769,9 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "870" + "873" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66784,7 +66782,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66806,12 +66807,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66822,7 +66820,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66844,12 +66845,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66860,7 +66858,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66882,12 +66883,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66898,7 +66896,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66920,12 +66921,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66936,7 +66934,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66958,12 +66959,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -66974,7 +66972,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -66996,12 +66997,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -67012,7 +67010,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -67034,12 +67035,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "866" + "869" ], "coveredBy": [ - "866", - "867", - "868", "869", "870", "871", @@ -67050,7 +67048,10 @@ "876", "877", "878", - "879" + "879", + "880", + "881", + "882" ], "location": { "end": { @@ -67072,14 +67073,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "870" + "873" ], "coveredBy": [ - "870", - "871", - "872", - "877", - "878" + "873", + "874", + "875", + "880", + "881" ], "location": { "end": { @@ -67101,14 +67102,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "870" + "873" ], "coveredBy": [ - "870", - "871", - "872", - "877", - "878" + "873", + "874", + "875", + "880", + "881" ], "location": { "end": { @@ -67130,14 +67131,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "872" + "875" ], "coveredBy": [ - "870", - "871", - "872", - "877", - "878" + "873", + "874", + "875", + "880", + "881" ], "location": { "end": { @@ -67159,10 +67160,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "869" + "872" ], "coveredBy": [ - "869" + "872" ], "location": { "end": { @@ -67184,10 +67185,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "869" + "872" ], "coveredBy": [ - "869" + "872" ], "location": { "end": { @@ -67209,10 +67210,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "867" + "870" ], "coveredBy": [ - "867" + "870" ], "location": { "end": { @@ -67234,10 +67235,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "867" + "870" ], "coveredBy": [ - "867" + "870" ], "location": { "end": { @@ -68384,10 +68385,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1562" + "1565" ], "coveredBy": [ - "1562" + "1565" ], "location": { "end": { @@ -68409,10 +68410,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1562" + "1565" ], "coveredBy": [ - "1562" + "1565" ], "location": { "end": { @@ -68440,15 +68441,15 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1443" + "1446" ], "coveredBy": [ - "1441", - "1442", - "1443", "1444", "1445", - "1446" + "1446", + "1447", + "1448", + "1449" ], "location": { "end": { @@ -68470,15 +68471,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1445" + "1448" ], "coveredBy": [ - "1441", - "1442", - "1443", "1444", "1445", - "1446" + "1446", + "1447", + "1448", + "1449" ], "location": { "end": { @@ -68500,15 +68501,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1445" + "1448" ], "coveredBy": [ - "1441", - "1442", - "1443", "1444", "1445", - "1446" + "1446", + "1447", + "1448", + "1449" ], "location": { "end": { @@ -68530,15 +68531,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1445" + "1448" ], "coveredBy": [ - "1441", - "1442", - "1443", "1444", "1445", - "1446" + "1446", + "1447", + "1448", + "1449" ], "location": { "end": { @@ -68560,10 +68561,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1446" + "1449" ], "coveredBy": [ - "1446" + "1449" ], "location": { "end": { @@ -68585,10 +68586,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1446" + "1449" ], "coveredBy": [ - "1446" + "1449" ], "location": { "end": { @@ -68616,10 +68617,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1902" + "1905" ], "coveredBy": [ - "1902" + "1905" ], "location": { "end": { @@ -68641,10 +68642,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1902" + "1905" ], "coveredBy": [ - "1902" + "1905" ], "location": { "end": { @@ -68672,21 +68673,21 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "747" + "766" ], "coveredBy": [ - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758" + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { @@ -68708,21 +68709,21 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "751" + "770" ], "coveredBy": [ - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758" + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { @@ -68744,21 +68745,21 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "747" + "766" ], "coveredBy": [ - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758" + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { @@ -68780,21 +68781,21 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "747" + "766" ], "coveredBy": [ - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758" + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { @@ -68816,21 +68817,21 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "747" + "766" ], "coveredBy": [ - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758" + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { @@ -68852,21 +68853,21 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "747" + "766" ], "coveredBy": [ - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758" + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { @@ -68888,10 +68889,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "748" + "767" ], "coveredBy": [ - "748" + "767" ], "location": { "end": { @@ -68913,10 +68914,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "748" + "767" ], "coveredBy": [ - "748" + "767" ], "location": { "end": { @@ -68938,10 +68939,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "752" + "771" ], "coveredBy": [ - "752" + "771" ], "location": { "end": { @@ -68963,10 +68964,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "752" + "771" ], "coveredBy": [ - "752" + "771" ], "location": { "end": { @@ -68988,10 +68989,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "756" + "775" ], "coveredBy": [ - "756" + "775" ], "location": { "end": { @@ -69013,10 +69014,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "756" + "775" ], "coveredBy": [ - "756" + "775" ], "location": { "end": { @@ -69038,11 +69039,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "749" + "768" ], "coveredBy": [ - "749", - "750" + "768", + "769" ], "location": { "end": { @@ -69064,11 +69065,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "749" + "768" ], "coveredBy": [ - "749", - "750" + "768", + "769" ], "location": { "end": { @@ -69090,11 +69091,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "750" + "769" ], "coveredBy": [ - "749", - "750" + "768", + "769" ], "location": { "end": { @@ -69116,11 +69117,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "749" + "768" ], "coveredBy": [ - "749", - "750" + "768", + "769" ], "location": { "end": { @@ -69142,10 +69143,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "749" + "768" ], "coveredBy": [ - "749" + "768" ], "location": { "end": { @@ -69167,10 +69168,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "749" + "768" ], "coveredBy": [ - "749" + "768" ], "location": { "end": { @@ -69192,10 +69193,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "750" + "769" ], "coveredBy": [ - "750" + "769" ], "location": { "end": { @@ -69217,11 +69218,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "753" + "772" ], "coveredBy": [ - "753", - "754" + "772", + "773" ], "location": { "end": { @@ -69243,11 +69244,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "753" + "772" ], "coveredBy": [ - "753", - "754" + "772", + "773" ], "location": { "end": { @@ -69269,11 +69270,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "754" + "773" ], "coveredBy": [ - "753", - "754" + "772", + "773" ], "location": { "end": { @@ -69295,11 +69296,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "753" + "772" ], "coveredBy": [ - "753", - "754" + "772", + "773" ], "location": { "end": { @@ -69321,10 +69322,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "753" + "772" ], "coveredBy": [ - "753" + "772" ], "location": { "end": { @@ -69346,10 +69347,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "753" + "772" ], "coveredBy": [ - "753" + "772" ], "location": { "end": { @@ -69371,10 +69372,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "754" + "773" ], "coveredBy": [ - "754" + "773" ], "location": { "end": { @@ -69396,11 +69397,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "757" + "776" ], "coveredBy": [ - "757", - "758" + "776", + "777" ], "location": { "end": { @@ -69422,11 +69423,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "757" + "776" ], "coveredBy": [ - "757", - "758" + "776", + "777" ], "location": { "end": { @@ -69448,11 +69449,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "758" + "777" ], "coveredBy": [ - "757", - "758" + "776", + "777" ], "location": { "end": { @@ -69474,11 +69475,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "757" + "776" ], "coveredBy": [ - "757", - "758" + "776", + "777" ], "location": { "end": { @@ -69500,10 +69501,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "757" + "776" ], "coveredBy": [ - "757" + "776" ], "location": { "end": { @@ -69525,10 +69526,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "757" + "776" ], "coveredBy": [ - "757" + "776" ], "location": { "end": { @@ -69550,10 +69551,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "758" + "777" ], "coveredBy": [ - "758" + "777" ], "location": { "end": { @@ -69600,11 +69601,11 @@ "location": { "end": { "column": 58, - "line": 70 + "line": 71 }, "start": { "column": 40, - "line": 70 + "line": 71 } } }, @@ -69618,248 +69619,239 @@ "location": { "end": { "column": 56, - "line": 70 + "line": 71 }, "start": { "column": 52, - "line": 70 - } - } - }, - { - "id": "2295", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "The macro defineExpose from Nuxt is breaking Stryker, so we ignore it.", - "status": "Ignored", - "static": false, - "location": { - "end": { - "column": 37, - "line": 95 - }, - "start": { - "column": 14, - "line": 95 + "line": 71 } } }, { - "id": "2260", + "id": "2258", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expect(received).toBeTrue()\n\nExpected value to be true:\n true\nReceived:\n false", "status": "Killed", + "testsCompleted": 8, "static": false, - "testsCompleted": 5, "killedBy": [ - "778" + "646" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { - "column": 138, - "line": 72 + "column": 139, + "line": 75 }, "start": { - "column": 92, - "line": 72 + "column": 53, + "line": 75 } } }, { - "id": "2261", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected 'true' to be 'false' // Object.is equality", + "id": "2259", + "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", "status": "Killed", + "testsCompleted": 1, "static": false, - "testsCompleted": 7, "killedBy": [ - "784" + "639" ], "coveredBy": [ - "777", - "778", - "779", - "781", - "782", - "783", - "784", - "786", - "787" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { - "column": 138, - "line": 72 + "column": 139, + "line": 75 }, "start": { - "column": 106, - "line": 72 + "column": 59, + "line": 75 } } }, { - "id": "2259", - "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", + "id": "2260", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expect(received).toBeTrue()\n\nExpected value to be true:\n true\nReceived:\n false", "status": "Killed", + "testsCompleted": 8, "static": false, - "testsCompleted": 1, "killedBy": [ - "774" + "646" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { - "column": 139, - "line": 72 + "column": 138, + "line": 75 }, "start": { - "column": 59, - "line": 72 + "column": 92, + "line": 75 } } }, { - "id": "2262", + "id": "2261", "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expect(received).toBeTrue()\n\nExpected value to be true:\n true\nReceived:\n false", + "replacement": "true", + "statusReason": "expected 'true' to be 'false' // Object.is equality", "status": "Killed", + "testsCompleted": 7, "static": false, - "testsCompleted": 2, "killedBy": [ - "778" + "652" ], "coveredBy": [ - "777", - "778", - "779", - "781", - "782", - "783", - "784", - "786", - "787" + "645", + "646", + "647", + "649", + "650", + "651", + "652", + "654", + "655" ], "location": { "end": { "column": 138, - "line": 72 + "line": 75 }, "start": { "column": 106, - "line": 72 + "line": 75 } } }, { - "id": "2263", - "mutatorName": "EqualityOperator", - "replacement": "name !== inputValue.value.trim()", - "statusReason": "expected 'true' to be 'false' // Object.is equality", + "id": "2262", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expect(received).toBeTrue()\n\nExpected value to be true:\n true\nReceived:\n false", "status": "Killed", + "testsCompleted": 2, "static": false, - "testsCompleted": 7, "killedBy": [ - "784" + "646" ], "coveredBy": [ - "777", - "778", - "779", - "781", - "782", - "783", - "784", - "786", - "787" + "645", + "646", + "647", + "649", + "650", + "651", + "652", + "654", + "655" ], "location": { "end": { "column": 138, - "line": 72 + "line": 75 }, "start": { "column": 106, - "line": 72 + "line": 75 } } }, { - "id": "2258", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expect(received).toBeTrue()\n\nExpected value to be true:\n true\nReceived:\n false", + "id": "2263", + "mutatorName": "EqualityOperator", + "replacement": "name !== inputValue.value.trim()", + "statusReason": "expected 'true' to be 'false' // Object.is equality", "status": "Killed", + "testsCompleted": 7, "static": false, - "testsCompleted": 5, "killedBy": [ - "778" + "652" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "645", + "646", + "647", + "649", + "650", + "651", + "652", + "654", + "655" ], "location": { "end": { - "column": 139, - "line": 72 + "column": 138, + "line": 75 }, "start": { - "column": 53, - "line": 72 + "column": 106, + "line": 75 } } }, @@ -69869,110 +69861,116 @@ "replacement": "inputValue.value", "statusReason": "expect(received).toBeTrue()\n\nExpected value to be true:\n true\nReceived:\n false", "status": "Killed", - "static": false, "testsCompleted": 2, + "static": false, "killedBy": [ - "778" + "646" ], "coveredBy": [ - "777", - "778", - "779", - "781", - "782", - "783", - "784", - "786", - "787" + "645", + "646", + "647", + "649", + "650", + "651", + "652", + "654", + "655" ], "location": { "end": { "column": 138, - "line": 72 + "line": 75 }, "start": { "column": 115, - "line": 72 + "line": 75 } } }, { - "id": "2266", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", + "id": "2265", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", "status": "Killed", + "testsCompleted": 18, "static": false, - "testsCompleted": 1, "killedBy": [ - "774" + "656" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 119, - "line": 74 + "line": 77 }, "start": { - "column": 63, - "line": 74 + "column": 57, + "line": 77 } } }, { - "id": "2265", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", + "id": "2266", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", + "testsCompleted": 1, "static": false, - "testsCompleted": 15, "killedBy": [ - "788" + "639" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 119, - "line": 74 + "line": 77 }, "start": { - "column": 57, - "line": 74 + "column": 63, + "line": 77 } } }, @@ -69982,117 +69980,126 @@ "replacement": "false", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", "status": "Killed", + "testsCompleted": 18, "static": false, - "testsCompleted": 15, "killedBy": [ - "788" + "656" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 119, - "line": 74 + "line": 77 }, "start": { "column": 63, - "line": 74 + "line": 77 } } }, { - "id": "2269", + "id": "2268", "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", + "replacement": "inputValue.value.trim().length > MAX_PLAYER_NAME_LENGTH", + "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", "status": "Killed", + "testsCompleted": 18, "static": false, - "testsCompleted": 1, "killedBy": [ - "774" + "656" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 119, - "line": 74 + "line": 77 }, "start": { "column": 63, - "line": 74 + "line": 77 } } }, { - "id": "2268", + "id": "2269", "mutatorName": "EqualityOperator", - "replacement": "inputValue.value.trim().length > MAX_PLAYER_NAME_LENGTH", - "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", + "replacement": "inputValue.value.trim().length < MAX_PLAYER_NAME_LENGTH", + "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", + "testsCompleted": 1, "static": false, - "testsCompleted": 15, "killedBy": [ - "788" + "639" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 119, - "line": 74 + "line": 77 }, "start": { "column": 63, - "line": 74 + "line": 77 } } }, @@ -70102,37 +70109,40 @@ "replacement": "inputValue.value", "statusReason": "expected 'components.GameLobbyPlayerInput.playe…' to be 'components.GameLobbyPlayerInput.pleas…' // Object.is equality", "status": "Killed", + "testsCompleted": 19, "static": false, - "testsCompleted": 16, "killedBy": [ - "789" + "657" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 86, - "line": 74 + "line": 77 }, "start": { "column": 63, - "line": 74 + "line": 77 } } }, @@ -70142,37 +70152,40 @@ "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "774" + "639" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 113, - "line": 76 + "line": 79 }, "start": { "column": 50, - "line": 76 + "line": 79 } } }, @@ -70182,37 +70195,40 @@ "replacement": "true", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "774" + "639" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 113, - "line": 76 + "line": 79 }, "start": { "column": 56, - "line": 76 + "line": 79 } } }, @@ -70222,197 +70238,212 @@ "replacement": "false", "statusReason": "expected 'false' to be 'true' // Object.is equality", "status": "Killed", + "testsCompleted": 7, "static": false, - "testsCompleted": 4, "killedBy": [ - "777" + "645" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 113, - "line": 76 + "line": 79 }, "start": { "column": 56, - "line": 76 + "line": 79 } } }, { - "id": "2275", + "id": "2274", "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", + "replacement": "createGameDto.value.players.length > MAX_PLAYERS_IN_GAME", + "statusReason": "expected 'false' to be 'true' // Object.is equality", "status": "Killed", + "testsCompleted": 7, "static": false, - "testsCompleted": 1, "killedBy": [ - "774" + "645" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 113, - "line": 76 + "line": 79 }, "start": { "column": 56, - "line": 76 + "line": 79 } } }, { - "id": "2274", + "id": "2275", "mutatorName": "EqualityOperator", - "replacement": "createGameDto.value.players.length > MAX_PLAYERS_IN_GAME", - "statusReason": "expected 'false' to be 'true' // Object.is equality", + "replacement": "createGameDto.value.players.length < MAX_PLAYERS_IN_GAME", + "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", + "testsCompleted": 1, "static": false, - "testsCompleted": 4, "killedBy": [ - "777" + "639" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 113, - "line": 76 + "line": 79 }, "start": { "column": 56, - "line": 76 + "line": 79 } } }, { - "id": "2277", + "id": "2276", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "774" + "639" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" - ], - "location": { - "end": { - "column": 109, - "line": 80 - }, + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" + ], + "location": { + "end": { + "column": 77, + "line": 81 + }, "start": { - "column": 47, - "line": 80 + "column": 43, + "line": 81 } } }, { - "id": "2276", + "id": "2277", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "774" + "639" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { - "column": 77, - "line": 78 + "column": 109, + "line": 83 }, "start": { - "column": 43, - "line": 78 + "column": 47, + "line": 83 } } }, @@ -70422,37 +70453,40 @@ "replacement": "true", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "774" + "639" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 109, - "line": 80 + "line": 83 }, "start": { "column": 53, - "line": 80 + "line": 83 } } }, @@ -70462,37 +70496,40 @@ "replacement": "false", "statusReason": "expected 'false' to be 'true' // Object.is equality", "status": "Killed", + "testsCompleted": 11, "static": false, - "testsCompleted": 8, "killedBy": [ - "781" + "649" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 109, - "line": 80 + "line": 83 }, "start": { "column": 53, - "line": 80 + "line": 83 } } }, @@ -70502,37 +70539,40 @@ "replacement": "doesPlayerNameExistInGame.value && isInputDisabled.value", "statusReason": "expected 'false' to be 'true' // Object.is equality", "status": "Killed", + "testsCompleted": 11, "static": false, - "testsCompleted": 8, "killedBy": [ - "781" + "649" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 109, - "line": 80 + "line": 83 }, "start": { "column": 53, - "line": 80 + "line": 83 } } }, @@ -70542,37 +70582,40 @@ "replacement": "{}", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "774" + "639" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 2, - "line": 93 + "line": 96 }, "start": { "column": 56, - "line": 82 + "line": 85 } } }, @@ -70582,37 +70625,40 @@ "replacement": "true", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "774" + "639" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 35, - "line": 83 + "line": 86 }, "start": { "column": 7, - "line": 83 + "line": 86 } } }, @@ -70622,37 +70668,40 @@ "replacement": "false", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.maxPl…' // Object.is equality", "status": "Killed", + "testsCompleted": 16, "static": false, - "testsCompleted": 13, "killedBy": [ - "786" + "654" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 35, - "line": 83 + "line": 86 }, "start": { "column": 7, - "line": 83 + "line": 86 } } }, @@ -70662,24 +70711,24 @@ "replacement": "{}", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.maxPl…' // Object.is equality", "status": "Killed", - "static": false, "testsCompleted": 3, + "static": false, "killedBy": [ - "786" + "654" ], "coveredBy": [ - "777", - "781", - "786" + "645", + "649", + "654" ], "location": { "end": { "column": 4, - "line": 85 + "line": 88 }, "start": { "column": 37, - "line": 83 + "line": 86 } } }, @@ -70689,24 +70738,24 @@ "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameLobbyPlayerInput.maxPl…' // Object.is equality", "status": "Killed", - "static": false, "testsCompleted": 3, + "static": false, "killedBy": [ - "786" + "654" ], "coveredBy": [ - "777", - "781", - "786" + "645", + "649", + "654" ], "location": { "end": { "column": 65, - "line": 84 + "line": 87 }, "start": { "column": 14, - "line": 84 + "line": 87 } } }, @@ -70716,37 +70765,40 @@ "replacement": "true", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "774" + "639" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 38, - "line": 86 + "line": 89 }, "start": { "column": 7, - "line": 86 + "line": 89 } } }, @@ -70756,37 +70808,40 @@ "replacement": "false", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", "status": "Killed", + "testsCompleted": 17, "static": false, - "testsCompleted": 14, "killedBy": [ - "787" + "655" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 38, - "line": 86 + "line": 89 }, "start": { "column": 7, - "line": 86 + "line": 89 } } }, @@ -70796,25 +70851,25 @@ "replacement": "{}", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", "status": "Killed", - "static": false, "testsCompleted": 4, + "static": false, "killedBy": [ - "787" + "655" ], "coveredBy": [ - "778", - "782", - "783", - "787" + "646", + "650", + "651", + "655" ], "location": { "end": { "column": 4, - "line": 88 + "line": 91 }, "start": { "column": 40, - "line": 86 + "line": 89 } } }, @@ -70824,25 +70879,25 @@ "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", "status": "Killed", - "static": false, "testsCompleted": 4, + "static": false, "killedBy": [ - "787" + "655" ], "coveredBy": [ - "778", - "782", - "783", - "787" + "646", + "650", + "651", + "655" ], "location": { "end": { "column": 72, - "line": 87 + "line": 90 }, "start": { "column": 14, - "line": 87 + "line": 90 } } }, @@ -70852,102 +70907,108 @@ "replacement": "true", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "774" + "639" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 42, - "line": 89 + "line": 92 }, "start": { "column": 7, - "line": 89 + "line": 92 } } }, { - "id": "2292", - "mutatorName": "BlockStatement", - "replacement": "{}", + "id": "2291", + "mutatorName": "ConditionalExpression", + "replacement": "false", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", "status": "Killed", + "testsCompleted": 18, "static": false, - "testsCompleted": 1, "killedBy": [ - "788" + "656" ], "coveredBy": [ - "788" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { - "column": 4, - "line": 91 + "column": 42, + "line": 92 }, "start": { - "column": 44, - "line": 89 + "column": 7, + "line": 92 } } }, { - "id": "2291", - "mutatorName": "ConditionalExpression", - "replacement": "false", + "id": "2292", + "mutatorName": "BlockStatement", + "replacement": "{}", "statusReason": "expected 'components.GameLobbyPlayerInput.pleas…' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", "status": "Killed", + "testsCompleted": 1, "static": false, - "testsCompleted": 15, "killedBy": [ - "788" + "656" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "656" ], "location": { "end": { - "column": 42, - "line": 89 + "column": 4, + "line": 94 }, "start": { - "column": 7, - "line": 89 + "column": 44, + "line": 92 } } }, @@ -70957,22 +71018,22 @@ "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameLobbyPlayerInput.playe…' // Object.is equality", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "788" + "656" ], "coveredBy": [ - "788" + "656" ], "location": { "end": { "column": 74, - "line": 90 + "line": 93 }, "start": { "column": 14, - "line": 90 + "line": 93 } } }, @@ -70982,135 +71043,169 @@ "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "774" + "639" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { "column": 67, - "line": 92 + "line": 95 }, "start": { "column": 12, - "line": 92 + "line": 95 } } - } - ], - "source": "\n\n" - }, - "app/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHub.vue": { - "language": "html", - "mutants": [ + }, { "id": "2296", "mutatorName": "BooleanLiteral", - "replacement": "true", - "statusReason": "expected true to be falsy", + "replacement": "playerNameInput.value", + "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": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "1262" + "639" ], "coveredBy": [ - "1261", - "1262", - "1263", - "1264", - "1265", - "1266", - "1267", - "1268", - "1269", - "1270" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { - "column": 37, - "line": 45 + "column": 29, + "line": 99 }, "start": { - "column": 32, - "line": 45 + "column": 7, + "line": 99 } } }, { "id": "2297", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected false to be truthy", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "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": [ - "1266" + "639" ], "coveredBy": [ - "1266", - "1267", - "1268", - "1269", - "1270" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { - "column": 2, - "line": 49 + "column": 29, + "line": 99 }, "start": { - "column": 23, - "line": 47 + "column": 7, + "line": 99 } } }, { "id": "2298", - "mutatorName": "BooleanLiteral", + "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "expected false to be truthy", + "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, + "testsCompleted": 3, "static": false, "killedBy": [ - "1266" + "641" ], "coveredBy": [ - "1266", - "1267", - "1268", - "1269", - "1270" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { - "column": 25, - "line": 48 + "column": 29, + "line": 99 }, "start": { - "column": 21, - "line": 48 + "column": 7, + "line": 99 } } }, @@ -71118,263 +71213,644 @@ "id": "2299", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected true to be falsy", + "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": [ - "1270" + "641" ], "coveredBy": [ - "1270" + "641" ], "location": { "end": { - "column": 2, - "line": 53 + "column": 4, + "line": 101 }, "start": { - "column": 24, - "line": 51 + "column": 31, + "line": 99 } } }, { "id": "2300", - "mutatorName": "BooleanLiteral", - "replacement": "true", - "statusReason": "expected true to be falsy", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"Player name input is not defined\",\n], but it was called with \"\"", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "1270" + "641" ], "coveredBy": [ - "1270" + "641" ], "location": { "end": { - "column": 26, - "line": 52 + "column": 57, + "line": 100 }, "start": { - "column": 21, - "line": 52 + "column": 23, + "line": 100 } } }, { "id": "2301", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "The macro defineExpose from Nuxt is breaking Stryker, so we ignore it.", - "status": "Ignored", - "static": false, - "location": { - "end": { - "column": 22, - "line": 55 - }, - "start": { - "column": 14, - "line": 55 - } - } - } - ], - "source": "\n\n" - }, - "app/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.vue": { - "language": "html", - "mutants": [ - { - "id": "2302", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected false to be truthy", + "mutatorName": "BooleanLiteral", + "replacement": "isOnTouchDevice.value", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", "status": "Killed", - "testsCompleted": 3, + "testsCompleted": 4, "static": false, "killedBy": [ - "1477" + "642" ], "coveredBy": [ - "1475", - "1476", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { - "column": 103, - "line": 57 + "column": 29, + "line": 102 }, "start": { - "column": 57, - "line": 57 + "column": 7, + "line": 102 } } }, { - "id": "2303", + "id": "2302", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "Snapshot `Game Lobby Options Hub Footer Component > should match snapshot when rendered. 1` mismatched", + "statusReason": "expected \"focus\" to not be called at all, but actually been called 1 times\n\nReceived: \n\n 1st focus call:\n\n Array []\n\n\nNumber of calls: 1\n", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 5, "static": false, "killedBy": [ - "1475" + "643" ], "coveredBy": [ - "1475", - "1476", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { - "column": 103, - "line": 57 + "column": 29, + "line": 102 }, "start": { - "column": 63, - "line": 57 + "column": 7, + "line": 102 } } }, { - "id": "2304", + "id": "2303", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "expected false to be truthy", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", "status": "Killed", - "testsCompleted": 3, + "testsCompleted": 4, "static": false, "killedBy": [ - "1477" + "642" ], "coveredBy": [ - "1475", - "1476", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { - "column": 103, - "line": 57 + "column": 29, + "line": 102 }, "start": { - "column": 63, - "line": 57 + "column": 7, + "line": 102 } } }, { "id": "2305", - "mutatorName": "EqualityOperator", - "replacement": "changedGameOptionsTexts.value.length >= 0", - "statusReason": "Snapshot `Game Lobby Options Hub Footer Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "The macro defineExpose from Nuxt is breaking Stryker, so we ignore it.", + "status": "Ignored", "static": false, - "killedBy": [ - "1475" - ], - "coveredBy": [ - "1475", - "1476", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482" - ], "location": { "end": { - "column": 103, - "line": 57 + "column": 37, + "line": 109 }, "start": { - "column": 63, - "line": 57 + "column": 14, + "line": 109 } } }, { - "id": "2306", - "mutatorName": "EqualityOperator", - "replacement": "changedGameOptionsTexts.value.length <= 0", - "statusReason": "Snapshot `Game Lobby Options Hub Footer Component > should match snapshot when rendered. 1` mismatched", + "id": "2295", + "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, + "testsCompleted": 3, "killedBy": [ - "1475" + "641" ], "coveredBy": [ - "1475", - "1476", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { - "column": 103, - "line": 57 + "column": 2, + "line": 105 }, "start": { - "column": 63, - "line": 57 + "column": 41, + "line": 98 } } }, { - "id": "2307", + "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", "status": "Killed", - "testsCompleted": 1, "static": false, + "testsCompleted": 4, "killedBy": [ - "1480" + "642" ], "coveredBy": [ - "1480" + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657" ], "location": { "end": { - "column": 2, - "line": 61 + "column": 4, + "line": 104 }, "start": { - "column": 35, - "line": 59 + "column": 31, + "line": 102 } } - }, + } + ], + "source": "\n\n" + }, + "app/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHub.vue": { + "language": "html", + "mutants": [ + { + "id": "2306", + "mutatorName": "BooleanLiteral", + "replacement": "true", + "statusReason": "expected true to be falsy", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "1265" + ], + "coveredBy": [ + "1264", + "1265", + "1266", + "1267", + "1268", + "1269", + "1270", + "1271", + "1272", + "1273" + ], + "location": { + "end": { + "column": 37, + "line": 45 + }, + "start": { + "column": 32, + "line": 45 + } + } + }, + { + "id": "2307", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1269" + ], + "coveredBy": [ + "1269", + "1270", + "1271", + "1272", + "1273" + ], + "location": { + "end": { + "column": 2, + "line": 49 + }, + "start": { + "column": 23, + "line": 47 + } + } + }, { "id": "2308", + "mutatorName": "BooleanLiteral", + "replacement": "false", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1269" + ], + "coveredBy": [ + "1269", + "1270", + "1271", + "1272", + "1273" + ], + "location": { + "end": { + "column": 25, + "line": 48 + }, + "start": { + "column": 21, + "line": 48 + } + } + }, + { + "id": "2309", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected true to be falsy", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1273" + ], + "coveredBy": [ + "1273" + ], + "location": { + "end": { + "column": 2, + "line": 53 + }, + "start": { + "column": 24, + "line": 51 + } + } + }, + { + "id": "2310", + "mutatorName": "BooleanLiteral", + "replacement": "true", + "statusReason": "expected true to be falsy", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1273" + ], + "coveredBy": [ + "1273" + ], + "location": { + "end": { + "column": 26, + "line": 52 + }, + "start": { + "column": 21, + "line": 52 + } + } + }, + { + "id": "2311", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "The macro defineExpose from Nuxt is breaking Stryker, so we ignore it.", + "status": "Ignored", + "static": false, + "location": { + "end": { + "column": 22, + "line": 55 + }, + "start": { + "column": 14, + "line": 55 + } + } + } + ], + "source": "\n\n" + }, + "app/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.vue": { + "language": "html", + "mutants": [ + { + "id": "2312", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "1480" + ], + "coveredBy": [ + "1478", + "1479", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485" + ], + "location": { + "end": { + "column": 103, + "line": 57 + }, + "start": { + "column": 57, + "line": 57 + } + } + }, + { + "id": "2313", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "Snapshot `Game Lobby Options Hub Footer Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1478" + ], + "coveredBy": [ + "1478", + "1479", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485" + ], + "location": { + "end": { + "column": 103, + "line": 57 + }, + "start": { + "column": 63, + "line": 57 + } + } + }, + { + "id": "2314", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "1480" + ], + "coveredBy": [ + "1478", + "1479", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485" + ], + "location": { + "end": { + "column": 103, + "line": 57 + }, + "start": { + "column": 63, + "line": 57 + } + } + }, + { + "id": "2315", + "mutatorName": "EqualityOperator", + "replacement": "changedGameOptionsTexts.value.length >= 0", + "statusReason": "Snapshot `Game Lobby Options Hub Footer Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1478" + ], + "coveredBy": [ + "1478", + "1479", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485" + ], + "location": { + "end": { + "column": 103, + "line": 57 + }, + "start": { + "column": 63, + "line": 57 + } + } + }, + { + "id": "2316", + "mutatorName": "EqualityOperator", + "replacement": "changedGameOptionsTexts.value.length <= 0", + "statusReason": "Snapshot `Game Lobby Options Hub Footer Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1478" + ], + "coveredBy": [ + "1478", + "1479", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485" + ], + "location": { + "end": { + "column": 103, + "line": 57 + }, + "start": { + "column": 63, + "line": 57 + } + } + }, + { + "id": "2317", + "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": [ + "1483" + ], + "coveredBy": [ + "1483" + ], + "location": { + "end": { + "column": 2, + "line": 61 + }, + "start": { + "column": 35, + "line": 59 + } + } + }, + { + "id": "2318", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be truthy", @@ -71382,10 +71858,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1482" + "1485" ], "coveredBy": [ - "1482" + "1485" ], "location": { "end": { @@ -71399,7 +71875,7 @@ } }, { - "id": "2309", + "id": "2319", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected undefined to be truthy", @@ -71407,10 +71883,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1482" + "1485" ], "coveredBy": [ - "1482" + "1485" ], "location": { "end": { @@ -71430,7 +71906,7 @@ "language": "html", "mutants": [ { - "id": "2310", + "id": "2320", "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\".", @@ -71438,18 +71914,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1592" + "1595" ], "coveredBy": [ - "1592", - "1593", - "1594", "1595", "1596", - "1931", - "1932", - "1933", - "1934" + "1597", + "1598", + "1599", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -71463,7 +71939,7 @@ } }, { - "id": "2311", + "id": "2321", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Composition Tab Component > should match snapshot when rendered. 1` mismatched", @@ -71471,18 +71947,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1592" + "1595" ], "coveredBy": [ - "1592", - "1593", - "1594", "1595", "1596", - "1931", - "1932", - "1933", - "1934" + "1597", + "1598", + "1599", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -71496,7 +71972,7 @@ } }, { - "id": "2312", + "id": "2322", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -71504,10 +71980,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1596" + "1599" ], "coveredBy": [ - "1596" + "1599" ], "location": { "end": { @@ -71521,7 +71997,7 @@ } }, { - "id": "2313", + "id": "2323", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Composition Tab Component > should match snapshot when rendered. 1` mismatched", @@ -71529,18 +72005,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1592" + "1595" ], "coveredBy": [ - "1592", - "1593", - "1594", "1595", "1596", - "1931", - "1932", - "1933", - "1934" + "1597", + "1598", + "1599", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -71554,7 +72030,7 @@ } }, { - "id": "2314", + "id": "2324", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Composition Tab Component > should match snapshot when rendered. 1` mismatched", @@ -71562,18 +72038,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1592" + "1595" ], "coveredBy": [ - "1592", - "1593", - "1594", "1595", "1596", - "1931", - "1932", - "1933", - "1934" + "1597", + "1598", + "1599", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -71593,7 +72069,7 @@ "language": "html", "mutants": [ { - "id": "2315", + "id": "2325", "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\".", @@ -71601,18 +72077,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1568", - "1569", - "1570", "1571", "1572", - "1931", - "1932", - "1933", - "1934" + "1573", + "1574", + "1575", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -71626,7 +72102,7 @@ } }, { - "id": "2316", + "id": "2326", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Actor Component > should match snapshot when rendered. 1` mismatched", @@ -71634,18 +72110,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1568" + "1571" ], "coveredBy": [ - "1568", - "1569", - "1570", "1571", "1572", - "1931", - "1932", - "1933", - "1934" + "1573", + "1574", + "1575", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -71659,7 +72135,7 @@ } }, { - "id": "2317", + "id": "2327", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -71667,10 +72143,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1572" + "1575" ], "coveredBy": [ - "1572" + "1575" ], "location": { "end": { @@ -71684,7 +72160,7 @@ } }, { - "id": "2318", + "id": "2328", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Actor Component > should match snapshot when rendered. 1` mismatched", @@ -71692,18 +72168,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1568" + "1571" ], "coveredBy": [ - "1568", - "1569", - "1570", "1571", "1572", - "1931", - "1932", - "1933", - "1934" + "1573", + "1574", + "1575", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -71717,7 +72193,7 @@ } }, { - "id": "2319", + "id": "2329", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Actor Component > should match snapshot when rendered. 1` mismatched", @@ -71725,18 +72201,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1568" + "1571" ], "coveredBy": [ - "1568", - "1569", - "1570", "1571", "1572", - "1931", - "1932", - "1933", - "1934" + "1573", + "1574", + "1575", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -71756,7 +72232,7 @@ "language": "html", "mutants": [ { - "id": "2320", + "id": "2330", "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\".", @@ -71764,18 +72240,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1542" + "1545" ], "coveredBy": [ - "1542", - "1543", - "1544", "1545", "1546", - "1931", - "1932", - "1933", - "1934" + "1547", + "1548", + "1549", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -71789,7 +72265,7 @@ } }, { - "id": "2321", + "id": "2331", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab Bear Tamer Component > should match snapshot when rendered. 1` mismatched", @@ -71797,18 +72273,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1542" + "1545" ], "coveredBy": [ - "1542", - "1543", - "1544", "1545", "1546", - "1931", - "1932", - "1933", - "1934" + "1547", + "1548", + "1549", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -71822,7 +72298,7 @@ } }, { - "id": "2322", + "id": "2332", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -71830,10 +72306,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1546" + "1549" ], "coveredBy": [ - "1546" + "1549" ], "location": { "end": { @@ -71847,7 +72323,7 @@ } }, { - "id": "2323", + "id": "2333", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab Bear Tamer Component > should match snapshot when rendered. 1` mismatched", @@ -71855,18 +72331,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1542" + "1545" ], "coveredBy": [ - "1542", - "1543", - "1544", "1545", "1546", - "1931", - "1932", - "1933", - "1934" + "1547", + "1548", + "1549", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -71880,7 +72356,7 @@ } }, { - "id": "2324", + "id": "2334", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -71888,18 +72364,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1542", - "1543", - "1544", "1545", "1546", - "1931", - "1932", - "1933", - "1934" + "1547", + "1548", + "1549", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -71919,7 +72395,7 @@ "language": "html", "mutants": [ { - "id": "2325", + "id": "2335", "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\".", @@ -71927,18 +72403,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1553" + "1556" ], "coveredBy": [ - "1553", - "1554", - "1555", "1556", "1557", - "1931", - "1932", - "1933", - "1934" + "1558", + "1559", + "1560", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -71952,7 +72428,7 @@ } }, { - "id": "2326", + "id": "2336", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -71960,18 +72436,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1553", - "1554", - "1555", "1556", "1557", - "1931", - "1932", - "1933", - "1934" + "1558", + "1559", + "1560", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -71985,7 +72461,7 @@ } }, { - "id": "2327", + "id": "2337", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -71993,10 +72469,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1557" + "1560" ], "coveredBy": [ - "1557" + "1560" ], "location": { "end": { @@ -72010,7 +72486,7 @@ } }, { - "id": "2328", + "id": "2338", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -72018,18 +72494,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1553", - "1554", - "1555", "1556", "1557", - "1931", - "1932", - "1933", - "1934" + "1558", + "1559", + "1560", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72043,7 +72519,7 @@ } }, { - "id": "2329", + "id": "2339", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -72051,18 +72527,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1553", - "1554", - "1555", "1556", "1557", - "1931", - "1932", - "1933", - "1934" + "1558", + "1559", + "1560", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72082,7 +72558,7 @@ "language": "html", "mutants": [ { - "id": "2330", + "id": "2340", "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\".", @@ -72090,22 +72566,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1164" + "1167" ], "coveredBy": [ - "1164", - "1165", - "1166", "1167", "1168", "1169", "1170", "1171", "1172", - "1931", - "1932", - "1933", - "1934" + "1173", + "1174", + "1175", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72119,7 +72595,7 @@ } }, { - "id": "2331", + "id": "2341", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -72127,22 +72603,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1164", - "1165", - "1166", "1167", "1168", "1169", "1170", "1171", "1172", - "1931", - "1932", - "1933", - "1934" + "1173", + "1174", + "1175", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72156,7 +72632,7 @@ } }, { - "id": "2332", + "id": "2342", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -72164,10 +72640,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1168" + "1171" ], "coveredBy": [ - "1168" + "1171" ], "location": { "end": { @@ -72181,7 +72657,7 @@ } }, { - "id": "2333", + "id": "2343", "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\".", @@ -72189,22 +72665,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1164", - "1165", - "1166", "1167", "1168", "1169", "1170", "1171", "1172", - "1931", - "1932", - "1933", - "1934" + "1173", + "1174", + "1175", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72218,7 +72694,7 @@ } }, { - "id": "2334", + "id": "2344", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -72226,22 +72702,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1164", - "1165", - "1166", "1167", "1168", "1169", "1170", "1171", "1172", - "1931", - "1932", - "1933", - "1934" + "1173", + "1174", + "1175", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72255,7 +72731,7 @@ } }, { - "id": "2335", + "id": "2345", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -72263,10 +72739,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1172" + "1175" ], "coveredBy": [ - "1172" + "1175" ], "location": { "end": { @@ -72280,7 +72756,7 @@ } }, { - "id": "2336", + "id": "2346", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Cupid Component > should match snapshot when rendered. 1` mismatched", @@ -72288,22 +72764,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1164" + "1167" ], "coveredBy": [ - "1164", - "1165", - "1166", "1167", "1168", "1169", "1170", "1171", "1172", - "1931", - "1932", - "1933", - "1934" + "1173", + "1174", + "1175", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72317,7 +72793,7 @@ } }, { - "id": "2337", + "id": "2347", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -72325,22 +72801,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1164", - "1165", - "1166", "1167", "1168", "1169", "1170", "1171", "1172", - "1931", - "1932", - "1933", - "1934" + "1173", + "1174", + "1175", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72354,7 +72830,7 @@ } }, { - "id": "2338", + "id": "2348", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Cupid Component > should match snapshot when rendered. 1` mismatched", @@ -72362,22 +72838,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1164" + "1167" ], "coveredBy": [ - "1164", - "1165", - "1166", "1167", "1168", "1169", "1170", "1171", "1172", - "1931", - "1932", - "1933", - "1934" + "1173", + "1174", + "1175", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72391,7 +72867,7 @@ } }, { - "id": "2339", + "id": "2349", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Cupid Component > should match snapshot when rendered. 1` mismatched", @@ -72399,22 +72875,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1164" + "1167" ], "coveredBy": [ - "1164", - "1165", - "1166", "1167", "1168", "1169", "1170", "1171", "1172", - "1931", - "1932", - "1933", - "1934" + "1173", + "1174", + "1175", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72434,7 +72910,7 @@ "language": "html", "mutants": [ { - "id": "2340", + "id": "2350", "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\".", @@ -72442,18 +72918,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1615", - "1616", - "1617", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72467,7 +72943,7 @@ } }, { - "id": "2341", + "id": "2351", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Defender Component > should match snapshot when rendered. 1` mismatched", @@ -72475,18 +72951,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1615" + "1618" ], "coveredBy": [ - "1615", - "1616", - "1617", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72500,7 +72976,7 @@ } }, { - "id": "2342", + "id": "2352", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -72508,10 +72984,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1619" + "1622" ], "coveredBy": [ - "1619" + "1622" ], "location": { "end": { @@ -72525,7 +73001,7 @@ } }, { - "id": "2343", + "id": "2353", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Defender Component > should match snapshot when rendered. 1` mismatched", @@ -72533,18 +73009,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1615" + "1618" ], "coveredBy": [ - "1615", - "1616", - "1617", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72558,7 +73034,7 @@ } }, { - "id": "2344", + "id": "2354", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Defender Component > should match snapshot when rendered. 1` mismatched", @@ -72566,18 +73042,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1615" + "1618" ], "coveredBy": [ - "1615", - "1616", - "1617", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72597,7 +73073,7 @@ "language": "html", "mutants": [ { - "id": "2345", + "id": "2355", "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\".", @@ -72605,12 +73081,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "965" + "968" ], "coveredBy": [ - "965", - "966", - "967", "968", "969", "970", @@ -72619,10 +73092,13 @@ "973", "974", "975", - "1931", - "1932", - "1933", - "1934" + "976", + "977", + "978", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72636,7 +73112,7 @@ } }, { - "id": "2346", + "id": "2356", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Elder Component > should match snapshot when rendered. 1` mismatched", @@ -72644,12 +73120,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "965" + "968" ], "coveredBy": [ - "965", - "966", - "967", "968", "969", "970", @@ -72658,10 +73131,13 @@ "973", "974", "975", - "1931", - "1932", - "1933", - "1934" + "976", + "977", + "978", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72675,7 +73151,7 @@ } }, { - "id": "2347", + "id": "2357", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -72683,12 +73159,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "969" + "972" ], "coveredBy": [ - "969", - "970", - "971" + "972", + "973", + "974" ], "location": { "end": { @@ -72702,7 +73178,7 @@ } }, { - "id": "2348", + "id": "2358", "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", @@ -72710,12 +73186,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "969" + "972" ], "coveredBy": [ - "969", - "970", - "971" + "972", + "973", + "974" ], "location": { "end": { @@ -72729,7 +73205,7 @@ } }, { - "id": "2349", + "id": "2359", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": null,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -72737,12 +73213,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "971" + "974" ], "coveredBy": [ - "969", - "970", - "971" + "972", + "973", + "974" ], "location": { "end": { @@ -72756,7 +73232,7 @@ } }, { - "id": "2350", + "id": "2360", "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", @@ -72764,12 +73240,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "969" + "972" ], "coveredBy": [ - "969", - "970", - "971" + "972", + "973", + "974" ], "location": { "end": { @@ -72783,7 +73259,7 @@ } }, { - "id": "2351", + "id": "2361", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": null,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -72791,10 +73267,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "971" + "974" ], "coveredBy": [ - "971" + "974" ], "location": { "end": { @@ -72808,7 +73284,7 @@ } }, { - "id": "2352", + "id": "2362", "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\".", @@ -72816,12 +73292,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "965" + "968" ], "coveredBy": [ - "965", - "966", - "967", "968", "969", "970", @@ -72830,10 +73303,13 @@ "973", "974", "975", - "1931", - "1932", - "1933", - "1934" + "976", + "977", + "978", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72847,7 +73323,7 @@ } }, { - "id": "2353", + "id": "2363", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -72855,12 +73331,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "965", - "966", - "967", "968", "969", "970", @@ -72869,10 +73342,13 @@ "973", "974", "975", - "1931", - "1932", - "1933", - "1934" + "976", + "977", + "978", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72886,7 +73362,7 @@ } }, { - "id": "2354", + "id": "2364", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -72894,10 +73370,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "975" + "978" ], "coveredBy": [ - "975" + "978" ], "location": { "end": { @@ -72911,7 +73387,7 @@ } }, { - "id": "2355", + "id": "2365", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -72919,12 +73395,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "965", - "966", - "967", "968", "969", "970", @@ -72933,10 +73406,13 @@ "973", "974", "975", - "1931", - "1932", - "1933", - "1934" + "976", + "977", + "978", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72950,7 +73426,7 @@ } }, { - "id": "2356", + "id": "2366", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Elder Component > should match snapshot when rendered. 1` mismatched", @@ -72958,12 +73434,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "965" + "968" ], "coveredBy": [ - "965", - "966", - "967", "968", "969", "970", @@ -72972,10 +73445,13 @@ "973", "974", "975", - "1931", - "1932", - "1933", - "1934" + "976", + "977", + "978", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -72989,7 +73465,7 @@ } }, { - "id": "2357", + "id": "2367", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -72997,12 +73473,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "965", - "966", - "967", "968", "969", "970", @@ -73011,10 +73484,13 @@ "973", "974", "975", - "1931", - "1932", - "1933", - "1934" + "976", + "977", + "978", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73028,7 +73504,7 @@ } }, { - "id": "2358", + "id": "2368", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Elder Component > should match snapshot when rendered. 1` mismatched", @@ -73036,12 +73512,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "965" + "968" ], "coveredBy": [ - "965", - "966", - "967", "968", "969", "970", @@ -73050,10 +73523,13 @@ "973", "974", "975", - "1931", - "1932", - "1933", - "1934" + "976", + "977", + "978", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73073,7 +73549,7 @@ "language": "html", "mutants": [ { - "id": "2359", + "id": "2369", "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\".", @@ -73081,18 +73557,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1602" + "1605" ], "coveredBy": [ - "1602", - "1603", - "1604", "1605", "1606", - "1931", - "1932", - "1933", - "1934" + "1607", + "1608", + "1609", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73106,7 +73582,7 @@ } }, { - "id": "2360", + "id": "2370", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -73114,18 +73590,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1602", - "1603", - "1604", "1605", "1606", - "1931", - "1932", - "1933", - "1934" + "1607", + "1608", + "1609", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73139,7 +73615,7 @@ } }, { - "id": "2361", + "id": "2371", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -73147,10 +73623,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1606" + "1609" ], "coveredBy": [ - "1606" + "1609" ], "location": { "end": { @@ -73164,7 +73640,7 @@ } }, { - "id": "2362", + "id": "2372", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -73172,18 +73648,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1602", - "1603", - "1604", "1605", "1606", - "1931", - "1932", - "1933", - "1934" + "1607", + "1608", + "1609", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73197,7 +73673,7 @@ } }, { - "id": "2363", + "id": "2373", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Fox Component > should match snapshot when rendered. 1` mismatched", @@ -73205,18 +73681,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1602" + "1605" ], "coveredBy": [ - "1602", - "1603", - "1604", "1605", "1606", - "1931", - "1932", - "1933", - "1934" + "1607", + "1608", + "1609", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73236,7 +73712,7 @@ "language": "html", "mutants": [ { - "id": "2364", + "id": "2374", "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\".", @@ -73244,12 +73720,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1081", - "1082", - "1083", "1084", "1085", "1086", @@ -73257,10 +73730,13 @@ "1088", "1089", "1090", - "1931", - "1932", - "1933", - "1934" + "1091", + "1092", + "1093", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73274,7 +73750,7 @@ } }, { - "id": "2365", + "id": "2375", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -73282,12 +73758,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1081", - "1082", - "1083", "1084", "1085", "1086", @@ -73295,10 +73768,13 @@ "1088", "1089", "1090", - "1931", - "1932", - "1933", - "1934" + "1091", + "1092", + "1093", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73312,7 +73788,7 @@ } }, { - "id": "2366", + "id": "2376", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -73320,10 +73796,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1086" + "1089" ], "coveredBy": [ - "1086" + "1089" ], "location": { "end": { @@ -73337,7 +73813,7 @@ } }, { - "id": "2367", + "id": "2377", "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\".", @@ -73345,12 +73821,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1081", - "1082", - "1083", "1084", "1085", "1086", @@ -73358,10 +73831,13 @@ "1088", "1089", "1090", - "1931", - "1932", - "1933", - "1934" + "1091", + "1092", + "1093", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73375,7 +73851,7 @@ } }, { - "id": "2368", + "id": "2378", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab General Component > should match snapshot when rendered. 1` mismatched", @@ -73383,12 +73859,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1081" + "1084" ], "coveredBy": [ - "1081", - "1082", - "1083", "1084", "1085", "1086", @@ -73396,10 +73869,13 @@ "1088", "1089", "1090", - "1931", - "1932", - "1933", - "1934" + "1091", + "1092", + "1093", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73413,7 +73889,7 @@ } }, { - "id": "2369", + "id": "2379", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -73421,10 +73897,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1090" + "1093" ], "coveredBy": [ - "1090" + "1093" ], "location": { "end": { @@ -73438,7 +73914,7 @@ } }, { - "id": "2370", + "id": "2380", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab General Component > should match snapshot when rendered. 1` mismatched", @@ -73446,12 +73922,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1081" + "1084" ], "coveredBy": [ - "1081", - "1082", - "1083", "1084", "1085", "1086", @@ -73459,10 +73932,13 @@ "1088", "1089", "1090", - "1931", - "1932", - "1933", - "1934" + "1091", + "1092", + "1093", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73476,7 +73952,7 @@ } }, { - "id": "2371", + "id": "2381", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab General Component > should match snapshot when rendered. 1` mismatched", @@ -73484,12 +73960,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1081" + "1084" ], "coveredBy": [ - "1081", - "1082", - "1083", "1084", "1085", "1086", @@ -73497,10 +73970,13 @@ "1088", "1089", "1090", - "1931", - "1932", - "1933", - "1934" + "1091", + "1092", + "1093", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73514,7 +73990,7 @@ } }, { - "id": "2372", + "id": "2382", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab General Component > should match snapshot when rendered. 1` mismatched", @@ -73522,12 +73998,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1081" + "1084" ], "coveredBy": [ - "1081", - "1082", - "1083", "1084", "1085", "1086", @@ -73535,10 +74008,13 @@ "1088", "1089", "1090", - "1931", - "1932", - "1933", - "1934" + "1091", + "1092", + "1093", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73552,7 +74028,7 @@ } }, { - "id": "2373", + "id": "2383", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab General Component > should match snapshot when rendered. 1` mismatched", @@ -73560,12 +74036,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1081" + "1084" ], "coveredBy": [ - "1081", - "1082", - "1083", "1084", "1085", "1086", @@ -73573,10 +74046,13 @@ "1088", "1089", "1090", - "1931", - "1932", - "1933", - "1934" + "1091", + "1092", + "1093", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73596,7 +74072,7 @@ "language": "html", "mutants": [ { - "id": "2374", + "id": "2384", "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\".", @@ -73604,18 +74080,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1584" + "1587" ], "coveredBy": [ - "1584", - "1585", - "1586", "1587", "1588", - "1931", - "1932", - "1933", - "1934" + "1589", + "1590", + "1591", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73629,7 +74105,7 @@ } }, { - "id": "2375", + "id": "2385", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Idiot Component > should match snapshot when rendered. 1` mismatched", @@ -73637,18 +74113,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1584" + "1587" ], "coveredBy": [ - "1584", - "1585", - "1586", "1587", "1588", - "1931", - "1932", - "1933", - "1934" + "1589", + "1590", + "1591", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73662,7 +74138,7 @@ } }, { - "id": "2376", + "id": "2386", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -73670,10 +74146,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1588" + "1591" ], "coveredBy": [ - "1588" + "1591" ], "location": { "end": { @@ -73687,7 +74163,7 @@ } }, { - "id": "2377", + "id": "2387", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Idiot Component > should match snapshot when rendered. 1` mismatched", @@ -73695,18 +74171,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1584" + "1587" ], "coveredBy": [ - "1584", - "1585", - "1586", "1587", "1588", - "1931", - "1932", - "1933", - "1934" + "1589", + "1590", + "1591", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73720,7 +74196,7 @@ } }, { - "id": "2378", + "id": "2388", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Idiot Component > should match snapshot when rendered. 1` mismatched", @@ -73728,18 +74204,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1584" + "1587" ], "coveredBy": [ - "1584", - "1585", - "1586", "1587", "1588", - "1931", - "1932", - "1933", - "1934" + "1589", + "1590", + "1591", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73759,7 +74235,7 @@ "language": "html", "mutants": [ { - "id": "2379", + "id": "2389", "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\".", @@ -73767,18 +74243,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1597", - "1598", - "1599", "1600", "1601", - "1931", - "1932", - "1933", - "1934" + "1602", + "1603", + "1604", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73792,7 +74268,7 @@ } }, { - "id": "2380", + "id": "2390", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Little Girl Component > should match snapshot when rendered. 1` mismatched", @@ -73800,18 +74276,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1597" + "1600" ], "coveredBy": [ - "1597", - "1598", - "1599", "1600", "1601", - "1931", - "1932", - "1933", - "1934" + "1602", + "1603", + "1604", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73825,7 +74301,7 @@ } }, { - "id": "2381", + "id": "2391", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -73833,10 +74309,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1601" + "1604" ], "coveredBy": [ - "1601" + "1604" ], "location": { "end": { @@ -73850,7 +74326,7 @@ } }, { - "id": "2382", + "id": "2392", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Little Girl Component > should match snapshot when rendered. 1` mismatched", @@ -73858,18 +74334,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1597" + "1600" ], "coveredBy": [ - "1597", - "1598", - "1599", "1600", "1601", - "1931", - "1932", - "1933", - "1934" + "1602", + "1603", + "1604", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73883,7 +74359,7 @@ } }, { - "id": "2383", + "id": "2393", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Little Girl Component > should match snapshot when rendered. 1` mismatched", @@ -73891,18 +74367,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1597" + "1600" ], "coveredBy": [ - "1597", - "1598", - "1599", "1600", "1601", - "1931", - "1932", - "1933", - "1934" + "1602", + "1603", + "1604", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73922,7 +74398,7 @@ "language": "html", "mutants": [ { - "id": "2384", + "id": "2394", "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\".", @@ -73930,28 +74406,28 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "1931", - "1932", - "1933", - "1934" + "674", + "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -73965,7 +74441,7 @@ } }, { - "id": "2385", + "id": "2395", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Pied Piper Component > should match snapshot when rendered. 1` mismatched", @@ -73973,28 +74449,28 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "655" + "674" ], "coveredBy": [ - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "1931", - "1932", - "1933", - "1934" + "674", + "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74008,7 +74484,7 @@ } }, { - "id": "2386", + "id": "2396", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -74016,12 +74492,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "659" + "678" ], "coveredBy": [ - "659", - "660", - "661" + "678", + "679", + "680" ], "location": { "end": { @@ -74035,7 +74511,7 @@ } }, { - "id": "2387", + "id": "2397", "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", @@ -74043,12 +74519,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "659" + "678" ], "coveredBy": [ - "659", - "660", - "661" + "678", + "679", + "680" ], "location": { "end": { @@ -74062,7 +74538,7 @@ } }, { - "id": "2388", + "id": "2398", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": null,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -74070,12 +74546,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "661" + "680" ], "coveredBy": [ - "659", - "660", - "661" + "678", + "679", + "680" ], "location": { "end": { @@ -74089,7 +74565,7 @@ } }, { - "id": "2389", + "id": "2399", "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", @@ -74097,12 +74573,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "659" + "678" ], "coveredBy": [ - "659", - "660", - "661" + "678", + "679", + "680" ], "location": { "end": { @@ -74116,7 +74592,7 @@ } }, { - "id": "2390", + "id": "2400", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": null,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -74124,10 +74600,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "661" + "680" ], "coveredBy": [ - "661" + "680" ], "location": { "end": { @@ -74141,7 +74617,7 @@ } }, { - "id": "2391", + "id": "2401", "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\".", @@ -74149,28 +74625,28 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "655" + "674" ], "coveredBy": [ - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "1931", - "1932", - "1933", - "1934" + "674", + "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74184,7 +74660,7 @@ } }, { - "id": "2392", + "id": "2402", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -74192,28 +74668,28 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "1931", - "1932", - "1933", - "1934" + "674", + "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74227,7 +74703,7 @@ } }, { - "id": "2393", + "id": "2403", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -74235,10 +74711,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "665" + "684" ], "coveredBy": [ - "665" + "684" ], "location": { "end": { @@ -74252,7 +74728,7 @@ } }, { - "id": "2394", + "id": "2404", "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\".", @@ -74260,28 +74736,28 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "1931", - "1932", - "1933", - "1934" + "674", + "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74295,7 +74771,7 @@ } }, { - "id": "2395", + "id": "2405", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -74303,28 +74779,28 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "1931", - "1932", - "1933", - "1934" + "674", + "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74338,7 +74814,7 @@ } }, { - "id": "2396", + "id": "2406", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -74346,10 +74822,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "669" + "688" ], "coveredBy": [ - "669" + "688" ], "location": { "end": { @@ -74363,7 +74839,7 @@ } }, { - "id": "2397", + "id": "2407", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Pied Piper Component > should match snapshot when rendered. 1` mismatched", @@ -74371,28 +74847,28 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "655" + "674" ], "coveredBy": [ - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "1931", - "1932", - "1933", - "1934" + "674", + "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74406,7 +74882,7 @@ } }, { - "id": "2398", + "id": "2408", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Pied Piper Component > should match snapshot when rendered. 1` mismatched", @@ -74414,28 +74890,28 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "655" + "674" ], "coveredBy": [ - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "1931", - "1932", - "1933", - "1934" + "674", + "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74449,7 +74925,7 @@ } }, { - "id": "2399", + "id": "2409", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Pied Piper Component > should match snapshot when rendered. 1` mismatched", @@ -74457,28 +74933,28 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "655" + "674" ], "coveredBy": [ - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "1931", - "1932", - "1933", - "1934" + "674", + "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74492,7 +74968,7 @@ } }, { - "id": "2400", + "id": "2410", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Pied Piper Component > should match snapshot when rendered. 1` mismatched", @@ -74500,28 +74976,28 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "655" + "674" ], "coveredBy": [ - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "1931", - "1932", - "1933", - "1934" + "674", + "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74535,7 +75011,7 @@ } }, { - "id": "2401", + "id": "2411", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Pied Piper Component > should match snapshot when rendered. 1` mismatched", @@ -74543,28 +75019,28 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "655" + "674" ], "coveredBy": [ - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "1931", - "1932", - "1933", - "1934" + "674", + "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74578,7 +75054,7 @@ } }, { - "id": "2402", + "id": "2412", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Pied Piper Component > should match snapshot when rendered. 1` mismatched", @@ -74586,28 +75062,28 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "655" + "674" ], "coveredBy": [ - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "1931", - "1932", - "1933", - "1934" + "674", + "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74627,7 +75103,7 @@ "language": "html", "mutants": [ { - "id": "2403", + "id": "2413", "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\".", @@ -74635,18 +75111,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1500" + "1503" ], "coveredBy": [ - "1500", - "1501", - "1502", "1503", "1504", - "1931", - "1932", - "1933", - "1934" + "1505", + "1506", + "1507", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74660,7 +75136,7 @@ } }, { - "id": "2404", + "id": "2414", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Prejudiced Manipulator Component > should match snapshot when rendered. 1` mismatched", @@ -74668,18 +75144,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1500" + "1503" ], "coveredBy": [ - "1500", - "1501", - "1502", "1503", "1504", - "1931", - "1932", - "1933", - "1934" + "1505", + "1506", + "1507", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74693,7 +75169,7 @@ } }, { - "id": "2405", + "id": "2415", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -74701,10 +75177,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1504" + "1507" ], "coveredBy": [ - "1504" + "1507" ], "location": { "end": { @@ -74718,7 +75194,7 @@ } }, { - "id": "2406", + "id": "2416", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Prejudiced Manipulator Component > should match snapshot when rendered. 1` mismatched", @@ -74726,18 +75202,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1500" + "1503" ], "coveredBy": [ - "1500", - "1501", - "1502", "1503", "1504", - "1931", - "1932", - "1933", - "1934" + "1505", + "1506", + "1507", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74751,7 +75227,7 @@ } }, { - "id": "2407", + "id": "2417", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Prejudiced Manipulator Component > should match snapshot when rendered. 1` mismatched", @@ -74759,18 +75235,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1500" + "1503" ], "coveredBy": [ - "1500", - "1501", - "1502", "1503", "1504", - "1931", - "1932", - "1933", - "1934" + "1505", + "1506", + "1507", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74790,7 +75266,7 @@ "language": "html", "mutants": [ { - "id": "2408", + "id": "2418", "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\".", @@ -74798,20 +75274,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1388", - "1389", - "1390", "1391", "1392", "1393", "1394", - "1931", - "1932", - "1933", - "1934" + "1395", + "1396", + "1397", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74825,7 +75301,7 @@ } }, { - "id": "2409", + "id": "2419", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Scandalmonger Component > should match snapshot when rendered. 1` mismatched", @@ -74833,20 +75309,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1388" + "1391" ], "coveredBy": [ - "1388", - "1389", - "1390", "1391", "1392", "1393", "1394", - "1931", - "1932", - "1933", - "1934" + "1395", + "1396", + "1397", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -74860,7 +75336,7 @@ } }, { - "id": "2410", + "id": "2420", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -74868,12 +75344,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1392" + "1395" ], "coveredBy": [ - "1392", - "1393", - "1394" + "1395", + "1396", + "1397" ], "location": { "end": { @@ -74887,7 +75363,7 @@ } }, { - "id": "2411", + "id": "2421", "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", @@ -74895,12 +75371,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1392" + "1395" ], "coveredBy": [ - "1392", - "1393", - "1394" + "1395", + "1396", + "1397" ], "location": { "end": { @@ -74914,7 +75390,7 @@ } }, { - "id": "2412", + "id": "2422", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": null,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -74922,12 +75398,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1394" + "1397" ], "coveredBy": [ - "1392", - "1393", - "1394" + "1395", + "1396", + "1397" ], "location": { "end": { @@ -74941,7 +75417,7 @@ } }, { - "id": "2413", + "id": "2423", "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", @@ -74949,12 +75425,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1392" + "1395" ], "coveredBy": [ - "1392", - "1393", - "1394" + "1395", + "1396", + "1397" ], "location": { "end": { @@ -74968,7 +75444,7 @@ } }, { - "id": "2414", + "id": "2424", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": null,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -74976,10 +75452,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1394" + "1397" ], "coveredBy": [ - "1394" + "1397" ], "location": { "end": { @@ -74993,7 +75469,7 @@ } }, { - "id": "2415", + "id": "2425", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Scandalmonger Component > should match snapshot when rendered. 1` mismatched", @@ -75001,20 +75477,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1388" + "1391" ], "coveredBy": [ - "1388", - "1389", - "1390", "1391", "1392", "1393", "1394", - "1931", - "1932", - "1933", - "1934" + "1395", + "1396", + "1397", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75028,7 +75504,7 @@ } }, { - "id": "2416", + "id": "2426", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Scandalmonger Component > should match snapshot when rendered. 1` mismatched", @@ -75036,20 +75512,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1388" + "1391" ], "coveredBy": [ - "1388", - "1389", - "1390", "1391", "1392", "1393", "1394", - "1931", - "1932", - "1933", - "1934" + "1395", + "1396", + "1397", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75069,7 +75545,7 @@ "language": "html", "mutants": [ { - "id": "2417", + "id": "2427", "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\".", @@ -75077,22 +75553,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1200", - "1201", - "1202", "1203", "1204", "1205", "1206", "1207", "1208", - "1931", - "1932", - "1933", - "1934" + "1209", + "1210", + "1211", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75106,7 +75582,7 @@ } }, { - "id": "2418", + "id": "2428", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Seer Component > should match snapshot when rendered. 1` mismatched", @@ -75114,22 +75590,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1200" + "1203" ], "coveredBy": [ - "1200", - "1201", - "1202", "1203", "1204", "1205", "1206", "1207", "1208", - "1931", - "1932", - "1933", - "1934" + "1209", + "1210", + "1211", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75143,7 +75619,7 @@ } }, { - "id": "2419", + "id": "2429", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -75151,10 +75627,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1204" + "1207" ], "coveredBy": [ - "1204" + "1207" ], "location": { "end": { @@ -75168,7 +75644,7 @@ } }, { - "id": "2420", + "id": "2430", "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\".", @@ -75176,22 +75652,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1200" + "1203" ], "coveredBy": [ - "1200", - "1201", - "1202", "1203", "1204", "1205", "1206", "1207", "1208", - "1931", - "1932", - "1933", - "1934" + "1209", + "1210", + "1211", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75205,7 +75681,7 @@ } }, { - "id": "2421", + "id": "2431", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Seer Component > should match snapshot when rendered. 1` mismatched", @@ -75213,22 +75689,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1200" + "1203" ], "coveredBy": [ - "1200", - "1201", - "1202", "1203", "1204", "1205", "1206", "1207", "1208", - "1931", - "1932", - "1933", - "1934" + "1209", + "1210", + "1211", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75242,7 +75718,7 @@ } }, { - "id": "2422", + "id": "2432", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -75250,10 +75726,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1208" + "1211" ], "coveredBy": [ - "1208" + "1211" ], "location": { "end": { @@ -75267,7 +75743,7 @@ } }, { - "id": "2423", + "id": "2433", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Seer Component > should match snapshot when rendered. 1` mismatched", @@ -75275,22 +75751,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1200" + "1203" ], "coveredBy": [ - "1200", - "1201", - "1202", "1203", "1204", "1205", "1206", "1207", "1208", - "1931", - "1932", - "1933", - "1934" + "1209", + "1210", + "1211", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75304,7 +75780,7 @@ } }, { - "id": "2424", + "id": "2434", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Seer Component > should match snapshot when rendered. 1` mismatched", @@ -75312,22 +75788,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1200" + "1203" ], "coveredBy": [ - "1200", - "1201", - "1202", "1203", "1204", "1205", "1206", "1207", "1208", - "1931", - "1932", - "1933", - "1934" + "1209", + "1210", + "1211", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75341,7 +75817,7 @@ } }, { - "id": "2425", + "id": "2435", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Seer Component > should match snapshot when rendered. 1` mismatched", @@ -75349,22 +75825,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1200" + "1203" ], "coveredBy": [ - "1200", - "1201", - "1202", "1203", "1204", "1205", "1206", "1207", "1208", - "1931", - "1932", - "1933", - "1934" + "1209", + "1210", + "1211", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75378,7 +75854,7 @@ } }, { - "id": "2426", + "id": "2436", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Seer Component > should match snapshot when rendered. 1` mismatched", @@ -75386,22 +75862,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1200" + "1203" ], "coveredBy": [ - "1200", - "1201", - "1202", "1203", "1204", "1205", "1206", "1207", "1208", - "1931", - "1932", - "1933", - "1934" + "1209", + "1210", + "1211", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75421,7 +75897,7 @@ "language": "html", "mutants": [ { - "id": "2427", + "id": "2437", "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\".", @@ -75429,29 +75905,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "688" + "707" ], "coveredBy": [ - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1931", - "1932", - "1933", - "1934" + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75465,7 +75941,7 @@ } }, { - "id": "2428", + "id": "2438", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -75473,29 +75949,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "688" + "707" ], "coveredBy": [ - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1931", - "1932", - "1933", - "1934" + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75509,7 +75985,7 @@ } }, { - "id": "2429", + "id": "2439", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -75517,10 +75993,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "695" + "714" ], "coveredBy": [ - "695" + "714" ], "location": { "end": { @@ -75534,7 +76010,7 @@ } }, { - "id": "2430", + "id": "2440", "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\".", @@ -75542,29 +76018,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "688" + "707" ], "coveredBy": [ - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1931", - "1932", - "1933", - "1934" + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75578,7 +76054,7 @@ } }, { - "id": "2431", + "id": "2441", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -75586,29 +76062,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "688" + "707" ], "coveredBy": [ - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1931", - "1932", - "1933", - "1934" + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75622,7 +76098,7 @@ } }, { - "id": "2432", + "id": "2442", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -75630,10 +76106,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "699" + "718" ], "coveredBy": [ - "699" + "718" ], "location": { "end": { @@ -75647,7 +76123,7 @@ } }, { - "id": "2433", + "id": "2443", "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\".", @@ -75655,29 +76131,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "688" + "707" ], "coveredBy": [ - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1931", - "1932", - "1933", - "1934" + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75691,7 +76167,7 @@ } }, { - "id": "2434", + "id": "2444", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -75699,29 +76175,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "688" + "707" ], "coveredBy": [ - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1931", - "1932", - "1933", - "1934" + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75735,7 +76211,7 @@ } }, { - "id": "2435", + "id": "2445", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -75743,10 +76219,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "703" + "722" ], "coveredBy": [ - "703" + "722" ], "location": { "end": { @@ -75760,7 +76236,7 @@ } }, { - "id": "2436", + "id": "2446", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -75768,29 +76244,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "688" + "707" ], "coveredBy": [ - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1931", - "1932", - "1933", - "1934" + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75804,7 +76280,7 @@ } }, { - "id": "2437", + "id": "2447", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -75812,29 +76288,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "688" + "707" ], "coveredBy": [ - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1931", - "1932", - "1933", - "1934" + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75848,7 +76324,7 @@ } }, { - "id": "2438", + "id": "2448", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -75856,29 +76332,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "688" + "707" ], "coveredBy": [ - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1931", - "1932", - "1933", - "1934" + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75892,7 +76368,7 @@ } }, { - "id": "2439", + "id": "2449", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -75900,43 +76376,43 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "688" + "707" ], "coveredBy": [ - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1931", - "1932", - "1933", - "1934" - ], - "location": { - "end": { - "column": 120, - "line": 117 - }, - "start": { - "column": 84, - "line": 117 - } - } - }, - { - "id": "2440", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "1934", + "1935", + "1936", + "1937" + ], + "location": { + "end": { + "column": 120, + "line": 117 + }, + "start": { + "column": 84, + "line": 117 + } + } + }, + { + "id": "2450", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -75944,29 +76420,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "688" + "707" ], "coveredBy": [ - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1931", - "1932", - "1933", - "1934" + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -75980,7 +76456,7 @@ } }, { - "id": "2441", + "id": "2451", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -75988,29 +76464,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "688" + "707" ], "coveredBy": [ - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "1931", - "1932", - "1933", - "1934" + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76030,7 +76506,7 @@ "language": "html", "mutants": [ { - "id": "2442", + "id": "2452", "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\".", @@ -76038,29 +76514,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76074,7 +76550,7 @@ } }, { - "id": "2443", + "id": "2453", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -76082,29 +76558,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "639" + "658" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76118,7 +76594,7 @@ } }, { - "id": "2444", + "id": "2454", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -76126,12 +76602,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "652" + "671" ], "coveredBy": [ - "652", - "653", - "654" + "671", + "672", + "673" ], "location": { "end": { @@ -76145,7 +76621,7 @@ } }, { - "id": "2445", + "id": "2455", "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", @@ -76153,12 +76629,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "652" + "671" ], "coveredBy": [ - "652", - "653", - "654" + "671", + "672", + "673" ], "location": { "end": { @@ -76172,7 +76648,7 @@ } }, { - "id": "2446", + "id": "2456", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": null,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -76180,12 +76656,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "654" + "673" ], "coveredBy": [ - "652", - "653", - "654" + "671", + "672", + "673" ], "location": { "end": { @@ -76199,7 +76675,7 @@ } }, { - "id": "2447", + "id": "2457", "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", @@ -76207,12 +76683,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "652" + "671" ], "coveredBy": [ - "652", - "653", - "654" + "671", + "672", + "673" ], "location": { "end": { @@ -76226,7 +76702,7 @@ } }, { - "id": "2448", + "id": "2458", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": null,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -76234,10 +76710,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "654" + "673" ], "coveredBy": [ - "654" + "673" ], "location": { "end": { @@ -76251,7 +76727,7 @@ } }, { - "id": "2449", + "id": "2459", "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\".", @@ -76259,29 +76735,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76295,7 +76771,7 @@ } }, { - "id": "2450", + "id": "2460", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -76303,29 +76779,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "639" + "658" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76339,7 +76815,7 @@ } }, { - "id": "2451", + "id": "2461", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -76347,29 +76823,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "639" + "658" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76383,7 +76859,7 @@ } }, { - "id": "2452", + "id": "2462", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'moon' to be 'sun' // Object.is equality", @@ -76391,29 +76867,29 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "640" + "659" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76427,7 +76903,7 @@ } }, { - "id": "2453", + "id": "2463", "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", @@ -76435,29 +76911,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "639" + "658" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76471,7 +76947,7 @@ } }, { - "id": "2454", + "id": "2464", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'moon' to be 'sun' // Object.is equality", @@ -76479,29 +76955,29 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "640" + "659" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76515,7 +76991,7 @@ } }, { - "id": "2455", + "id": "2465", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -76523,11 +76999,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "649" + "668" ], "coveredBy": [ - "649", - "650" + "668", + "669" ], "location": { "end": { @@ -76541,7 +77017,7 @@ } }, { - "id": "2456", + "id": "2466", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"day\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n], but it was called with Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n}", @@ -76549,10 +77025,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "649" + "668" ], "coveredBy": [ - "649" + "668" ], "location": { "end": { @@ -76566,7 +77042,7 @@ } }, { - "id": "2457", + "id": "2467", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n], but it was called with Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n}", @@ -76574,10 +77050,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "650" + "669" ], "coveredBy": [ - "650" + "669" ], "location": { "end": { @@ -76591,7 +77067,7 @@ } }, { - "id": "2458", + "id": "2468", "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\".", @@ -76599,29 +77075,29 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "640" + "659" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76635,7 +77111,7 @@ } }, { - "id": "2459", + "id": "2469", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -76643,29 +77119,29 @@ "testsCompleted": 13, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76679,7 +77155,7 @@ } }, { - "id": "2460", + "id": "2470", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'moon' to be 'sun' // Object.is equality", @@ -76687,29 +77163,29 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "640" + "659" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76723,7 +77199,7 @@ } }, { - "id": "2461", + "id": "2471", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'moon' to be 'sun' // Object.is equality", @@ -76731,13 +77207,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "640" + "659" ], "coveredBy": [ - "640", - "642", - "646", - "647" + "659", + "661", + "665", + "666" ], "location": { "end": { @@ -76751,7 +77227,7 @@ } }, { - "id": "2462", + "id": "2472", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected undefined to be 'sun' // Object.is equality", @@ -76759,13 +77235,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "640" + "659" ], "coveredBy": [ - "640", - "642", - "646", - "647" + "659", + "661", + "665", + "666" ], "location": { "end": { @@ -76779,7 +77255,7 @@ } }, { - "id": "2463", + "id": "2473", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'sun' // Object.is equality", @@ -76787,13 +77263,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "640" + "659" ], "coveredBy": [ - "640", - "642", - "646", - "647" + "659", + "661", + "665", + "666" ], "location": { "end": { @@ -76807,7 +77283,7 @@ } }, { - "id": "2464", + "id": "2474", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [] to include 'text-day'", @@ -76815,13 +77291,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "642" + "661" ], "coveredBy": [ - "640", - "642", - "646", - "647" + "659", + "661", + "665", + "666" ], "location": { "end": { @@ -76835,7 +77311,7 @@ } }, { - "id": "2465", + "id": "2475", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected undefined to be 'moon' // Object.is equality", @@ -76843,29 +77319,29 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "641" + "660" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76879,7 +77355,7 @@ } }, { - "id": "2466", + "id": "2476", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'moon' // Object.is equality", @@ -76887,29 +77363,29 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "641" + "660" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76923,7 +77399,7 @@ } }, { - "id": "2467", + "id": "2477", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -76931,29 +77407,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -76967,7 +77443,7 @@ } }, { - "id": "2468", + "id": "2478", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -76975,29 +77451,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "639" + "658" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77011,7 +77487,7 @@ } }, { - "id": "2469", + "id": "2479", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -77019,29 +77495,29 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "1931", - "1932", - "1933", - "1934" + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", + "670", + "671", + "672", + "673", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77061,7 +77537,7 @@ "language": "html", "mutants": [ { - "id": "2470", + "id": "2480", "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\".", @@ -77069,20 +77545,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1381" + "1384" ], "coveredBy": [ - "1381", - "1382", - "1383", "1384", "1385", "1386", "1387", - "1931", - "1932", - "1933", - "1934" + "1388", + "1389", + "1390", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77096,7 +77572,7 @@ } }, { - "id": "2471", + "id": "2481", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Stuttering Judge Component > should match snapshot when rendered. 1` mismatched", @@ -77104,20 +77580,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1381" + "1384" ], "coveredBy": [ - "1381", - "1382", - "1383", "1384", "1385", "1386", "1387", - "1931", - "1932", - "1933", - "1934" + "1388", + "1389", + "1390", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77131,7 +77607,7 @@ } }, { - "id": "2472", + "id": "2482", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -77139,12 +77615,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1385" + "1388" ], "coveredBy": [ - "1385", - "1386", - "1387" + "1388", + "1389", + "1390" ], "location": { "end": { @@ -77158,7 +77634,7 @@ } }, { - "id": "2473", + "id": "2483", "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", @@ -77166,12 +77642,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1385" + "1388" ], "coveredBy": [ - "1385", - "1386", - "1387" + "1388", + "1389", + "1390" ], "location": { "end": { @@ -77185,7 +77661,7 @@ } }, { - "id": "2474", + "id": "2484", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": null,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -77193,12 +77669,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1387" + "1390" ], "coveredBy": [ - "1385", - "1386", - "1387" + "1388", + "1389", + "1390" ], "location": { "end": { @@ -77212,7 +77688,7 @@ } }, { - "id": "2475", + "id": "2485", "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", @@ -77220,12 +77696,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1385" + "1388" ], "coveredBy": [ - "1385", - "1386", - "1387" + "1388", + "1389", + "1390" ], "location": { "end": { @@ -77239,7 +77715,7 @@ } }, { - "id": "2476", + "id": "2486", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": null,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -77247,10 +77723,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1387" + "1390" ], "coveredBy": [ - "1387" + "1390" ], "location": { "end": { @@ -77264,7 +77740,7 @@ } }, { - "id": "2477", + "id": "2487", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Stuttering Judge Component > should match snapshot when rendered. 1` mismatched", @@ -77272,20 +77748,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1381" + "1384" ], "coveredBy": [ - "1381", - "1382", - "1383", "1384", "1385", "1386", "1387", - "1931", - "1932", - "1933", - "1934" + "1388", + "1389", + "1390", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77299,7 +77775,7 @@ } }, { - "id": "2478", + "id": "2488", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Stuttering Judge Component > should match snapshot when rendered. 1` mismatched", @@ -77307,20 +77783,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1381" + "1384" ], "coveredBy": [ - "1381", - "1382", - "1383", "1384", "1385", "1386", "1387", - "1931", - "1932", - "1933", - "1934" + "1388", + "1389", + "1390", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77340,7 +77816,7 @@ "language": "html", "mutants": [ { - "id": "2479", + "id": "2489", "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\".", @@ -77348,22 +77824,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1109" + "1112" ], "coveredBy": [ - "1109", - "1110", - "1111", "1112", "1113", "1114", "1115", "1116", "1117", - "1931", - "1932", - "1933", - "1934" + "1118", + "1119", + "1120", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77377,7 +77853,7 @@ } }, { - "id": "2480", + "id": "2490", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Thief Component > should match snapshot when rendered. 1` mismatched", @@ -77385,22 +77861,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1109" + "1112" ], "coveredBy": [ - "1109", - "1110", - "1111", "1112", "1113", "1114", "1115", "1116", "1117", - "1931", - "1932", - "1933", - "1934" + "1118", + "1119", + "1120", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77414,7 +77890,7 @@ } }, { - "id": "2481", + "id": "2491", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -77422,10 +77898,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1113" + "1116" ], "coveredBy": [ - "1113" + "1116" ], "location": { "end": { @@ -77439,7 +77915,7 @@ } }, { - "id": "2482", + "id": "2492", "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\".", @@ -77447,22 +77923,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1109" + "1112" ], "coveredBy": [ - "1109", - "1110", - "1111", "1112", "1113", "1114", "1115", "1116", "1117", - "1931", - "1932", - "1933", - "1934" + "1118", + "1119", + "1120", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77476,7 +77952,7 @@ } }, { - "id": "2483", + "id": "2493", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Thief Component > should match snapshot when rendered. 1` mismatched", @@ -77484,22 +77960,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1109" + "1112" ], "coveredBy": [ - "1109", - "1110", - "1111", "1112", "1113", "1114", "1115", "1116", "1117", - "1931", - "1932", - "1933", - "1934" + "1118", + "1119", + "1120", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77513,7 +77989,7 @@ } }, { - "id": "2484", + "id": "2494", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -77521,10 +77997,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1117" + "1120" ], "coveredBy": [ - "1117" + "1120" ], "location": { "end": { @@ -77538,7 +78014,7 @@ } }, { - "id": "2485", + "id": "2495", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Thief Component > should match snapshot when rendered. 1` mismatched", @@ -77546,22 +78022,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1109" + "1112" ], "coveredBy": [ - "1109", - "1110", - "1111", "1112", "1113", "1114", "1115", "1116", "1117", - "1931", - "1932", - "1933", - "1934" + "1118", + "1119", + "1120", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77575,7 +78051,7 @@ } }, { - "id": "2486", + "id": "2496", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Thief Component > should match snapshot when rendered. 1` mismatched", @@ -77583,22 +78059,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1109" + "1112" ], "coveredBy": [ - "1109", - "1110", - "1111", "1112", "1113", "1114", "1115", "1116", "1117", - "1931", - "1932", - "1933", - "1934" + "1118", + "1119", + "1120", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77612,7 +78088,7 @@ } }, { - "id": "2487", + "id": "2497", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Thief Component > should match snapshot when rendered. 1` mismatched", @@ -77620,22 +78096,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1109" + "1112" ], "coveredBy": [ - "1109", - "1110", - "1111", "1112", "1113", "1114", "1115", "1116", "1117", - "1931", - "1932", - "1933", - "1934" + "1118", + "1119", + "1120", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77649,7 +78125,7 @@ } }, { - "id": "2488", + "id": "2498", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Thief Component > should match snapshot when rendered. 1` mismatched", @@ -77657,22 +78133,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1109" + "1112" ], "coveredBy": [ - "1109", - "1110", - "1111", "1112", "1113", "1114", "1115", "1116", "1117", - "1931", - "1932", - "1933", - "1934" + "1118", + "1119", + "1120", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77692,7 +78168,7 @@ "language": "html", "mutants": [ { - "id": "2489", + "id": "2499", "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\".", @@ -77700,20 +78176,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1309" + "1312" ], "coveredBy": [ - "1309", - "1310", - "1311", "1312", "1313", "1314", "1315", - "1931", - "1932", - "1933", - "1934" + "1316", + "1317", + "1318", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77727,7 +78203,7 @@ } }, { - "id": "2490", + "id": "2500", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -77735,20 +78211,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1309", - "1310", - "1311", "1312", "1313", "1314", "1315", - "1931", - "1932", - "1933", - "1934" + "1316", + "1317", + "1318", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77762,7 +78238,7 @@ } }, { - "id": "2491", + "id": "2501", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -77770,12 +78246,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1313" + "1316" ], "coveredBy": [ - "1313", - "1314", - "1315" + "1316", + "1317", + "1318" ], "location": { "end": { @@ -77789,7 +78265,7 @@ } }, { - "id": "2492", + "id": "2502", "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", @@ -77797,12 +78273,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1313" + "1316" ], "coveredBy": [ - "1313", - "1314", - "1315" + "1316", + "1317", + "1318" ], "location": { "end": { @@ -77816,7 +78292,7 @@ } }, { - "id": "2493", + "id": "2503", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": null,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -77824,12 +78300,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1315" + "1318" ], "coveredBy": [ - "1313", - "1314", - "1315" + "1316", + "1317", + "1318" ], "location": { "end": { @@ -77843,7 +78319,7 @@ } }, { - "id": "2494", + "id": "2504", "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", @@ -77851,12 +78327,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1313" + "1316" ], "coveredBy": [ - "1313", - "1314", - "1315" + "1316", + "1317", + "1318" ], "location": { "end": { @@ -77870,7 +78346,7 @@ } }, { - "id": "2495", + "id": "2505", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": null,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -77878,10 +78354,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1315" + "1318" ], "coveredBy": [ - "1315" + "1318" ], "location": { "end": { @@ -77895,7 +78371,7 @@ } }, { - "id": "2496", + "id": "2506", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Three Brothers Component > should match snapshot when rendered. 1` mismatched", @@ -77903,20 +78379,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1309" + "1312" ], "coveredBy": [ - "1309", - "1310", - "1311", "1312", "1313", "1314", "1315", - "1931", - "1932", - "1933", - "1934" + "1316", + "1317", + "1318", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77930,7 +78406,7 @@ } }, { - "id": "2497", + "id": "2507", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -77938,20 +78414,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1309", - "1310", - "1311", "1312", "1313", "1314", "1315", - "1931", - "1932", - "1933", - "1934" + "1316", + "1317", + "1318", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -77971,7 +78447,7 @@ "language": "html", "mutants": [ { - "id": "2498", + "id": "2508", "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\".", @@ -77979,20 +78455,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1339" + "1342" ], "coveredBy": [ - "1339", - "1340", - "1341", "1342", "1343", "1344", "1345", - "1931", - "1932", - "1933", - "1934" + "1346", + "1347", + "1348", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78006,7 +78482,7 @@ } }, { - "id": "2499", + "id": "2509", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -78014,20 +78490,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1339", - "1340", - "1341", "1342", "1343", "1344", "1345", - "1931", - "1932", - "1933", - "1934" + "1346", + "1347", + "1348", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78041,7 +78517,7 @@ } }, { - "id": "2500", + "id": "2510", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -78049,12 +78525,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1343" + "1346" ], "coveredBy": [ - "1343", - "1344", - "1345" + "1346", + "1347", + "1348" ], "location": { "end": { @@ -78068,7 +78544,7 @@ } }, { - "id": "2501", + "id": "2511", "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", @@ -78076,12 +78552,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1343" + "1346" ], "coveredBy": [ - "1343", - "1344", - "1345" + "1346", + "1347", + "1348" ], "location": { "end": { @@ -78095,7 +78571,7 @@ } }, { - "id": "2502", + "id": "2512", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": null,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -78103,12 +78579,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1345" + "1348" ], "coveredBy": [ - "1343", - "1344", - "1345" + "1346", + "1347", + "1348" ], "location": { "end": { @@ -78122,7 +78598,7 @@ } }, { - "id": "2503", + "id": "2513", "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", @@ -78130,12 +78606,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1343" + "1346" ], "coveredBy": [ - "1343", - "1344", - "1345" + "1346", + "1347", + "1348" ], "location": { "end": { @@ -78149,7 +78625,7 @@ } }, { - "id": "2504", + "id": "2514", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": null,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -78157,10 +78633,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1345" + "1348" ], "coveredBy": [ - "1345" + "1348" ], "location": { "end": { @@ -78174,7 +78650,7 @@ } }, { - "id": "2505", + "id": "2515", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -78182,20 +78658,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1339", - "1340", - "1341", "1342", "1343", "1344", "1345", - "1931", - "1932", - "1933", - "1934" + "1346", + "1347", + "1348", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78209,7 +78685,7 @@ } }, { - "id": "2506", + "id": "2516", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Two Sisters Component > should match snapshot when rendered. 1` mismatched", @@ -78217,20 +78693,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1339" + "1342" ], "coveredBy": [ - "1339", - "1340", - "1341", "1342", "1343", "1344", "1345", - "1931", - "1932", - "1933", - "1934" + "1346", + "1347", + "1348", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78250,7 +78726,7 @@ "language": "html", "mutants": [ { - "id": "2507", + "id": "2517", "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\".", @@ -78258,18 +78734,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1537" + "1540" ], "coveredBy": [ - "1537", - "1538", - "1539", "1540", "1541", - "1931", - "1932", - "1933", - "1934" + "1542", + "1543", + "1544", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78283,7 +78759,7 @@ } }, { - "id": "2508", + "id": "2518", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Werewolf Component > should match snapshot when rendered. 1` mismatched", @@ -78291,18 +78767,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1537" + "1540" ], "coveredBy": [ - "1537", - "1538", - "1539", "1540", "1541", - "1931", - "1932", - "1933", - "1934" + "1542", + "1543", + "1544", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78316,7 +78792,7 @@ } }, { - "id": "2509", + "id": "2519", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -78324,10 +78800,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1541" + "1544" ], "coveredBy": [ - "1541" + "1544" ], "location": { "end": { @@ -78341,7 +78817,7 @@ } }, { - "id": "2510", + "id": "2520", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -78349,18 +78825,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1537", - "1538", - "1539", "1540", "1541", - "1931", - "1932", - "1933", - "1934" + "1542", + "1543", + "1544", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78374,7 +78850,7 @@ } }, { - "id": "2511", + "id": "2521", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Werewolf Component > should match snapshot when rendered. 1` mismatched", @@ -78382,18 +78858,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1537" + "1540" ], "coveredBy": [ - "1537", - "1538", - "1539", "1540", "1541", - "1931", - "1932", - "1933", - "1934" + "1542", + "1543", + "1544", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78413,7 +78889,7 @@ "language": "html", "mutants": [ { - "id": "2512", + "id": "2522", "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\".", @@ -78421,20 +78897,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1316", - "1317", - "1318", "1319", "1320", "1321", "1322", - "1931", - "1932", - "1933", - "1934" + "1323", + "1324", + "1325", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78448,7 +78924,7 @@ } }, { - "id": "2513", + "id": "2523", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab White Werewolf Component > should match snapshot when rendered. 1` mismatched", @@ -78456,20 +78932,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1316" + "1319" ], "coveredBy": [ - "1316", - "1317", - "1318", "1319", "1320", "1321", "1322", - "1931", - "1932", - "1933", - "1934" + "1323", + "1324", + "1325", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78483,7 +78959,7 @@ } }, { - "id": "2514", + "id": "2524", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -78491,12 +78967,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1320" + "1323" ], "coveredBy": [ - "1320", - "1321", - "1322" + "1323", + "1324", + "1325" ], "location": { "end": { @@ -78510,7 +78986,7 @@ } }, { - "id": "2515", + "id": "2525", "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", @@ -78518,12 +78994,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1320" + "1323" ], "coveredBy": [ - "1320", - "1321", - "1322" + "1323", + "1324", + "1325" ], "location": { "end": { @@ -78537,7 +79013,7 @@ } }, { - "id": "2516", + "id": "2526", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": null,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -78545,12 +79021,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1322" + "1325" ], "coveredBy": [ - "1320", - "1321", - "1322" + "1323", + "1324", + "1325" ], "location": { "end": { @@ -78564,7 +79040,7 @@ } }, { - "id": "2517", + "id": "2527", "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", @@ -78572,12 +79048,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1320" + "1323" ], "coveredBy": [ - "1320", - "1321", - "1322" + "1323", + "1324", + "1325" ], "location": { "end": { @@ -78591,7 +79067,7 @@ } }, { - "id": "2518", + "id": "2528", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": null,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -78599,10 +79075,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1322" + "1325" ], "coveredBy": [ - "1322" + "1325" ], "location": { "end": { @@ -78616,7 +79092,7 @@ } }, { - "id": "2519", + "id": "2529", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab White Werewolf Component > should match snapshot when rendered. 1` mismatched", @@ -78624,20 +79100,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1316" + "1319" ], "coveredBy": [ - "1316", - "1317", - "1318", "1319", "1320", "1321", "1322", - "1931", - "1932", - "1933", - "1934" + "1323", + "1324", + "1325", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78651,7 +79127,7 @@ } }, { - "id": "2520", + "id": "2530", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -78659,20 +79135,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1316", - "1317", - "1318", "1319", "1320", "1321", "1322", - "1931", - "1932", - "1933", - "1934" + "1323", + "1324", + "1325", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78692,7 +79168,7 @@ "language": "html", "mutants": [ { - "id": "2521", + "id": "2531", "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\".", @@ -78700,18 +79176,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1522" + "1525" ], "coveredBy": [ - "1522", - "1523", - "1524", "1525", "1526", - "1931", - "1932", - "1933", - "1934" + "1527", + "1528", + "1529", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78725,7 +79201,7 @@ } }, { - "id": "2522", + "id": "2532", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wild Child Component > should match snapshot when rendered. 1` mismatched", @@ -78733,18 +79209,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1522" + "1525" ], "coveredBy": [ - "1522", - "1523", - "1524", "1525", "1526", - "1931", - "1932", - "1933", - "1934" + "1527", + "1528", + "1529", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78758,7 +79234,7 @@ } }, { - "id": "2523", + "id": "2533", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -78766,10 +79242,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1526" + "1529" ], "coveredBy": [ - "1526" + "1529" ], "location": { "end": { @@ -78783,7 +79259,7 @@ } }, { - "id": "2524", + "id": "2534", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -78791,18 +79267,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1522", - "1523", - "1524", "1525", "1526", - "1931", - "1932", - "1933", - "1934" + "1527", + "1528", + "1529", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78816,7 +79292,7 @@ } }, { - "id": "2525", + "id": "2535", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wild Child Component > should match snapshot when rendered. 1` mismatched", @@ -78824,18 +79300,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1522" + "1525" ], "coveredBy": [ - "1522", - "1523", - "1524", "1525", "1526", - "1931", - "1932", - "1933", - "1934" + "1527", + "1528", + "1529", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78855,7 +79331,7 @@ "language": "html", "mutants": [ { - "id": "2526", + "id": "2536", "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\".", @@ -78863,18 +79339,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1563" + "1566" ], "coveredBy": [ - "1563", - "1564", - "1565", "1566", "1567", - "1931", - "1932", - "1933", - "1934" + "1568", + "1569", + "1570", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78888,7 +79364,7 @@ } }, { - "id": "2527", + "id": "2537", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Witch Component > should match snapshot when rendered. 1` mismatched", @@ -78896,18 +79372,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1563" + "1566" ], "coveredBy": [ - "1563", - "1564", - "1565", "1566", "1567", - "1931", - "1932", - "1933", - "1934" + "1568", + "1569", + "1570", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78921,7 +79397,7 @@ } }, { - "id": "2528", + "id": "2538", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -78929,10 +79405,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1567" + "1570" ], "coveredBy": [ - "1567" + "1570" ], "location": { "end": { @@ -78946,7 +79422,7 @@ } }, { - "id": "2529", + "id": "2539", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Witch Component > should match snapshot when rendered. 1` mismatched", @@ -78954,18 +79430,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1563" + "1566" ], "coveredBy": [ - "1563", - "1564", - "1565", "1566", "1567", - "1931", - "1932", - "1933", - "1934" + "1568", + "1569", + "1570", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -78979,7 +79455,7 @@ } }, { - "id": "2530", + "id": "2540", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Witch Component > should match snapshot when rendered. 1` mismatched", @@ -78987,18 +79463,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1563" + "1566" ], "coveredBy": [ - "1563", - "1564", - "1565", "1566", "1567", - "1931", - "1932", - "1933", - "1934" + "1568", + "1569", + "1570", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79018,7 +79494,7 @@ "language": "html", "mutants": [ { - "id": "2531", + "id": "2541", "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\".", @@ -79026,22 +79502,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1043", - "1044", - "1045", "1046", "1047", "1048", "1049", "1050", "1051", - "1931", - "1932", - "1933", - "1934" + "1052", + "1053", + "1054", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79055,7 +79531,7 @@ } }, { - "id": "2532", + "id": "2542", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wolf Hound Component > should match snapshot when rendered. 1` mismatched", @@ -79063,22 +79539,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1043" + "1046" ], "coveredBy": [ - "1043", - "1044", - "1045", "1046", "1047", "1048", "1049", "1050", "1051", - "1931", - "1932", - "1933", - "1934" + "1052", + "1053", + "1054", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79092,7 +79568,7 @@ } }, { - "id": "2533", + "id": "2543", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -79100,10 +79576,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1047" + "1050" ], "coveredBy": [ - "1047" + "1050" ], "location": { "end": { @@ -79117,7 +79593,7 @@ } }, { - "id": "2534", + "id": "2544", "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\".", @@ -79125,22 +79601,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1043" + "1046" ], "coveredBy": [ - "1043", - "1044", - "1045", "1046", "1047", "1048", "1049", "1050", "1051", - "1931", - "1932", - "1933", - "1934" + "1052", + "1053", + "1054", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79154,7 +79630,7 @@ } }, { - "id": "2535", + "id": "2545", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wolf Hound Component > should match snapshot when rendered. 1` mismatched", @@ -79162,22 +79638,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1043" + "1046" ], "coveredBy": [ - "1043", - "1044", - "1045", "1046", "1047", "1048", "1049", "1050", "1051", - "1931", - "1932", - "1933", - "1934" + "1052", + "1053", + "1054", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79191,7 +79667,7 @@ } }, { - "id": "2536", + "id": "2546", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -79199,10 +79675,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1051" + "1054" ], "coveredBy": [ - "1051" + "1054" ], "location": { "end": { @@ -79216,7 +79692,7 @@ } }, { - "id": "2537", + "id": "2547", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wolf Hound Component > should match snapshot when rendered. 1` mismatched", @@ -79224,22 +79700,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1043" + "1046" ], "coveredBy": [ - "1043", - "1044", - "1045", "1046", "1047", "1048", "1049", "1050", "1051", - "1931", - "1932", - "1933", - "1934" + "1052", + "1053", + "1054", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79253,7 +79729,7 @@ } }, { - "id": "2538", + "id": "2548", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wolf Hound Component > should match snapshot when rendered. 1` mismatched", @@ -79261,22 +79737,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1043" + "1046" ], "coveredBy": [ - "1043", - "1044", - "1045", "1046", "1047", "1048", "1049", "1050", "1051", - "1931", - "1932", - "1933", - "1934" + "1052", + "1053", + "1054", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79290,7 +79766,7 @@ } }, { - "id": "2539", + "id": "2549", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wolf Hound Component > should match snapshot when rendered. 1` mismatched", @@ -79298,22 +79774,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1043" + "1046" ], "coveredBy": [ - "1043", - "1044", - "1045", "1046", "1047", "1048", "1049", "1050", "1051", - "1931", - "1932", - "1933", - "1934" + "1052", + "1053", + "1054", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79327,7 +79803,7 @@ } }, { - "id": "2540", + "id": "2550", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Wolf Hound Component > should match snapshot when rendered. 1` mismatched", @@ -79335,22 +79811,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1043" + "1046" ], "coveredBy": [ - "1043", - "1044", - "1045", "1046", "1047", "1048", "1049", "1050", "1051", - "1931", - "1932", - "1933", - "1934" + "1052", + "1053", + "1054", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79370,7 +79846,7 @@ "language": "html", "mutants": [ { - "id": "2541", + "id": "2551", "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\".", @@ -79378,12 +79854,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1027" ], "coveredBy": [ - "1024", - "1025", - "1026", "1027", "1028", "1029", @@ -79391,10 +79864,13 @@ "1031", "1032", "1033", - "1931", - "1932", - "1933", - "1934" + "1034", + "1035", + "1036", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79408,7 +79884,7 @@ } }, { - "id": "2542", + "id": "2552", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Votes Tab Component > should match snapshot when rendered. 1` mismatched", @@ -79416,12 +79892,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1027" ], "coveredBy": [ - "1024", - "1025", - "1026", "1027", "1028", "1029", @@ -79429,10 +79902,13 @@ "1031", "1032", "1033", - "1931", - "1932", - "1933", - "1934" + "1034", + "1035", + "1036", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79446,7 +79922,7 @@ } }, { - "id": "2543", + "id": "2553", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -79454,10 +79930,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1028" + "1031" ], "coveredBy": [ - "1028" + "1031" ], "location": { "end": { @@ -79471,7 +79947,7 @@ } }, { - "id": "2544", + "id": "2554", "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\".", @@ -79479,12 +79955,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1027" ], "coveredBy": [ - "1024", - "1025", - "1026", "1027", "1028", "1029", @@ -79492,10 +79965,13 @@ "1031", "1032", "1033", - "1931", - "1932", - "1933", - "1934" + "1034", + "1035", + "1036", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79509,7 +79985,7 @@ } }, { - "id": "2545", + "id": "2555", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Votes Tab Component > should match snapshot when rendered. 1` mismatched", @@ -79517,12 +79993,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1027" ], "coveredBy": [ - "1024", - "1025", - "1026", "1027", "1028", "1029", @@ -79530,10 +80003,13 @@ "1031", "1032", "1033", - "1931", - "1932", - "1933", - "1934" + "1034", + "1035", + "1036", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79547,7 +80023,7 @@ } }, { - "id": "2546", + "id": "2556", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -79555,12 +80031,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1031" + "1034" ], "coveredBy": [ - "1031", - "1032", - "1033" + "1034", + "1035", + "1036" ], "location": { "end": { @@ -79574,7 +80050,7 @@ } }, { - "id": "2547", + "id": "2557", "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", @@ -79582,12 +80058,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1031" + "1034" ], "coveredBy": [ - "1031", - "1032", - "1033" + "1034", + "1035", + "1036" ], "location": { "end": { @@ -79601,7 +80077,7 @@ } }, { - "id": "2548", + "id": "2558", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": null,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -79609,12 +80085,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1033" + "1036" ], "coveredBy": [ - "1031", - "1032", - "1033" + "1034", + "1035", + "1036" ], "location": { "end": { @@ -79628,7 +80104,7 @@ } }, { - "id": "2549", + "id": "2559", "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", @@ -79636,12 +80112,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1031" + "1034" ], "coveredBy": [ - "1031", - "1032", - "1033" + "1034", + "1035", + "1036" ], "location": { "end": { @@ -79655,7 +80131,7 @@ } }, { - "id": "2550", + "id": "2560", "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 Object {\n \"additionalCards\": undefined,\n \"options\": Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"additionalCardsCount\": 3,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"additionalCardsCount\": 2,\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": null,\n },\n },\n \"players\": Array [],\n },\n ]\n\n\nNumber of calls: 1\n", @@ -79663,10 +80139,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1033" + "1036" ], "coveredBy": [ - "1033" + "1036" ], "location": { "end": { @@ -79680,7 +80156,7 @@ } }, { - "id": "2551", + "id": "2561", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Votes Tab Component > should match snapshot when rendered. 1` mismatched", @@ -79688,12 +80164,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1027" ], "coveredBy": [ - "1024", - "1025", - "1026", "1027", "1028", "1029", @@ -79701,10 +80174,13 @@ "1031", "1032", "1033", - "1931", - "1932", - "1933", - "1934" + "1034", + "1035", + "1036", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79718,7 +80194,7 @@ } }, { - "id": "2552", + "id": "2562", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Votes Tab Component > should match snapshot when rendered. 1` mismatched", @@ -79726,12 +80202,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1027" ], "coveredBy": [ - "1024", - "1025", - "1026", "1027", "1028", "1029", @@ -79739,10 +80212,13 @@ "1031", "1032", "1033", - "1931", - "1932", - "1933", - "1934" + "1034", + "1035", + "1036", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79756,7 +80232,7 @@ } }, { - "id": "2553", + "id": "2563", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -79764,12 +80240,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1024", - "1025", - "1026", "1027", "1028", "1029", @@ -79777,10 +80250,13 @@ "1031", "1032", "1033", - "1931", - "1932", - "1933", - "1934" + "1034", + "1035", + "1036", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79794,7 +80270,7 @@ } }, { - "id": "2554", + "id": "2564", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Votes Tab Component > should match snapshot when rendered. 1` mismatched", @@ -79802,12 +80278,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1024" + "1027" ], "coveredBy": [ - "1024", - "1025", - "1026", "1027", "1028", "1029", @@ -79815,10 +80288,13 @@ "1031", "1032", "1033", - "1931", - "1932", - "1933", - "1934" + "1034", + "1035", + "1036", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -79838,7 +80314,7 @@ "language": "html", "mutants": [ { - "id": "2555", + "id": "2565", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected '' to be 'components.GameLobbyPlayerCard.roleNo…' // Object.is equality", @@ -79846,17 +80322,17 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1371" + "1374" ], "coveredBy": [ - "1366", - "1367", - "1368", "1369", "1370", "1371", "1372", - "1373" + "1373", + "1374", + "1375", + "1376" ], "location": { "end": { @@ -79870,7 +80346,7 @@ } }, { - "id": "2556", + "id": "2566", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Player Card Component > should match snapshot when rendered. 1` mismatched", @@ -79878,17 +80354,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1366" + "1369" ], "coveredBy": [ - "1366", - "1367", - "1368", "1369", "1370", "1371", "1372", - "1373" + "1373", + "1374", + "1375", + "1376" ], "location": { "end": { @@ -79902,7 +80378,7 @@ } }, { - "id": "2557", + "id": "2567", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected '' to be 'components.GameLobbyPlayerCard.roleNo…' // Object.is equality", @@ -79910,17 +80386,17 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1371" + "1374" ], "coveredBy": [ - "1366", - "1367", - "1368", "1369", "1370", "1371", "1372", - "1373" + "1373", + "1374", + "1375", + "1376" ], "location": { "end": { @@ -79934,7 +80410,7 @@ } }, { - "id": "2558", + "id": "2568", "mutatorName": "EqualityOperator", "replacement": "props.player.role.name !== undefined", "statusReason": "Snapshot `Game Lobby Player Card Component > should match snapshot when rendered. 1` mismatched", @@ -79942,17 +80418,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1366" + "1369" ], "coveredBy": [ - "1366", - "1367", - "1368", "1369", "1370", "1371", "1372", - "1373" + "1373", + "1374", + "1375", + "1376" ], "location": { "end": { @@ -79966,7 +80442,7 @@ } }, { - "id": "2559", + "id": "2569", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected '' to be 'components.GameLobbyPlayerCard.roleNo…' // Object.is equality", @@ -79974,10 +80450,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1371" + "1374" ], "coveredBy": [ - "1371" + "1374" ], "location": { "end": { @@ -79991,7 +80467,7 @@ } }, { - "id": "2560", + "id": "2570", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameLobbyPlayerCard.roleNo…' // Object.is equality", @@ -79999,10 +80475,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1371" + "1374" ], "coveredBy": [ - "1371" + "1374" ], "location": { "end": { @@ -80016,7 +80492,7 @@ } }, { - "id": "2561", + "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", @@ -80024,11 +80500,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1369" + "1372" ], "coveredBy": [ - "1369", - "1370" + "1372", + "1373" ], "location": { "end": { @@ -80042,7 +80518,7 @@ } }, { - "id": "2562", + "id": "2572", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Target cannot be null or undefined.", @@ -80050,10 +80526,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1373" + "1376" ], "coveredBy": [ - "1373" + "1376" ], "location": { "end": { @@ -80067,7 +80543,7 @@ } }, { - "id": "2563", + "id": "2573", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -80075,10 +80551,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1373" + "1376" ], "coveredBy": [ - "1373" + "1376" ], "location": { "end": { @@ -80098,7 +80574,7 @@ "language": "html", "mutants": [ { - "id": "2564", + "id": "2574", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Target cannot be null or undefined.", @@ -80106,11 +80582,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1520" + "1523" ], "coveredBy": [ - "1520", - "1521" + "1523", + "1524" ], "location": { "end": { @@ -80124,7 +80600,7 @@ } }, { - "id": "2565", + "id": "2575", "mutatorName": "BooleanLiteral", "replacement": "player", "statusReason": "Target cannot be null or undefined.", @@ -80132,11 +80608,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1520" + "1523" ], "coveredBy": [ - "1520", - "1521" + "1523", + "1524" ], "location": { "end": { @@ -80150,7 +80626,7 @@ } }, { - "id": "2566", + "id": "2576", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Target cannot be null or undefined.", @@ -80158,11 +80634,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1520" + "1523" ], "coveredBy": [ - "1520", - "1521" + "1523", + "1524" ], "location": { "end": { @@ -80176,7 +80652,7 @@ } }, { - "id": "2567", + "id": "2577", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [ [ undefined ] ] to be undefined", @@ -80184,11 +80660,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1521" + "1524" ], "coveredBy": [ - "1520", - "1521" + "1523", + "1524" ], "location": { "end": { @@ -80202,7 +80678,7 @@ } }, { - "id": "2568", + "id": "2578", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ [ undefined ] ] to be undefined", @@ -80210,10 +80686,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1521" + "1524" ], "coveredBy": [ - "1521" + "1524" ], "location": { "end": { @@ -80227,7 +80703,7 @@ } }, { - "id": "2569", + "id": "2579", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -80235,10 +80711,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1520" + "1523" ], "coveredBy": [ - "1520" + "1523" ], "location": { "end": { @@ -80258,7 +80734,7 @@ "language": "html", "mutants": [ { - "id": "2570", + "id": "2580", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be falsy", @@ -80266,12 +80742,9 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1119" + "1122" ], "coveredBy": [ - "1118", - "1119", - "1120", "1121", "1122", "1123", @@ -80280,7 +80753,10 @@ "1126", "1127", "1128", - "1129" + "1129", + "1130", + "1131", + "1132" ], "location": { "end": { @@ -80294,7 +80770,7 @@ } }, { - "id": "2571", + "id": "2581", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected false to be truthy", @@ -80302,15 +80778,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1124" + "1127" ], "coveredBy": [ - "1124", - "1125", - "1126", "1127", "1128", - "1129" + "1129", + "1130", + "1131", + "1132" ], "location": { "end": { @@ -80324,7 +80800,7 @@ } }, { - "id": "2572", + "id": "2582", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected false to be truthy", @@ -80332,15 +80808,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1124" + "1127" ], "coveredBy": [ - "1124", - "1125", - "1126", "1127", "1128", - "1129" + "1129", + "1130", + "1131", + "1132" ], "location": { "end": { @@ -80354,7 +80830,7 @@ } }, { - "id": "2573", + "id": "2583", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected true to be falsy", @@ -80362,10 +80838,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1129" + "1132" ], "coveredBy": [ - "1129" + "1132" ], "location": { "end": { @@ -80379,7 +80855,7 @@ } }, { - "id": "2574", + "id": "2584", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be falsy", @@ -80387,10 +80863,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1129" + "1132" ], "coveredBy": [ - "1129" + "1132" ], "location": { "end": { @@ -80404,7 +80880,7 @@ } }, { - "id": "2575", + "id": "2585", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "The macro defineExpose from Nuxt is breaking Stryker, so we ignore it.", @@ -80428,7 +80904,7 @@ "language": "html", "mutants": [ { - "id": "2576", + "id": "2586", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected {} to strictly equal { responsive: true, …(3) }", @@ -80436,12 +80912,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1591" + "1594" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80455,7 +80931,7 @@ } }, { - "id": "2577", + "id": "2587", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected { responsive: false, …(3) } to strictly equal { responsive: true, …(3) }", @@ -80463,12 +80939,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1591" + "1594" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80482,7 +80958,7 @@ } }, { - "id": "2578", + "id": "2588", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected { responsive: true, …(3) } to strictly equal { responsive: true, …(3) }", @@ -80490,12 +80966,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1591" + "1594" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80509,7 +80985,7 @@ } }, { - "id": "2579", + "id": "2589", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected { responsive: true, …(3) } to strictly equal { responsive: true, …(3) }", @@ -80517,12 +80993,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1591" + "1594" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80536,7 +81012,7 @@ } }, { - "id": "2580", + "id": "2590", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected { responsive: true, …(3) } to strictly equal { responsive: true, …(3) }", @@ -80544,12 +81020,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1591" + "1594" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80563,7 +81039,7 @@ } }, { - "id": "2581", + "id": "2591", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected { responsive: true, …(3) } to strictly equal { responsive: true, …(3) }", @@ -80571,12 +81047,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1591" + "1594" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80590,7 +81066,7 @@ } }, { - "id": "2582", + "id": "2592", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected { responsive: true, …(3) } to strictly equal { responsive: true, …(3) }", @@ -80598,12 +81074,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1591" + "1594" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80617,7 +81093,7 @@ } }, { - "id": "2583", + "id": "2593", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected { responsive: true, …(3) } to strictly equal { responsive: true, …(3) }", @@ -80625,12 +81101,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1591" + "1594" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80644,7 +81120,7 @@ } }, { - "id": "2584", + "id": "2594", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected { responsive: true, …(3) } to strictly equal { responsive: true, …(3) }", @@ -80652,12 +81128,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1591" + "1594" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80671,7 +81147,7 @@ } }, { - "id": "2585", + "id": "2595", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected { responsive: true, …(3) } to strictly equal { responsive: true, …(3) }", @@ -80679,12 +81155,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1591" + "1594" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80698,7 +81174,7 @@ } }, { - "id": "2586", + "id": "2596", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected { responsive: true, …(3) } to strictly equal { responsive: true, …(3) }", @@ -80706,12 +81182,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1591" + "1594" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80725,7 +81201,7 @@ } }, { - "id": "2587", + "id": "2597", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected { responsive: true, …(3) } to strictly equal { responsive: true, …(3) }", @@ -80733,12 +81209,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1591" + "1594" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80752,7 +81228,7 @@ } }, { - "id": "2588", + "id": "2598", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected { responsive: true, …(3) } to strictly equal { responsive: true, …(3) }", @@ -80760,12 +81236,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1591" + "1594" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80779,7 +81255,7 @@ } }, { - "id": "2589", + "id": "2599", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Position Coordinator Chart Component > should match snapshot when rendered. 1` mismatched", @@ -80787,12 +81263,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1589" + "1592" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80806,7 +81282,7 @@ } }, { - "id": "2590", + "id": "2600", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected {} to strictly equal { labels: [ 'Player 4', …(3) ], …(1) }", @@ -80814,12 +81290,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1590" + "1593" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80833,7 +81309,7 @@ } }, { - "id": "2591", + "id": "2601", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected { labels: [ undefined, …(3) ], …(1) } to strictly equal { labels: [ 'Player 4', …(3) ], …(1) }", @@ -80841,12 +81317,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1590" + "1593" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80860,7 +81336,7 @@ } }, { - "id": "2592", + "id": "2602", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected { labels: [ 'Player 4', …(3) ], …(1) } to strictly equal { labels: [ 'Player 4', …(3) ], …(1) }", @@ -80868,12 +81344,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1590" + "1593" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80887,7 +81363,7 @@ } }, { - "id": "2593", + "id": "2603", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected { labels: [ 'Player 4', …(3) ], …(1) } to strictly equal { labels: [ 'Player 4', …(3) ], …(1) }", @@ -80895,12 +81371,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1590" + "1593" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80914,7 +81390,7 @@ } }, { - "id": "2594", + "id": "2604", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected { labels: [ 'Player 4', …(3) ], …(1) } to strictly equal { labels: [ 'Player 4', …(3) ], …(1) }", @@ -80922,12 +81398,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1590" + "1593" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80941,7 +81417,7 @@ } }, { - "id": "2595", + "id": "2605", "mutatorName": "ArithmeticOperator", "replacement": "hundredPercent * reversedPlayers.length", "statusReason": "expected { labels: [ 'Player 4', …(3) ], …(1) } to strictly equal { labels: [ 'Player 4', …(3) ], …(1) }", @@ -80949,12 +81425,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1590" + "1593" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -80968,7 +81444,7 @@ } }, { - "id": "2596", + "id": "2606", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected { labels: [ 'Player 4', …(3) ], …(1) } to strictly equal { labels: [ 'Player 4', …(3) ], …(1) }", @@ -80976,12 +81452,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1590" + "1593" ], "coveredBy": [ - "1589", - "1590", - "1591" + "1592", + "1593", + "1594" ], "location": { "end": { @@ -81001,7 +81477,7 @@ "language": "typescript", "mutants": [ { - "id": "2597", + "id": "2607", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -81020,7 +81496,7 @@ } }, { - "id": "2598", + "id": "2608", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -81045,7 +81521,7 @@ "language": "html", "mutants": [ { - "id": "2599", + "id": "2609", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Position Coordinator Sorter Element Component > should match snapshot when rendered. 1` mismatched", @@ -81053,13 +81529,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1811" + "1814" ], "coveredBy": [ - "1811", - "1812", - "1813", - "1814" + "1814", + "1815", + "1816", + "1817" ], "location": { "end": { @@ -81079,7 +81555,7 @@ "language": "html", "mutants": [ { - "id": "2600", + "id": "2610", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be falsy", @@ -81087,12 +81563,9 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "791" + "794" ], "coveredBy": [ - "790", - "791", - "792", "793", "794", "795", @@ -81103,7 +81576,10 @@ "800", "801", "802", - "803" + "803", + "804", + "805", + "806" ], "location": { "end": { @@ -81117,7 +81593,7 @@ } }, { - "id": "2601", + "id": "2611", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -81125,18 +81601,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "795" + "798" ], "coveredBy": [ - "795", - "796", - "797", "798", "799", "800", "801", "802", - "803" + "803", + "804", + "805", + "806" ], "location": { "end": { @@ -81150,7 +81626,7 @@ } }, { - "id": "2602", + "id": "2612", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -81158,18 +81634,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "795" + "798" ], "coveredBy": [ - "795", - "796", - "797", "798", "799", "800", "801", "802", - "803" + "803", + "804", + "805", + "806" ], "location": { "end": { @@ -81183,7 +81659,7 @@ } }, { - "id": "2603", + "id": "2613", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to strictly equal _Role{ name: 'three-brothers', …(7) }", @@ -81191,11 +81667,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "800" + "803" ], "coveredBy": [ - "800", - "803" + "803", + "806" ], "location": { "end": { @@ -81209,7 +81685,7 @@ } }, { - "id": "2604", + "id": "2614", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected true to be falsy", @@ -81217,10 +81693,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "803" + "806" ], "coveredBy": [ - "803" + "806" ], "location": { "end": { @@ -81234,7 +81710,7 @@ } }, { - "id": "2605", + "id": "2615", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be falsy", @@ -81242,10 +81718,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "803" + "806" ], "coveredBy": [ - "803" + "806" ], "location": { "end": { @@ -81259,7 +81735,7 @@ } }, { - "id": "2606", + "id": "2616", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "The macro defineExpose from Nuxt is breaking Stryker, so we ignore it.", @@ -81283,7 +81759,7 @@ "language": "html", "mutants": [ { - "id": "2607", + "id": "2617", "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}", @@ -81291,15 +81767,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1672" + "1675" ], "coveredBy": [ - "1668", - "1669", - "1670", "1671", "1672", - "1673" + "1673", + "1674", + "1675", + "1676" ], "location": { "end": { @@ -81313,7 +81789,7 @@ } }, { - "id": "2608", + "id": "2618", "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}", @@ -81321,15 +81797,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1672" + "1675" ], "coveredBy": [ - "1668", - "1669", - "1670", "1671", "1672", - "1673" + "1673", + "1674", + "1675", + "1676" ], "location": { "end": { @@ -81343,7 +81819,7 @@ } }, { - "id": "2609", + "id": "2619", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 20 to be +0 // Object.is equality", @@ -81351,15 +81827,15 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1673" + "1676" ], "coveredBy": [ - "1668", - "1669", - "1670", "1671", "1672", - "1673" + "1673", + "1674", + "1675", + "1676" ], "location": { "end": { @@ -81373,7 +81849,7 @@ } }, { - "id": "2610", + "id": "2620", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 20 to be +0 // Object.is equality", @@ -81381,10 +81857,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1673" + "1676" ], "coveredBy": [ - "1673" + "1676" ], "location": { "end": { @@ -81404,7 +81880,7 @@ "language": "html", "mutants": [ { - "id": "2611", + "id": "2621", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Role Picker Description Boundaries Component > should match snapshot when rendered. 1` mismatched", @@ -81412,20 +81888,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "677" + "696" ], "coveredBy": [ - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687" + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", + "704", + "705", + "706" ], "location": { "end": { @@ -81439,7 +81915,7 @@ } }, { - "id": "2612", + "id": "2622", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Cannot call text on an empty DOMWrapper.", @@ -81447,20 +81923,20 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "681" + "700" ], "coveredBy": [ - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687" + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", + "704", + "705", + "706" ], "location": { "end": { @@ -81474,7 +81950,7 @@ } }, { - "id": "2613", + "id": "2623", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected true to be falsy", @@ -81482,20 +81958,20 @@ "testsCompleted": 10, "static": false, "killedBy": [ - "686" + "705" ], "coveredBy": [ - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687" + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", + "704", + "705", + "706" ], "location": { "end": { @@ -81509,7 +81985,7 @@ } }, { - "id": "2614", + "id": "2624", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 'components.GameLobbyRolePickerDescrip…' to be 'components.GameLobbyRolePickerDescrip…' // Object.is equality", @@ -81517,20 +81993,20 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "685" + "704" ], "coveredBy": [ - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687" + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", + "704", + "705", + "706" ], "location": { "end": { @@ -81544,7 +82020,7 @@ } }, { - "id": "2615", + "id": "2625", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Cannot call text on an empty DOMWrapper.", @@ -81552,20 +82028,20 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "679" + "698" ], "coveredBy": [ - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687" + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", + "704", + "705", + "706" ], "location": { "end": { @@ -81585,7 +82061,7 @@ "language": "html", "mutants": [ { - "id": "2616", + "id": "2626", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Role Picker Description Content Component > should match snapshot when rendered. 1` mismatched", @@ -81593,11 +82069,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1924" + "1927" ], "coveredBy": [ - "1924", - "1925" + "1927", + "1928" ], "location": { "end": { @@ -81617,7 +82093,7 @@ "language": "html", "mutants": [ { - "id": "2617", + "id": "2627", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -81657,7 +82133,7 @@ } }, { - "id": "2618", + "id": "2628", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -81697,7 +82173,7 @@ } }, { - "id": "2619", + "id": "2629", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -81737,7 +82213,7 @@ } }, { - "id": "2620", + "id": "2630", "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", @@ -81777,7 +82253,7 @@ } }, { - "id": "2621", + "id": "2631", "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\".", @@ -81817,7 +82293,7 @@ } }, { - "id": "2622", + "id": "2632", "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\".", @@ -81857,7 +82333,7 @@ } }, { - "id": "2623", + "id": "2633", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -81897,7 +82373,7 @@ } }, { - "id": "2624", + "id": "2634", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -81937,7 +82413,7 @@ } }, { - "id": "2625", + "id": "2635", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -81977,7 +82453,7 @@ } }, { - "id": "2626", + "id": "2636", "mutatorName": "LogicalOperator", "replacement": "!!props.player && !!props.pickedRole || isPlayerRoleChanged.value", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -82017,7 +82493,7 @@ } }, { - "id": "2627", + "id": "2637", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -82057,7 +82533,7 @@ } }, { - "id": "2628", + "id": "2638", "mutatorName": "LogicalOperator", "replacement": "!!props.player || !!props.pickedRole", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -82097,7 +82573,7 @@ } }, { - "id": "2629", + "id": "2639", "mutatorName": "BooleanLiteral", "replacement": "!props.player", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -82137,7 +82613,7 @@ } }, { - "id": "2630", + "id": "2640", "mutatorName": "BooleanLiteral", "replacement": "props.player", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -82177,7 +82653,7 @@ } }, { - "id": "2631", + "id": "2641", "mutatorName": "BooleanLiteral", "replacement": "!props.pickedRole", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -82217,7 +82693,7 @@ } }, { - "id": "2632", + "id": "2642", "mutatorName": "BooleanLiteral", "replacement": "props.pickedRole", "statusReason": "Snapshot `Game Lobby Role Picker Footer Component > should match snapshot when rendered. 1` mismatched", @@ -82257,7 +82733,7 @@ } }, { - "id": "2633", + "id": "2643", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -82283,7 +82759,7 @@ } }, { - "id": "2634", + "id": "2644", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -82309,7 +82785,7 @@ } }, { - "id": "2635", + "id": "2645", "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", @@ -82335,7 +82811,7 @@ } }, { - "id": "2636", + "id": "2646", "mutatorName": "EqualityOperator", "replacement": "players.length !== 0", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -82361,7 +82837,7 @@ } }, { - "id": "2637", + "id": "2647", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 2 times", @@ -82386,7 +82862,7 @@ } }, { - "id": "2638", + "id": "2648", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -82411,7 +82887,7 @@ } }, { - "id": "2639", + "id": "2649", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -82436,7 +82912,7 @@ } }, { - "id": "2640", + "id": "2650", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -82461,7 +82937,7 @@ } }, { - "id": "2641", + "id": "2651", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ …(3) ] to strictly equal [ …(2) ]", @@ -82495,7 +82971,7 @@ } }, { - "id": "2642", + "id": "2652", "mutatorName": "BooleanLiteral", "replacement": "createGameDto.value.additionalCards", "statusReason": "Cannot read properties of undefined (reading 'findIndex')", @@ -82529,7 +83005,7 @@ } }, { - "id": "2643", + "id": "2653", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ …(3) ] to strictly equal [ …(2) ]", @@ -82563,7 +83039,7 @@ } }, { - "id": "2644", + "id": "2654", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of undefined (reading 'findIndex')", @@ -82597,7 +83073,7 @@ } }, { - "id": "2645", + "id": "2655", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot read properties of undefined (reading 'findIndex')", @@ -82631,7 +83107,7 @@ } }, { - "id": "2646", + "id": "2656", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [ …(3) ] to strictly equal [ …(2) ]", @@ -82658,7 +83134,7 @@ } }, { - "id": "2647", + "id": "2657", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ …(2) ] to strictly equal [ …(2) ]", @@ -82685,7 +83161,7 @@ } }, { - "id": "2648", + "id": "2658", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [ …(3) ] to strictly equal [ …(2) ]", @@ -82712,7 +83188,7 @@ } }, { - "id": "2649", + "id": "2659", "mutatorName": "EqualityOperator", "replacement": "card.roleName !== role.name", "statusReason": "expected [ …(2) ] to strictly equal [ …(2) ]", @@ -82739,7 +83215,7 @@ } }, { - "id": "2650", + "id": "2660", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ …(3) ] to strictly equal [ …(2) ]", @@ -82766,7 +83242,7 @@ } }, { - "id": "2651", + "id": "2661", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of undefined (reading 'recipient')", @@ -82793,7 +83269,7 @@ } }, { - "id": "2652", + "id": "2662", "mutatorName": "EqualityOperator", "replacement": "additionalCardIndex !== -1", "statusReason": "expected [ …(3) ] to strictly equal [ …(2) ]", @@ -82820,7 +83296,7 @@ } }, { - "id": "2653", + "id": "2663", "mutatorName": "UnaryOperator", "replacement": "+1", "statusReason": "expected [ …(3) ] to strictly equal [ …(2) ]", @@ -82847,7 +83323,7 @@ } }, { - "id": "2654", + "id": "2664", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot read properties of undefined (reading 'recipient')", @@ -82872,7 +83348,7 @@ } }, { - "id": "2655", + "id": "2665", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"shared.role.definiteName.werewolf, 1\",\"recipient\":\"shared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n },\n], but it was called with Object {}", @@ -82898,7 +83374,7 @@ } }, { - "id": "2656", + "id": "2666", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"shared.role.definiteName.werewolf, 1\",\"recipient\":\"shared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n },\n], but it was called with Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"shared.role.definiteName.werewolf, 1\",\"recipient\":\"shared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"\",\n}", @@ -82924,7 +83400,7 @@ } }, { - "id": "2657", + "id": "2667", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"shared.role.definiteName.werewolf, 1\",\"recipient\":\"shared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n },\n], but it was called with Object {\n \"detail\": \", {\"roleName\":\"shared.role.definiteName.werewolf, 1\",\"recipient\":\"shared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n}", @@ -82950,7 +83426,7 @@ } }, { - "id": "2658", + "id": "2668", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"shared.role.definiteName.werewolf, 1\",\"recipient\":\"shared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n },\n], but it was called with Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n}", @@ -82976,7 +83452,7 @@ } }, { - "id": "2659", + "id": "2669", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -83010,7 +83486,7 @@ } }, { - "id": "2660", + "id": "2670", "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", @@ -83044,7 +83520,7 @@ } }, { - "id": "2661", + "id": "2671", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of undefined (reading 'name')", @@ -83078,7 +83554,7 @@ } }, { - "id": "2662", + "id": "2672", "mutatorName": "LogicalOperator", "replacement": "!props.pickedRole && !props.player", "statusReason": "Cannot read properties of undefined (reading 'name')", @@ -83112,7 +83588,7 @@ } }, { - "id": "2663", + "id": "2673", "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", @@ -83146,7 +83622,7 @@ } }, { - "id": "2664", + "id": "2674", "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", @@ -83180,7 +83656,7 @@ } }, { - "id": "2665", + "id": "2675", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot read properties of undefined (reading 'name')", @@ -83205,7 +83681,7 @@ } }, { - "id": "2666", + "id": "2676", "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", @@ -83239,7 +83715,7 @@ } }, { - "id": "2667", + "id": "2677", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -83273,7 +83749,7 @@ } }, { - "id": "2668", + "id": "2678", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 1st \"spy\" call to have been called with [ _CreateGamePlayerDto{ …(4) } ]", @@ -83299,7 +83775,7 @@ } }, { - "id": "2669", + "id": "2679", "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}", @@ -83333,7 +83809,7 @@ } }, { - "id": "2670", + "id": "2680", "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}", @@ -83367,7 +83843,7 @@ } }, { - "id": "2671", + "id": "2681", "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}", @@ -83401,7 +83877,7 @@ } }, { - "id": "2672", + "id": "2682", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -83441,7 +83917,7 @@ "language": "html", "mutants": [ { - "id": "2673", + "id": "2683", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Role Picker Grid Component > should match snapshot when rendered. 1` mismatched", @@ -83449,13 +83925,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1664" + "1667" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83469,7 +83945,7 @@ } }, { - "id": "2674", + "id": "2684", "mutatorName": "BooleanLiteral", "replacement": "roles.value", "statusReason": "Snapshot `Game Lobby Role Picker Grid Component > should match snapshot when rendered. 1` mismatched", @@ -83477,13 +83953,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1664" + "1667" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83497,7 +83973,7 @@ } }, { - "id": "2675", + "id": "2685", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Role Picker Grid Component > should match snapshot when rendered. 1` mismatched", @@ -83505,13 +83981,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1664" + "1667" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83525,7 +84001,7 @@ } }, { - "id": "2676", + "id": "2686", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Cannot read properties of null (reading 'toSorted')", @@ -83533,13 +84009,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1666" + "1669" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83553,7 +84029,7 @@ } }, { - "id": "2677", + "id": "2687", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Cannot read properties of null (reading 'toSorted')", @@ -83561,10 +84037,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1666" + "1669" ], "coveredBy": [ - "1666" + "1669" ], "location": { "end": { @@ -83578,7 +84054,7 @@ } }, { - "id": "2678", + "id": "2688", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "expected [ VueWrapper{ …(7) }, …(1) ] to have a length of 1 but got 2", @@ -83586,10 +84062,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1666" + "1669" ], "coveredBy": [ - "1666" + "1669" ], "location": { "end": { @@ -83603,7 +84079,7 @@ } }, { - "id": "2679", + "id": "2689", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected _Role{ name: 'villager', …(7) } to strictly equal _Role{ …(8) }", @@ -83611,13 +84087,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1665" + "1668" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83631,7 +84107,7 @@ } }, { - "id": "2680", + "id": "2690", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected _Role{ name: 'seer', …(7) } to strictly equal _Role{ name: 'werewolf', …(7) }", @@ -83639,13 +84115,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1665" + "1668" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83659,7 +84135,7 @@ } }, { - "id": "2681", + "id": "2691", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected _Role{ name: 'werewolf', …(7) } to strictly equal _Role{ …(8) }", @@ -83667,13 +84143,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1665" + "1668" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83687,7 +84163,7 @@ } }, { - "id": "2682", + "id": "2692", "mutatorName": "EqualityOperator", "replacement": "roleA.side !== roleB.side", "statusReason": "expected _Role{ name: 'seer', …(7) } to strictly equal _Role{ …(8) }", @@ -83695,13 +84171,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1665" + "1668" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83715,7 +84191,7 @@ } }, { - "id": "2683", + "id": "2693", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected _Role{ name: 'werewolf', …(7) } to strictly equal _Role{ …(8) }", @@ -83723,13 +84199,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1665" + "1668" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83743,7 +84219,7 @@ } }, { - "id": "2684", + "id": "2694", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected _Role{ name: 'werewolf', …(7) } to strictly equal _Role{ …(8) }", @@ -83751,13 +84227,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1665" + "1668" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83771,7 +84247,7 @@ } }, { - "id": "2685", + "id": "2695", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected _Role{ name: 'villager', …(7) } to strictly equal _Role{ name: 'seer', …(7) }", @@ -83779,13 +84255,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1665" + "1668" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83799,7 +84275,7 @@ } }, { - "id": "2686", + "id": "2696", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected _Role{ name: 'seer', …(7) } to strictly equal _Role{ …(8) }", @@ -83807,13 +84283,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1665" + "1668" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83827,7 +84303,7 @@ } }, { - "id": "2687", + "id": "2697", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected _Role{ name: 'villager', …(7) } to strictly equal _Role{ …(8) }", @@ -83835,13 +84311,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1665" + "1668" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83855,7 +84331,7 @@ } }, { - "id": "2688", + "id": "2698", "mutatorName": "EqualityOperator", "replacement": "roleA.side !== \"werewolves\"", "statusReason": "expected _Role{ name: 'seer', …(7) } to strictly equal _Role{ …(8) }", @@ -83863,13 +84339,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1665" + "1668" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83883,7 +84359,7 @@ } }, { - "id": "2689", + "id": "2699", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected _Role{ name: 'villager', …(7) } to strictly equal _Role{ …(8) }", @@ -83891,13 +84367,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1665" + "1668" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83911,7 +84387,7 @@ } }, { - "id": "2690", + "id": "2700", "mutatorName": "UnaryOperator", "replacement": "+1", "statusReason": "expected _Role{ name: 'villager', …(7) } to strictly equal _Role{ …(8) }", @@ -83919,13 +84395,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1665" + "1668" ], "coveredBy": [ - "1664", - "1665", - "1666", - "1667" + "1667", + "1668", + "1669", + "1670" ], "location": { "end": { @@ -83939,7 +84415,7 @@ } }, { - "id": "2691", + "id": "2701", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Target cannot be null or undefined.", @@ -83947,10 +84423,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1667" + "1670" ], "coveredBy": [ - "1667" + "1670" ], "location": { "end": { @@ -83964,7 +84440,7 @@ } }, { - "id": "2692", + "id": "2702", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -83972,10 +84448,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1667" + "1670" ], "coveredBy": [ - "1667" + "1670" ], "location": { "end": { @@ -83995,7 +84471,7 @@ "language": "html", "mutants": [ { - "id": "2693", + "id": "2703", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Component > should match snapshot when rendered. 1` mismatched", @@ -84003,12 +84479,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "920" + "923" ], "coveredBy": [ - "920", - "921", - "922", "923", "924", "925", @@ -84019,7 +84492,10 @@ "930", "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84033,7 +84509,7 @@ } }, { - "id": "2694", + "id": "2704", "mutatorName": "BooleanLiteral", "replacement": "props.role", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Component > should match snapshot when rendered. 1` mismatched", @@ -84041,12 +84517,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "920" + "923" ], "coveredBy": [ - "920", - "921", - "922", "923", "924", "925", @@ -84057,7 +84530,10 @@ "930", "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84071,7 +84547,7 @@ } }, { - "id": "2695", + "id": "2705", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Component > should match snapshot when rendered. 1` mismatched", @@ -84079,12 +84555,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "920" + "923" ], "coveredBy": [ - "920", - "921", - "922", "923", "924", "925", @@ -84095,7 +84568,10 @@ "930", "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84109,7 +84585,7 @@ } }, { - "id": "2696", + "id": "2706", "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\".", @@ -84117,12 +84593,9 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "922" + "925" ], "coveredBy": [ - "920", - "921", - "922", "923", "924", "925", @@ -84133,7 +84606,10 @@ "930", "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84147,7 +84623,7 @@ } }, { - "id": "2697", + "id": "2707", "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\".", @@ -84155,15 +84631,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "922" + "925" ], "coveredBy": [ - "922", "925", - "926", "928", + "929", "931", - "932" + "934", + "935" ], "location": { "end": { @@ -84177,7 +84653,7 @@ } }, { - "id": "2698", + "id": "2708", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameLobbyRolePickerGridEle…' // Object.is equality", @@ -84185,15 +84661,15 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "925" + "928" ], "coveredBy": [ - "922", "925", - "926", "928", + "929", "931", - "932" + "934", + "935" ], "location": { "end": { @@ -84207,7 +84683,7 @@ } }, { - "id": "2699", + "id": "2709", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [ 'border-4', 'border-gray-600', …(3) ] to include '!border-gray-100'", @@ -84215,12 +84691,9 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "923" + "926" ], "coveredBy": [ - "920", - "921", - "922", "923", "924", "925", @@ -84231,7 +84704,10 @@ "930", "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84245,7 +84721,7 @@ } }, { - "id": "2700", + "id": "2710", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Component > should match snapshot when rendered. 1` mismatched", @@ -84253,12 +84729,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "920" + "923" ], "coveredBy": [ - "920", - "921", - "922", "923", "924", "925", @@ -84269,7 +84742,10 @@ "930", "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84283,7 +84759,7 @@ } }, { - "id": "2701", + "id": "2711", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [ 'border-4', 'border-gray-600', …(3) ] to include '!border-gray-100'", @@ -84291,12 +84767,9 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "923" + "926" ], "coveredBy": [ - "920", - "921", - "922", "923", "924", "925", @@ -84307,7 +84780,10 @@ "930", "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84321,7 +84797,7 @@ } }, { - "id": "2702", + "id": "2712", "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", @@ -84329,12 +84805,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "920" + "923" ], "coveredBy": [ - "920", - "921", - "922", "923", "924", "925", @@ -84345,7 +84818,10 @@ "930", "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84359,7 +84835,7 @@ } }, { - "id": "2703", + "id": "2713", "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\".", @@ -84367,12 +84843,9 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "922" + "925" ], "coveredBy": [ - "920", - "921", - "922", "923", "924", "925", @@ -84383,7 +84856,10 @@ "930", "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84397,7 +84873,7 @@ } }, { - "id": "2704", + "id": "2714", "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\".", @@ -84405,12 +84881,9 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "922" + "925" ], "coveredBy": [ - "920", - "921", - "922", "923", "924", "925", @@ -84421,7 +84894,10 @@ "930", "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84435,7 +84911,7 @@ } }, { - "id": "2705", + "id": "2715", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Component > should match snapshot when rendered. 1` mismatched", @@ -84443,12 +84919,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "920" + "923" ], "coveredBy": [ - "920", - "921", - "922", "923", "924", "925", @@ -84459,7 +84932,10 @@ "930", "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84473,7 +84949,7 @@ } }, { - "id": "2706", + "id": "2716", "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", @@ -84481,12 +84957,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "920" + "923" ], "coveredBy": [ - "920", - "921", - "922", "923", "924", "925", @@ -84497,7 +84970,10 @@ "930", "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84511,7 +84987,7 @@ } }, { - "id": "2707", + "id": "2717", "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\".", @@ -84519,12 +84995,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "920" + "923" ], "coveredBy": [ - "920", - "921", - "922", "923", "924", "925", @@ -84535,7 +85008,10 @@ "930", "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84549,7 +85025,7 @@ } }, { - "id": "2708", + "id": "2718", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Target cannot be null or undefined.", @@ -84557,14 +85033,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "929" + "932" ], "coveredBy": [ - "929", - "930", - "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84578,7 +85054,7 @@ } }, { - "id": "2709", + "id": "2719", "mutatorName": "BooleanLiteral", "replacement": "roles.value", "statusReason": "Target cannot be null or undefined.", @@ -84586,14 +85062,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "929" + "932" ], "coveredBy": [ - "929", - "930", - "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84607,7 +85083,7 @@ } }, { - "id": "2710", + "id": "2720", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Target cannot be null or undefined.", @@ -84615,14 +85091,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "929" + "932" ], "coveredBy": [ - "929", - "930", - "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84636,7 +85112,7 @@ } }, { - "id": "2711", + "id": "2721", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [ [ _Role{ name: 'seer', …(7) } ] ] to be undefined", @@ -84644,14 +85120,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "933" + "936" ], "coveredBy": [ - "929", - "930", - "931", "932", - "933" + "933", + "934", + "935", + "936" ], "location": { "end": { @@ -84665,7 +85141,7 @@ } }, { - "id": "2712", + "id": "2722", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ [ _Role{ name: 'seer', …(7) } ] ] to be undefined", @@ -84673,10 +85149,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "933" + "936" ], "coveredBy": [ - "933" + "936" ], "location": { "end": { @@ -84690,7 +85166,7 @@ } }, { - "id": "2713", + "id": "2723", "mutatorName": "BooleanLiteral", "replacement": "props.role", "statusReason": "expected [ undefined ] to strictly equal [ _Role{ name: 'seer', …(7) } ]", @@ -84698,13 +85174,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "929" + "932" ], "coveredBy": [ - "929", - "930", - "931", - "932" + "932", + "933", + "934", + "935" ], "location": { "end": { @@ -84718,7 +85194,7 @@ } }, { - "id": "2714", + "id": "2724", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ undefined ] to strictly equal [ _Role{ name: 'seer', …(7) } ]", @@ -84726,13 +85202,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "929" + "932" ], "coveredBy": [ - "929", - "930", - "931", - "932" + "932", + "933", + "934", + "935" ], "location": { "end": { @@ -84746,7 +85222,7 @@ } }, { - "id": "2715", + "id": "2725", "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", @@ -84754,13 +85230,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "931" + "934" ], "coveredBy": [ - "929", - "930", - "931", - "932" + "932", + "933", + "934", + "935" ], "location": { "end": { @@ -84774,7 +85250,7 @@ } }, { - "id": "2716", + "id": "2726", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -84782,11 +85258,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "931" + "934" ], "coveredBy": [ - "931", - "932" + "934", + "935" ], "location": { "end": { @@ -84800,7 +85276,7 @@ } }, { - "id": "2717", + "id": "2727", "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\": 10,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"classic\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"werewolf\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 6,\n \"minInGame\": undefined,\n \"name\": \"werewolf\",\n \"origin\": \"the-village\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"lonely\",\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\": \"characters\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"werewolf\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 10,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"classic\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"werewolf\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 6,\n \"minInGame\": undefined,\n \"name\": \"werewolf\",\n \"origin\": \"the-village\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"lonely\",\n },\n]", @@ -84808,11 +85284,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "932" + "935" ], "coveredBy": [ - "931", - "932" + "934", + "935" ], "location": { "end": { @@ -84826,7 +85302,7 @@ } }, { - "id": "2718", + "id": "2728", "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\": 5,\n \"minInGame\": undefined,\n \"name\": \"seer\",\n \"origin\": \"the-village\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"werewolf\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 3,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"the-village\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"villager\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 7,\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 []", @@ -84834,11 +85310,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "931" + "934" ], "coveredBy": [ - "931", - "932" + "934", + "935" ], "location": { "end": { @@ -84852,7 +85328,7 @@ } }, { - "id": "2719", + "id": "2729", "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\": 4,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"the-village\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"lonely\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 6,\n \"minInGame\": undefined,\n \"name\": \"werewolf\",\n \"origin\": \"new-moon\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"werewolf\",\n },\n ],\n], but it was called with Array [\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 4,\n \"minInGame\": undefined,\n \"name\": \"seer\",\n \"origin\": \"the-village\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"villager\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 4,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"the-village\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"lonely\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 6,\n \"minInGame\": undefined,\n \"name\": \"werewolf\",\n \"origin\": \"new-moon\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"werewolf\",\n },\n]", @@ -84860,11 +85336,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "932" + "935" ], "coveredBy": [ - "931", - "932" + "934", + "935" ], "location": { "end": { @@ -84878,7 +85354,7 @@ } }, { - "id": "2720", + "id": "2730", "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\": 5,\n \"minInGame\": undefined,\n \"name\": \"seer\",\n \"origin\": \"the-village\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"werewolf\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 5,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"classic\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"lonely\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 9,\n \"minInGame\": undefined,\n \"name\": \"werewolf\",\n \"origin\": \"characters\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"villager\",\n },\n ],\n], but it was called with Array []", @@ -84886,11 +85362,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "931" + "934" ], "coveredBy": [ - "931", - "932" + "934", + "935" ], "location": { "end": { @@ -84904,7 +85380,7 @@ } }, { - "id": "2721", + "id": "2731", "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", @@ -84912,11 +85388,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "931" + "934" ], "coveredBy": [ - "931", - "932" + "934", + "935" ], "location": { "end": { @@ -84930,7 +85406,7 @@ } }, { - "id": "2722", + "id": "2732", "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", @@ -84938,11 +85414,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "931" + "934" ], "coveredBy": [ - "931", - "932" + "934", + "935" ], "location": { "end": { @@ -84956,7 +85432,7 @@ } }, { - "id": "2723", + "id": "2733", "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\": 10,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"new-moon\",\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\": \"the-village\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"lonely\",\n },\n ],\n], but it was called with Array []", @@ -84964,10 +85440,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "932" + "935" ], "coveredBy": [ - "932" + "935" ], "location": { "end": { @@ -84981,7 +85457,7 @@ } }, { - "id": "2724", + "id": "2734", "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\": 5,\n \"minInGame\": undefined,\n \"name\": \"villager\",\n \"origin\": \"characters\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"villagers\",\n \"type\": \"villager\",\n },\n _Role {\n \"additionalCardsEligibleRecipients\": undefined,\n \"maxInGame\": 3,\n \"minInGame\": undefined,\n \"name\": \"werewolf\",\n \"origin\": \"the-village\",\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\": 8,\n \"minInGame\": undefined,\n \"name\": \"seer\",\n \"origin\": \"the-village\",\n \"recommendedMinPlayers\": undefined,\n \"side\": \"werewolves\",\n \"type\": \"werewolf\",\n },\n]", @@ -84989,10 +85465,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "932" + "935" ], "coveredBy": [ - "932" + "935" ], "location": { "end": { @@ -85006,7 +85482,7 @@ } }, { - "id": "2725", + "id": "2735", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -85014,11 +85490,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "931" + "934" ], "coveredBy": [ - "931", - "932" + "934", + "935" ], "location": { "end": { @@ -85032,7 +85508,7 @@ } }, { - "id": "2726", + "id": "2736", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -85040,11 +85516,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "929" + "932" ], "coveredBy": [ - "929", - "930" + "932", + "933" ], "location": { "end": { @@ -85064,7 +85540,7 @@ "language": "html", "mutants": [ { - "id": "2727", + "id": "2737", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Badges Component > should match snapshot when rendered. 1` mismatched", @@ -85102,7 +85578,7 @@ } }, { - "id": "2728", + "id": "2738", "mutatorName": "BooleanLiteral", "replacement": "props.role", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Badges Component > should match snapshot when rendered. 1` mismatched", @@ -85140,7 +85616,7 @@ } }, { - "id": "2729", + "id": "2739", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Badges Component > should match snapshot when rendered. 1` mismatched", @@ -85178,7 +85654,7 @@ } }, { - "id": "2730", + "id": "2740", "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\".", @@ -85216,7 +85692,7 @@ } }, { - "id": "2731", + "id": "2741", "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\".", @@ -85243,7 +85719,7 @@ } }, { - "id": "2732", + "id": "2742", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Badges Component > should match snapshot when rendered. 1` mismatched", @@ -85281,7 +85757,7 @@ } }, { - "id": "2733", + "id": "2743", "mutatorName": "BooleanLiteral", "replacement": "props.role", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Badges Component > should match snapshot when rendered. 1` mismatched", @@ -85319,7 +85795,7 @@ } }, { - "id": "2734", + "id": "2744", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Badges Component > should match snapshot when rendered. 1` mismatched", @@ -85357,7 +85833,7 @@ } }, { - "id": "2735", + "id": "2745", "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\".", @@ -85395,7 +85871,7 @@ } }, { - "id": "2736", + "id": "2746", "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\".", @@ -85422,7 +85898,7 @@ } }, { - "id": "2737", + "id": "2747", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be 'Total in the additional cards' // Object.is equality", @@ -85460,7 +85936,7 @@ } }, { - "id": "2738", + "id": "2748", "mutatorName": "BooleanLiteral", "replacement": "props.role", "statusReason": "expected undefined to be 'Total in the additional cards' // Object.is equality", @@ -85498,7 +85974,7 @@ } }, { - "id": "2739", + "id": "2749", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected undefined to be 'Total in the additional cards' // Object.is equality", @@ -85536,7 +86012,7 @@ } }, { - "id": "2740", + "id": "2750", "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\".", @@ -85574,7 +86050,7 @@ } }, { - "id": "2741", + "id": "2751", "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\".", @@ -85607,7 +86083,7 @@ "language": "html", "mutants": [ { - "id": "2742", + "id": "2752", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Role Picker Header Component > should match snapshot when rendered. 1` mismatched", @@ -85615,16 +86091,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1682" + "1685" ], "coveredBy": [ - "1682", - "1683", - "1684", "1685", "1686", "1687", - "1688" + "1688", + "1689", + "1690", + "1691" ], "location": { "end": { @@ -85638,7 +86114,7 @@ } }, { - "id": "2743", + "id": "2753", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Role Picker Header Component > should match snapshot when rendered. 1` mismatched", @@ -85646,16 +86122,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1682" + "1685" ], "coveredBy": [ - "1682", - "1683", - "1684", "1685", "1686", "1687", - "1688" + "1688", + "1689", + "1690", + "1691" ], "location": { "end": { @@ -85669,7 +86145,7 @@ } }, { - "id": "2744", + "id": "2754", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Role Picker Header Component > should match snapshot when rendered. 1` mismatched", @@ -85677,16 +86153,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1682" + "1685" ], "coveredBy": [ - "1682", - "1683", - "1684", "1685", "1686", "1687", - "1688" + "1688", + "1689", + "1690", + "1691" ], "location": { "end": { @@ -85700,7 +86176,7 @@ } }, { - "id": "2745", + "id": "2755", "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\".", @@ -85708,16 +86184,16 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1685" + "1688" ], "coveredBy": [ - "1682", - "1683", - "1684", "1685", "1686", "1687", - "1688" + "1688", + "1689", + "1690", + "1691" ], "location": { "end": { @@ -85731,7 +86207,7 @@ } }, { - "id": "2746", + "id": "2756", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Role Picker Header Component > should match snapshot when rendered. 1` mismatched", @@ -85739,16 +86215,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1682" + "1685" ], "coveredBy": [ - "1682", - "1683", - "1684", "1685", "1686", "1687", - "1688" + "1688", + "1689", + "1690", + "1691" ], "location": { "end": { @@ -85762,7 +86238,7 @@ } }, { - "id": "2747", + "id": "2757", "mutatorName": "BooleanLiteral", "replacement": "props.player?.role.name", "statusReason": "Snapshot `Game Lobby Role Picker Header Component > should match snapshot when rendered. 1` mismatched", @@ -85770,16 +86246,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1682" + "1685" ], "coveredBy": [ - "1682", - "1683", - "1684", "1685", "1686", "1687", - "1688" + "1688", + "1689", + "1690", + "1691" ], "location": { "end": { @@ -85793,7 +86269,7 @@ } }, { - "id": "2748", + "id": "2758", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Role Picker Header Component > should match snapshot when rendered. 1` mismatched", @@ -85801,16 +86277,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1682" + "1685" ], "coveredBy": [ - "1682", - "1683", - "1684", "1685", "1686", "1687", - "1688" + "1688", + "1689", + "1690", + "1691" ], "location": { "end": { @@ -85824,7 +86300,7 @@ } }, { - "id": "2749", + "id": "2759", "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\".", @@ -85832,16 +86308,16 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1685" + "1688" ], "coveredBy": [ - "1682", - "1683", - "1684", "1685", "1686", "1687", - "1688" + "1688", + "1689", + "1690", + "1691" ], "location": { "end": { @@ -85855,7 +86331,7 @@ } }, { - "id": "2750", + "id": "2760", "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\".", @@ -85863,16 +86339,16 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1685" + "1688" ], "coveredBy": [ - "1682", - "1683", - "1684", "1685", "1686", "1687", - "1688" + "1688", + "1689", + "1690", + "1691" ], "location": { "end": { @@ -85886,7 +86362,7 @@ } }, { - "id": "2751", + "id": "2761", "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\".", @@ -85894,12 +86370,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1685" + "1688" ], "coveredBy": [ - "1685", - "1686", - "1688" + "1688", + "1689", + "1691" ], "location": { "end": { @@ -85913,7 +86389,7 @@ } }, { - "id": "2752", + "id": "2762", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.GameLobbyRolePickerHeader.…' // Object.is equality", @@ -85921,12 +86397,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1685" + "1688" ], "coveredBy": [ - "1685", - "1686", - "1688" + "1688", + "1689", + "1691" ], "location": { "end": { @@ -85946,7 +86422,7 @@ "language": "html", "mutants": [ { - "id": "2753", + "id": "2763", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -85954,17 +86430,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1920", - "1921", - "1922", "1923", - "1931", - "1932", - "1933", - "1934" + "1924", + "1925", + "1926", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -85978,7 +86454,7 @@ } }, { - "id": "2754", + "id": "2764", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -85986,17 +86462,17 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1920", - "1921", - "1922", "1923", - "1931", - "1932", - "1933", - "1934" + "1924", + "1925", + "1926", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -86010,7 +86486,7 @@ } }, { - "id": "2755", + "id": "2765", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -86018,17 +86494,17 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1920", - "1921", - "1922", "1923", - "1931", - "1932", - "1933", - "1934" + "1924", + "1925", + "1926", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -86042,7 +86518,7 @@ } }, { - "id": "2756", + "id": "2766", "mutatorName": "EqualityOperator", "replacement": "model.value !== true", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -86050,17 +86526,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1920", - "1921", - "1922", "1923", - "1931", - "1932", - "1933", - "1934" + "1924", + "1925", + "1926", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -86074,7 +86550,7 @@ } }, { - "id": "2757", + "id": "2767", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -86082,17 +86558,17 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1920", - "1921", - "1922", "1923", - "1931", - "1932", - "1933", - "1934" + "1924", + "1925", + "1926", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -86106,7 +86582,7 @@ } }, { - "id": "2758", + "id": "2768", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -86114,17 +86590,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1920", - "1921", - "1922", "1923", - "1931", - "1932", - "1933", - "1934" + "1924", + "1925", + "1926", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -86138,7 +86614,7 @@ } }, { - "id": "2759", + "id": "2769", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -86146,14 +86622,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1922", - "1931", - "1932", - "1933", - "1934" + "1925", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -86173,7 +86649,7 @@ "language": "html", "mutants": [ { - "id": "2760", + "id": "2770", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -86191,7 +86667,7 @@ } }, { - "id": "2761", + "id": "2771", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -86209,7 +86685,7 @@ } }, { - "id": "2762", + "id": "2772", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -86227,7 +86703,7 @@ } }, { - "id": "2763", + "id": "2773", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -86251,7 +86727,7 @@ "language": "html", "mutants": [ { - "id": "2764", + "id": "2774", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be truthy", @@ -86259,10 +86735,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1946" + "1949" ], "coveredBy": [ - "1946" + "1949" ], "location": { "end": { @@ -86276,7 +86752,7 @@ } }, { - "id": "2765", + "id": "2775", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected undefined to be truthy", @@ -86284,10 +86760,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1946" + "1949" ], "coveredBy": [ - "1946" + "1949" ], "location": { "end": { @@ -86307,7 +86783,7 @@ "language": "html", "mutants": [ { - "id": "2766", + "id": "2776", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -86315,11 +86791,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1993" + "1996" ], "coveredBy": [ - "1993", - "1994" + "1996", + "1997" ], "location": { "end": { @@ -86333,7 +86809,7 @@ } }, { - "id": "2767", + "id": "2777", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -86341,11 +86817,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1993" + "1996" ], "coveredBy": [ - "1993", - "1994" + "1996", + "1997" ], "location": { "end": { @@ -86359,7 +86835,7 @@ } }, { - "id": "2768", + "id": "2778", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -86367,11 +86843,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1993" + "1996" ], "coveredBy": [ - "1993", - "1994" + "1996", + "1997" ], "location": { "end": { @@ -86385,7 +86861,7 @@ } }, { - "id": "2769", + "id": "2779", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -86393,11 +86869,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1993" + "1996" ], "coveredBy": [ - "1993", - "1994" + "1996", + "1997" ], "location": { "end": { @@ -86411,7 +86887,7 @@ } }, { - "id": "2770", + "id": "2780", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -86419,11 +86895,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1993" + "1996" ], "coveredBy": [ - "1993", - "1994" + "1996", + "1997" ], "location": { "end": { @@ -86437,7 +86913,7 @@ } }, { - "id": "2771", + "id": "2781", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -86445,11 +86921,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1993" + "1996" ], "coveredBy": [ - "1993", - "1994" + "1996", + "1997" ], "location": { "end": { @@ -86463,7 +86939,7 @@ } }, { - "id": "2772", + "id": "2782", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -86471,11 +86947,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1993" + "1996" ], "coveredBy": [ - "1993", - "1994" + "1996", + "1997" ], "location": { "end": { @@ -86489,7 +86965,7 @@ } }, { - "id": "2773", + "id": "2783", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -86497,11 +86973,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1993" + "1996" ], "coveredBy": [ - "1993", - "1994" + "1996", + "1997" ], "location": { "end": { @@ -86515,7 +86991,7 @@ } }, { - "id": "2774", + "id": "2784", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -86523,11 +86999,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1993" + "1996" ], "coveredBy": [ - "1993", - "1994" + "1996", + "1997" ], "location": { "end": { @@ -86541,7 +87017,7 @@ } }, { - "id": "2775", + "id": "2785", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Buy Me A Coffee Button Component > should match snapshot when rendered. 1` mismatched", @@ -86549,11 +87025,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1993" + "1996" ], "coveredBy": [ - "1993", - "1994" + "1996", + "1997" ], "location": { "end": { @@ -86573,7 +87049,7 @@ "language": "html", "mutants": [ { - "id": "2776", + "id": "2786", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `GitHub Repository Button > should match snapshot when rendered. 1` mismatched", @@ -86581,19 +87057,19 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1947" + "1950" ], "coveredBy": [ - "1711", - "1712", - "1713", "1714", "1715", "1716", - "1916", - "1947", - "1948", - "1949" + "1717", + "1718", + "1719", + "1919", + "1950", + "1951", + "1952" ], "location": { "end": { @@ -86607,7 +87083,7 @@ } }, { - "id": "2777", + "id": "2787", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `App Component > should render component without shallow and match snapshot when rendered. 1` mismatched", @@ -86615,19 +87091,19 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1916" + "1919" ], "coveredBy": [ - "1711", - "1712", - "1713", "1714", "1715", "1716", - "1916", - "1947", - "1948", - "1949" + "1717", + "1718", + "1719", + "1919", + "1950", + "1951", + "1952" ], "location": { "end": { @@ -86641,7 +87117,7 @@ } }, { - "id": "2778", + "id": "2788", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `GitHub Repository Button > should match snapshot when rendered. 1` mismatched", @@ -86649,19 +87125,19 @@ "testsCompleted": 8, "static": false, "killedBy": [ - "1947" + "1950" ], "coveredBy": [ - "1711", - "1712", - "1713", "1714", "1715", "1716", - "1916", - "1947", - "1948", - "1949" + "1717", + "1718", + "1719", + "1919", + "1950", + "1951", + "1952" ], "location": { "end": { @@ -86675,7 +87151,7 @@ } }, { - "id": "2779", + "id": "2789", "mutatorName": "EqualityOperator", "replacement": "props.textButton === undefined", "statusReason": "Snapshot `App Component > should render component without shallow and match snapshot when rendered. 1` mismatched", @@ -86683,19 +87159,19 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1916" + "1919" ], "coveredBy": [ - "1711", - "1712", - "1713", "1714", "1715", "1716", - "1916", - "1947", - "1948", - "1949" + "1717", + "1718", + "1719", + "1919", + "1950", + "1951", + "1952" ], "location": { "end": { @@ -86709,7 +87185,7 @@ } }, { - "id": "2780", + "id": "2790", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `GitHub Repository Button > should match snapshot when rendered. 1` mismatched", @@ -86717,12 +87193,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1947" + "1950" ], "coveredBy": [ - "1947", - "1948", - "1949" + "1950", + "1951", + "1952" ], "location": { "end": { @@ -86736,7 +87212,7 @@ } }, { - "id": "2781", + "id": "2791", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `App Component > should render component without shallow and match snapshot when rendered. 1` mismatched", @@ -86744,17 +87220,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1916" + "1919" ], "coveredBy": [ - "1711", - "1712", - "1713", "1714", "1715", "1716", - "1916", - "1949" + "1717", + "1718", + "1719", + "1919", + "1952" ], "location": { "end": { @@ -86774,7 +87250,7 @@ "language": "html", "mutants": [ { - "id": "2782", + "id": "2792", "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\".", @@ -86782,37 +87258,37 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "726" + "745" ], "coveredBy": [ - "726", - "1277", - "1324", - "1453", - "1511", - "1533", - "1548", - "1620", - "1621", - "1622", + "745", + "1280", + "1327", + "1456", + "1514", + "1536", + "1551", "1623", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1624", + "1625", + "1626", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -86826,7 +87302,7 @@ } }, { - "id": "2783", + "id": "2793", "mutatorName": "LogicalOperator", "replacement": "currentPlay?.source.players && []", "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\".", @@ -86834,37 +87310,37 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1511" + "1514" ], "coveredBy": [ - "726", - "1277", - "1324", - "1453", - "1511", - "1533", - "1548", - "1620", - "1621", - "1622", + "745", + "1280", + "1327", + "1456", + "1514", + "1536", + "1551", "1623", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1624", + "1625", + "1626", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -86878,7 +87354,7 @@ } }, { - "id": "2784", + "id": "2794", "mutatorName": "OptionalChaining", "replacement": "currentPlay.source", "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\".", @@ -86886,37 +87362,37 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1277" + "1280" ], "coveredBy": [ - "726", - "1277", - "1324", - "1453", - "1511", - "1533", - "1548", - "1620", - "1621", - "1622", + "745", + "1280", + "1327", + "1456", + "1514", + "1536", + "1551", "1623", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1624", + "1625", + "1626", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -86930,7 +87406,7 @@ } }, { - "id": "2785", + "id": "2795", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "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\".", @@ -86938,33 +87414,33 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1511" + "1514" ], "coveredBy": [ - "1277", - "1324", - "1511", - "1533", - "1548", - "1622", - "1623", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1280", + "1327", + "1514", + "1536", + "1551", + "1625", + "1626", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -86984,7 +87460,7 @@ "language": "html", "mutants": [ { - "id": "2786", + "id": "2796", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Sheriff Promotion Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -86992,58 +87468,58 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "705" + "724" ], "coveredBy": [ "272", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1427", - "1428", - "1429", + "724", + "745", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", "1430", "1431", "1432", "1433", "1434", "1435", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1436", + "1437", + "1438", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -87057,7 +87533,7 @@ } }, { - "id": "2787", + "id": "2797", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'seer' to be 'cupid' // Object.is equality", @@ -87065,11 +87541,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1432" + "1435" ], "coveredBy": [ - "1432", - "1433" + "1435", + "1436" ], "location": { "end": { @@ -87083,7 +87559,7 @@ } }, { - "id": "2788", + "id": "2798", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'seer' to be 'cupid' // Object.is equality", @@ -87091,11 +87567,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1432" + "1435" ], "coveredBy": [ - "1432", - "1433" + "1435", + "1436" ], "location": { "end": { @@ -87109,7 +87585,7 @@ } }, { - "id": "2789", + "id": "2799", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected undefined to be 'seer' // Object.is equality", @@ -87117,11 +87593,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1433" + "1436" ], "coveredBy": [ - "1432", - "1433" + "1435", + "1436" ], "location": { "end": { @@ -87135,7 +87611,7 @@ } }, { - "id": "2790", + "id": "2800", "mutatorName": "EqualityOperator", "replacement": "playerIndex.value !== props.players.length - 1", "statusReason": "expected 'seer' to be 'cupid' // Object.is equality", @@ -87143,11 +87619,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1432" + "1435" ], "coveredBy": [ - "1432", - "1433" + "1435", + "1436" ], "location": { "end": { @@ -87161,7 +87637,7 @@ } }, { - "id": "2791", + "id": "2801", "mutatorName": "ArithmeticOperator", "replacement": "props.players.length + 1", "statusReason": "expected undefined to be 'seer' // Object.is equality", @@ -87169,11 +87645,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1433" + "1436" ], "coveredBy": [ - "1432", - "1433" + "1435", + "1436" ], "location": { "end": { @@ -87187,7 +87663,7 @@ } }, { - "id": "2792", + "id": "2802", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be 'seer' // Object.is equality", @@ -87195,10 +87671,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1433" + "1436" ], "coveredBy": [ - "1433" + "1436" ], "location": { "end": { @@ -87212,7 +87688,7 @@ } }, { - "id": "2793", + "id": "2803", "mutatorName": "UpdateOperator", "replacement": "playerIndex.value--", "statusReason": "expected undefined to be 'cupid' // Object.is equality", @@ -87220,11 +87696,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1432" + "1435" ], "coveredBy": [ - "1432", - "1433" + "1435", + "1436" ], "location": { "end": { @@ -87238,7 +87714,7 @@ } }, { - "id": "2794", + "id": "2804", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -87246,58 +87722,58 @@ "testsCompleted": 13, "static": false, "killedBy": [ - "1428" + "1431" ], "coveredBy": [ "272", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1427", - "1428", - "1429", + "724", + "745", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", "1430", "1431", "1432", "1433", "1434", "1435", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1436", + "1437", + "1438", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -87311,7 +87787,7 @@ } }, { - "id": "2795", + "id": "2805", "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", @@ -87319,58 +87795,58 @@ "testsCompleted": 11, "static": false, "killedBy": [ - "1428" + "1431" ], "coveredBy": [ "272", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1427", - "1428", - "1429", + "724", + "745", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", "1430", "1431", "1432", "1433", "1434", "1435", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1436", + "1437", + "1438", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -87384,7 +87860,7 @@ } }, { - "id": "2796", + "id": "2806", "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", @@ -87392,58 +87868,58 @@ "testsCompleted": 16, "static": false, "killedBy": [ - "1430" + "1433" ], "coveredBy": [ "272", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1427", - "1428", - "1429", + "724", + "745", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", "1430", "1431", "1432", "1433", "1434", "1435", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1436", + "1437", + "1438", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -87457,7 +87933,7 @@ } }, { - "id": "2797", + "id": "2807", "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", @@ -87465,58 +87941,58 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "1428" + "1431" ], "coveredBy": [ "272", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1427", - "1428", - "1429", + "724", + "745", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", "1430", "1431", "1432", "1433", "1434", "1435", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1436", + "1437", + "1438", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -87530,7 +88006,7 @@ } }, { - "id": "2798", + "id": "2808", "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", @@ -87538,39 +88014,39 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1430" + "1433" ], "coveredBy": [ - "726", - "1277", - "1324", - "1430", - "1431", - "1435", - "1453", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" - ], - "location": { - "end": { + "745", + "1280", + "1327", + "1433", + "1434", + "1438", + "1456", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" + ], + "location": { + "end": { "column": 4, "line": 56 }, @@ -87587,7 +88063,7 @@ "language": "html", "mutants": [ { - "id": "2799", + "id": "2809", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "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\".", @@ -87595,26 +88071,26 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "705" + "724" ], "coveredBy": [ - "705", - "739", - "805", - "890", - "900", - "957", - "1035", - "1070", - "1076", - "1219", - "1235", - "1248", - "1496", - "1777", - "1855", - "1856", - "1857" + "724", + "758", + "808", + "893", + "903", + "960", + "1038", + "1073", + "1079", + "1222", + "1238", + "1251", + "1499", + "1780", + "1858", + "1859", + "1860" ], "location": { "end": { @@ -87628,7 +88104,7 @@ } }, { - "id": "2800", + "id": "2810", "mutatorName": "LogicalOperator", "replacement": "props.players && []", "statusReason": "Snapshot `Game Sheriff Promotion Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -87636,26 +88112,26 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "705" + "724" ], "coveredBy": [ - "705", - "739", - "805", - "890", - "900", - "957", - "1035", - "1070", - "1076", - "1219", - "1235", - "1248", - "1496", - "1777", - "1855", - "1856", - "1857" + "724", + "758", + "808", + "893", + "903", + "960", + "1038", + "1073", + "1079", + "1222", + "1238", + "1251", + "1499", + "1780", + "1858", + "1859", + "1860" ], "location": { "end": { @@ -87669,7 +88145,7 @@ } }, { - "id": "2801", + "id": "2811", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "expected [ 'Stryker was here' ] to strictly equal []", @@ -87677,10 +88153,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1857" + "1860" ], "coveredBy": [ - "1857" + "1860" ], "location": { "end": { @@ -87700,7 +88176,7 @@ "language": "html", "mutants": [ { - "id": "2802", + "id": "2812", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Phase Starts Event Component > should match snapshot without shallow rendering when rendered for night falling. 1` mismatched", @@ -87708,60 +88184,60 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", "1470", "1471", "1472", "1473", "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -87775,7 +88251,7 @@ } }, { - "id": "2803", + "id": "2813", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected undefined to be '' // Object.is equality", @@ -87783,60 +88259,60 @@ "testsCompleted": 15, "static": false, "killedBy": [ - "1469" + "1472" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", "1470", "1471", "1472", "1473", "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -87850,7 +88326,7 @@ } }, { - "id": "2804", + "id": "2814", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -87858,60 +88334,60 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "726" + "745" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", "1470", "1471", "1472", "1473", "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -87925,7 +88401,7 @@ } }, { - "id": "2805", + "id": "2815", "mutatorName": "EqualityOperator", "replacement": "makingGamePlayStatus.value === \"pending\"", "statusReason": "Snapshot `Game Sheriff Promotion Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -87933,60 +88409,60 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "705" + "724" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", "1470", "1471", "1472", "1473", "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -88000,7 +88476,7 @@ } }, { - "id": "2806", + "id": "2816", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected undefined to be '' // Object.is equality", @@ -88008,60 +88484,60 @@ "testsCompleted": 11, "static": false, "killedBy": [ - "1469" + "1472" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", "1470", "1471", "1472", "1473", "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -88075,7 +88551,7 @@ } }, { - "id": "2807", + "id": "2817", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -88083,60 +88559,60 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "726" + "745" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", "1470", "1471", "1472", "1473", "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -88150,7 +88626,7 @@ } }, { - "id": "2808", + "id": "2818", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected { …(2) } to strictly equal { …(2) }", @@ -88158,60 +88634,60 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1468" + "1471" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", "1470", "1471", "1472", "1473", "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -88225,7 +88701,7 @@ } }, { - "id": "2809", + "id": "2819", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -88233,60 +88709,60 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "726" + "745" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", "1470", "1471", "1472", "1473", "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -88300,7 +88776,7 @@ } }, { - "id": "2810", + "id": "2820", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Survivors Turn Starts Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -88308,60 +88784,60 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "726" + "745" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", "1470", "1471", "1472", "1473", "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -88375,7 +88851,7 @@ } }, { - "id": "2811", + "id": "2821", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected { …(2) } to strictly equal { …(2) }", @@ -88383,60 +88859,60 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1468" + "1471" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", "1470", "1471", "1472", "1473", "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -88450,7 +88926,7 @@ } }, { - "id": "2812", + "id": "2822", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected { …(2) } to strictly equal { …(2) }", @@ -88458,60 +88934,60 @@ "testsCompleted": 14, "static": false, "killedBy": [ - "1468" + "1471" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", "1470", "1471", "1472", "1473", "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -88525,7 +89001,7 @@ } }, { - "id": "2813", + "id": "2823", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected { …(2) } to strictly equal { …(2) }", @@ -88533,60 +89009,60 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1468" + "1471" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -88600,7 +89076,7 @@ } }, { - "id": "2814", + "id": "2824", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be truthy", @@ -88608,13 +89084,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1470" + "1473" ], "coveredBy": [ - "1470", - "1471", - "1472", - "1474" + "1473", + "1474", + "1475", + "1477" ], "location": { "end": { @@ -88628,7 +89104,7 @@ } }, { - "id": "2815", + "id": "2825", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected undefined to be truthy", @@ -88636,13 +89112,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1470" + "1473" ], "coveredBy": [ - "1470", - "1471", - "1472", - "1474" + "1473", + "1474", + "1475", + "1477" ], "location": { "end": { @@ -88656,7 +89132,7 @@ } }, { - "id": "2816", + "id": "2826", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be truthy", @@ -88664,12 +89140,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1471" + "1474" ], "coveredBy": [ - "1471", - "1472", - "1474" + "1474", + "1475", + "1477" ], "location": { "end": { @@ -88683,7 +89159,7 @@ } }, { - "id": "2817", + "id": "2827", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ 'pe-4', 'animate__animated', …(1) ] to include 'animate__headShake'", @@ -88691,12 +89167,12 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1472" + "1475" ], "coveredBy": [ - "1471", - "1472", - "1474" + "1474", + "1475", + "1477" ], "location": { "end": { @@ -88710,7 +89186,7 @@ } }, { - "id": "2818", + "id": "2828", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected undefined to be truthy", @@ -88718,60 +89194,60 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1471" + "1474" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", "1470", "1471", "1472", "1473", "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -88785,7 +89261,7 @@ } }, { - "id": "2819", + "id": "2829", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to be truthy", @@ -88793,13 +89269,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1471" + "1474" ], "coveredBy": [ - "1471", - "1472", - "1473", - "1474" + "1474", + "1475", + "1476", + "1477" ], "location": { "end": { @@ -88813,7 +89289,7 @@ } }, { - "id": "2820", + "id": "2830", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected undefined to be truthy", @@ -88821,13 +89297,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1471" + "1474" ], "coveredBy": [ - "1471", - "1472", - "1473", - "1474" + "1474", + "1475", + "1476", + "1477" ], "location": { "end": { @@ -88841,7 +89317,7 @@ } }, { - "id": "2821", + "id": "2831", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [ [] ] to be falsy", @@ -88849,13 +89325,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1473" + "1476" ], "coveredBy": [ - "1471", - "1472", - "1473", - "1474" + "1474", + "1475", + "1476", + "1477" ], "location": { "end": { @@ -88869,7 +89345,7 @@ } }, { - "id": "2822", + "id": "2832", "mutatorName": "LogicalOperator", "replacement": "!isKeyPressed && !canGoToNextGameEventText.value", "statusReason": "expected [ [] ] to be falsy", @@ -88877,13 +89353,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1473" + "1476" ], "coveredBy": [ - "1471", - "1472", - "1473", - "1474" + "1474", + "1475", + "1476", + "1477" ], "location": { "end": { @@ -88897,7 +89373,7 @@ } }, { - "id": "2823", + "id": "2833", "mutatorName": "BooleanLiteral", "replacement": "isKeyPressed", "statusReason": "expected undefined to be truthy", @@ -88905,13 +89381,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1471" + "1474" ], "coveredBy": [ - "1471", - "1472", - "1473", - "1474" + "1474", + "1475", + "1476", + "1477" ], "location": { "end": { @@ -88925,7 +89401,7 @@ } }, { - "id": "2824", + "id": "2834", "mutatorName": "BooleanLiteral", "replacement": "canGoToNextGameEventText.value", "statusReason": "expected undefined to be truthy", @@ -88933,13 +89409,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1471" + "1474" ], "coveredBy": [ - "1471", - "1472", - "1473", - "1474" + "1474", + "1475", + "1476", + "1477" ], "location": { "end": { @@ -88953,7 +89429,7 @@ } }, { - "id": "2825", + "id": "2835", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ [] ] to be falsy", @@ -88961,11 +89437,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1473" + "1476" ], "coveredBy": [ - "1473", - "1474" + "1476", + "1477" ], "location": { "end": { @@ -88985,7 +89461,7 @@ "language": "html", "mutants": [ { - "id": "2826", + "id": "2836", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected '' to be undefined", @@ -88993,21 +89469,18 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "913" + "916" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -89017,40 +89490,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -89064,7 +89540,7 @@ } }, { - "id": "2827", + "id": "2837", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Phase Starts Event Component > should match snapshot without shallow rendering when rendered for night falling. 1` mismatched", @@ -89072,21 +89548,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -89096,40 +89569,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -89143,7 +89619,7 @@ } }, { - "id": "2828", + "id": "2838", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected '' to be undefined", @@ -89151,21 +89627,18 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "913" + "916" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -89175,40 +89648,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -89222,7 +89698,7 @@ } }, { - "id": "2829", + "id": "2839", "mutatorName": "LogicalOperator", "replacement": "props.currentTextIndex > 0 || makingGamePlayStatus.value !== \"pending\"", "statusReason": "Snapshot `Game Sheriff Promotion Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -89230,21 +89706,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "705" + "724" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -89254,40 +89727,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -89301,7 +89777,7 @@ } }, { - "id": "2830", + "id": "2840", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Phase Starts Event Component > should match snapshot without shallow rendering when rendered for night falling. 1` mismatched", @@ -89309,21 +89785,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -89333,40 +89806,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -89380,7 +89856,7 @@ } }, { - "id": "2831", + "id": "2841", "mutatorName": "EqualityOperator", "replacement": "props.currentTextIndex >= 0", "statusReason": "Snapshot `Game Phase Starts Event Component > should match snapshot without shallow rendering when rendered for night falling. 1` mismatched", @@ -89388,21 +89864,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "760" + "779" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -89412,40 +89885,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -89459,7 +89935,7 @@ } }, { - "id": "2832", + "id": "2842", "mutatorName": "EqualityOperator", "replacement": "props.currentTextIndex <= 0", "statusReason": "Snapshot `Game Wolf Hound Has Chosen Side Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -89471,17 +89947,14 @@ ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -89491,40 +89964,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -89538,7 +90014,7 @@ } }, { - "id": "2833", + "id": "2843", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected undefined to be '' // Object.is equality", @@ -89546,14 +90022,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "912" + "915" ], "coveredBy": [ - "912", - "913", - "914", "915", - "916" + "916", + "917", + "918", + "919" ], "location": { "end": { @@ -89567,7 +90043,7 @@ } }, { - "id": "2834", + "id": "2844", "mutatorName": "EqualityOperator", "replacement": "makingGamePlayStatus.value === \"pending\"", "statusReason": "expected undefined to be '' // Object.is equality", @@ -89575,14 +90051,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "912" + "915" ], "coveredBy": [ - "912", - "913", - "914", "915", - "916" + "916", + "917", + "918", + "919" ], "location": { "end": { @@ -89596,7 +90072,7 @@ } }, { - "id": "2835", + "id": "2845", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected undefined to be '' // Object.is equality", @@ -89604,14 +90080,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "912" + "915" ], "coveredBy": [ - "912", - "913", - "914", "915", - "916" + "916", + "917", + "918", + "919" ], "location": { "end": { @@ -89625,7 +90101,7 @@ } }, { - "id": "2836", + "id": "2846", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Sheriff Promotion Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -89633,21 +90109,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "705" + "724" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -89657,40 +90130,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -89704,7 +90180,7 @@ } }, { - "id": "2837", + "id": "2847", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected { disabled: true, …(2) } to strictly equal { disabled: true, …(2) }", @@ -89712,21 +90188,18 @@ "testsCompleted": 15, "static": false, "killedBy": [ - "910" + "913" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -89736,42 +90209,45 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" - ], - "location": { + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" + ], + "location": { "end": { "column": 56, "line": 50 @@ -89783,7 +90259,7 @@ } }, { - "id": "2838", + "id": "2848", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Villager Villager Introduction Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -89791,21 +90267,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1053" + "1056" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -89815,40 +90288,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -89862,7 +90338,7 @@ } }, { - "id": "2839", + "id": "2849", "mutatorName": "BooleanLiteral", "replacement": "canGoToPreviousGameEventText.value", "statusReason": "expected { disabled: false, …(2) } to strictly equal { disabled: true, …(2) }", @@ -89870,21 +90346,18 @@ "testsCompleted": 15, "static": false, "killedBy": [ - "910" + "913" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -89894,40 +90367,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -89941,7 +90417,7 @@ } }, { - "id": "2840", + "id": "2850", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Sheriff Promotion Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -89949,21 +90425,18 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "705" + "724" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -89973,40 +90446,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -90020,7 +90496,7 @@ } }, { - "id": "2841", + "id": "2851", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected { disabled: true, …(2) } to strictly equal { disabled: true, …(2) }", @@ -90028,21 +90504,18 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "910" + "913" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -90052,40 +90525,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -90099,7 +90575,7 @@ } }, { - "id": "2842", + "id": "2852", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected { disabled: true, …(2) } to strictly equal { disabled: true, …(2) }", @@ -90107,21 +90583,18 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "910" + "913" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -90131,40 +90604,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -90178,7 +90654,7 @@ } }, { - "id": "2843", + "id": "2853", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected { disabled: true, …(2) } to strictly equal { disabled: true, …(2) }", @@ -90186,21 +90662,18 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "910" + "913" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -90210,40 +90683,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -90257,7 +90733,7 @@ } }, { - "id": "2844", + "id": "2854", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Target cannot be null or undefined.", @@ -90265,14 +90741,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "915" + "918" ], "coveredBy": [ - "915", - "916", - "917", "918", - "919" + "919", + "920", + "921", + "922" ], "location": { "end": { @@ -90286,7 +90762,7 @@ } }, { - "id": "2845", + "id": "2855", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -90294,14 +90770,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "915" + "918" ], "coveredBy": [ - "915", - "916", - "917", "918", - "919" + "919", + "920", + "921", + "922" ], "location": { "end": { @@ -90315,7 +90791,7 @@ } }, { - "id": "2846", + "id": "2856", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Target cannot be null or undefined.", @@ -90323,13 +90799,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "916" + "919" ], "coveredBy": [ - "916", - "917", - "918", - "919" + "919", + "920", + "921", + "922" ], "location": { "end": { @@ -90343,7 +90819,7 @@ } }, { - "id": "2847", + "id": "2857", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Anything,\n \"headShake\",\n], but it was called with RefImpl {\n \"__v_isRef\": true,\n \"__v_isShallow\": false,\n \"_rawValue\": \n \n ,\n \"_value\": \n \n ,\n \"dep\": undefined,\n}", @@ -90351,13 +90827,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "918" + "921" ], "coveredBy": [ - "916", - "917", - "918", - "919" + "919", + "920", + "921", + "922" ], "location": { "end": { @@ -90371,7 +90847,7 @@ } }, { - "id": "2848", + "id": "2858", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Target cannot be null or undefined.", @@ -90379,21 +90855,18 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "916" + "919" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -90403,40 +90876,43 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -90450,7 +90926,7 @@ } }, { - "id": "2849", + "id": "2859", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Target cannot be null or undefined.", @@ -90458,13 +90934,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "916" + "919" ], "coveredBy": [ - "916", - "917", - "918", - "919" + "919", + "920", + "921", + "922" ], "location": { "end": { @@ -90478,7 +90954,7 @@ } }, { - "id": "2850", + "id": "2860", "mutatorName": "BooleanLiteral", "replacement": "isKeyPressed", "statusReason": "Target cannot be null or undefined.", @@ -90486,13 +90962,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "916" + "919" ], "coveredBy": [ - "916", - "917", - "918", - "919" + "919", + "920", + "921", + "922" ], "location": { "end": { @@ -90506,7 +90982,7 @@ } }, { - "id": "2851", + "id": "2861", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Target cannot be null or undefined.", @@ -90514,13 +90990,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "916" + "919" ], "coveredBy": [ - "916", - "917", - "918", - "919" + "919", + "920", + "921", + "922" ], "location": { "end": { @@ -90534,7 +91010,7 @@ } }, { - "id": "2852", + "id": "2862", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected \"spy\" to not be called at all, but actually been called 2 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n RefImpl {\n \"__v_isRef\": true,\n \"__v_isShallow\": false,\n \"_rawValue\": \n \n ,\n \"_value\": \n \n ,\n \"dep\": undefined,\n },\n \"headShake\",\n ]\n\n 2nd spy call:\n\n Array [\n RefImpl {\n \"__v_isRef\": true,\n \"__v_isShallow\": false,\n \"_rawValue\": \n \n ,\n \"_value\": \n \n ,\n \"dep\": undefined,\n },\n \"headShake\",\n ]\n\n\nNumber of calls: 2\n", @@ -90542,13 +91018,13 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "919" + "922" ], "coveredBy": [ - "916", - "917", - "918", - "919" + "919", + "920", + "921", + "922" ], "location": { "end": { @@ -90562,7 +91038,7 @@ } }, { - "id": "2853", + "id": "2863", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected \"spy\" to not be called at all, but actually been called 2 times\n\nReceived: \n\n 1st spy call:\n\n Array [\n RefImpl {\n \"__v_isRef\": true,\n \"__v_isShallow\": false,\n \"_rawValue\": \n \n ,\n \"_value\": \n \n ,\n \"dep\": undefined,\n },\n \"headShake\",\n ]\n\n 2nd spy call:\n\n Array [\n RefImpl {\n \"__v_isRef\": true,\n \"__v_isShallow\": false,\n \"_rawValue\": \n \n ,\n \"_value\": \n \n ,\n \"dep\": undefined,\n },\n \"headShake\",\n ]\n\n\nNumber of calls: 2\n", @@ -90570,11 +91046,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "919" + "922" ], "coveredBy": [ - "917", - "919" + "920", + "922" ], "location": { "end": { @@ -90594,7 +91070,7 @@ "language": "html", "mutants": [ { - "id": "2854", + "id": "2864", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Sheriff Promotion Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -90602,61 +91078,61 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "705" + "724" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1173", - "1174", - "1175", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", "1176", "1177", "1178", "1179", "1180", "1181", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1182", + "1183", + "1184", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -90670,7 +91146,7 @@ } }, { - "id": "2855", + "id": "2865", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 'Game starts.' to be 'Day rises.' // Object.is equality", @@ -90678,61 +91154,61 @@ "testsCompleted": 11, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1173", - "1174", - "1175", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", "1176", "1177", "1178", "1179", "1180", "1181", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1182", + "1183", + "1184", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -90746,7 +91222,7 @@ } }, { - "id": "2856", + "id": "2866", "mutatorName": "ArithmeticOperator", "replacement": "currentIndex.value - 1", "statusReason": "expected 'Game starts.' to be 'Day rises.' // Object.is equality", @@ -90754,18 +91230,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ - "1173", - "1174", - "1175", "1176", "1177", "1178", "1179", "1180", - "1181" + "1181", + "1182", + "1183", + "1184" ], "location": { "end": { @@ -90779,7 +91255,7 @@ } }, { - "id": "2857", + "id": "2867", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 'Game starts.' to be 'Day rises.' // Object.is equality", @@ -90787,61 +91263,61 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ "272", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1173", - "1174", - "1175", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", "1176", "1177", "1178", "1179", "1180", "1181", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1182", + "1183", + "1184", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -90855,7 +91331,7 @@ } }, { - "id": "2858", + "id": "2868", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'Day rises.' to be 'Game starts.' // Object.is equality", @@ -90863,18 +91339,18 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1178" + "1181" ], "coveredBy": [ - "1173", - "1174", - "1175", "1176", "1177", "1178", "1179", "1180", - "1181" + "1181", + "1182", + "1183", + "1184" ], "location": { "end": { @@ -90888,7 +91364,7 @@ } }, { - "id": "2859", + "id": "2869", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'Game starts.' to be 'Day rises.' // Object.is equality", @@ -90896,18 +91372,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ - "1173", - "1174", - "1175", "1176", "1177", "1178", "1179", "1180", - "1181" + "1181", + "1182", + "1183", + "1184" ], "location": { "end": { @@ -90921,7 +91397,7 @@ } }, { - "id": "2860", + "id": "2870", "mutatorName": "EqualityOperator", "replacement": "makingGamePlayStatus.value === \"pending\"", "statusReason": "expected 'Game starts.' to be 'Day rises.' // Object.is equality", @@ -90929,18 +91405,18 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ - "1173", - "1174", - "1175", "1176", "1177", "1178", "1179", "1180", - "1181" + "1181", + "1182", + "1183", + "1184" ], "location": { "end": { @@ -90954,7 +91430,7 @@ } }, { - "id": "2861", + "id": "2871", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'Day rises.' to be 'Game starts.' // Object.is equality", @@ -90962,18 +91438,18 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1178" + "1181" ], "coveredBy": [ - "1173", - "1174", - "1175", "1176", "1177", "1178", "1179", "1180", - "1181" + "1181", + "1182", + "1183", + "1184" ], "location": { "end": { @@ -90987,7 +91463,7 @@ } }, { - "id": "2862", + "id": "2872", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'Night falls.' to be 'Day rises.' // Object.is equality", @@ -90995,11 +91471,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ - "1174", - "1175" + "1177", + "1178" ], "location": { "end": { @@ -91013,7 +91489,7 @@ } }, { - "id": "2863", + "id": "2873", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'Night falls.' to be 'Day rises.' // Object.is equality", @@ -91021,11 +91497,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ - "1174", - "1175" + "1177", + "1178" ], "location": { "end": { @@ -91039,7 +91515,7 @@ } }, { - "id": "2864", + "id": "2874", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected '' to be 'Game starts.' // Object.is equality", @@ -91047,11 +91523,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1175" + "1178" ], "coveredBy": [ - "1174", - "1175" + "1177", + "1178" ], "location": { "end": { @@ -91065,7 +91541,7 @@ } }, { - "id": "2865", + "id": "2875", "mutatorName": "EqualityOperator", "replacement": "currentIndex.value !== 0", "statusReason": "expected 'Night falls.' to be 'Day rises.' // Object.is equality", @@ -91073,11 +91549,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ - "1174", - "1175" + "1177", + "1178" ], "location": { "end": { @@ -91091,7 +91567,7 @@ } }, { - "id": "2866", + "id": "2876", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected '' to be 'Game starts.' // Object.is equality", @@ -91099,10 +91575,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1175" + "1178" ], "coveredBy": [ - "1175" + "1178" ], "location": { "end": { @@ -91116,7 +91592,7 @@ } }, { - "id": "2867", + "id": "2877", "mutatorName": "UpdateOperator", "replacement": "currentIndex.value++", "statusReason": "expected '' to be 'Day rises.' // Object.is equality", @@ -91124,10 +91600,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ - "1174" + "1177" ], "location": { "end": { @@ -91141,7 +91617,7 @@ } }, { - "id": "2868", + "id": "2878", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'Game starts.' to be 'Day rises.' // Object.is equality", @@ -91149,15 +91625,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ - "1174", "1177", - "1178", - "1179", "1180", - "1181" + "1181", + "1182", + "1183", + "1184" ], "location": { "end": { @@ -91171,7 +91647,7 @@ } }, { - "id": "2869", + "id": "2879", "mutatorName": "BooleanLiteral", "replacement": "canGoToNextGameEventText.value", "statusReason": "expected 'Game starts.' to be 'Day rises.' // Object.is equality", @@ -91179,15 +91655,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ - "1174", "1177", - "1178", - "1179", "1180", - "1181" + "1181", + "1182", + "1183", + "1184" ], "location": { "end": { @@ -91201,7 +91677,7 @@ } }, { - "id": "2870", + "id": "2880", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'Game starts.' to be 'Day rises.' // Object.is equality", @@ -91209,15 +91685,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ - "1174", "1177", - "1178", - "1179", "1180", - "1181" + "1181", + "1182", + "1183", + "1184" ], "location": { "end": { @@ -91231,7 +91707,7 @@ } }, { - "id": "2871", + "id": "2881", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'Day rises.' to be 'Game starts.' // Object.is equality", @@ -91239,15 +91715,15 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1178" + "1181" ], "coveredBy": [ - "1174", "1177", - "1178", - "1179", "1180", - "1181" + "1181", + "1182", + "1183", + "1184" ], "location": { "end": { @@ -91261,7 +91737,7 @@ } }, { - "id": "2872", + "id": "2882", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'Day rises.' to be 'Game starts.' // Object.is equality", @@ -91269,10 +91745,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1178" + "1181" ], "coveredBy": [ - "1178" + "1181" ], "location": { "end": { @@ -91286,7 +91762,7 @@ } }, { - "id": "2873", + "id": "2883", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'Game starts.' to be 'Day rises.' // Object.is equality", @@ -91294,14 +91770,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ - "1174", "1177", - "1179", "1180", - "1181" + "1182", + "1183", + "1184" ], "location": { "end": { @@ -91315,7 +91791,7 @@ } }, { - "id": "2874", + "id": "2884", "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", @@ -91323,14 +91799,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1179" + "1182" ], "coveredBy": [ - "1174", "1177", - "1179", "1180", - "1181" + "1182", + "1183", + "1184" ], "location": { "end": { @@ -91344,7 +91820,7 @@ } }, { - "id": "2875", + "id": "2885", "mutatorName": "EqualityOperator", "replacement": "nextGameEventText.value !== undefined", "statusReason": "expected 'Game starts.' to be 'Day rises.' // Object.is equality", @@ -91352,14 +91828,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ - "1174", "1177", - "1179", "1180", - "1181" + "1182", + "1183", + "1184" ], "location": { "end": { @@ -91373,7 +91849,7 @@ } }, { - "id": "2876", + "id": "2886", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", @@ -91381,11 +91857,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1179" + "1182" ], "coveredBy": [ - "1179", - "1180" + "1182", + "1183" ], "location": { "end": { @@ -91399,7 +91875,7 @@ } }, { - "id": "2877", + "id": "2887", "mutatorName": "UpdateOperator", "replacement": "currentIndex.value--", "statusReason": "expected '' to be 'Day rises.' // Object.is equality", @@ -91407,12 +91883,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1174" + "1177" ], "coveredBy": [ - "1174", "1177", - "1181" + "1180", + "1184" ], "location": { "end": { @@ -91426,7 +91902,7 @@ } }, { - "id": "2878", + "id": "2888", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Target cannot be null or undefined.", @@ -91434,12 +91910,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1181" + "1184" ], "coveredBy": [ - "1174", "1177", - "1181" + "1180", + "1184" ], "location": { "end": { @@ -91453,7 +91929,7 @@ } }, { - "id": "2879", + "id": "2889", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -91461,12 +91937,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1181" + "1184" ], "coveredBy": [ - "1174", "1177", - "1181" + "1180", + "1184" ], "location": { "end": { @@ -91486,7 +91962,7 @@ "language": "html", "mutants": [ { - "id": "2880", + "id": "2890", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected undefined to strictly equal [ [ 'Day rises.' ] ]", @@ -91494,11 +91970,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1783" + "1786" ], "coveredBy": [ - "1783", - "1784" + "1786", + "1787" ], "location": { "end": { @@ -91512,7 +91988,7 @@ } }, { - "id": "2881", + "id": "2891", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected undefined to strictly equal [ [ 'Day rises.' ] ]", @@ -91520,11 +91996,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1783" + "1786" ], "coveredBy": [ - "1783", - "1784" + "1786", + "1787" ], "location": { "end": { @@ -91538,7 +92014,7 @@ } }, { - "id": "2882", + "id": "2892", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [ [ undefined ] ] to be undefined", @@ -91546,11 +92022,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1784" + "1787" ], "coveredBy": [ - "1783", - "1784" + "1786", + "1787" ], "location": { "end": { @@ -91564,7 +92040,7 @@ } }, { - "id": "2883", + "id": "2893", "mutatorName": "EqualityOperator", "replacement": "newGameEventText !== undefined", "statusReason": "expected undefined to strictly equal [ [ 'Day rises.' ] ]", @@ -91572,11 +92048,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1783" + "1786" ], "coveredBy": [ - "1783", - "1784" + "1786", + "1787" ], "location": { "end": { @@ -91590,7 +92066,7 @@ } }, { - "id": "2884", + "id": "2894", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ [ undefined ] ] to be undefined", @@ -91598,10 +92074,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1784" + "1787" ], "coveredBy": [ - "1784" + "1787" ], "location": { "end": { @@ -91615,7 +92091,7 @@ } }, { - "id": "2885", + "id": "2895", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected undefined to strictly equal [ [ 'Day rises.' ] ]", @@ -91623,10 +92099,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1783" + "1786" ], "coveredBy": [ - "1783" + "1786" ], "location": { "end": { @@ -91646,7 +92122,7 @@ "language": "html", "mutants": [ { - "id": "2886", + "id": "2896", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -91664,7 +92140,7 @@ } }, { - "id": "2887", + "id": "2897", "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.", @@ -91688,7 +92164,7 @@ "language": "html", "mutants": [ { - "id": "2888", + "id": "2898", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -91696,17 +92172,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1284", - "1931", - "1932", - "1933", + "1287", "1934", "1935", "1936", - "1937" + "1937", + "1938", + "1939", + "1940" ], "location": { "end": { @@ -91720,7 +92196,7 @@ } }, { - "id": "2889", + "id": "2899", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -91728,17 +92204,17 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ - "1284", - "1931", - "1932", - "1933", + "1287", "1934", "1935", "1936", - "1937" + "1937", + "1938", + "1939", + "1940" ], "location": { "end": { @@ -91758,7 +92234,7 @@ "language": "html", "mutants": [ { - "id": "2890", + "id": "2900", "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\".", @@ -91766,16 +92242,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1791" + "1794" ], "coveredBy": [ - "1791", - "1792", - "1793", "1794", "1795", "1796", - "1797" + "1797", + "1798", + "1799", + "1800" ], "location": { "end": { @@ -91789,7 +92265,7 @@ } }, { - "id": "2891", + "id": "2901", "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\".", @@ -91797,16 +92273,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1791" + "1794" ], "coveredBy": [ - "1791", - "1792", - "1793", "1794", "1795", "1796", - "1797" + "1797", + "1798", + "1799", + "1800" ], "location": { "end": { @@ -91820,7 +92296,7 @@ } }, { - "id": "2892", + "id": "2902", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected undefined to be 'moon' // Object.is equality", @@ -91828,16 +92304,16 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1792" + "1795" ], "coveredBy": [ - "1791", - "1792", - "1793", "1794", "1795", "1796", - "1797" + "1797", + "1798", + "1799", + "1800" ], "location": { "end": { @@ -91851,7 +92327,7 @@ } }, { - "id": "2893", + "id": "2903", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'moon' // Object.is equality", @@ -91859,16 +92335,16 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1792" + "1795" ], "coveredBy": [ - "1791", - "1792", - "1793", "1794", "1795", "1796", - "1797" + "1797", + "1798", + "1799", + "1800" ], "location": { "end": { @@ -91882,7 +92358,7 @@ } }, { - "id": "2894", + "id": "2904", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toContainValues(expected)\n\nExpected object to contain all values:\n Array [\n \"text-night\",\n]\nReceived:\n Array []", @@ -91890,16 +92366,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1795" + "1798" ], "coveredBy": [ - "1791", - "1792", - "1793", "1794", "1795", "1796", - "1797" + "1797", + "1798", + "1799", + "1800" ], "location": { "end": { @@ -91913,7 +92389,7 @@ } }, { - "id": "2895", + "id": "2905", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Phase Icon Component > should match snapshot when rendered. 1` mismatched", @@ -91921,16 +92397,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1791" + "1794" ], "coveredBy": [ - "1791", - "1792", - "1793", "1794", "1795", "1796", - "1797" + "1797", + "1798", + "1799", + "1800" ], "location": { "end": { @@ -91944,7 +92420,7 @@ } }, { - "id": "2896", + "id": "2906", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Phase Icon Component > should match snapshot when rendered. 1` mismatched", @@ -91952,16 +92428,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1791" + "1794" ], "coveredBy": [ - "1791", - "1792", - "1793", "1794", "1795", "1796", - "1797" + "1797", + "1798", + "1799", + "1800" ], "location": { "end": { @@ -91975,7 +92451,7 @@ } }, { - "id": "2897", + "id": "2907", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Phase Icon Component > should match snapshot when rendered. 1` mismatched", @@ -91983,16 +92459,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1791" + "1794" ], "coveredBy": [ - "1791", - "1792", - "1793", "1794", "1795", "1796", - "1797" + "1797", + "1798", + "1799", + "1800" ], "location": { "end": { @@ -92006,7 +92482,7 @@ } }, { - "id": "2898", + "id": "2908", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected undefined to be 'cloud-moon' // Object.is equality", @@ -92014,16 +92490,16 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1794" + "1797" ], "coveredBy": [ - "1791", - "1792", - "1793", "1794", "1795", "1796", - "1797" + "1797", + "1798", + "1799", + "1800" ], "location": { "end": { @@ -92037,7 +92513,7 @@ } }, { - "id": "2899", + "id": "2909", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'cloud-moon' // Object.is equality", @@ -92045,16 +92521,16 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1794" + "1797" ], "coveredBy": [ - "1791", - "1792", - "1793", "1794", "1795", "1796", - "1797" + "1797", + "1798", + "1799", + "1800" ], "location": { "end": { @@ -92068,7 +92544,7 @@ } }, { - "id": "2900", + "id": "2910", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expect(received).toContainValues(expected)\n\nExpected object to contain all values:\n Array [\n \"text-twilight\",\n]\nReceived:\n Array []", @@ -92076,16 +92552,16 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1797" + "1800" ], "coveredBy": [ - "1791", - "1792", - "1793", "1794", "1795", "1796", - "1797" + "1797", + "1798", + "1799", + "1800" ], "location": { "end": { @@ -92105,7 +92581,7 @@ "language": "typescript", "mutants": [ { - "id": "2901", + "id": "2911", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92124,7 +92600,7 @@ } }, { - "id": "2902", + "id": "2912", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92143,7 +92619,7 @@ } }, { - "id": "2903", + "id": "2913", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92162,7 +92638,7 @@ } }, { - "id": "2904", + "id": "2914", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92181,7 +92657,7 @@ } }, { - "id": "2905", + "id": "2915", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92200,7 +92676,7 @@ } }, { - "id": "2906", + "id": "2916", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92219,7 +92695,7 @@ } }, { - "id": "2907", + "id": "2917", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92238,7 +92714,7 @@ } }, { - "id": "2908", + "id": "2918", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92257,7 +92733,7 @@ } }, { - "id": "2909", + "id": "2919", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92276,7 +92752,7 @@ } }, { - "id": "2910", + "id": "2920", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92295,7 +92771,7 @@ } }, { - "id": "2911", + "id": "2921", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92314,7 +92790,7 @@ } }, { - "id": "2912", + "id": "2922", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92333,7 +92809,7 @@ } }, { - "id": "2913", + "id": "2923", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92352,7 +92828,7 @@ } }, { - "id": "2914", + "id": "2924", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92371,7 +92847,7 @@ } }, { - "id": "2915", + "id": "2925", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92390,7 +92866,7 @@ } }, { - "id": "2916", + "id": "2926", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92409,7 +92885,7 @@ } }, { - "id": "2917", + "id": "2927", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92428,7 +92904,7 @@ } }, { - "id": "2918", + "id": "2928", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92447,7 +92923,7 @@ } }, { - "id": "2919", + "id": "2929", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92466,7 +92942,7 @@ } }, { - "id": "2920", + "id": "2930", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92485,7 +92961,7 @@ } }, { - "id": "2921", + "id": "2931", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92504,7 +92980,7 @@ } }, { - "id": "2922", + "id": "2932", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92523,7 +92999,7 @@ } }, { - "id": "2923", + "id": "2933", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92542,7 +93018,7 @@ } }, { - "id": "2924", + "id": "2934", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92561,7 +93037,7 @@ } }, { - "id": "2925", + "id": "2935", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92580,7 +93056,7 @@ } }, { - "id": "2926", + "id": "2936", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92599,7 +93075,7 @@ } }, { - "id": "2927", + "id": "2937", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92618,7 +93094,7 @@ } }, { - "id": "2928", + "id": "2938", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92637,7 +93113,7 @@ } }, { - "id": "2929", + "id": "2939", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92656,7 +93132,7 @@ } }, { - "id": "2930", + "id": "2940", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92675,7 +93151,7 @@ } }, { - "id": "2931", + "id": "2941", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92694,7 +93170,7 @@ } }, { - "id": "2932", + "id": "2942", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92713,7 +93189,7 @@ } }, { - "id": "2933", + "id": "2943", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92732,7 +93208,7 @@ } }, { - "id": "2934", + "id": "2944", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92751,7 +93227,7 @@ } }, { - "id": "2935", + "id": "2945", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92770,7 +93246,7 @@ } }, { - "id": "2936", + "id": "2946", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92789,7 +93265,7 @@ } }, { - "id": "2937", + "id": "2947", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92808,7 +93284,7 @@ } }, { - "id": "2938", + "id": "2948", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92827,7 +93303,7 @@ } }, { - "id": "2939", + "id": "2949", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92846,7 +93322,7 @@ } }, { - "id": "2940", + "id": "2950", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92865,7 +93341,7 @@ } }, { - "id": "2941", + "id": "2951", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92884,7 +93360,7 @@ } }, { - "id": "2942", + "id": "2952", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92903,7 +93379,7 @@ } }, { - "id": "2943", + "id": "2953", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92922,7 +93398,7 @@ } }, { - "id": "2944", + "id": "2954", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92941,7 +93417,7 @@ } }, { - "id": "2945", + "id": "2955", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92960,7 +93436,7 @@ } }, { - "id": "2946", + "id": "2956", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92979,7 +93455,7 @@ } }, { - "id": "2947", + "id": "2957", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -92998,7 +93474,7 @@ } }, { - "id": "2948", + "id": "2958", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93017,7 +93493,7 @@ } }, { - "id": "2949", + "id": "2959", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93036,7 +93512,7 @@ } }, { - "id": "2950", + "id": "2960", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93055,7 +93531,7 @@ } }, { - "id": "2951", + "id": "2961", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93074,7 +93550,7 @@ } }, { - "id": "2952", + "id": "2962", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93093,7 +93569,7 @@ } }, { - "id": "2953", + "id": "2963", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93112,7 +93588,7 @@ } }, { - "id": "2954", + "id": "2964", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93131,7 +93607,7 @@ } }, { - "id": "2955", + "id": "2965", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93150,7 +93626,7 @@ } }, { - "id": "2956", + "id": "2966", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93169,7 +93645,7 @@ } }, { - "id": "2957", + "id": "2967", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93188,7 +93664,7 @@ } }, { - "id": "2958", + "id": "2968", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93207,7 +93683,7 @@ } }, { - "id": "2959", + "id": "2969", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93226,7 +93702,7 @@ } }, { - "id": "2960", + "id": "2970", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93245,7 +93721,7 @@ } }, { - "id": "2961", + "id": "2971", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93264,7 +93740,7 @@ } }, { - "id": "2962", + "id": "2972", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93283,7 +93759,7 @@ } }, { - "id": "2963", + "id": "2973", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93302,7 +93778,7 @@ } }, { - "id": "2964", + "id": "2974", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93321,7 +93797,7 @@ } }, { - "id": "2965", + "id": "2975", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93340,7 +93816,7 @@ } }, { - "id": "2966", + "id": "2976", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93359,7 +93835,7 @@ } }, { - "id": "2967", + "id": "2977", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93378,7 +93854,7 @@ } }, { - "id": "2968", + "id": "2978", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93397,7 +93873,7 @@ } }, { - "id": "2969", + "id": "2979", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93416,7 +93892,7 @@ } }, { - "id": "2970", + "id": "2980", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93435,7 +93911,7 @@ } }, { - "id": "2971", + "id": "2981", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93454,7 +93930,7 @@ } }, { - "id": "2972", + "id": "2982", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93473,7 +93949,7 @@ } }, { - "id": "2973", + "id": "2983", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93492,7 +93968,7 @@ } }, { - "id": "2974", + "id": "2984", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93511,7 +93987,7 @@ } }, { - "id": "2975", + "id": "2985", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93530,7 +94006,7 @@ } }, { - "id": "2976", + "id": "2986", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93549,7 +94025,7 @@ } }, { - "id": "2977", + "id": "2987", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93568,7 +94044,7 @@ } }, { - "id": "2978", + "id": "2988", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93587,7 +94063,7 @@ } }, { - "id": "2979", + "id": "2989", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93606,7 +94082,7 @@ } }, { - "id": "2980", + "id": "2990", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93625,7 +94101,7 @@ } }, { - "id": "2981", + "id": "2991", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93644,7 +94120,7 @@ } }, { - "id": "2982", + "id": "2992", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93663,7 +94139,7 @@ } }, { - "id": "2983", + "id": "2993", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93682,7 +94158,7 @@ } }, { - "id": "2984", + "id": "2994", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93701,7 +94177,7 @@ } }, { - "id": "2985", + "id": "2995", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93720,7 +94196,7 @@ } }, { - "id": "2986", + "id": "2996", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93739,7 +94215,7 @@ } }, { - "id": "2987", + "id": "2997", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93758,7 +94234,7 @@ } }, { - "id": "2988", + "id": "2998", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93777,7 +94253,7 @@ } }, { - "id": "2989", + "id": "2999", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93796,7 +94272,7 @@ } }, { - "id": "2990", + "id": "3000", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93815,7 +94291,7 @@ } }, { - "id": "2991", + "id": "3001", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93834,7 +94310,7 @@ } }, { - "id": "2992", + "id": "3002", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93853,7 +94329,7 @@ } }, { - "id": "2993", + "id": "3003", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93872,7 +94348,7 @@ } }, { - "id": "2994", + "id": "3004", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93891,7 +94367,7 @@ } }, { - "id": "2995", + "id": "3005", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93910,7 +94386,7 @@ } }, { - "id": "2996", + "id": "3006", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93929,7 +94405,7 @@ } }, { - "id": "2997", + "id": "3007", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93948,7 +94424,7 @@ } }, { - "id": "2998", + "id": "3008", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93967,7 +94443,7 @@ } }, { - "id": "2999", + "id": "3009", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -93986,7 +94462,7 @@ } }, { - "id": "3000", + "id": "3010", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -94005,7 +94481,7 @@ } }, { - "id": "3001", + "id": "3011", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -94024,7 +94500,7 @@ } }, { - "id": "3002", + "id": "3012", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -94043,7 +94519,7 @@ } }, { - "id": "3003", + "id": "3013", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -94062,7 +94538,7 @@ } }, { - "id": "3004", + "id": "3014", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -94081,7 +94557,7 @@ } }, { - "id": "3005", + "id": "3015", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -94100,7 +94576,7 @@ } }, { - "id": "3006", + "id": "3016", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", @@ -94125,7 +94601,7 @@ "language": "html", "mutants": [ { - "id": "3007", + "id": "3017", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -94143,7 +94619,7 @@ } }, { - "id": "3008", + "id": "3018", "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.", @@ -94161,7 +94637,7 @@ } }, { - "id": "3009", + "id": "3019", "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.", @@ -94179,7 +94655,7 @@ } }, { - "id": "3010", + "id": "3020", "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.", @@ -94197,7 +94673,7 @@ } }, { - "id": "3011", + "id": "3021", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected undefined to be 'Select Player' // Object.is equality", @@ -94205,12 +94681,9 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1291" + "1294" ], "coveredBy": [ - "1288", - "1289", - "1290", "1291", "1292", "1293", @@ -94220,7 +94693,10 @@ "1297", "1298", "1299", - "1367" + "1300", + "1301", + "1302", + "1370" ], "location": { "end": { @@ -94234,7 +94710,7 @@ } }, { - "id": "3012", + "id": "3022", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Player Card Component > should match snapshot when rendered. 1` mismatched", @@ -94242,12 +94718,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1288" + "1291" ], "coveredBy": [ - "1288", - "1289", - "1290", "1291", "1292", "1293", @@ -94257,7 +94730,10 @@ "1297", "1298", "1299", - "1367" + "1300", + "1301", + "1302", + "1370" ], "location": { "end": { @@ -94271,7 +94747,7 @@ } }, { - "id": "3013", + "id": "3023", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Player Card Component > should match snapshot when rendered. 1` mismatched", @@ -94279,12 +94755,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1288" + "1291" ], "coveredBy": [ - "1288", - "1289", - "1290", "1291", "1292", "1293", @@ -94294,7 +94767,10 @@ "1297", "1298", "1299", - "1367" + "1300", + "1301", + "1302", + "1370" ], "location": { "end": { @@ -94308,7 +94784,7 @@ } }, { - "id": "3014", + "id": "3024", "mutatorName": "BooleanLiteral", "replacement": "props.isDisabled", "statusReason": "Snapshot `Player Card Component > should match snapshot when rendered. 1` mismatched", @@ -94316,12 +94792,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1288" + "1291" ], "coveredBy": [ - "1288", - "1289", - "1290", "1291", "1292", "1293", @@ -94331,7 +94804,10 @@ "1297", "1298", "1299", - "1367" + "1300", + "1301", + "1302", + "1370" ], "location": { "end": { @@ -94345,7 +94821,7 @@ } }, { - "id": "3015", + "id": "3025", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Player Card Component > should match snapshot when rendered. 1` mismatched", @@ -94353,12 +94829,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1288" + "1291" ], "coveredBy": [ - "1288", - "1289", - "1290", "1291", "1292", "1293", @@ -94368,7 +94841,10 @@ "1297", "1298", "1299", - "1367" + "1300", + "1301", + "1302", + "1370" ], "location": { "end": { @@ -94382,7 +94858,7 @@ } }, { - "id": "3016", + "id": "3026", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Player Card Component > should match snapshot when rendered. 1` mismatched", @@ -94390,12 +94866,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1288" + "1291" ], "coveredBy": [ - "1288", - "1289", - "1290", "1291", "1292", "1293", @@ -94405,7 +94878,10 @@ "1297", "1298", "1299", - "1367" + "1300", + "1301", + "1302", + "1370" ], "location": { "end": { @@ -94419,7 +94895,7 @@ } }, { - "id": "3017", + "id": "3027", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Player Card Component > should match snapshot when rendered. 1` mismatched", @@ -94427,12 +94903,9 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1288" + "1291" ], "coveredBy": [ - "1288", - "1289", - "1290", "1291", "1292", "1293", @@ -94442,7 +94915,10 @@ "1297", "1298", "1299", - "1367" + "1300", + "1301", + "1302", + "1370" ], "location": { "end": { @@ -94456,7 +94932,7 @@ } }, { - "id": "3018", + "id": "3028", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Target cannot be null or undefined.", @@ -94464,10 +94940,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1290" + "1293" ], "coveredBy": [ - "1290" + "1293" ], "location": { "end": { @@ -94481,7 +94957,7 @@ } }, { - "id": "3019", + "id": "3029", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Target cannot be null or undefined.", @@ -94489,10 +94965,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1290" + "1293" ], "coveredBy": [ - "1290" + "1293" ], "location": { "end": { @@ -94512,7 +94988,7 @@ "language": "html", "mutants": [ { - "id": "3020", + "id": "3030", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Overflow Tag Component > should match snapshot when rendered. 1` mismatched", @@ -94520,12 +94996,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1940" + "1943" ], "coveredBy": [ - "1940", - "1941", - "1942" + "1943", + "1944", + "1945" ], "location": { "end": { @@ -94539,7 +95015,7 @@ } }, { - "id": "3021", + "id": "3031", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be falsy", @@ -94547,12 +95023,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1942" + "1945" ], "coveredBy": [ - "1940", - "1941", - "1942" + "1943", + "1944", + "1945" ], "location": { "end": { @@ -94566,7 +95042,7 @@ } }, { - "id": "3022", + "id": "3032", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Overflow Tag Component > should match snapshot when rendered. 1` mismatched", @@ -94574,12 +95050,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1940" + "1943" ], "coveredBy": [ - "1940", - "1941", - "1942" + "1943", + "1944", + "1945" ], "location": { "end": { @@ -94593,7 +95069,7 @@ } }, { - "id": "3023", + "id": "3033", "mutatorName": "EqualityOperator", "replacement": "props.entitiesCount >= props.maximumEntitiesDisplayed", "statusReason": "expected true to be falsy", @@ -94601,12 +95077,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1942" + "1945" ], "coveredBy": [ - "1940", - "1941", - "1942" + "1943", + "1944", + "1945" ], "location": { "end": { @@ -94620,7 +95096,7 @@ } }, { - "id": "3024", + "id": "3034", "mutatorName": "EqualityOperator", "replacement": "props.entitiesCount <= props.maximumEntitiesDisplayed", "statusReason": "Snapshot `Overflow Tag Component > should match snapshot when rendered. 1` mismatched", @@ -94628,12 +95104,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1940" + "1943" ], "coveredBy": [ - "1940", - "1941", - "1942" + "1943", + "1944", + "1945" ], "location": { "end": { @@ -94647,7 +95123,7 @@ } }, { - "id": "3025", + "id": "3035", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Overflow Tag Component > should match snapshot when rendered. 1` mismatched", @@ -94655,12 +95131,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1940" + "1943" ], "coveredBy": [ - "1940", - "1941", - "1942" + "1943", + "1944", + "1945" ], "location": { "end": { @@ -94674,7 +95150,7 @@ } }, { - "id": "3026", + "id": "3036", "mutatorName": "ArithmeticOperator", "replacement": "props.entitiesCount + props.maximumEntitiesDisplayed", "statusReason": "Snapshot `Overflow Tag Component > should match snapshot when rendered. 1` mismatched", @@ -94682,12 +95158,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1940" + "1943" ], "coveredBy": [ - "1940", - "1941", - "1942" + "1943", + "1944", + "1945" ], "location": { "end": { @@ -94701,7 +95177,7 @@ } }, { - "id": "3027", + "id": "3037", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Overflow Tag Component > should match snapshot when rendered. 1` mismatched", @@ -94709,12 +95185,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1940" + "1943" ], "coveredBy": [ - "1940", - "1941", - "1942" + "1943", + "1944", + "1945" ], "location": { "end": { @@ -94728,7 +95204,7 @@ } }, { - "id": "3028", + "id": "3038", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Overflow Tag Component > should match snapshot when rendered. 1` mismatched", @@ -94736,12 +95212,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1940" + "1943" ], "coveredBy": [ - "1940", - "1941", - "1942" + "1943", + "1944", + "1945" ], "location": { "end": { @@ -94761,7 +95237,7 @@ "language": "html", "mutants": [ { - "id": "3029", + "id": "3039", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Role Description Lines Component > should match snapshot when rendered. 1` mismatched", @@ -94769,12 +95245,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1838" + "1841" ], "coveredBy": [ - "1838", - "1839", - "1840" + "1841", + "1842", + "1843" ], "location": { "end": { @@ -94788,7 +95264,7 @@ } }, { - "id": "3030", + "id": "3040", "mutatorName": "BooleanLiteral", "replacement": "roleDescriptionMessages", "statusReason": "Snapshot `Role Description Lines Component > should match snapshot when rendered. 1` mismatched", @@ -94796,12 +95272,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1838" + "1841" ], "coveredBy": [ - "1838", - "1839", - "1840" + "1841", + "1842", + "1843" ], "location": { "end": { @@ -94815,7 +95291,7 @@ } }, { - "id": "3031", + "id": "3041", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Role Description Lines Component > should match snapshot when rendered. 1` mismatched", @@ -94823,12 +95299,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1838" + "1841" ], "coveredBy": [ - "1838", - "1839", - "1840" + "1841", + "1842", + "1843" ], "location": { "end": { @@ -94842,7 +95318,7 @@ } }, { - "id": "3032", + "id": "3042", "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\".", @@ -94850,12 +95326,12 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1840" + "1843" ], "coveredBy": [ - "1838", - "1839", - "1840" + "1841", + "1842", + "1843" ], "location": { "end": { @@ -94869,7 +95345,7 @@ } }, { - "id": "3033", + "id": "3043", "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\".", @@ -94877,10 +95353,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1840" + "1843" ], "coveredBy": [ - "1840" + "1843" ], "location": { "end": { @@ -94894,7 +95370,7 @@ } }, { - "id": "3034", + "id": "3044", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "expected [ DOMWrapper{ …(2) } ] to have a length of +0 but got 1", @@ -94902,10 +95378,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1840" + "1843" ], "coveredBy": [ - "1840" + "1843" ], "location": { "end": { @@ -94919,7 +95395,7 @@ } }, { - "id": "3035", + "id": "3045", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Role Description Lines Component > should match snapshot when rendered. 1` mismatched", @@ -94927,12 +95403,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1838" + "1841" ], "coveredBy": [ - "1838", - "1839", - "1840" + "1841", + "1842", + "1843" ], "location": { "end": { @@ -94946,7 +95422,7 @@ } }, { - "id": "3036", + "id": "3046", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Role Description Lines Component > should match snapshot when rendered. 1` mismatched", @@ -94954,12 +95430,12 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1838" + "1841" ], "coveredBy": [ - "1838", - "1839", - "1840" + "1841", + "1842", + "1843" ], "location": { "end": { @@ -94979,7 +95455,7 @@ "language": "html", "mutants": [ { - "id": "3037", + "id": "3047", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -94997,7 +95473,7 @@ } }, { - "id": "3038", + "id": "3048", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -95015,7 +95491,7 @@ } }, { - "id": "3039", + "id": "3049", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -95033,7 +95509,7 @@ } }, { - "id": "3040", + "id": "3050", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "Snapshot `Game Accursed Wolf Father May Have Infected Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -95041,24 +95517,21 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1076" + "1079" ], "coveredBy": [ "272", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1187", - "1188", - "1189", + "724", + "745", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", "1190", "1191", "1192", @@ -95069,35 +95542,38 @@ "1197", "1198", "1199", - "1219", - "1235", - "1248", - "1277", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1200", + "1201", + "1202", + "1222", + "1238", + "1251", + "1280", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -95111,7 +95587,7 @@ } }, { - "id": "3041", + "id": "3051", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Role Flipping Image Component > should match snapshot when rendered. 1` mismatched", @@ -95119,24 +95595,21 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1187" + "1190" ], "coveredBy": [ "272", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1187", - "1188", - "1189", + "724", + "745", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", "1190", "1191", "1192", @@ -95147,35 +95620,38 @@ "1197", "1198", "1199", - "1219", - "1235", - "1248", - "1277", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1200", + "1201", + "1202", + "1222", + "1238", + "1251", + "1280", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -95189,7 +95665,7 @@ } }, { - "id": "3042", + "id": "3052", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 'werewolf' to be 'seer' // Object.is equality", @@ -95197,24 +95673,21 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1192" + "1195" ], "coveredBy": [ "272", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1187", - "1188", - "1189", + "724", + "745", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", "1190", "1191", "1192", @@ -95225,35 +95698,38 @@ "1197", "1198", "1199", - "1219", - "1235", - "1248", - "1277", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1200", + "1201", + "1202", + "1222", + "1238", + "1251", + "1280", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -95267,7 +95743,7 @@ } }, { - "id": "3043", + "id": "3053", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'werewolf' to be 'seer' // Object.is equality", @@ -95275,13 +95751,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1192" + "1195" ], "coveredBy": [ - "1191", - "1192", - "1196", - "1197" + "1194", + "1195", + "1199", + "1200" ], "location": { "end": { @@ -95295,7 +95771,7 @@ } }, { - "id": "3044", + "id": "3054", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'false' to be 'true' // Object.is equality", @@ -95303,13 +95779,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1196" + "1199" ], "coveredBy": [ - "1191", - "1192", - "1196", - "1197" + "1194", + "1195", + "1199", + "1200" ], "location": { "end": { @@ -95323,7 +95799,7 @@ } }, { - "id": "3045", + "id": "3055", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'true' to be 'false' // Object.is equality", @@ -95331,13 +95807,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1191" + "1194" ], "coveredBy": [ - "1191", - "1192", - "1196", - "1197" + "1194", + "1195", + "1199", + "1200" ], "location": { "end": { @@ -95351,7 +95827,7 @@ } }, { - "id": "3046", + "id": "3056", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'true' to be 'false' // Object.is equality", @@ -95359,11 +95835,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1191" + "1194" ], "coveredBy": [ - "1191", - "1192" + "1194", + "1195" ], "location": { "end": { @@ -95377,7 +95853,7 @@ } }, { - "id": "3047", + "id": "3057", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected 'true' to be 'false' // Object.is equality", @@ -95385,11 +95861,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1191" + "1194" ], "coveredBy": [ - "1191", - "1192" + "1194", + "1195" ], "location": { "end": { @@ -95403,7 +95879,7 @@ } }, { - "id": "3048", + "id": "3058", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected 'werewolf' to be 'seer' // Object.is equality", @@ -95411,13 +95887,13 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1192" + "1195" ], "coveredBy": [ - "1191", - "1192", - "1196", - "1197" + "1194", + "1195", + "1199", + "1200" ], "location": { "end": { @@ -95437,7 +95913,7 @@ "language": "html", "mutants": [ { - "id": "3049", + "id": "3059", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Sheriff Promotion Event Component > should match snapshot when rendered without shallow rendering. 1` mismatched", @@ -95445,28 +95921,28 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "705" + "724" ], "coveredBy": [ "272", - "705", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1194", - "1199", - "1219", - "1248", - "1496", - "1777", - "1953", - "1954", - "1955" + "724", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1197", + "1202", + "1222", + "1251", + "1499", + "1780", + "1956", + "1957", + "1958" ], "location": { "end": { @@ -95486,7 +95962,7 @@ "language": "html", "mutants": [ { - "id": "3050", + "id": "3060", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -95504,7 +95980,7 @@ } }, { - "id": "3051", + "id": "3061", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -95522,7 +95998,7 @@ } }, { - "id": "3052", + "id": "3062", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "We can't mutate defineProps macro as it is stated here: https://github.com/stryker-mutator/stryker-js/issues/3305.", @@ -95540,7 +96016,7 @@ } }, { - "id": "3053", + "id": "3063", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be '/img/role/back.jpeg' // Object.is equality", @@ -95548,7 +96024,7 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "1633" + "1636" ], "coveredBy": [ "272", @@ -95565,70 +96041,70 @@ "636", "637", "638", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "745", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", + "1276", "1277", - "1284", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1631", - "1632", - "1633", + "1278", + "1280", + "1287", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", "1634", "1635", "1636", "1637", "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -95642,7 +96118,7 @@ } }, { - "id": "3054", + "id": "3064", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -95650,7 +96126,7 @@ "testsCompleted": 16, "static": false, "killedBy": [ - "1631" + "1634" ], "coveredBy": [ "272", @@ -95667,70 +96143,70 @@ "636", "637", "638", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "745", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", + "1276", "1277", - "1284", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1631", - "1632", - "1633", + "1278", + "1280", + "1287", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", "1634", "1635", "1636", "1637", "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -95744,7 +96220,7 @@ } }, { - "id": "3055", + "id": "3065", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -95752,7 +96228,7 @@ "testsCompleted": 14, "static": false, "killedBy": [ - "1631" + "1634" ], "coveredBy": [ "272", @@ -95769,70 +96245,70 @@ "636", "637", "638", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "745", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", + "1276", "1277", - "1284", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1631", - "1632", - "1633", + "1278", + "1280", + "1287", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", "1634", "1635", "1636", "1637", "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -95846,7 +96322,7 @@ } }, { - "id": "3056", + "id": "3066", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'http://127.0.0.1/public/assets/images…' to be '/img/role/back.jpeg' // Object.is equality", @@ -95854,7 +96330,7 @@ "testsCompleted": 16, "static": false, "killedBy": [ - "1633" + "1636" ], "coveredBy": [ "272", @@ -95871,70 +96347,70 @@ "636", "637", "638", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "745", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", + "1276", "1277", - "1284", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1631", - "1632", - "1633", + "1278", + "1280", + "1287", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", "1634", "1635", "1636", "1637", "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -95948,7 +96424,7 @@ } }, { - "id": "3057", + "id": "3067", "mutatorName": "EqualityOperator", "replacement": "props.roleName !== undefined", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -95956,7 +96432,7 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "1631" + "1634" ], "coveredBy": [ "272", @@ -95973,70 +96449,70 @@ "636", "637", "638", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "745", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", + "1276", "1277", - "1284", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1631", - "1632", - "1633", + "1278", + "1280", + "1287", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", "1634", "1635", "1636", "1637", "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -96050,7 +96526,7 @@ } }, { - "id": "3058", + "id": "3068", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'http://127.0.0.1/public/assets/images…' to be '/img/role/back.jpeg' // Object.is equality", @@ -96058,56 +96534,56 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1633" + "1636" ], "coveredBy": [ "272", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1633", - "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "724", + "745", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", + "1636", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -96121,7 +96597,7 @@ } }, { - "id": "3059", + "id": "3069", "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", @@ -96129,7 +96605,7 @@ "testsCompleted": 15, "static": false, "killedBy": [ - "1635" + "1638" ], "coveredBy": [ "272", @@ -96146,46 +96622,46 @@ "636", "637", "638", - "705", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", - "1284", - "1367", - "1496", - "1631", - "1632", - "1633", + "1276", + "1277", + "1278", + "1287", + "1370", + "1499", "1634", "1635", "1636", "1637", "1638", - "1777", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1780", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -96199,7 +96675,7 @@ } }, { - "id": "3060", + "id": "3070", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -96207,7 +96683,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1631" + "1634" ], "coveredBy": [ "272", @@ -96224,46 +96700,46 @@ "636", "637", "638", - "705", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", - "1284", - "1367", - "1496", - "1631", - "1632", - "1633", + "1276", + "1277", + "1278", + "1287", + "1370", + "1499", "1634", "1635", "1636", "1637", "1638", - "1777", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1780", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -96277,7 +96753,7 @@ } }, { - "id": "3061", + "id": "3071", "mutatorName": "EqualityOperator", "replacement": "props.definition !== \"normal\"", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -96285,7 +96761,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1631" + "1634" ], "coveredBy": [ "272", @@ -96302,46 +96778,46 @@ "636", "637", "638", - "705", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", - "1284", - "1367", - "1496", - "1631", - "1632", - "1633", + "1276", + "1277", + "1278", + "1287", + "1370", + "1499", "1634", "1635", "1636", "1637", "1638", - "1777", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1780", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -96355,7 +96831,7 @@ } }, { - "id": "3062", + "id": "3072", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -96363,7 +96839,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1631" + "1634" ], "coveredBy": [ "272", @@ -96380,46 +96856,46 @@ "636", "637", "638", - "705", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", - "1284", - "1367", - "1496", - "1631", - "1632", - "1633", + "1276", + "1277", + "1278", + "1287", + "1370", + "1499", "1634", "1635", "1636", "1637", "1638", - "1777", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1780", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -96433,7 +96909,7 @@ } }, { - "id": "3063", + "id": "3073", "mutatorName": "StringLiteral", "replacement": "\"Stryker was here!\"", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -96441,7 +96917,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1631" + "1634" ], "coveredBy": [ "272", @@ -96458,46 +96934,46 @@ "636", "637", "638", - "705", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", - "1284", - "1367", - "1496", - "1631", - "1632", - "1633", + "1276", + "1277", + "1278", + "1287", + "1370", + "1499", "1634", "1635", "1636", "1637", "1638", - "1777", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1780", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -96511,7 +96987,7 @@ } }, { - "id": "3064", + "id": "3074", "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", @@ -96519,10 +96995,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1635" + "1638" ], "coveredBy": [ - "1635" + "1638" ], "location": { "end": { @@ -96536,7 +97012,7 @@ } }, { - "id": "3065", + "id": "3075", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -96544,7 +97020,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1631" + "1634" ], "coveredBy": [ "272", @@ -96561,46 +97037,46 @@ "636", "637", "638", - "705", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", - "1284", - "1367", - "1496", - "1631", - "1632", - "1633", + "1276", + "1277", + "1278", + "1287", + "1370", + "1499", "1634", "1635", "1636", "1637", "1638", - "1777", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1780", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -96614,7 +97090,7 @@ } }, { - "id": "3066", + "id": "3076", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -96622,7 +97098,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1631" + "1634" ], "coveredBy": [ "272", @@ -96639,70 +97115,70 @@ "636", "637", "638", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "745", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", + "1276", "1277", - "1284", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1631", - "1632", - "1633", + "1278", + "1280", + "1287", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", "1634", "1635", "1636", "1637", "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -96716,7 +97192,7 @@ } }, { - "id": "3067", + "id": "3077", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -96724,7 +97200,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1631" + "1634" ], "coveredBy": [ "272", @@ -96741,70 +97217,70 @@ "636", "637", "638", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "745", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", + "1276", "1277", - "1284", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1631", - "1632", - "1633", + "1278", + "1280", + "1287", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", "1634", "1635", "1636", "1637", "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -96818,7 +97294,7 @@ } }, { - "id": "3068", + "id": "3078", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -96826,7 +97302,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1631" + "1634" ], "coveredBy": [ "272", @@ -96843,70 +97319,70 @@ "636", "637", "638", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "745", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", + "1276", "1277", - "1284", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1631", - "1632", - "1633", + "1278", + "1280", + "1287", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", "1634", "1635", "1636", "1637", "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -96920,7 +97396,7 @@ } }, { - "id": "3069", + "id": "3079", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected undefined to be 'shared.role.name.werewolf' // Object.is equality", @@ -96928,7 +97404,7 @@ "testsCompleted": 12, "static": false, "killedBy": [ - "1637" + "1640" ], "coveredBy": [ "272", @@ -96945,70 +97421,70 @@ "636", "637", "638", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "745", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", + "1276", "1277", - "1284", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1631", - "1632", - "1633", + "1278", + "1280", + "1287", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", "1634", "1635", "1636", "1637", "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -97022,7 +97498,7 @@ } }, { - "id": "3070", + "id": "3080", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -97030,7 +97506,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1631" + "1634" ], "coveredBy": [ "272", @@ -97047,70 +97523,70 @@ "636", "637", "638", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "745", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", + "1276", "1277", - "1284", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1631", - "1632", - "1633", + "1278", + "1280", + "1287", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", "1634", "1635", "1636", "1637", "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -97124,7 +97600,7 @@ } }, { - "id": "3071", + "id": "3081", "mutatorName": "EqualityOperator", "replacement": "props.alt === undefined", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -97132,7 +97608,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1631" + "1634" ], "coveredBy": [ "272", @@ -97149,70 +97625,70 @@ "636", "637", "638", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1008", - "1009", - "1010", + "724", + "745", + "758", + "808", + "893", + "903", + "960", "1011", "1012", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "1013", + "1014", + "1015", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", + "1276", "1277", - "1284", - "1324", - "1367", - "1453", - "1496", - "1511", - "1533", - "1548", - "1631", - "1632", - "1633", + "1278", + "1280", + "1287", + "1327", + "1370", + "1456", + "1499", + "1514", + "1536", + "1551", "1634", "1635", "1636", "1637", "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "1639", + "1640", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -97226,7 +97702,7 @@ } }, { - "id": "3072", + "id": "3082", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", @@ -97234,23 +97710,23 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1631" + "1634" ], "coveredBy": [ - "1008", - "1009", - "1010", "1011", "1012", - "1367", - "1631", - "1632", - "1633", + "1013", + "1014", + "1015", + "1370", "1634", "1635", "1636", "1637", - "1638" + "1638", + "1639", + "1640", + "1641" ], "location": { "end": { @@ -97264,7 +97740,7 @@ } }, { - "id": "3073", + "id": "3083", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'shared.role.name.undefined' to be 'components.RoleImage.back' // Object.is equality", @@ -97272,7 +97748,7 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1638" + "1641" ], "coveredBy": [ "272", @@ -97289,58 +97765,58 @@ "636", "637", "638", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "724", + "745", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", + "1276", "1277", - "1284", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1637", - "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "1278", + "1280", + "1287", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1640", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -97354,7 +97830,7 @@ } }, { - "id": "3074", + "id": "3084", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'components.RoleImage.back' to be 'shared.role.name.werewolf' // Object.is equality", @@ -97362,7 +97838,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1637" + "1640" ], "coveredBy": [ "272", @@ -97379,58 +97855,58 @@ "636", "637", "638", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "724", + "745", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", + "1276", "1277", - "1284", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1637", - "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "1278", + "1280", + "1287", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1640", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -97444,7 +97920,7 @@ } }, { - "id": "3075", + "id": "3085", "mutatorName": "EqualityOperator", "replacement": "props.roleName === undefined", "statusReason": "expected 'components.RoleImage.back' to be 'shared.role.name.werewolf' // Object.is equality", @@ -97452,7 +97928,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1637" + "1640" ], "coveredBy": [ "272", @@ -97469,58 +97945,58 @@ "636", "637", "638", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "724", + "745", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", + "1276", "1277", - "1284", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1637", - "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "1278", + "1280", + "1287", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1640", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -97534,7 +98010,7 @@ } }, { - "id": "3076", + "id": "3086", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'components.RoleImage.back' to be 'shared.role.name.werewolf' // Object.is equality", @@ -97542,7 +98018,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1637" + "1640" ], "coveredBy": [ "272", @@ -97559,33 +98035,33 @@ "636", "637", "638", - "705", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "724", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", - "1284", - "1496", - "1637", - "1777", - "1931", - "1932", - "1933", - "1934" + "1276", + "1277", + "1278", + "1287", + "1499", + "1640", + "1780", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -97599,7 +98075,7 @@ } }, { - "id": "3077", + "id": "3087", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected '' to be 'shared.role.name.werewolf' // Object.is equality", @@ -97607,7 +98083,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1637" + "1640" ], "coveredBy": [ "272", @@ -97624,33 +98100,33 @@ "636", "637", "638", - "705", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1145", - "1155", - "1219", - "1235", - "1248", - "1272", - "1273", - "1274", + "724", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1148", + "1158", + "1222", + "1238", + "1251", "1275", - "1284", - "1496", - "1637", - "1777", - "1931", - "1932", - "1933", - "1934" + "1276", + "1277", + "1278", + "1287", + "1499", + "1640", + "1780", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -97664,7 +98140,7 @@ } }, { - "id": "3078", + "id": "3088", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.RoleImage.back' // Object.is equality", @@ -97672,54 +98148,54 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1638" + "1641" ], "coveredBy": [ "272", - "705", - "726", - "739", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1496", - "1511", - "1533", - "1548", - "1638", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1931", - "1932", - "1933", - "1934" + "724", + "745", + "758", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1499", + "1514", + "1536", + "1551", + "1641", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -97739,7 +98215,7 @@ "language": "html", "mutants": [ { - "id": "3079", + "id": "3089", "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\".", @@ -97747,14 +98223,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1872" + "1875" ], "coveredBy": [ - "1872", - "1873", - "1874", "1875", - "1876" + "1876", + "1877", + "1878", + "1879" ], "location": { "end": { @@ -97768,7 +98244,7 @@ } }, { - "id": "3080", + "id": "3090", "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\".", @@ -97776,14 +98252,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1872" + "1875" ], "coveredBy": [ - "1872", - "1873", - "1874", "1875", - "1876" + "1876", + "1877", + "1878", + "1879" ], "location": { "end": { @@ -97797,7 +98273,7 @@ } }, { - "id": "3081", + "id": "3091", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -97805,14 +98281,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1872" + "1875" ], "coveredBy": [ - "1872", - "1873", - "1874", "1875", - "1876" + "1876", + "1877", + "1878", + "1879" ], "location": { "end": { @@ -97826,7 +98302,7 @@ } }, { - "id": "3082", + "id": "3092", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -97834,14 +98310,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1872" + "1875" ], "coveredBy": [ - "1872", - "1873", - "1874", "1875", - "1876" + "1876", + "1877", + "1878", + "1879" ], "location": { "end": { @@ -97855,7 +98331,7 @@ } }, { - "id": "3083", + "id": "3093", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected undefined to be 'danger' // Object.is equality", @@ -97863,14 +98339,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1876" + "1879" ], "coveredBy": [ - "1872", - "1873", - "1874", "1875", - "1876" + "1876", + "1877", + "1878", + "1879" ], "location": { "end": { @@ -97884,7 +98360,7 @@ } }, { - "id": "3084", + "id": "3094", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'danger' // Object.is equality", @@ -97892,14 +98368,14 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1876" + "1879" ], "coveredBy": [ - "1872", - "1873", - "1874", "1875", - "1876" + "1876", + "1877", + "1878", + "1879" ], "location": { "end": { @@ -97913,7 +98389,7 @@ } }, { - "id": "3085", + "id": "3095", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -97921,14 +98397,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1872" + "1875" ], "coveredBy": [ - "1872", - "1873", - "1874", "1875", - "1876" + "1876", + "1877", + "1878", + "1879" ], "location": { "end": { @@ -97942,7 +98418,7 @@ } }, { - "id": "3086", + "id": "3096", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.RoleSideBadge.villagersSide' to be 'components.RoleSideBadge.werewolvesSi…' // Object.is equality", @@ -97950,14 +98426,14 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1874" + "1877" ], "coveredBy": [ - "1872", - "1873", - "1874", "1875", - "1876" + "1876", + "1877", + "1878", + "1879" ], "location": { "end": { @@ -97971,7 +98447,7 @@ } }, { - "id": "3087", + "id": "3097", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -97979,14 +98455,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1872" + "1875" ], "coveredBy": [ - "1872", - "1873", - "1874", "1875", - "1876" + "1876", + "1877", + "1878", + "1879" ], "location": { "end": { @@ -98000,7 +98476,7 @@ } }, { - "id": "3088", + "id": "3098", "mutatorName": "EqualityOperator", "replacement": "props.roleSide !== \"villagers\"", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -98008,14 +98484,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1872" + "1875" ], "coveredBy": [ - "1872", - "1873", - "1874", "1875", - "1876" + "1876", + "1877", + "1878", + "1879" ], "location": { "end": { @@ -98029,7 +98505,7 @@ } }, { - "id": "3089", + "id": "3099", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -98037,14 +98513,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1872" + "1875" ], "coveredBy": [ - "1872", - "1873", - "1874", "1875", - "1876" + "1876", + "1877", + "1878", + "1879" ], "location": { "end": { @@ -98058,7 +98534,7 @@ } }, { - "id": "3090", + "id": "3100", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -98066,14 +98542,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1872" + "1875" ], "coveredBy": [ - "1872", - "1873", - "1874", "1875", - "1876" + "1876", + "1877", + "1878", + "1879" ], "location": { "end": { @@ -98087,7 +98563,7 @@ } }, { - "id": "3091", + "id": "3101", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Role Side Badge Component > should match snapshot when rendered. 1` mismatched", @@ -98095,14 +98571,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1872" + "1875" ], "coveredBy": [ - "1872", - "1873", - "1874", "1875", - "1876" + "1876", + "1877", + "1878", + "1879" ], "location": { "end": { @@ -98116,7 +98592,7 @@ } }, { - "id": "3092", + "id": "3102", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'components.RoleSideBadge.werewolvesSi…' // Object.is equality", @@ -98124,11 +98600,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1874" + "1877" ], "coveredBy": [ - "1874", - "1876" + "1877", + "1879" ], "location": { "end": { @@ -98148,7 +98624,7 @@ "language": "html", "mutants": [ { - "id": "3093", + "id": "3103", "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\".", @@ -98156,16 +98632,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1763" + "1766" ], "coveredBy": [ - "1763", - "1764", - "1765", "1766", "1767", "1768", - "1769" + "1769", + "1770", + "1771", + "1772" ], "location": { "end": { @@ -98179,7 +98655,7 @@ } }, { - "id": "3094", + "id": "3104", "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\".", @@ -98187,16 +98663,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1763" + "1766" ], "coveredBy": [ - "1763", - "1764", - "1765", "1766", "1767", "1768", - "1769" + "1769", + "1770", + "1771", + "1772" ], "location": { "end": { @@ -98210,7 +98686,7 @@ } }, { - "id": "3095", + "id": "3105", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected undefined to be 'success' // Object.is equality", @@ -98218,16 +98694,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1767" + "1770" ], "coveredBy": [ - "1763", - "1764", - "1765", "1766", "1767", "1768", - "1769" + "1769", + "1770", + "1771", + "1772" ], "location": { "end": { @@ -98241,7 +98717,7 @@ } }, { - "id": "3096", + "id": "3106", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'success' // Object.is equality", @@ -98249,16 +98725,16 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "1767" + "1770" ], "coveredBy": [ - "1763", - "1764", - "1765", "1766", "1767", "1768", - "1769" + "1769", + "1770", + "1771", + "1772" ], "location": { "end": { @@ -98272,7 +98748,7 @@ } }, { - "id": "3097", + "id": "3107", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Role Type Badge Component > should match snapshot when rendered. 1` mismatched", @@ -98280,16 +98756,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1763" + "1766" ], "coveredBy": [ - "1763", - "1764", - "1765", "1766", "1767", "1768", - "1769" + "1769", + "1770", + "1771", + "1772" ], "location": { "end": { @@ -98303,7 +98779,7 @@ } }, { - "id": "3098", + "id": "3108", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Role Type Badge Component > should match snapshot when rendered. 1` mismatched", @@ -98311,16 +98787,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1763" + "1766" ], "coveredBy": [ - "1763", - "1764", - "1765", "1766", "1767", "1768", - "1769" + "1769", + "1770", + "1771", + "1772" ], "location": { "end": { @@ -98334,7 +98810,7 @@ } }, { - "id": "3099", + "id": "3109", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected undefined to be 'info' // Object.is equality", @@ -98342,16 +98818,16 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1769" + "1772" ], "coveredBy": [ - "1763", - "1764", - "1765", "1766", "1767", "1768", - "1769" + "1769", + "1770", + "1771", + "1772" ], "location": { "end": { @@ -98365,7 +98841,7 @@ } }, { - "id": "3100", + "id": "3110", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'info' // Object.is equality", @@ -98373,16 +98849,16 @@ "testsCompleted": 7, "static": false, "killedBy": [ - "1769" + "1772" ], "coveredBy": [ - "1763", - "1764", - "1765", "1766", "1767", "1768", - "1769" + "1769", + "1770", + "1771", + "1772" ], "location": { "end": { @@ -98396,7 +98872,7 @@ } }, { - "id": "3101", + "id": "3111", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected undefined to be 'warning' // Object.is equality", @@ -98404,16 +98880,16 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1768" + "1771" ], "coveredBy": [ - "1763", - "1764", - "1765", "1766", "1767", "1768", - "1769" + "1769", + "1770", + "1771", + "1772" ], "location": { "end": { @@ -98427,7 +98903,7 @@ } }, { - "id": "3102", + "id": "3112", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected '' to be 'warning' // Object.is equality", @@ -98435,16 +98911,16 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1768" + "1771" ], "coveredBy": [ - "1763", - "1764", - "1765", "1766", "1767", "1768", - "1769" + "1769", + "1770", + "1771", + "1772" ], "location": { "end": { @@ -98464,7 +98940,7 @@ "language": "typescript", "mutants": [ { - "id": "3103", + "id": "3113", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/animate-css/useAnimateCss.ts(28,27): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -98495,62 +98971,62 @@ "409", "410", "411", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", "1470", "1471", "1472", "1473", "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1841", - "1842", - "1843", + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", "1844", "1845", "1846", + "1847", "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1849", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -98564,7 +99040,7 @@ } }, { - "id": "3104", + "id": "3114", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected true to be falsy", @@ -98572,13 +99048,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1845" + "1848" ], "coveredBy": [ - "1843", - "1844", - "1845", - "1846" + "1846", + "1847", + "1848", + "1849" ], "location": { "end": { @@ -98592,7 +99068,7 @@ } }, { - "id": "3105", + "id": "3115", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected true to be falsy", @@ -98600,13 +99076,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1845" + "1848" ], "coveredBy": [ - "1843", - "1844", - "1845", - "1846" + "1846", + "1847", + "1848", + "1849" ], "location": { "end": { @@ -98620,7 +99096,7 @@ } }, { - "id": "3106", + "id": "3116", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected true to be falsy", @@ -98628,13 +99104,13 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1845" + "1848" ], "coveredBy": [ - "1843", - "1844", - "1845", - "1846" + "1846", + "1847", + "1848", + "1849" ], "location": { "end": { @@ -98648,7 +99124,7 @@ } }, { - "id": "3107", + "id": "3117", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [ 'svg-inline--fa', …(2) ] to include 'animate__headShake'", @@ -98666,15 +99142,15 @@ "406", "407", "409", - "1471", - "1472", "1474", - "1841", - "1842", - "1843", + "1475", + "1477", "1844", "1845", - "1846" + "1846", + "1847", + "1848", + "1849" ], "location": { "end": { @@ -98688,7 +99164,7 @@ } }, { - "id": "3108", + "id": "3118", "mutatorName": "BooleanLiteral", "replacement": "HtmlElement", "statusReason": "app/composables/animate-css/useAnimateCss.ts(42,5): error TS18047: 'HtmlElement' is possibly 'null'.\napp/composables/animate-css/useAnimateCss.ts(45,7): error TS18047: 'HtmlElement' is possibly 'null'.\n", @@ -98703,15 +99179,15 @@ "406", "407", "409", - "1471", - "1472", "1474", - "1841", - "1842", - "1843", + "1475", + "1477", "1844", "1845", - "1846" + "1846", + "1847", + "1848", + "1849" ], "location": { "end": { @@ -98725,7 +99201,7 @@ } }, { - "id": "3109", + "id": "3119", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "app/composables/animate-css/useAnimateCss.ts(42,5): error TS18047: 'HtmlElement' is possibly 'null'.\napp/composables/animate-css/useAnimateCss.ts(45,7): error TS18047: 'HtmlElement' is possibly 'null'.\n", @@ -98740,15 +99216,15 @@ "406", "407", "409", - "1471", - "1472", "1474", - "1841", - "1842", - "1843", + "1475", + "1477", "1844", "1845", - "1846" + "1846", + "1847", + "1848", + "1849" ], "location": { "end": { @@ -98762,7 +99238,7 @@ } }, { - "id": "3110", + "id": "3120", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/animate-css/useAnimateCss.ts(42,5): error TS18047: 'HtmlElement' is possibly 'null'.\napp/composables/animate-css/useAnimateCss.ts(45,7): error TS18047: 'HtmlElement' is possibly 'null'.\n", @@ -98777,15 +99253,15 @@ "406", "407", "409", - "1471", - "1472", "1474", - "1841", - "1842", - "1843", + "1475", + "1477", "1844", "1845", - "1846" + "1846", + "1847", + "1848", + "1849" ], "location": { "end": { @@ -98799,7 +99275,7 @@ } }, { - "id": "3111", + "id": "3121", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/animate-css/useAnimateCss.ts(40,5): error TS18047: 'HtmlElement' is possibly 'null'.\napp/composables/animate-css/useAnimateCss.ts(43,7): error TS18047: 'HtmlElement' is possibly 'null'.\n", @@ -98807,8 +99283,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1841", - "1842" + "1844", + "1845" ], "location": { "end": { @@ -98822,7 +99298,7 @@ } }, { - "id": "3112", + "id": "3122", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected [ 'svg-inline--fa', …(3) ] to include 'animate__headShake'", @@ -98840,13 +99316,13 @@ "406", "407", "409", - "1471", - "1472", "1474", - "1843", - "1844", - "1845", - "1846" + "1475", + "1477", + "1846", + "1847", + "1848", + "1849" ], "location": { "end": { @@ -98860,7 +99336,7 @@ } }, { - "id": "3113", + "id": "3123", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected false to be truthy", @@ -98868,7 +99344,7 @@ "testsCompleted": 11, "static": false, "killedBy": [ - "1843" + "1846" ], "coveredBy": [ "396", @@ -98878,13 +99354,13 @@ "406", "407", "409", - "1471", - "1472", "1474", - "1843", - "1844", - "1845", - "1846" + "1475", + "1477", + "1846", + "1847", + "1848", + "1849" ], "location": { "end": { @@ -98898,7 +99374,7 @@ } }, { - "id": "3114", + "id": "3124", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected true to be falsy", @@ -98906,7 +99382,7 @@ "testsCompleted": 13, "static": false, "killedBy": [ - "1845" + "1848" ], "coveredBy": [ "396", @@ -98916,13 +99392,13 @@ "406", "407", "409", - "1471", - "1472", "1474", - "1843", - "1844", - "1845", - "1846" + "1475", + "1477", + "1846", + "1847", + "1848", + "1849" ], "location": { "end": { @@ -98936,7 +99412,7 @@ } }, { - "id": "3115", + "id": "3125", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected true to be falsy", @@ -98944,7 +99420,7 @@ "testsCompleted": 13, "static": false, "killedBy": [ - "1845" + "1848" ], "coveredBy": [ "396", @@ -98954,13 +99430,13 @@ "406", "407", "409", - "1471", - "1472", "1474", - "1843", - "1844", - "1845", - "1846" + "1475", + "1477", + "1846", + "1847", + "1848", + "1849" ], "location": { "end": { @@ -98974,7 +99450,7 @@ } }, { - "id": "3116", + "id": "3126", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected true to be falsy", @@ -98982,7 +99458,7 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1845" + "1848" ], "coveredBy": [ "396", @@ -98992,13 +99468,13 @@ "406", "407", "409", - "1471", - "1472", "1474", - "1843", - "1844", - "1845", - "1846" + "1475", + "1477", + "1846", + "1847", + "1848", + "1849" ], "location": { "end": { @@ -99012,7 +99488,7 @@ } }, { - "id": "3117", + "id": "3127", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"animationend\",\n Any,\n Object {\n \"once\": true,\n },\n], but it was called with \"animationend\"", @@ -99020,7 +99496,7 @@ "testsCompleted": 14, "static": false, "killedBy": [ - "1846" + "1849" ], "coveredBy": [ "396", @@ -99030,13 +99506,13 @@ "406", "407", "409", - "1471", - "1472", "1474", - "1843", - "1844", - "1845", - "1846" + "1475", + "1477", + "1846", + "1847", + "1848", + "1849" ], "location": { "end": { @@ -99050,7 +99526,7 @@ } }, { - "id": "3118", + "id": "3128", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"animationend\",\n Any,\n Object {\n \"once\": true,\n },\n], but it was called with \"animationend\"", @@ -99058,7 +99534,7 @@ "testsCompleted": 14, "static": false, "killedBy": [ - "1846" + "1849" ], "coveredBy": [ "396", @@ -99068,13 +99544,13 @@ "406", "407", "409", - "1471", - "1472", "1474", - "1843", - "1844", - "1845", - "1846" + "1475", + "1477", + "1846", + "1847", + "1848", + "1849" ], "location": { "end": { @@ -99088,7 +99564,7 @@ } }, { - "id": "3119", + "id": "3129", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/animate-css/useAnimateCss.ts(48,3): error TS2739: Type '{}' is missing the following properties from type 'UseAnimateCss': handleAnimationEnd, animateElementOnce\n", @@ -99119,62 +99595,62 @@ "409", "410", "411", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", "1470", "1471", "1472", "1473", "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1841", - "1842", - "1843", + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", "1844", "1845", "1846", + "1847", "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912" + "1849", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915" ], "location": { "end": { @@ -99194,116 +99670,13 @@ "language": "typescript", "mutants": [ { - "id": "3121", - "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": [ - "1888" - ], - "coveredBy": [ - "1888", - "1889" - ], - "location": { - "end": { - "column": 4, - "line": 22 - }, - "start": { - "column": 124, - "line": 14 - } - } - }, - { - "id": "3122", - "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 {}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1889" - ], - "coveredBy": [ - "1888", - "1889" - ], - "location": { - "end": { - "column": 6, - "line": 21 - }, - "start": { - "column": 19, - "line": 18 - } - } - }, - { - "id": "3123", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1889" - ], - "coveredBy": [ - "1888", - "1889" - ], - "location": { - "end": { - "column": 92, - "line": 19 - }, - "start": { - "column": 18, - "line": 19 - } - } - }, - { - "id": "3124", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1889" - ], - "coveredBy": [ - "1888", - "1889" - ], - "location": { - "end": { - "column": 88, - "line": 20 - }, - "start": { - "column": 17, - "line": 20 - } - } - }, - { - "id": "3120", + "id": "3130", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", "status": "CompileError", "static": true, + "killedBy": [], "coveredBy": [ "0", "1", @@ -99833,6 +100206,17 @@ "711", "712", "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "723", + "724", "725", "726", "727", @@ -99841,17 +100225,6 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", @@ -99898,18 +100271,18 @@ "787", "788", "789", - "804", - "805", - "806", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", - "819", - "820", - "821", + "813", + "814", + "815", "822", "823", "824", @@ -99935,9 +100308,9 @@ "844", "845", "846", - "880", - "881", - "882", + "847", + "848", + "849", "883", "884", "885", @@ -99998,10 +100371,10 @@ "940", "941", "942", - "957", - "965", - "966", - "967", + "943", + "944", + "945", + "960", "968", "969", "970", @@ -100029,9 +100402,9 @@ "992", "993", "994", - "1003", - "1004", - "1005", + "995", + "996", + "997", "1006", "1007", "1008", @@ -100039,9 +100412,9 @@ "1010", "1011", "1012", - "1024", - "1025", - "1026", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -100080,9 +100453,9 @@ "1062", "1063", "1064", - "1069", - "1070", - "1071", + "1065", + "1066", + "1067", "1072", "1073", "1074", @@ -100102,18 +100475,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -100149,24 +100522,24 @@ "1179", "1180", "1181", - "1200", - "1201", - "1202", + "1182", + "1183", + "1184", "1203", "1204", "1205", "1206", "1207", "1208", - "1218", - "1219", - "1220", + "1209", + "1210", + "1211", "1221", "1222", "1223", - "1234", - "1235", - "1236", + "1224", + "1225", + "1226", "1237", "1238", "1239", @@ -100177,16 +100550,16 @@ "1244", "1245", "1246", + "1247", "1248", - "1255", - "1256", - "1257", + "1249", + "1251", "1258", "1259", "1260", - "1271", - "1272", - "1273", + "1261", + "1262", + "1263", "1274", "1275", "1276", @@ -100201,9 +100574,9 @@ "1285", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -100230,24 +100603,24 @@ "1326", "1327", "1328", - "1339", - "1340", - "1341", + "1329", + "1330", + "1331", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -100281,9 +100654,9 @@ "1414", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", "1441", @@ -100292,15 +100665,15 @@ "1444", "1445", "1446", - "1452", - "1453", - "1454", + "1447", + "1448", + "1449", "1455", "1456", "1457", - "1467", - "1468", - "1469", + "1458", + "1459", + "1460", "1470", "1471", "1472", @@ -100358,9 +100731,9 @@ "1524", "1525", "1526", - "1532", - "1533", - "1534", + "1527", + "1528", + "1529", "1535", "1536", "1537", @@ -100433,19 +100806,19 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", "1620", "1621", "1622", "1623", - "1630", - "1654", - "1655", - "1656", + "1624", + "1625", + "1626", + "1633", "1657", "1658", "1659", @@ -100457,88 +100830,91 @@ "1665", "1666", "1667", - "1674", - "1675", - "1676", + "1668", + "1669", + "1670", "1677", "1678", "1679", - "1689", - "1690", - "1691", + "1680", + "1681", + "1682", "1692", "1693", "1694", "1695", "1696", - "1703", - "1704", - "1705", + "1697", + "1698", + "1699", "1706", "1707", - "1717", - "1718", - "1719", + "1708", + "1709", + "1710", "1720", "1721", - "1726", - "1727", - "1728", + "1722", + "1723", + "1724", "1729", "1730", - "1738", - "1739", - "1740", + "1731", + "1732", + "1733", "1741", "1742", - "1758", - "1759", - "1760", + "1743", + "1744", + "1745", "1761", "1762", - "1770", - "1771", - "1772", + "1763", + "1764", + "1765", "1773", "1774", "1775", + "1776", "1777", - "1781", - "1815", - "1816", - "1817", + "1778", + "1780", + "1784", "1818", "1819", "1820", "1821", "1822", - "1847", - "1848", - "1849", + "1823", + "1824", + "1825", "1850", - "1864", - "1868", - "1877", - "1878", - "1879", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", "1881", - "1885", + "1882", + "1884", "1888", - "1889", "1891", - "1895", - "1908", - "1912", + "1892", + "1894", + "1898", + "1911", "1915", - "1916", - "1917", "1918", "1919", - "1931", - "1932", - "1933", + "1920", + "1921", + "1922", "1934", - "2033" + "1935", + "1936", + "1937", + "2036" ], "location": { "end": { @@ -100552,12 +100928,117 @@ } }, { - "id": "3125", + "id": "3131", + "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": [ + "1891" + ], + "coveredBy": [ + "1891", + "1892" + ], + "location": { + "end": { + "column": 4, + "line": 22 + }, + "start": { + "column": 124, + "line": 14 + } + } + }, + { + "id": "3132", + "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 {}", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "1892" + ], + "coveredBy": [ + "1891", + "1892" + ], + "location": { + "end": { + "column": 6, + "line": 21 + }, + "start": { + "column": 19, + "line": 18 + } + } + }, + { + "id": "3133", + "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}", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "1892" + ], + "coveredBy": [ + "1891", + "1892" + ], + "location": { + "end": { + "column": 92, + "line": 19 + }, + "start": { + "column": 18, + "line": 19 + } + } + }, + { + "id": "3134", + "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}", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "1892" + ], + "coveredBy": [ + "1891", + "1892" + ], + "location": { + "end": { + "column": 88, + "line": 20 + }, + "start": { + "column": 17, + "line": 20 + } + } + }, + { + "id": "3135", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/error/useWerewolvesAssistantApiError.ts(23,3): error TS2741: Property 'handleWerewolvesAssistantApiError' is missing in type '{}' but required in type 'UseWerewolvesAssistantApiError'.\n", "status": "CompileError", "static": true, + "killedBy": [], "coveredBy": [ "0", "1", @@ -101087,6 +101568,17 @@ "711", "712", "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "723", + "724", "725", "726", "727", @@ -101095,17 +101587,6 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", @@ -101152,18 +101633,18 @@ "787", "788", "789", - "804", - "805", - "806", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", - "819", - "820", - "821", + "813", + "814", + "815", "822", "823", "824", @@ -101189,9 +101670,9 @@ "844", "845", "846", - "880", - "881", - "882", + "847", + "848", + "849", "883", "884", "885", @@ -101252,10 +101733,10 @@ "940", "941", "942", - "957", - "965", - "966", - "967", + "943", + "944", + "945", + "960", "968", "969", "970", @@ -101283,9 +101764,9 @@ "992", "993", "994", - "1003", - "1004", - "1005", + "995", + "996", + "997", "1006", "1007", "1008", @@ -101293,9 +101774,9 @@ "1010", "1011", "1012", - "1024", - "1025", - "1026", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -101334,9 +101815,9 @@ "1062", "1063", "1064", - "1069", - "1070", - "1071", + "1065", + "1066", + "1067", "1072", "1073", "1074", @@ -101356,18 +101837,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -101403,24 +101884,24 @@ "1179", "1180", "1181", - "1200", - "1201", - "1202", + "1182", + "1183", + "1184", "1203", "1204", "1205", "1206", "1207", "1208", - "1218", - "1219", - "1220", + "1209", + "1210", + "1211", "1221", "1222", "1223", - "1234", - "1235", - "1236", + "1224", + "1225", + "1226", "1237", "1238", "1239", @@ -101431,16 +101912,16 @@ "1244", "1245", "1246", + "1247", "1248", - "1255", - "1256", - "1257", + "1249", + "1251", "1258", "1259", "1260", - "1271", - "1272", - "1273", + "1261", + "1262", + "1263", "1274", "1275", "1276", @@ -101455,9 +101936,9 @@ "1285", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -101484,24 +101965,24 @@ "1326", "1327", "1328", - "1339", - "1340", - "1341", + "1329", + "1330", + "1331", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -101535,9 +102016,9 @@ "1414", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", "1441", @@ -101546,15 +102027,15 @@ "1444", "1445", "1446", - "1452", - "1453", - "1454", + "1447", + "1448", + "1449", "1455", "1456", "1457", - "1467", - "1468", - "1469", + "1458", + "1459", + "1460", "1470", "1471", "1472", @@ -101612,9 +102093,9 @@ "1524", "1525", "1526", - "1532", - "1533", - "1534", + "1527", + "1528", + "1529", "1535", "1536", "1537", @@ -101687,19 +102168,19 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", "1620", "1621", "1622", "1623", - "1630", - "1654", - "1655", - "1656", + "1624", + "1625", + "1626", + "1633", "1657", "1658", "1659", @@ -101711,88 +102192,91 @@ "1665", "1666", "1667", - "1674", - "1675", - "1676", + "1668", + "1669", + "1670", "1677", "1678", "1679", - "1689", - "1690", - "1691", + "1680", + "1681", + "1682", "1692", "1693", "1694", "1695", "1696", - "1703", - "1704", - "1705", + "1697", + "1698", + "1699", "1706", "1707", - "1717", - "1718", - "1719", + "1708", + "1709", + "1710", "1720", "1721", - "1726", - "1727", - "1728", + "1722", + "1723", + "1724", "1729", "1730", - "1738", - "1739", - "1740", + "1731", + "1732", + "1733", "1741", "1742", - "1758", - "1759", - "1760", + "1743", + "1744", + "1745", "1761", "1762", - "1770", - "1771", - "1772", + "1763", + "1764", + "1765", "1773", "1774", "1775", + "1776", "1777", - "1781", - "1815", - "1816", - "1817", + "1778", + "1780", + "1784", "1818", "1819", "1820", "1821", "1822", - "1847", - "1848", - "1849", + "1823", + "1824", + "1825", "1850", - "1864", - "1868", - "1877", - "1878", - "1879", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", "1881", - "1885", + "1882", + "1884", "1888", - "1889", "1891", - "1895", - "1908", - "1912", + "1892", + "1894", + "1898", + "1911", "1915", - "1916", - "1917", "1918", "1919", - "1931", - "1932", - "1933", + "1920", + "1921", + "1922", "1934", - "2033" + "1935", + "1936", + "1937", + "2036" ], "location": { "end": { @@ -101812,7 +102296,7 @@ "language": "typescript", "mutants": [ { - "id": "3126", + "id": "3136", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -101842,8 +102326,8 @@ "534", "535", "536", - "681", - "2018" + "700", + "2021" ], "location": { "end": { @@ -101859,40 +102343,417 @@ ], "source": "import { Expose, plainToInstance } from \"class-transformer\";\n\nimport type { GameAdditionalCardRecipientRoleName } from \"~/composables/api/game/types/game-additional-card/game-additional-card.types\";\nimport type { RoleName } from \"~/composables/api/role/types/role.types\";\nimport { DEFAULT_PLAIN_TO_INSTANCE_OPTIONS } from \"~/utils/constants/class-transformer.constants\";\n\nclass CreateGameAdditionalCardDto {\n @Expose()\n public roleName: RoleName;\n\n @Expose()\n public recipient: GameAdditionalCardRecipientRoleName;\n\n public static create(createGameAdditionalCardDto: CreateGameAdditionalCardDto): CreateGameAdditionalCardDto {\n return plainToInstance(CreateGameAdditionalCardDto, createGameAdditionalCardDto, DEFAULT_PLAIN_TO_INSTANCE_OPTIONS);\n }\n}\n\nexport { CreateGameAdditionalCardDto };" }, - "app/composables/api/game/dto/create-game/create-game.dto.ts": { + "app/composables/api/game/dto/create-game/create-game-player/create-game-player-role.dto.ts": { "language": "typescript", "mutants": [ { - "id": "3132", + "id": "3137", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/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", + "statusReason": "app/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", "status": "CompileError", - "static": false, + "static": true, "killedBy": [], "coveredBy": [ - "1607", - "1608", - "1939" + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "54", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "65", + "142", + "144", + "162", + "291", + "292", + "293", + "294", + "295", + "296", + "297", + "298", + "299", + "300", + "334", + "335", + "336", + "337", + "338", + "339", + "340", + "341", + "373", + "374", + "375", + "376", + "380", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "471", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "560", + "645", + "646", + "647", + "649", + "650", + "651", + "652", + "654", + "655", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", + "704", + "705", + "706", + "770", + "774", + "942", + "945", + "1374", + "1522", + "1523", + "1524", + "1585", + "1689", + "1941", + "1942", + "1975" ], "location": { "end": { "column": 4, - "line": 28 + "line": 12 }, "start": { - "column": 27, - "line": 26 + "column": 99, + "line": 10 } } - }, + } + ], + "source": "import { Expose, plainToInstance } from \"class-transformer\";\n\nimport type { RoleName } from \"~/composables/api/role/types/role.types\";\nimport { DEFAULT_PLAIN_TO_INSTANCE_OPTIONS } from \"~/utils/constants/class-transformer.constants\";\n\nclass CreateGamePlayerRoleDto {\n @Expose()\n public name?: RoleName;\n\n public static create(createGamePlayerRoleDto: CreateGamePlayerRoleDto): CreateGamePlayerRoleDto {\n return plainToInstance(CreateGamePlayerRoleDto, createGamePlayerRoleDto, DEFAULT_PLAIN_TO_INSTANCE_OPTIONS);\n }\n}\n\nexport { CreateGamePlayerRoleDto };" + }, + "app/composables/api/game/dto/create-game/create-game-player/create-game-player-side.dto.ts": { + "language": "typescript", + "mutants": [ { - "id": "3130", + "id": "3138", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/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", + "status": "CompileError", + "static": true, + "killedBy": [], + "coveredBy": [ + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "54", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "65", + "142", + "144", + "162", + "291", + "292", + "293", + "294", + "295", + "296", + "297", + "298", + "299", + "300", + "334", + "335", + "336", + "337", + "338", + "339", + "340", + "341", + "373", + "374", + "375", + "376", + "380", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "471", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "560", + "645", + "646", + "647", + "649", + "650", + "651", + "652", + "654", + "655", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", + "704", + "705", + "706", + "770", + "774", + "942", + "945", + "1374", + "1522", + "1523", + "1524", + "1585", + "1689", + "1941", + "1942", + "1975" + ], + "location": { + "end": { + "column": 4, + "line": 15 + }, + "start": { + "column": 99, + "line": 13 + } + } + } + ], + "source": "import { Expose, plainToInstance } from \"class-transformer\";\n\nimport type { RoleSide } from \"~/composables/api/role/types/role.types\";\nimport { DEFAULT_PLAIN_TO_INSTANCE_OPTIONS } from \"~/utils/constants/class-transformer.constants\";\n\nclass CreateGamePlayerSideDto {\n @Expose()\n public original?: RoleSide;\n\n @Expose()\n public current?: RoleSide;\n\n public static create(createGamePlayerSideDto: CreateGamePlayerSideDto): CreateGamePlayerSideDto {\n return plainToInstance(CreateGamePlayerSideDto, createGamePlayerSideDto, DEFAULT_PLAIN_TO_INSTANCE_OPTIONS);\n }\n}\n\nexport { CreateGamePlayerSideDto };" + }, + "app/composables/api/game/dto/create-game/create-game-player/create-game-player.dto.ts": { + "language": "typescript", + "mutants": [ + { + "id": "3139", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/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", + "status": "CompileError", + "static": true, + "killedBy": [], + "coveredBy": [ + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "54", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "65", + "142", + "144", + "162", + "291", + "292", + "293", + "294", + "295", + "296", + "297", + "298", + "299", + "300", + "334", + "335", + "336", + "337", + "338", + "339", + "340", + "341", + "373", + "374", + "375", + "376", + "380", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "471", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "560", + "561", + "645", + "646", + "647", + "649", + "650", + "651", + "652", + "654", + "655", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", + "704", + "705", + "706", + "770", + "774", + "798", + "799", + "800", + "801", + "802", + "803", + "804", + "805", + "806", + "942", + "945", + "1374", + "1522", + "1523", + "1524", + "1585", + "1689", + "1941", + "1942", + "1975" + ], + "location": { + "end": { + "column": 4, + "line": 24 + }, + "start": { + "column": 87, + "line": 22 + } + } + } + ], + "source": "import { Expose, plainToInstance, Type } from \"class-transformer\";\n\nimport { CreateGamePlayerRoleDto } from \"~/composables/api/game/dto/create-game/create-game-player/create-game-player-role.dto\";\nimport { CreateGamePlayerSideDto } from \"~/composables/api/game/dto/create-game/create-game-player/create-game-player-side.dto\";\nimport { DEFAULT_PLAIN_TO_INSTANCE_OPTIONS } from \"~/utils/constants/class-transformer.constants\";\n\nclass CreateGamePlayerDto {\n @Expose()\n public name: string;\n\n @Type(() => CreateGamePlayerRoleDto)\n @Expose()\n public role: CreateGamePlayerRoleDto;\n\n @Type(() => CreateGamePlayerSideDto)\n @Expose()\n public side: CreateGamePlayerSideDto;\n\n @Expose()\n public group?: string;\n\n public static create(createGamePlayerDto: CreateGamePlayerDto): CreateGamePlayerDto {\n return plainToInstance(CreateGamePlayerDto, createGamePlayerDto, DEFAULT_PLAIN_TO_INSTANCE_OPTIONS);\n }\n}\n\nexport { CreateGamePlayerDto };" + }, + "app/composables/api/game/dto/create-game/create-game.dto.ts": { + "language": "typescript", + "mutants": [ + { + "id": "3140", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "app/composables/api/game/dto/create-game/create-game.dto.ts(12,44): error TS2322: Type 'string' is not assignable to type 'CreateGamePlayerDto'.\n", "status": "CompileError", "static": true, + "killedBy": [], "coveredBy": [ "35", "39", @@ -102112,6 +102973,13 @@ "667", "668", "669", + "670", + "671", + "672", + "673", + "674", + "675", + "676", "677", "678", "679", @@ -102124,13 +102992,6 @@ "686", "687", "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -102139,37 +103000,37 @@ "701", "702", "703", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", "774", "775", "776", "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "819", - "820", - "821", "822", "823", "824", @@ -102178,18 +103039,18 @@ "827", "828", "829", - "934", - "935", - "936", + "830", + "831", + "832", "937", "938", "939", "940", "941", "942", - "965", - "966", - "967", + "943", + "944", + "945", "968", "969", "970", @@ -102198,9 +103059,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -102208,18 +103069,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -102227,18 +103088,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -102265,29 +103126,29 @@ "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1283", - "1284", - "1285", + "1261", + "1262", + "1263", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -102308,24 +103169,24 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -102337,28 +103198,28 @@ "1392", "1393", "1394", - "1441", - "1442", - "1443", + "1395", + "1396", + "1397", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1516", - "1517", - "1518", + "1505", + "1506", + "1507", "1519", "1520", "1521", @@ -102367,9 +103228,9 @@ "1524", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -102377,9 +103238,9 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", "1558", @@ -102397,9 +103258,9 @@ "1570", "1571", "1572", - "1579", - "1580", - "1581", + "1573", + "1574", + "1575", "1582", "1583", "1584", @@ -102427,19 +103288,22 @@ "1606", "1607", "1608", - "1615", - "1616", - "1617", + "1609", + "1610", + "1611", "1618", "1619", - "1678", - "1679", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", + "1681", + "1682", "1934", - "1938", - "1939" + "1935", + "1936", + "1937", + "1941", + "1942" ], "location": { "end": { @@ -102453,12 +103317,13 @@ } }, { - "id": "3131", + "id": "3141", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", "status": "CompileError", "static": true, + "killedBy": [], "coveredBy": [ "35", "39", @@ -102678,6 +103543,13 @@ "667", "668", "669", + "670", + "671", + "672", + "673", + "674", + "675", + "676", "677", "678", "679", @@ -102690,13 +103562,6 @@ "686", "687", "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -102705,37 +103570,37 @@ "701", "702", "703", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", "774", "775", "776", "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "819", - "820", - "821", "822", "823", "824", @@ -102744,18 +103609,18 @@ "827", "828", "829", - "934", - "935", - "936", + "830", + "831", + "832", "937", "938", "939", "940", "941", "942", - "965", - "966", - "967", + "943", + "944", + "945", "968", "969", "970", @@ -102764,9 +103629,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -102774,18 +103639,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -102793,18 +103658,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -102831,29 +103696,29 @@ "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1283", - "1284", - "1285", + "1261", + "1262", + "1263", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -102874,24 +103739,24 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -102903,28 +103768,28 @@ "1392", "1393", "1394", - "1441", - "1442", - "1443", + "1395", + "1396", + "1397", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1516", - "1517", - "1518", + "1505", + "1506", + "1507", "1519", "1520", "1521", @@ -102933,9 +103798,9 @@ "1524", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -102943,9 +103808,9 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", "1558", @@ -102963,9 +103828,9 @@ "1570", "1571", "1572", - "1579", - "1580", - "1581", + "1573", + "1574", + "1575", "1582", "1583", "1584", @@ -102993,18 +103858,21 @@ "1606", "1607", "1608", - "1615", - "1616", - "1617", + "1609", + "1610", + "1611", "1618", "1619", - "1678", - "1679", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", + "1681", + "1682", "1934", - "1938" + "1935", + "1936", + "1937", + "1941" ], "location": { "end": { @@ -103016,6 +103884,30 @@ "line": 22 } } + }, + { + "id": "3142", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/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", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1610", + "1611", + "1942" + ], + "location": { + "end": { + "column": 4, + "line": 28 + }, + "start": { + "column": 27, + "line": 26 + } + } } ], "source": "import { Expose, instanceToPlain, plainToInstance, Type } from \"class-transformer\";\n\nimport { CreateGameAdditionalCardDto } from \"~/composables/api/game/dto/create-game/create-game-additional-card/create-game-additional-card.dto\";\nimport { CreateGamePlayerDto } from \"~/composables/api/game/dto/create-game/create-game-player/create-game-player.dto\";\nimport { GameOptions } from \"~/composables/api/game/types/game-options/game-options.class\";\nimport { DEFAULT_PLAIN_TO_INSTANCE_OPTIONS } from \"~/utils/constants/class-transformer.constants\";\nimport type { OmitToJSON } from \"~/utils/types/class.types\";\n\nclass CreateGameDto {\n @Type(() => CreateGamePlayerDto)\n @Expose()\n public players: CreateGamePlayerDto[] = [];\n\n @Type(() => CreateGameAdditionalCardDto)\n @Expose()\n public additionalCards?: CreateGameAdditionalCardDto[];\n\n @Type(() => GameOptions)\n @Expose()\n public options: GameOptions;\n\n public static create(createGameDto: OmitToJSON): CreateGameDto {\n return plainToInstance(CreateGameDto, createGameDto, DEFAULT_PLAIN_TO_INSTANCE_OPTIONS);\n }\n\n public toJSON(): object {\n return instanceToPlain(this);\n }\n}\n\nexport { CreateGameDto };" @@ -103024,7 +103916,7 @@ "language": "typescript", "mutants": [ { - "id": "3133", + "id": "3143", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -103066,7 +103958,7 @@ "language": "typescript", "mutants": [ { - "id": "3134", + "id": "3144", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -103098,7 +103990,7 @@ "language": "typescript", "mutants": [ { - "id": "3135", + "id": "3145", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -103200,33 +104092,33 @@ "636", "637", "638", - "1271", - "1272", - "1273", "1274", "1275", - "1346", - "1347", - "1348", + "1276", + "1277", + "1278", "1349", "1350", "1351", "1352", "1353", "1354", - "1362", - "1363", - "1364", + "1355", + "1356", + "1357", "1365", - "1374", - "1375", - "1376", + "1366", + "1367", + "1368", "1377", "1378", "1379", "1380", - "1613", - "1614" + "1381", + "1382", + "1383", + "1616", + "1617" ], "location": { "end": { @@ -103246,7 +104138,7 @@ "language": "typescript", "mutants": [ { - "id": "3136", + "id": "3146", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-event/game-event.class.ts(13,47): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -103295,34 +104187,34 @@ "584", "585", "587", - "710", - "712", - "713", - "741", - "808", - "810", - "812", - "893", - "894", - "903", - "904", - "958", - "960", + "729", + "731", + "732", + "760", + "811", + "813", + "815", + "896", + "897", + "906", + "907", "961", "963", - "1037", - "1038", - "1056", - "1058", - "1074", - "1078", - "1250", - "1252", - "1254", - "1487", - "1498", - "1761", - "2014" + "964", + "966", + "1040", + "1041", + "1059", + "1061", + "1077", + "1081", + "1253", + "1255", + "1257", + "1490", + "1501", + "1764", + "2017" ], "location": { "end": { @@ -103342,7 +104234,7 @@ "language": "typescript", "mutants": [ { - "id": "3137", + "id": "3147", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -103350,9 +104242,6 @@ "static": false, "killedBy": [], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -103367,17 +104256,20 @@ "844", "845", "846", - "1689", - "1690", - "1691", - "1770", - "1771", - "1772", + "847", + "848", + "849", + "1692", + "1693", + "1694", "1773", "1774", "1775", - "1951", - "1952" + "1776", + "1777", + "1778", + "1954", + "1955" ], "location": { "end": { @@ -103391,7 +104283,7 @@ } }, { - "id": "3138", + "id": "3148", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -103399,8 +104291,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1951", - "1952" + "1954", + "1955" ], "location": { "end": { @@ -103414,7 +104306,7 @@ } }, { - "id": "3139", + "id": "3149", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -103422,8 +104314,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1951", - "1952" + "1954", + "1955" ], "location": { "end": { @@ -103437,7 +104329,7 @@ } }, { - "id": "3140", + "id": "3150", "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 \"\"", @@ -103445,11 +104337,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1951" + "1954" ], "coveredBy": [ - "1951", - "1952" + "1954", + "1955" ], "location": { "end": { @@ -103463,7 +104355,7 @@ } }, { - "id": "3141", + "id": "3151", "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\"", @@ -103471,11 +104363,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1951" + "1954" ], "coveredBy": [ - "1951", - "1952" + "1954", + "1955" ], "location": { "end": { @@ -103489,7 +104381,7 @@ } }, { - "id": "3142", + "id": "3152", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/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", @@ -103497,8 +104389,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1951", - "1952" + "1954", + "1955" ], "location": { "end": { @@ -103512,7 +104404,7 @@ } }, { - "id": "3143", + "id": "3153", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -103520,7 +104412,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1952" + "1955" ], "location": { "end": { @@ -103534,7 +104426,7 @@ } }, { - "id": "3144", + "id": "3154", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-history-record/useFetchGameHistoryRecords.ts(18,3): error TS2741: Property 'getGameHistoryRecords' is missing in type '{}' but required in type 'UseFetchGameHistory'.\n", @@ -103542,9 +104434,6 @@ "static": false, "killedBy": [], "coveredBy": [ - "830", - "831", - "832", "833", "834", "835", @@ -103559,17 +104448,20 @@ "844", "845", "846", - "1689", - "1690", - "1691", - "1770", - "1771", - "1772", + "847", + "848", + "849", + "1692", + "1693", + "1694", "1773", "1774", "1775", - "1951", - "1952" + "1776", + "1777", + "1778", + "1954", + "1955" ], "location": { "end": { @@ -103589,7 +104481,7 @@ "language": "typescript", "mutants": [ { - "id": "3145", + "id": "3155", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -103625,19 +104517,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -103651,7 +104543,7 @@ } }, { - "id": "3146", + "id": "3156", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -103687,19 +104579,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -103713,7 +104605,7 @@ } }, { - "id": "3147", + "id": "3157", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -103752,19 +104644,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -103778,7 +104670,7 @@ } }, { - "id": "3148", + "id": "3158", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Over History Record Action Component > should match snapshot when rendered. 1` mismatched", @@ -103817,19 +104709,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -103843,7 +104735,7 @@ } }, { - "id": "3149", + "id": "3159", "mutatorName": "LogicalOperator", "replacement": "(type === \"vote\" && !votes || type === \"target\" && !targets || type === \"request-another-vote\" && didJudgeRequestAnotherVote === undefined) && type === \"choose-card\" && !chosenCard", "statusReason": "app/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", @@ -103879,19 +104771,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -103905,7 +104797,7 @@ } }, { - "id": "3150", + "id": "3160", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Over History Record Action Component > should match snapshot when rendered. 1` mismatched", @@ -103944,19 +104836,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -103970,7 +104862,7 @@ } }, { - "id": "3151", + "id": "3161", "mutatorName": "LogicalOperator", "replacement": "(type === \"vote\" && !votes || type === \"target\" && !targets) && type === \"request-another-vote\" && didJudgeRequestAnotherVote === undefined", "statusReason": "app/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", @@ -104006,19 +104898,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -104032,7 +104924,7 @@ } }, { - "id": "3152", + "id": "3162", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Over History Record Action Component > should match snapshot when rendered. 1` mismatched", @@ -104071,19 +104963,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -104097,7 +104989,7 @@ } }, { - "id": "3153", + "id": "3163", "mutatorName": "LogicalOperator", "replacement": "type === \"vote\" && !votes && type === \"target\" && !targets", "statusReason": "app/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", @@ -104133,19 +105025,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -104159,7 +105051,7 @@ } }, { - "id": "3154", + "id": "3164", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Over History Record Action Component > should match snapshot when rendered. 1` mismatched", @@ -104198,19 +105090,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -104224,7 +105116,7 @@ } }, { - "id": "3155", + "id": "3165", "mutatorName": "LogicalOperator", "replacement": "type === \"vote\" || !votes", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -104263,19 +105155,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -104289,7 +105181,7 @@ } }, { - "id": "3156", + "id": "3166", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -104328,19 +105220,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -104354,7 +105246,7 @@ } }, { - "id": "3157", + "id": "3167", "mutatorName": "EqualityOperator", "replacement": "type !== \"vote\"", "statusReason": "Snapshot `Game Over History Record Action Component > should match snapshot when rendered. 1` mismatched", @@ -104393,19 +105285,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -104419,7 +105311,7 @@ } }, { - "id": "3158", + "id": "3168", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/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", @@ -104455,19 +105347,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -104481,7 +105373,7 @@ } }, { - "id": "3159", + "id": "3169", "mutatorName": "BooleanLiteral", "replacement": "votes", "statusReason": "app/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", @@ -104517,16 +105409,16 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1531" + "1003", + "1004", + "1005", + "1530", + "1534" ], "location": { "end": { @@ -104540,7 +105432,7 @@ } }, { - "id": "3160", + "id": "3170", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -104548,7 +105440,7 @@ "testsCompleted": 41, "static": false, "killedBy": [ - "1528" + "1531" ], "coveredBy": [ "108", @@ -104576,18 +105468,18 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1528", - "1529", - "1530", - "1531" + "1003", + "1004", + "1005", + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -104601,7 +105493,7 @@ } }, { - "id": "3161", + "id": "3171", "mutatorName": "LogicalOperator", "replacement": "type === \"target\" || !targets", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -104637,18 +105529,18 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1528", - "1529", - "1530", - "1531" + "1003", + "1004", + "1005", + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -104662,7 +105554,7 @@ } }, { - "id": "3162", + "id": "3172", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected '/svg/game/player/player-attribute/pow…' to be '/svg/misc/people.svg' // Object.is equality", @@ -104698,18 +105590,18 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1528", - "1529", - "1530", - "1531" + "1003", + "1004", + "1005", + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -104723,7 +105615,7 @@ } }, { - "id": "3163", + "id": "3173", "mutatorName": "EqualityOperator", "replacement": "type !== \"target\"", "statusReason": "expected '/svg/game/player/player-attribute/pow…' to be '/svg/misc/people.svg' // Object.is equality", @@ -104759,18 +105651,18 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1528", - "1529", - "1530", - "1531" + "1003", + "1004", + "1005", + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -104784,7 +105676,7 @@ } }, { - "id": "3164", + "id": "3174", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/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", @@ -104817,18 +105709,18 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1528", - "1529", - "1530", - "1531" + "1003", + "1004", + "1005", + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -104842,7 +105734,7 @@ } }, { - "id": "3165", + "id": "3175", "mutatorName": "BooleanLiteral", "replacement": "targets", "statusReason": "app/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", @@ -104874,9 +105766,9 @@ "129", "131", "133", - "999", - "1528", - "1531" + "1002", + "1531", + "1534" ], "location": { "end": { @@ -104890,7 +105782,7 @@ } }, { - "id": "3166", + "id": "3176", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -104898,7 +105790,7 @@ "testsCompleted": 41, "static": false, "killedBy": [ - "1529" + "1532" ], "coveredBy": [ "108", @@ -104926,17 +105818,17 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1529", - "1530", - "1531" + "1003", + "1004", + "1005", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -104950,7 +105842,7 @@ } }, { - "id": "3167", + "id": "3177", "mutatorName": "LogicalOperator", "replacement": "type === \"request-another-vote\" || didJudgeRequestAnotherVote === undefined", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -104986,17 +105878,17 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1529", - "1530", - "1531" + "1003", + "1004", + "1005", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -105010,7 +105902,7 @@ } }, { - "id": "3168", + "id": "3178", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -105046,17 +105938,17 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1529", - "1530", - "1531" + "1003", + "1004", + "1005", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -105070,7 +105962,7 @@ } }, { - "id": "3169", + "id": "3179", "mutatorName": "EqualityOperator", "replacement": "type !== \"request-another-vote\"", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -105106,17 +105998,17 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1529", - "1530", - "1531" + "1003", + "1004", + "1005", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -105130,7 +106022,7 @@ } }, { - "id": "3170", + "id": "3180", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/game-history-record/useGameHistoryRecord.ts(19,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", @@ -105163,17 +106055,17 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1529", - "1530", - "1531" + "1003", + "1004", + "1005", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -105187,7 +106079,7 @@ } }, { - "id": "3171", + "id": "3181", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -105195,11 +106087,11 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "1531" + "1534" ], "coveredBy": [ - "1529", - "1531" + "1532", + "1534" ], "location": { "end": { @@ -105213,7 +106105,7 @@ } }, { - "id": "3172", + "id": "3182", "mutatorName": "EqualityOperator", "replacement": "didJudgeRequestAnotherVote !== undefined", "statusReason": "expected false to be true // Object.is equality", @@ -105221,11 +106113,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1529" + "1532" ], "coveredBy": [ - "1529", - "1531" + "1532", + "1534" ], "location": { "end": { @@ -105239,7 +106131,7 @@ } }, { - "id": "3173", + "id": "3183", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -105247,7 +106139,7 @@ "testsCompleted": 41, "static": false, "killedBy": [ - "1530" + "1533" ], "coveredBy": [ "108", @@ -105275,16 +106167,16 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1530", - "1531" + "1003", + "1004", + "1005", + "1533", + "1534" ], "location": { "end": { @@ -105298,7 +106190,7 @@ } }, { - "id": "3174", + "id": "3184", "mutatorName": "LogicalOperator", "replacement": "type === \"choose-card\" || !chosenCard", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -105334,16 +106226,16 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1530", - "1531" + "1003", + "1004", + "1005", + "1533", + "1534" ], "location": { "end": { @@ -105357,7 +106249,7 @@ } }, { - "id": "3175", + "id": "3185", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -105393,16 +106285,16 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1530", - "1531" + "1003", + "1004", + "1005", + "1533", + "1534" ], "location": { "end": { @@ -105416,7 +106308,7 @@ } }, { - "id": "3176", + "id": "3186", "mutatorName": "EqualityOperator", "replacement": "type !== \"choose-card\"", "statusReason": "expected 'components.GameOverHistoryRecordActio…' to be 'components.GameOverHistoryRecordActio…' // Object.is equality", @@ -105452,16 +106344,16 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1530", - "1531" + "1003", + "1004", + "1005", + "1533", + "1534" ], "location": { "end": { @@ -105475,7 +106367,7 @@ } }, { - "id": "3177", + "id": "3187", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/game-history-record/useGameHistoryRecord.ts(20,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", @@ -105508,16 +106400,16 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1530", - "1531" + "1003", + "1004", + "1005", + "1533", + "1534" ], "location": { "end": { @@ -105531,7 +106423,7 @@ } }, { - "id": "3178", + "id": "3188", "mutatorName": "BooleanLiteral", "replacement": "chosenCard", "statusReason": "app/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", @@ -105539,9 +106431,9 @@ "static": false, "killedBy": [], "coveredBy": [ - "1001", - "1530", - "1531" + "1004", + "1533", + "1534" ], "location": { "end": { @@ -105555,7 +106447,7 @@ } }, { - "id": "3179", + "id": "3189", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-history-record/useGameHistoryRecord.ts(22,3): error TS2741: Property 'didSourceSkipped' is missing in type '{}' but required in type 'UseGameHistoryRecord'.\n", @@ -105591,19 +106483,19 @@ "131", "132", "133", - "995", - "996", - "997", "998", "999", "1000", "1001", "1002", - "1527", - "1528", - "1529", + "1003", + "1004", + "1005", "1530", - "1531" + "1531", + "1532", + "1533", + "1534" ], "location": { "end": { @@ -105623,7 +106515,7 @@ "language": "typescript", "mutants": [ { - "id": "3180", + "id": "3190", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(14,58): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -105631,15 +106523,15 @@ "static": false, "killedBy": [], "coveredBy": [ - "1065", - "1066", - "1067", "1068", - "1532", - "1533", - "1534", + "1069", + "1070", + "1071", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -105653,7 +106545,7 @@ } }, { - "id": "3181", + "id": "3191", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(15,33): 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 'GameHistoryRecord | null'.\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", @@ -105661,15 +106553,15 @@ "static": false, "killedBy": [], "coveredBy": [ - "1065", - "1066", - "1067", "1068", - "1532", - "1533", - "1534", + "1069", + "1070", + "1071", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -105683,7 +106575,7 @@ } }, { - "id": "3182", + "id": "3192", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(17,50): 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 'Player[]'.\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", @@ -105691,13 +106583,13 @@ "static": false, "killedBy": [], "coveredBy": [ - "1065", - "1066", - "1532", - "1533", - "1534", + "1068", + "1069", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -105711,7 +106603,7 @@ } }, { - "id": "3183", + "id": "3193", "mutatorName": "BooleanLiteral", "replacement": "lastGameHistoryRecord.value?.play.targets", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(21,12): error TS18047: 'lastGameHistoryRecord.value' is possibly 'null'.\napp/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(21,12): error TS18048: 'lastGameHistoryRecord.value.play.targets' is possibly 'undefined'.\n", @@ -105719,13 +106611,13 @@ "static": false, "killedBy": [], "coveredBy": [ - "1065", - "1066", - "1532", - "1533", - "1534", + "1068", + "1069", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -105739,7 +106631,7 @@ } }, { - "id": "3184", + "id": "3194", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(21,12): error TS18047: 'lastGameHistoryRecord.value' is possibly 'null'.\napp/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(21,12): error TS18048: 'lastGameHistoryRecord.value.play.targets' is possibly 'undefined'.\n", @@ -105747,13 +106639,13 @@ "static": false, "killedBy": [], "coveredBy": [ - "1065", - "1066", - "1532", - "1533", - "1534", + "1068", + "1069", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -105767,7 +106659,7 @@ } }, { - "id": "3185", + "id": "3195", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(21,12): error TS18047: 'lastGameHistoryRecord.value' is possibly 'null'.\napp/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(21,12): error TS18048: 'lastGameHistoryRecord.value.play.targets' is possibly 'undefined'.\n", @@ -105775,13 +106667,13 @@ "static": false, "killedBy": [], "coveredBy": [ - "1065", - "1066", - "1532", - "1533", - "1534", + "1068", + "1069", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -105795,7 +106687,7 @@ } }, { - "id": "3186", + "id": "3196", "mutatorName": "OptionalChaining", "replacement": "lastGameHistoryRecord.value.play", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(18,10): error TS18047: 'lastGameHistoryRecord.value' is possibly 'null'.\napp/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(21,12): error TS18047: 'lastGameHistoryRecord.value' is possibly 'null'.\n", @@ -105803,13 +106695,13 @@ "static": false, "killedBy": [], "coveredBy": [ - "1065", - "1066", - "1532", - "1533", - "1534", + "1068", + "1069", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -105823,7 +106715,7 @@ } }, { - "id": "3187", + "id": "3197", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(19,12): error TS18047: 'lastGameHistoryRecord.value' is possibly 'null'.\napp/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(19,12): error TS18048: 'lastGameHistoryRecord.value.play.targets' is possibly 'undefined'.\n", @@ -105831,7 +106723,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1065" + "1068" ], "location": { "end": { @@ -105845,7 +106737,7 @@ } }, { - "id": "3188", + "id": "3198", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(17,50): 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 '() => Player[] | string[]' is not assignable to parameter of type 'ComputedGetter'.\n Type 'Player[] | string[]' is not assignable to type 'Player[]'.\n Type 'string[]' is not assignable to type 'Player[]'.\n Type 'string' is not assignable to type 'Player'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef', gave the following error.\n Argument of type '() => Player[] | string[]' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -105853,7 +106745,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1065" + "1068" ], "location": { "end": { @@ -105867,7 +106759,7 @@ } }, { - "id": "3189", + "id": "3199", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(17,50): 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 '() => undefined[]' is not assignable to parameter of type 'ComputedGetter'.\n Type 'undefined[]' is not assignable to type 'Player[]'.\n Type 'undefined' is not assignable to type 'Player'.\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", @@ -105875,12 +106767,12 @@ "static": false, "killedBy": [], "coveredBy": [ - "1066", - "1532", - "1533", - "1534", + "1069", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -105894,7 +106786,7 @@ } }, { - "id": "3190", + "id": "3200", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(24,161): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -105902,8 +106794,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -105917,7 +106809,7 @@ } }, { - "id": "3191", + "id": "3201", "mutatorName": "BooleanLiteral", "replacement": "lastGameHistoryRecord.value?.playerAttributeAlterations", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(28,12): error TS18047: 'lastGameHistoryRecord.value' is possibly 'null'.\napp/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(28,12): error TS18048: 'lastGameHistoryRecord.value.playerAttributeAlterations' is possibly 'undefined'.\n", @@ -105925,8 +106817,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -105940,7 +106832,7 @@ } }, { - "id": "3192", + "id": "3202", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(28,12): error TS18047: 'lastGameHistoryRecord.value' is possibly 'null'.\napp/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(28,12): error TS18048: 'lastGameHistoryRecord.value.playerAttributeAlterations' is possibly 'undefined'.\n", @@ -105948,8 +106840,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -105963,7 +106855,7 @@ } }, { - "id": "3193", + "id": "3203", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(28,12): error TS18047: 'lastGameHistoryRecord.value' is possibly 'null'.\napp/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(28,12): error TS18048: 'lastGameHistoryRecord.value.playerAttributeAlterations' is possibly 'undefined'.\n", @@ -105971,8 +106863,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -105986,7 +106878,7 @@ } }, { - "id": "3194", + "id": "3204", "mutatorName": "OptionalChaining", "replacement": "lastGameHistoryRecord.value.playerAttributeAlterations", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(25,10): error TS18047: 'lastGameHistoryRecord.value' is possibly 'null'.\napp/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(28,12): error TS18047: 'lastGameHistoryRecord.value' is possibly 'null'.\n", @@ -105994,8 +106886,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -106009,7 +106901,7 @@ } }, { - "id": "3195", + "id": "3205", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(26,12): error TS18047: 'lastGameHistoryRecord.value' is possibly 'null'.\napp/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(26,12): error TS18048: 'lastGameHistoryRecord.value.playerAttributeAlterations' is possibly 'undefined'.\n", @@ -106017,7 +106909,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1068" + "1071" ], "location": { "end": { @@ -106031,7 +106923,7 @@ } }, { - "id": "3196", + "id": "3206", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -106039,10 +106931,10 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1068" + "1071" ], "coveredBy": [ - "1068" + "1071" ], "location": { "end": { @@ -106056,7 +106948,7 @@ } }, { - "id": "3197", + "id": "3207", "mutatorName": "MethodExpression", "replacement": "lastGameHistoryRecord.value.playerAttributeAlterations.every(playerAttributeAlteration => playerAttributeAlteration.name === attributeName && playerAttributeAlteration.source === source && playerAttributeAlteration.status === status)", "statusReason": "expected false to be true // Object.is equality", @@ -106064,11 +106956,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1067" + "1070" ], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -106082,7 +106974,7 @@ } }, { - "id": "3198", + "id": "3208", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -106090,11 +106982,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1067" + "1070" ], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -106108,7 +107000,7 @@ } }, { - "id": "3199", + "id": "3209", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -106116,11 +107008,11 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1068" + "1071" ], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -106134,7 +107026,7 @@ } }, { - "id": "3200", + "id": "3210", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -106142,11 +107034,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1067" + "1070" ], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -106160,7 +107052,7 @@ } }, { - "id": "3201", + "id": "3211", "mutatorName": "LogicalOperator", "replacement": "playerAttributeAlteration.name === attributeName && playerAttributeAlteration.source === source || playerAttributeAlteration.status === status", "statusReason": "expected true to be false // Object.is equality", @@ -106168,11 +107060,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1068" + "1071" ], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -106186,7 +107078,7 @@ } }, { - "id": "3202", + "id": "3212", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -106194,11 +107086,11 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1068" + "1071" ], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -106212,7 +107104,7 @@ } }, { - "id": "3203", + "id": "3213", "mutatorName": "LogicalOperator", "replacement": "playerAttributeAlteration.name === attributeName || playerAttributeAlteration.source === source", "statusReason": "expected true to be false // Object.is equality", @@ -106220,11 +107112,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1068" + "1071" ], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -106238,7 +107130,7 @@ } }, { - "id": "3204", + "id": "3214", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -106246,11 +107138,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1068" + "1071" ], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -106264,7 +107156,7 @@ } }, { - "id": "3205", + "id": "3215", "mutatorName": "EqualityOperator", "replacement": "playerAttributeAlteration.name !== attributeName", "statusReason": "expected false to be true // Object.is equality", @@ -106272,11 +107164,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1067" + "1070" ], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -106290,7 +107182,7 @@ } }, { - "id": "3206", + "id": "3216", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -106298,11 +107190,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1068" + "1071" ], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -106316,7 +107208,7 @@ } }, { - "id": "3207", + "id": "3217", "mutatorName": "EqualityOperator", "replacement": "playerAttributeAlteration.source !== source", "statusReason": "expected false to be true // Object.is equality", @@ -106324,11 +107216,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1067" + "1070" ], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -106342,7 +107234,7 @@ } }, { - "id": "3208", + "id": "3218", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -106350,11 +107242,11 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "1068" + "1071" ], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -106368,7 +107260,7 @@ } }, { - "id": "3209", + "id": "3219", "mutatorName": "EqualityOperator", "replacement": "playerAttributeAlteration.status !== status", "statusReason": "expected false to be true // Object.is equality", @@ -106376,11 +107268,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1067" + "1070" ], "coveredBy": [ - "1067", - "1068" + "1070", + "1071" ], "location": { "end": { @@ -106394,7 +107286,7 @@ } }, { - "id": "3210", + "id": "3220", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-history-record/useGameLastHistoryRecord.ts(32,3): error TS2739: Type '{}' is missing the following properties from type 'UseGameLastHistoryRecord': lastTargetedPlayers, doesHavePlayerAttributeAlteration\n", @@ -106402,15 +107294,15 @@ "static": false, "killedBy": [], "coveredBy": [ - "1065", - "1066", - "1067", "1068", - "1532", - "1533", - "1534", + "1069", + "1070", + "1071", "1535", - "1536" + "1536", + "1537", + "1538", + "1539" ], "location": { "end": { @@ -106430,7 +107322,7 @@ "language": "typescript", "mutants": [ { - "id": "3211", + "id": "3221", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(18,62): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -106457,25 +107349,6 @@ "387", "388", "389", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -106495,6 +107368,17 @@ "674", "675", "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", "689", "690", @@ -106503,23 +107387,28 @@ "693", "694", "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "848", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -106528,9 +107417,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -106538,18 +107427,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -106557,42 +107446,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -106613,16 +107502,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -106634,33 +107523,33 @@ "1392", "1393", "1394", - "1441", - "1442", - "1443", + "1395", + "1396", + "1397", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -106668,14 +107557,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -106683,14 +107572,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -106703,15 +107592,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -106725,7 +107617,7 @@ } }, { - "id": "3212", + "id": "3222", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(23,62): 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", @@ -106734,25 +107626,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -106765,32 +107638,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -106799,9 +107688,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -106809,18 +107698,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -106828,42 +107717,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -106884,16 +107773,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -106905,27 +107794,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -106933,14 +107822,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -106948,14 +107837,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -106968,15 +107857,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -106990,7 +107882,7 @@ } }, { - "id": "3213", + "id": "3223", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -106998,29 +107890,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "639" + "658" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -107033,32 +107906,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -107067,9 +107956,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -107077,18 +107966,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -107096,42 +107985,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -107152,16 +108041,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -107173,27 +108062,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -107201,14 +108090,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -107216,14 +108105,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -107236,15 +108125,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -107258,7 +108150,7 @@ } }, { - "id": "3214", + "id": "3224", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -107266,29 +108158,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "639" + "658" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -107301,32 +108174,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -107335,9 +108224,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -107345,18 +108234,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -107364,42 +108253,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -107420,16 +108309,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -107441,27 +108330,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -107469,14 +108358,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -107484,14 +108373,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -107504,15 +108393,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -107526,7 +108418,7 @@ } }, { - "id": "3215", + "id": "3225", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -107534,29 +108426,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -107569,32 +108442,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -107603,9 +108492,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -107613,18 +108502,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -107632,42 +108521,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -107688,16 +108577,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -107709,27 +108598,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -107737,14 +108626,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -107752,14 +108641,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -107772,15 +108661,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -107794,7 +108686,7 @@ } }, { - "id": "3216", + "id": "3226", "mutatorName": "MethodExpression", "replacement": "phaseLabel.toUpperCase()", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Election Component > should match snapshot when rendered. 1` mismatched", @@ -107802,29 +108694,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "639" + "658" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -107837,32 +108710,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -107871,9 +108760,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -107881,18 +108770,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -107900,42 +108789,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -107956,16 +108845,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -107977,27 +108866,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -108005,14 +108894,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -108020,14 +108909,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -108040,15 +108929,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -108062,7 +108954,7 @@ } }, { - "id": "3217", + "id": "3227", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(32,56): 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", @@ -108071,25 +108963,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -108102,32 +108975,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -108136,9 +109025,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -108146,18 +109035,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -108165,42 +109054,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -108221,16 +109110,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -108242,27 +109131,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -108270,14 +109159,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -108285,14 +109174,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -108305,15 +109194,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -108327,7 +109219,7 @@ } }, { - "id": "3218", + "id": "3228", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -108335,29 +109227,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -108370,32 +109243,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -108404,9 +109293,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -108414,18 +109303,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -108433,42 +109322,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -108489,16 +109378,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -108510,27 +109399,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -108538,14 +109427,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -108553,14 +109442,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -108573,15 +109462,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -108595,7 +109487,7 @@ } }, { - "id": "3219", + "id": "3229", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -108603,29 +109495,10 @@ "testsCompleted": 50, "static": false, "killedBy": [ - "847" + "850" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -108638,32 +109511,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -108672,9 +109561,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -108682,18 +109571,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -108701,42 +109590,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -108757,16 +109646,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -108778,27 +109667,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -108806,14 +109695,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -108821,14 +109710,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -108841,15 +109730,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -108863,7 +109755,7 @@ } }, { - "id": "3220", + "id": "3230", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): 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 'SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => undefined' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -108890,25 +109782,6 @@ "387", "388", "389", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -108928,6 +109801,17 @@ "674", "675", "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", "689", "690", @@ -108936,23 +109820,28 @@ "693", "694", "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "848", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -108961,9 +109850,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -108971,18 +109860,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -108990,42 +109879,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -109046,16 +109935,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -109067,33 +109956,33 @@ "1392", "1393", "1394", - "1441", - "1442", - "1443", + "1395", + "1396", + "1397", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -109101,14 +109990,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -109116,14 +110005,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -109136,15 +110025,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -109158,7 +110050,7 @@ } }, { - "id": "3221", + "id": "3231", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is missing the following properties from type 'SchemaObject': composition, votes, roles\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => {}' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -109167,25 +110059,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -109198,32 +110071,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -109232,9 +110121,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -109242,18 +110131,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -109261,42 +110150,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -109317,16 +110206,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -109338,27 +110227,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -109366,14 +110255,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -109381,14 +110270,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -109401,15 +110290,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -109423,7 +110315,7 @@ } }, { - "id": "3222", + "id": "3232", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: {}; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; sheriff: { isEnabled: string; electedAt: { ...; }; hasDoubledVote: string; mustSettleTieInVotes: string; }; ... 20 more ...; actor: {...' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -109432,25 +110324,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -109463,32 +110336,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -109497,9 +110386,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -109507,18 +110396,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -109526,42 +110415,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -109582,16 +110471,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -109603,27 +110492,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -109631,14 +110520,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -109646,14 +110535,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -109666,15 +110555,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -109688,7 +110580,7 @@ } }, { - "id": "3223", + "id": "3233", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected 'components.GameStartsEvent.welcomeToT…' to be 'components.GameStartsEvent.welcomeToT…' // Object.is equality", @@ -109696,29 +110588,10 @@ "testsCompleted": 32, "static": false, "killedBy": [ - "674" + "693" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -109731,32 +110604,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -109765,9 +110654,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -109775,18 +110664,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -109794,42 +110683,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -109850,16 +110739,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -109871,27 +110760,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -109899,14 +110788,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -109914,14 +110803,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -109934,15 +110823,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -109956,7 +110848,7 @@ } }, { - "id": "3224", + "id": "3234", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: {}; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; sheriff: { isEnabled: string; electedAt: { ...; }; hasDoubledVote: string; mustSettleTieInVotes: string; }; ... 20 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -109965,25 +110857,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -109996,32 +110869,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -110030,9 +110919,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -110040,18 +110929,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -110059,42 +110948,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -110115,16 +111004,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -110136,27 +111025,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -110164,14 +111053,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -110179,14 +111068,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -110199,15 +111088,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -110221,7 +111113,7 @@ } }, { - "id": "3225", + "id": "3235", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -110229,29 +111121,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -110264,32 +111137,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -110298,9 +111187,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -110308,18 +111197,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -110327,42 +111216,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -110383,16 +111272,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -110404,27 +111293,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -110432,14 +111321,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -110447,14 +111336,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -110467,15 +111356,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -110489,7 +111381,7 @@ } }, { - "id": "3226", + "id": "3236", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: {}; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -110498,25 +111390,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -110529,32 +111402,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -110563,9 +111452,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -110573,18 +111462,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -110592,42 +111481,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", - "1258", - "1259", + "1209", + "1210", + "1211", + "1258", + "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -110648,16 +111537,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -110669,27 +111558,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -110697,14 +111586,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -110712,14 +111601,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -110732,15 +111621,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -110754,7 +111646,7 @@ } }, { - "id": "3227", + "id": "3237", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -110762,29 +111654,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -110797,32 +111670,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -110831,9 +111720,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -110841,18 +111730,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -110860,42 +111749,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -110916,16 +111805,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -110937,27 +111826,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -110965,14 +111854,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -110980,14 +111869,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -111000,15 +111889,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -111022,7 +111914,7 @@ } }, { - "id": "3228", + "id": "3238", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -111030,29 +111922,10 @@ "testsCompleted": 50, "static": false, "killedBy": [ - "847" + "850" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -111065,32 +111938,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -111099,9 +111988,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -111109,18 +111998,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -111128,42 +112017,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -111184,16 +112073,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -111205,27 +112094,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -111233,14 +112122,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -111248,14 +112137,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -111268,15 +112157,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -111290,7 +112182,7 @@ } }, { - "id": "3229", + "id": "3239", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: {}; sheriff: { isEnabled: string; electedAt: { ...; }; hasDoubledVote: string; mustSettleTieInVotes: string; }; ... 20 more ...; actor: { ...; }...' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -111299,25 +112191,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -111330,32 +112203,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -111364,9 +112253,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -111374,18 +112263,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -111393,42 +112282,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -111449,16 +112338,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -111470,27 +112359,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -111498,14 +112387,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -111513,14 +112402,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -111533,15 +112422,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -111555,7 +112447,7 @@ } }, { - "id": "3230", + "id": "3240", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Werewolf Component > should match snapshot when rendered. 1` mismatched", @@ -111563,29 +112455,10 @@ "testsCompleted": 73, "static": false, "killedBy": [ - "1537" + "1540" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -111598,32 +112471,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -111632,9 +112521,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -111642,18 +112531,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -111661,42 +112550,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -111717,16 +112606,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -111738,27 +112627,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -111766,14 +112655,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -111781,14 +112670,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -111801,15 +112690,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -111823,7 +112715,7 @@ } }, { - "id": "3231", + "id": "3241", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -111832,25 +112724,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -111863,32 +112736,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -111897,9 +112786,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -111907,18 +112796,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -111926,42 +112815,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -111982,16 +112871,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -112003,27 +112892,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482", - "1500", - "1501", - "1502", + "1395", + "1396", + "1397", + "1446", + "1448", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -112031,14 +112920,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -112046,14 +112935,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -112066,15 +112955,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -112088,7 +112980,7 @@ } }, { - "id": "3232", + "id": "3242", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -112096,29 +112988,10 @@ "testsCompleted": 34, "static": false, "killedBy": [ - "688" + "707" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -112131,32 +113004,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -112165,9 +113054,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -112175,18 +113064,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -112194,42 +113083,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -112250,16 +113139,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -112271,27 +113160,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -112299,14 +113188,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -112314,14 +113203,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -112334,15 +113223,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -112356,7 +113248,7 @@ } }, { - "id": "3233", + "id": "3243", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -112365,25 +113257,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -112396,32 +113269,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -112430,9 +113319,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -112440,18 +113329,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -112459,42 +113348,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -112515,16 +113404,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -112536,27 +113425,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -112564,14 +113453,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -112579,14 +113468,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -112599,15 +113488,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -112621,7 +113513,7 @@ } }, { - "id": "3234", + "id": "3244", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -112629,29 +113521,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -112664,32 +113537,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -112698,9 +113587,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -112708,18 +113597,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -112727,42 +113616,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -112783,16 +113672,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -112804,27 +113693,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -112832,14 +113721,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -112847,14 +113736,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -112867,15 +113756,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -112889,7 +113781,7 @@ } }, { - "id": "3235", + "id": "3245", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Sheriff Component > should match snapshot when rendered. 1` mismatched", @@ -112897,29 +113789,10 @@ "testsCompleted": 34, "static": false, "killedBy": [ - "688" + "707" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -112932,32 +113805,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -112966,9 +113855,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -112976,18 +113865,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -112995,42 +113884,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -113051,16 +113940,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -113072,27 +113961,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -113100,14 +113989,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -113115,14 +114004,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -113135,15 +114024,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -113157,7 +114049,7 @@ } }, { - "id": "3236", + "id": "3246", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -113166,25 +114058,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -113197,32 +114070,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -113231,9 +114120,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -113241,18 +114130,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -113260,42 +114149,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -113316,16 +114205,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -113337,27 +114226,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -113365,14 +114254,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -113380,14 +114269,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -113400,15 +114289,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -113422,7 +114314,7 @@ } }, { - "id": "3237", + "id": "3247", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -113430,29 +114322,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -113465,32 +114338,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -113499,9 +114388,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -113509,18 +114398,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -113528,42 +114417,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -113584,16 +114473,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -113605,27 +114494,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -113633,14 +114522,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -113648,14 +114537,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -113668,15 +114557,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -113690,7 +114582,7 @@ } }, { - "id": "3238", + "id": "3248", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -113699,25 +114591,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -113730,32 +114603,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -113764,9 +114653,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -113774,18 +114663,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -113793,42 +114682,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -113849,16 +114738,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -113870,27 +114759,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -113898,14 +114787,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -113913,14 +114802,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -113933,15 +114822,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -113955,7 +114847,7 @@ } }, { - "id": "3239", + "id": "3249", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -113963,29 +114855,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -113998,32 +114871,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -114032,9 +114921,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -114042,18 +114931,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -114061,42 +114950,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -114117,16 +115006,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -114138,27 +115027,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -114166,14 +115055,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -114181,14 +115070,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -114201,15 +115090,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -114223,7 +115115,7 @@ } }, { - "id": "3240", + "id": "3250", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -114231,29 +115123,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -114266,32 +115139,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -114300,9 +115189,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -114310,18 +115199,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -114329,42 +115218,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -114385,16 +115274,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -114406,27 +115295,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -114434,14 +115323,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -114449,14 +115338,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -114469,15 +115358,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -114491,7 +115383,7 @@ } }, { - "id": "3241", + "id": "3251", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -114500,25 +115392,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -114531,32 +115404,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -114565,9 +115454,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -114575,18 +115464,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -114594,42 +115483,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -114650,16 +115539,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -114671,27 +115560,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -114699,14 +115588,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -114714,14 +115603,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -114734,17 +115623,20 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" - ], - "location": { + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" + ], + "location": { "end": { "column": 8, "line": 62 @@ -114756,7 +115648,7 @@ } }, { - "id": "3242", + "id": "3252", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -114764,29 +115656,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -114799,32 +115672,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -114833,9 +115722,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -114843,18 +115732,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -114862,42 +115751,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -114918,16 +115807,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -114939,27 +115828,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -114967,14 +115856,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -114982,14 +115871,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -115002,15 +115891,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -115024,7 +115916,7 @@ } }, { - "id": "3243", + "id": "3253", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -115032,29 +115924,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -115067,32 +115940,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -115101,9 +115990,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -115111,18 +116000,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -115130,42 +116019,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -115186,16 +116075,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -115207,27 +116096,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -115235,14 +116124,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -115250,14 +116139,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -115270,15 +116159,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -115292,7 +116184,7 @@ } }, { - "id": "3244", + "id": "3254", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -115301,25 +116193,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -115332,32 +116205,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -115366,9 +116255,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -115376,18 +116265,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -115395,42 +116284,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -115451,16 +116340,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -115472,27 +116361,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -115500,14 +116389,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -115515,14 +116404,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -115535,15 +116424,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -115557,7 +116449,7 @@ } }, { - "id": "3245", + "id": "3255", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -115566,25 +116458,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -115597,32 +116470,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -115631,9 +116520,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -115641,18 +116530,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -115660,42 +116549,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -115716,16 +116605,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -115737,27 +116626,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -115765,14 +116654,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -115780,14 +116669,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -115800,15 +116689,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -115822,7 +116714,7 @@ } }, { - "id": "3246", + "id": "3256", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -115830,29 +116722,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -115865,32 +116738,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -115899,9 +116788,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -115909,18 +116798,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -115928,42 +116817,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -115984,16 +116873,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -116005,27 +116894,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -116033,14 +116922,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -116048,14 +116937,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -116068,15 +116957,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -116090,7 +116982,7 @@ } }, { - "id": "3247", + "id": "3257", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -116098,29 +116990,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -116133,32 +117006,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -116167,9 +117056,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -116177,18 +117066,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -116196,42 +117085,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -116252,16 +117141,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -116273,27 +117162,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -116301,14 +117190,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -116316,14 +117205,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -116336,15 +117225,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -116358,7 +117250,7 @@ } }, { - "id": "3248", + "id": "3258", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -116367,25 +117259,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -116398,32 +117271,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -116432,9 +117321,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -116442,18 +117331,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -116461,42 +117350,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -116517,16 +117406,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -116538,27 +117427,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -116566,14 +117455,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -116581,14 +117470,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -116601,15 +117490,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -116623,7 +117515,7 @@ } }, { - "id": "3249", + "id": "3259", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -116631,29 +117523,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -116666,32 +117539,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -116700,9 +117589,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -116710,18 +117599,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -116729,42 +117618,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -116785,16 +117674,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -116806,27 +117695,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -116834,14 +117723,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -116849,14 +117738,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -116869,15 +117758,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -116891,7 +117783,7 @@ } }, { - "id": "3250", + "id": "3260", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -116900,25 +117792,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -116931,32 +117804,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -116965,9 +117854,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -116975,18 +117864,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -116994,42 +117883,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -117050,16 +117939,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -117071,27 +117960,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -117099,14 +117988,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -117114,14 +118003,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -117134,15 +118023,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -117156,7 +118048,7 @@ } }, { - "id": "3251", + "id": "3261", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -117164,29 +118056,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -117199,32 +118072,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -117233,9 +118122,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -117243,18 +118132,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -117262,42 +118151,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -117318,16 +118207,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -117339,27 +118228,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -117367,14 +118256,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -117382,14 +118271,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -117402,15 +118291,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -117424,7 +118316,7 @@ } }, { - "id": "3252", + "id": "3262", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -117433,25 +118325,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -117464,32 +118337,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", - "850", - "851", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "850", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -117498,9 +118387,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -117508,18 +118397,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -117527,42 +118416,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -117583,16 +118472,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -117604,27 +118493,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -117632,14 +118521,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -117647,14 +118536,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -117667,15 +118556,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -117689,7 +118581,7 @@ } }, { - "id": "3253", + "id": "3263", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -117697,29 +118589,10 @@ "testsCompleted": 16, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -117732,32 +118605,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -117766,9 +118655,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -117776,18 +118665,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -117795,42 +118684,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -117851,16 +118740,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -117872,27 +118761,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -117900,14 +118789,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -117915,14 +118804,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -117935,15 +118824,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -117957,7 +118849,7 @@ } }, { - "id": "3254", + "id": "3264", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -117965,29 +118857,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "847" + "850" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -118000,32 +118873,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -118034,9 +118923,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -118044,18 +118933,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -118063,42 +118952,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -118119,16 +119008,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -118140,27 +119029,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -118168,14 +119057,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -118183,14 +119072,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -118203,15 +119092,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -118225,7 +119117,7 @@ } }, { - "id": "3255", + "id": "3265", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -118233,29 +119125,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -118268,32 +119141,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -118302,9 +119191,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -118312,18 +119201,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -118331,42 +119220,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -118387,16 +119276,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -118408,27 +119297,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -118436,14 +119325,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -118451,14 +119340,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -118471,15 +119360,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -118493,7 +119385,7 @@ } }, { - "id": "3256", + "id": "3266", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -118502,25 +119394,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -118533,32 +119406,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -118567,9 +119456,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -118577,18 +119466,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -118596,42 +119485,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -118652,16 +119541,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -118673,27 +119562,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -118701,14 +119590,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -118716,14 +119605,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -118736,15 +119625,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -118758,7 +119650,7 @@ } }, { - "id": "3257", + "id": "3267", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -118766,29 +119658,10 @@ "testsCompleted": 50, "static": false, "killedBy": [ - "847" + "850" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -118801,32 +119674,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -118835,9 +119724,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -118845,18 +119734,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -118864,42 +119753,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -118920,16 +119809,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -118941,27 +119830,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -118969,14 +119858,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -118984,14 +119873,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -119004,15 +119893,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -119026,7 +119918,7 @@ } }, { - "id": "3258", + "id": "3268", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -119035,25 +119927,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -119066,32 +119939,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -119100,9 +119989,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -119110,18 +119999,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -119129,42 +120018,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -119185,16 +120074,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -119206,27 +120095,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -119234,14 +120123,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -119249,14 +120138,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -119269,15 +120158,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -119291,7 +120183,7 @@ } }, { - "id": "3259", + "id": "3269", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -119299,29 +120191,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -119334,32 +120207,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -119368,9 +120257,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -119378,18 +120267,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -119397,42 +120286,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -119453,16 +120342,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -119474,27 +120363,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -119502,14 +120391,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -119517,14 +120406,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -119537,15 +120426,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -119559,7 +120451,7 @@ } }, { - "id": "3260", + "id": "3270", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -119567,29 +120459,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "847" + "850" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -119602,32 +120475,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -119636,9 +120525,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -119646,18 +120535,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -119665,42 +120554,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -119721,16 +120610,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -119742,27 +120631,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -119770,14 +120659,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -119785,14 +120674,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -119805,15 +120694,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -119827,7 +120719,7 @@ } }, { - "id": "3261", + "id": "3271", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -119836,25 +120728,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -119867,32 +120740,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -119901,9 +120790,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -119911,18 +120800,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -119930,42 +120819,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -119986,16 +120875,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -120007,27 +120896,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -120035,14 +120924,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -120050,14 +120939,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -120070,15 +120959,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -120092,7 +120984,7 @@ } }, { - "id": "3262", + "id": "3272", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -120100,29 +120992,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -120135,32 +121008,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -120169,9 +121058,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -120179,18 +121068,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -120198,42 +121087,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", - "1258", - "1259", + "1209", + "1210", + "1211", + "1258", + "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -120254,16 +121143,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -120275,27 +121164,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -120303,14 +121192,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -120318,14 +121207,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -120338,15 +121227,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -120360,7 +121252,7 @@ } }, { - "id": "3263", + "id": "3273", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -120368,29 +121260,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -120403,32 +121276,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -120437,9 +121326,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -120447,18 +121336,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -120466,42 +121355,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -120522,16 +121411,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -120543,27 +121432,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -120571,14 +121460,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -120586,14 +121475,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -120606,15 +121495,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -120628,7 +121520,7 @@ } }, { - "id": "3264", + "id": "3274", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -120637,25 +121529,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -120668,32 +121541,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -120702,9 +121591,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -120712,18 +121601,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -120731,42 +121620,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -120787,16 +121676,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -120808,27 +121697,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -120836,14 +121725,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -120851,14 +121740,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -120871,15 +121760,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -120893,7 +121785,7 @@ } }, { - "id": "3265", + "id": "3275", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -120901,29 +121793,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "847" + "850" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -120936,32 +121809,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -120970,9 +121859,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -120980,18 +121869,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -120999,42 +121888,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -121055,16 +121944,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -121076,27 +121965,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -121104,14 +121993,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -121119,14 +122008,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -121139,15 +122028,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -121161,7 +122053,7 @@ } }, { - "id": "3266", + "id": "3276", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -121170,25 +122062,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -121201,32 +122074,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -121235,9 +122124,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -121245,18 +122134,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -121264,42 +122153,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -121320,16 +122209,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -121341,27 +122230,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -121369,14 +122258,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -121384,14 +122273,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -121404,15 +122293,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -121426,7 +122318,7 @@ } }, { - "id": "3267", + "id": "3277", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -121434,29 +122326,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -121469,32 +122342,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -121503,9 +122392,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -121513,18 +122402,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -121532,42 +122421,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -121588,16 +122477,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -121609,27 +122498,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482", - "1500", - "1501", - "1502", + "1395", + "1396", + "1397", + "1446", + "1448", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -121637,14 +122526,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -121652,14 +122541,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -121672,15 +122561,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -121694,7 +122586,7 @@ } }, { - "id": "3268", + "id": "3278", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -121703,25 +122595,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -121734,32 +122607,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -121768,9 +122657,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -121778,18 +122667,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -121797,42 +122686,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -121853,16 +122742,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -121874,27 +122763,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -121902,14 +122791,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -121917,14 +122806,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -121937,15 +122826,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -121959,7 +122851,7 @@ } }, { - "id": "3269", + "id": "3279", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -121967,29 +122859,10 @@ "testsCompleted": 50, "static": false, "killedBy": [ - "847" + "850" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -122002,32 +122875,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -122036,9 +122925,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -122046,18 +122935,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -122065,42 +122954,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -122121,16 +123010,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -122142,27 +123031,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -122170,14 +123059,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -122185,14 +123074,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -122205,15 +123094,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -122227,7 +123119,7 @@ } }, { - "id": "3270", + "id": "3280", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -122235,29 +123127,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -122270,32 +123143,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -122304,9 +123193,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -122314,18 +123203,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -122333,42 +123222,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -122389,16 +123278,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -122410,27 +123299,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -122438,14 +123327,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -122453,14 +123342,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -122473,15 +123362,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -122495,7 +123387,7 @@ } }, { - "id": "3271", + "id": "3281", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -122504,25 +123396,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -122535,32 +123408,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -122569,9 +123458,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -122579,18 +123468,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -122598,42 +123487,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -122654,16 +123543,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -122675,27 +123564,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -122703,14 +123592,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -122718,14 +123607,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -122738,15 +123627,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -122760,7 +123652,7 @@ } }, { - "id": "3272", + "id": "3282", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -122768,29 +123660,10 @@ "testsCompleted": 50, "static": false, "killedBy": [ - "847" + "850" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -122803,32 +123676,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -122837,9 +123726,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -122847,18 +123736,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -122866,42 +123755,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -122922,16 +123811,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -122943,27 +123832,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -122971,14 +123860,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", - "1556", - "1557", - "1563", - "1564", - "1565", + "1547", + "1548", + "1549", + "1556", + "1557", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -122986,14 +123875,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -123006,15 +123895,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -123028,7 +123920,7 @@ } }, { - "id": "3273", + "id": "3283", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -123037,25 +123929,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -123068,32 +123941,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -123102,9 +123991,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -123112,18 +124001,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -123131,42 +124020,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -123187,16 +124076,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -123208,27 +124097,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -123236,14 +124125,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -123251,14 +124140,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -123271,15 +124160,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -123293,7 +124185,7 @@ } }, { - "id": "3274", + "id": "3284", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -123301,29 +124193,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -123336,32 +124209,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -123370,9 +124259,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -123380,18 +124269,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -123399,42 +124288,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -123455,16 +124344,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -123476,27 +124365,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -123504,14 +124393,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -123519,14 +124408,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -123539,15 +124428,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -123561,7 +124453,7 @@ } }, { - "id": "3275", + "id": "3285", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -123569,29 +124461,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -123604,32 +124477,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -123638,9 +124527,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -123648,18 +124537,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -123667,42 +124556,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -123723,16 +124612,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -123744,27 +124633,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -123772,14 +124661,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -123787,14 +124676,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -123807,15 +124696,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -123829,7 +124721,7 @@ } }, { - "id": "3276", + "id": "3286", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -123838,25 +124730,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -123869,32 +124742,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -123903,9 +124792,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -123913,18 +124802,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -123932,42 +124821,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -123988,16 +124877,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -124009,27 +124898,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -124037,14 +124926,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -124052,14 +124941,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -124072,15 +124961,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -124094,7 +124986,7 @@ } }, { - "id": "3277", + "id": "3287", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -124102,29 +124994,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -124137,32 +125010,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -124171,9 +125060,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -124181,18 +125070,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -124200,42 +125089,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -124256,16 +125145,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -124277,27 +125166,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -124305,14 +125194,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -124320,14 +125209,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -124340,15 +125229,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -124362,7 +125254,7 @@ } }, { - "id": "3278", + "id": "3288", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -124370,29 +125262,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "847" + "850" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -124405,32 +125278,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -124439,9 +125328,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -124449,18 +125338,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -124468,42 +125357,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -124524,16 +125413,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -124545,27 +125434,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -124573,14 +125462,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -124588,14 +125477,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -124608,15 +125497,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -124630,7 +125522,7 @@ } }, { - "id": "3279", + "id": "3289", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -124639,25 +125531,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -124670,32 +125543,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -124704,9 +125593,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -124714,18 +125603,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -124733,42 +125622,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -124789,16 +125678,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -124810,27 +125699,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -124838,14 +125727,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -124853,14 +125742,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -124873,15 +125762,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -124895,7 +125787,7 @@ } }, { - "id": "3280", + "id": "3290", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Pied Piper Component > should match snapshot when rendered. 1` mismatched", @@ -124903,29 +125795,10 @@ "testsCompleted": 17, "static": false, "killedBy": [ - "655" + "674" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -124938,32 +125811,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -124972,9 +125861,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -124982,18 +125871,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -125001,42 +125890,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -125057,16 +125946,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -125078,27 +125967,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -125106,14 +125995,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -125121,14 +126010,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -125141,15 +126030,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -125163,7 +126055,7 @@ } }, { - "id": "3281", + "id": "3291", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -125171,29 +126063,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -125206,32 +126079,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -125240,9 +126129,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -125250,18 +126139,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -125269,42 +126158,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -125325,16 +126214,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -125346,27 +126235,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -125374,14 +126263,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -125389,14 +126278,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -125409,15 +126298,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -125431,7 +126323,7 @@ } }, { - "id": "3282", + "id": "3292", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Roles Tab Pied Piper Component > should match snapshot when rendered. 1` mismatched", @@ -125439,29 +126331,10 @@ "testsCompleted": 17, "static": false, "killedBy": [ - "655" + "674" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -125474,32 +126347,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -125508,9 +126397,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -125518,18 +126407,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -125537,42 +126426,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -125593,16 +126482,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -125614,27 +126503,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -125642,14 +126531,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -125657,14 +126546,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -125677,15 +126566,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -125699,7 +126591,7 @@ } }, { - "id": "3283", + "id": "3293", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -125707,29 +126599,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "847" + "850" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -125742,32 +126615,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -125776,9 +126665,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -125786,18 +126675,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -125805,42 +126694,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -125861,16 +126750,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -125882,27 +126771,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -125910,14 +126799,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -125925,14 +126814,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -125945,15 +126834,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -125967,7 +126859,7 @@ } }, { - "id": "3284", + "id": "3294", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -125976,25 +126868,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -126007,32 +126880,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -126041,9 +126930,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -126051,18 +126940,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -126070,42 +126959,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -126126,16 +127015,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -126147,27 +127036,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -126175,14 +127064,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -126190,14 +127079,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -126210,15 +127099,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -126232,7 +127124,7 @@ } }, { - "id": "3285", + "id": "3295", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -126240,29 +127132,10 @@ "testsCompleted": 50, "static": false, "killedBy": [ - "847" + "850" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -126275,32 +127148,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -126309,9 +127198,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -126319,18 +127208,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -126338,42 +127227,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -126394,16 +127283,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -126415,27 +127304,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -126443,14 +127332,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -126458,14 +127347,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -126478,15 +127367,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -126500,7 +127392,7 @@ } }, { - "id": "3286", + "id": "3296", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -126508,29 +127400,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "847" + "850" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -126543,32 +127416,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -126577,9 +127466,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -126587,18 +127476,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -126606,42 +127495,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -126662,16 +127551,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -126683,27 +127572,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -126711,14 +127600,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -126726,14 +127615,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -126746,15 +127635,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -126768,7 +127660,7 @@ } }, { - "id": "3287", + "id": "3297", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -126777,25 +127669,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -126808,32 +127681,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -126842,9 +127731,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -126852,18 +127741,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -126871,42 +127760,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -126927,16 +127816,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -126948,27 +127837,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -126976,14 +127865,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -126991,14 +127880,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -127011,15 +127900,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -127033,7 +127925,7 @@ } }, { - "id": "3288", + "id": "3298", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -127041,29 +127933,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -127076,32 +127949,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -127110,9 +127999,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -127120,18 +128009,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -127139,42 +128028,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -127195,16 +128084,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -127216,27 +128105,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -127244,14 +128133,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -127259,14 +128148,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -127279,15 +128168,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -127301,7 +128193,7 @@ } }, { - "id": "3289", + "id": "3299", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: { ...; }; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -127310,25 +128202,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -127341,32 +128214,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -127375,9 +128264,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -127385,18 +128274,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -127404,42 +128293,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -127460,16 +128349,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -127481,27 +128370,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -127509,14 +128398,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -127524,14 +128413,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -127544,15 +128433,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -127566,7 +128458,7 @@ } }, { - "id": "3290", + "id": "3300", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected { …(3) } to strictly equal { …(3) }", @@ -127574,29 +128466,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "847" + "850" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -127609,32 +128482,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -127643,9 +128532,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -127653,18 +128542,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -127672,42 +128561,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -127728,16 +128617,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -127749,27 +128638,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -127777,14 +128666,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -127792,14 +128681,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -127812,15 +128701,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -127834,7 +128726,7 @@ } }, { - "id": "3291", + "id": "3301", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(38,28): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Type '{}' is not assignable to type 'string | SchemaObject'.\n Overload 2 of 2, '(options: WritableComputedOptions, SchemaObject>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { composition: { isHidden: string; }; votes: { canBeSkipped: string; duration: string; }; roles: { areRevealedOnDeath: string; doSkipCallIfNoTarget: string; werewolf: { canEatEachOther: string; }; ... 21 more ...; actor: {}; }; }' is not assignable to parameter of type 'WritableComputedOptions, SchemaObject>'.\n", @@ -127843,25 +128735,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -127874,32 +128747,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -127908,9 +128797,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -127918,18 +128807,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -127937,42 +128826,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -127993,16 +128882,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -128014,27 +128903,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -128042,14 +128931,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -128057,14 +128946,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -128077,15 +128966,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -128099,7 +128991,7 @@ } }, { - "id": "3292", + "id": "3302", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", @@ -128107,29 +128999,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "1934" ], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -128142,32 +129015,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -128176,9 +129065,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -128186,18 +129075,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -128205,42 +129094,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -128261,16 +129150,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -128282,27 +129171,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -128310,14 +129199,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -128325,14 +129214,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -128345,15 +129234,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -128367,7 +129259,7 @@ } }, { - "id": "3293", + "id": "3303", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(102,54): 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", @@ -128394,44 +129286,44 @@ "387", "388", "389", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "848", - "849", - "1255", - "1256", - "1257", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "851", + "852", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", "1306", "1307", "1308", - "1441", - "1442", - "1443", + "1309", + "1310", + "1311", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", - "1482" + "1482", + "1483", + "1484", + "1485" ], "location": { "end": { @@ -128445,7 +129337,7 @@ } }, { - "id": "3294", + "id": "3304", "mutatorName": "MethodExpression", "replacement": "gameOptionsKeys", "statusReason": "Snapshot `Game Lobby Start Game Confirm Dialog Game Options Changed Component > should match snapshot when rendered. 1` mismatched", @@ -128453,7 +129345,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1300" + "1303" ], "coveredBy": [ "371", @@ -128475,44 +129367,44 @@ "387", "388", "389", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "848", - "849", - "1255", - "1256", - "1257", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "851", + "852", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", "1306", "1307", "1308", - "1441", - "1442", - "1443", + "1309", + "1310", + "1311", "1444", "1445", "1446", - "1475", - "1476", - "1477", - "1478", + "1447", + "1448", + "1449", + "1478", "1479", "1480", "1481", - "1482" + "1482", + "1483", + "1484", + "1485" ], "location": { "end": { @@ -128526,7 +129418,7 @@ } }, { - "id": "3295", + "id": "3305", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected [] to strictly equal [ …(2) ]", @@ -128534,7 +129426,7 @@ "testsCompleted": 20, "static": false, "killedBy": [ - "849" + "852" ], "coveredBy": [ "371", @@ -128556,44 +129448,44 @@ "387", "388", "389", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "848", - "849", - "1255", - "1256", - "1257", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "851", + "852", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", "1306", "1307", "1308", - "1441", - "1442", - "1443", + "1309", + "1310", + "1311", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", - "1482" + "1482", + "1483", + "1484", + "1485" ], "location": { "end": { @@ -128607,7 +129499,7 @@ } }, { - "id": "3296", + "id": "3306", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ 'game-options-changed', …(1) ] to strictly equal [ 'players-ready' ]", @@ -128637,44 +129529,44 @@ "387", "388", "389", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "848", - "849", - "1255", - "1256", - "1257", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "851", + "852", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", "1306", "1307", "1308", - "1441", - "1442", - "1443", + "1309", + "1310", + "1311", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", - "1482" + "1482", + "1483", + "1484", + "1485" ], "location": { "end": { @@ -128688,7 +129580,7 @@ } }, { - "id": "3297", + "id": "3307", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Lobby Start Game Confirm Dialog Game Options Changed Component > should match snapshot when rendered. 1` mismatched", @@ -128696,7 +129588,7 @@ "testsCompleted": 19, "static": false, "killedBy": [ - "1300" + "1303" ], "coveredBy": [ "371", @@ -128718,44 +129610,44 @@ "387", "388", "389", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "848", - "849", - "1255", - "1256", - "1257", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "851", + "852", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", "1306", "1307", "1308", - "1441", - "1442", - "1443", + "1309", + "1310", + "1311", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", - "1482" + "1482", + "1483", + "1484", + "1485" ], "location": { "end": { @@ -128769,7 +129661,7 @@ } }, { - "id": "3298", + "id": "3308", "mutatorName": "EqualityOperator", "replacement": "value === defaultValue", "statusReason": "expected [ 'game-options-changed', …(1) ] to strictly equal [ 'players-ready' ]", @@ -128799,44 +129691,44 @@ "387", "388", "389", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "848", - "849", - "1255", - "1256", - "1257", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "851", + "852", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", "1306", "1307", "1308", - "1441", - "1442", - "1443", + "1309", + "1310", + "1311", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", - "1482" + "1482", + "1483", + "1484", + "1485" ], "location": { "end": { @@ -128850,7 +129742,7 @@ } }, { - "id": "3299", + "id": "3309", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected [] to strictly equal [ …(2) ]", @@ -128858,7 +129750,7 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "849" + "852" ], "coveredBy": [ "371", @@ -128880,44 +129772,44 @@ "387", "388", "389", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "848", - "849", - "1255", - "1256", - "1257", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "851", + "852", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", "1306", "1307", "1308", - "1441", - "1442", - "1443", + "1309", + "1310", + "1311", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", - "1482" + "1482", + "1483", + "1484", + "1485" ], "location": { "end": { @@ -128931,7 +129823,7 @@ } }, { - "id": "3300", + "id": "3310", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(102,54): 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 '() => undefined[]' is not assignable to parameter of type 'ComputedGetter'.\n Type 'undefined[]' is not assignable to type 'string[]'.\n Type 'undefined' 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 '() => undefined[]' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -128958,44 +129850,44 @@ "387", "388", "389", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "848", - "849", - "1255", - "1256", - "1257", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "851", + "852", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", "1306", "1307", "1308", - "1441", - "1442", - "1443", + "1309", + "1310", + "1311", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", - "1482" + "1482", + "1483", + "1484", + "1485" ], "location": { "end": { @@ -129009,7 +129901,7 @@ } }, { - "id": "3301", + "id": "3311", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(114,71): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -129018,25 +129910,6 @@ "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -129049,29 +129922,45 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "849", - "850", - "965", - "966", - "967", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "852", + "853", "968", "969", "970", @@ -129080,9 +129969,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -129090,18 +129979,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -129109,42 +129998,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -129165,16 +130054,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -129186,27 +130075,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -129214,14 +130103,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -129229,14 +130118,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -129249,15 +130138,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -129271,7 +130163,7 @@ } }, { - "id": "3302", + "id": "3312", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(118,62): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -129279,11 +130171,11 @@ "static": false, "killedBy": [], "coveredBy": [ - "851", - "852", - "1258", - "1259", - "1260" + "854", + "855", + "1261", + "1262", + "1263" ], "location": { "end": { @@ -129297,7 +130189,7 @@ } }, { - "id": "3303", + "id": "3313", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected undefined to be 'votes.canBeSkipped' // Object.is equality", @@ -129305,14 +130197,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "851" + "854" ], "coveredBy": [ - "851", - "852", - "1258", - "1259", - "1260" + "854", + "855", + "1261", + "1262", + "1263" ], "location": { "end": { @@ -129326,7 +130218,7 @@ } }, { - "id": "3304", + "id": "3314", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'composition.isHidden' to be 'votes.canBeSkipped' // Object.is equality", @@ -129334,14 +130226,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "851" + "854" ], "coveredBy": [ - "851", - "852", - "1258", - "1259", - "1260" + "854", + "855", + "1261", + "1262", + "1263" ], "location": { "end": { @@ -129355,7 +130247,7 @@ } }, { - "id": "3305", + "id": "3315", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected undefined to be 'votes.canBeSkipped' // Object.is equality", @@ -129363,14 +130255,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "851" + "854" ], "coveredBy": [ - "851", - "852", - "1258", - "1259", - "1260" + "854", + "855", + "1261", + "1262", + "1263" ], "location": { "end": { @@ -129384,7 +130276,7 @@ } }, { - "id": "3306", + "id": "3316", "mutatorName": "EqualityOperator", "replacement": "get(gameOptionsTexts.value, key) !== gameOptionText", "statusReason": "expected 'composition.isHidden' to be 'votes.canBeSkipped' // Object.is equality", @@ -129392,14 +130284,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "851" + "854" ], "coveredBy": [ - "851", - "852", - "1258", - "1259", - "1260" + "854", + "855", + "1261", + "1262", + "1263" ], "location": { "end": { @@ -129413,7 +130305,7 @@ } }, { - "id": "3307", + "id": "3317", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-options/useGameOptionsTexts.ts(124,3): error TS2739: Type '{}' is missing the following properties from type 'UseGameOptionsTexts': gameOptionsTexts, changedGameOptionsTexts, getGameOptionText, getGameOptionKeyFromText\n", @@ -129440,25 +130332,6 @@ "387", "388", "389", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -129478,6 +130351,17 @@ "674", "675", "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", "689", "690", @@ -129486,23 +130370,28 @@ "693", "694", "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "848", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -129511,9 +130400,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -129521,18 +130410,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -129540,42 +130429,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -129596,16 +130485,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -129617,33 +130506,33 @@ "1392", "1393", "1394", - "1441", - "1442", - "1443", + "1395", + "1396", + "1397", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -129651,14 +130540,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -129666,14 +130555,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -129686,15 +130575,18 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { @@ -129714,7 +130606,7 @@ "language": "typescript", "mutants": [ { - "id": "3308", + "id": "3318", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -129722,12 +130614,12 @@ "static": false, "killedBy": [], "coveredBy": [ - "1877", - "1878", - "1879", - "1943", - "2041", - "2042" + "1880", + "1881", + "1882", + "1946", + "2044", + "2045" ], "location": { "end": { @@ -129741,7 +130633,7 @@ } }, { - "id": "3309", + "id": "3319", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -129749,12 +130641,12 @@ "static": false, "killedBy": [], "coveredBy": [ - "1877", - "1878", - "1879", - "1943", - "2041", - "2042" + "1880", + "1881", + "1882", + "1946", + "2044", + "2045" ], "location": { "end": { @@ -129768,7 +130660,7 @@ } }, { - "id": "3310", + "id": "3320", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected '' to be 'shared.game.phase.twilight' // Object.is equality", @@ -129776,15 +130668,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "2041" + "2044" ], "coveredBy": [ - "1877", - "1878", - "1879", - "1943", - "2041", - "2042" + "1880", + "1881", + "1882", + "1946", + "2044", + "2045" ], "location": { "end": { @@ -129798,7 +130690,7 @@ } }, { - "id": "3311", + "id": "3321", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Playground Header Phase > should match snapshot when rendered. 1` mismatched", @@ -129806,15 +130698,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1877" + "1880" ], "coveredBy": [ - "1877", - "1878", - "1879", - "1943", - "2041", - "2042" + "1880", + "1881", + "1882", + "1946", + "2044", + "2045" ], "location": { "end": { @@ -129828,7 +130720,7 @@ } }, { - "id": "3312", + "id": "3322", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'shared.game.phase.twilight 3' to be 'shared.game.phase.twilight' // Object.is equality", @@ -129836,15 +130728,15 @@ "testsCompleted": 5, "static": false, "killedBy": [ - "2041" + "2044" ], "coveredBy": [ - "1877", - "1878", - "1879", - "1943", - "2041", - "2042" + "1880", + "1881", + "1882", + "1946", + "2044", + "2045" ], "location": { "end": { @@ -129858,7 +130750,7 @@ } }, { - "id": "3313", + "id": "3323", "mutatorName": "EqualityOperator", "replacement": "phase !== \"twilight\"", "statusReason": "Snapshot `Game Playground Header Phase > should match snapshot when rendered. 1` mismatched", @@ -129866,15 +130758,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1877" + "1880" ], "coveredBy": [ - "1877", - "1878", - "1879", - "1943", - "2041", - "2042" + "1880", + "1881", + "1882", + "1946", + "2044", + "2045" ], "location": { "end": { @@ -129888,7 +130780,7 @@ } }, { - "id": "3314", + "id": "3324", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/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", @@ -129896,12 +130788,12 @@ "static": false, "killedBy": [], "coveredBy": [ - "1877", - "1878", - "1879", - "1943", - "2041", - "2042" + "1880", + "1881", + "1882", + "1946", + "2044", + "2045" ], "location": { "end": { @@ -129915,7 +130807,7 @@ } }, { - "id": "3315", + "id": "3325", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'shared.game.phase.twilight 3' to be 'shared.game.phase.twilight' // Object.is equality", @@ -129923,10 +130815,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "2041" + "2044" ], "coveredBy": [ - "2041" + "2044" ], "location": { "end": { @@ -129940,7 +130832,7 @@ } }, { - "id": "3316", + "id": "3326", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected '' to be 'shared.game.phase.day 3' // Object.is equality", @@ -129948,14 +130840,14 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "2042" + "2045" ], "coveredBy": [ - "1877", - "1878", - "1879", - "1943", - "2042" + "1880", + "1881", + "1882", + "1946", + "2045" ], "location": { "end": { @@ -129969,7 +130861,7 @@ } }, { - "id": "3317", + "id": "3327", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-phase/useGamePhase.ts(18,3): error TS2741: Property 'getGamePhaseWithTurnText' is missing in type '{}' but required in type 'UseGamePhase'.\n", @@ -129977,12 +130869,12 @@ "static": false, "killedBy": [], "coveredBy": [ - "1877", - "1878", - "1879", - "1943", - "2041", - "2042" + "1880", + "1881", + "1882", + "1946", + "2044", + "2045" ], "location": { "end": { @@ -130002,7 +130894,7 @@ "language": "typescript", "mutants": [ { - "id": "3318", + "id": "3328", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(18,52): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -130075,46 +130967,46 @@ "584", "585", "587", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "1059", - "1060", - "1061", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", "1062", "1063", "1064", - "1271", - "1272", - "1273", + "1065", + "1066", + "1067", "1274", "1275", - "1412", - "1413", - "1414", + "1276", + "1277", + "1278", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -130128,7 +131020,7 @@ } }, { - "id": "3319", + "id": "3329", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(19,23): 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 'GamePlay | null'.\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", @@ -130201,46 +131093,46 @@ "584", "585", "587", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "1059", - "1060", - "1061", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", "1062", "1063", "1064", - "1271", - "1272", - "1273", + "1065", + "1066", + "1067", "1274", "1275", - "1412", - "1413", - "1414", + "1276", + "1277", + "1278", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -130254,7 +131146,7 @@ } }, { - "id": "3320", + "id": "3330", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [] to strictly equal [ _GameAdditionalCard{ …(4) } ]", @@ -130330,46 +131222,46 @@ "584", "585", "587", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "1059", - "1060", - "1061", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", "1062", "1063", "1064", - "1271", - "1272", - "1273", + "1065", + "1066", + "1067", "1274", "1275", - "1412", - "1413", - "1414", + "1276", + "1277", + "1278", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -130383,7 +131275,7 @@ } }, { - "id": "3321", + "id": "3331", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(21,23): 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 'GameOptions'.\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", @@ -130456,46 +131348,46 @@ "584", "585", "587", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "1059", - "1060", - "1061", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", "1062", "1063", "1064", - "1271", - "1272", - "1273", + "1065", + "1066", + "1067", "1274", "1275", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", + "1276", + "1277", + "1278", + "1415", + "1416", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -130509,7 +131401,7 @@ } }, { - "id": "3322", + "id": "3332", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(23,58): 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", @@ -130539,7 +131431,7 @@ } }, { - "id": "3323", + "id": "3333", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(25,89): error TS2345: Argument of type '\"\"' is not assignable to parameter of type '\"eat\" | \"look\" | \"charm\" | \"give-life-potion\" | \"give-death-potion\" | \"shoot\" | \"protect\" | \"mark\" | \"vote\" | \"choose-as-model\" | \"choose-as-sheriff\" | \"sniff\" | \"ban-voting\" | ... 4 more ... | \"bury\"'.\n", @@ -130569,7 +131461,7 @@ } }, { - "id": "3324", + "id": "3334", "mutatorName": "OptionalChaining", "replacement": "currentPlay.value.action", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(26,31): error TS18047: 'currentPlay.value' is possibly 'null'.\n", @@ -130599,7 +131491,7 @@ } }, { - "id": "3325", + "id": "3335", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected _GameEvent{ …(2) } to be undefined", @@ -130632,7 +131524,7 @@ } }, { - "id": "3326", + "id": "3336", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", @@ -130665,7 +131557,7 @@ } }, { - "id": "3327", + "id": "3337", "mutatorName": "LogicalOperator", "replacement": "currentGameAction === \"bury-dead-bodies\" || !stealRoleEligibleTargets.length", "statusReason": "expected _GameEvent{ type: 'bear-growls', …(1) } to be undefined", @@ -130698,7 +131590,7 @@ } }, { - "id": "3328", + "id": "3338", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected _GameEvent{ type: 'bear-growls', …(1) } to be undefined", @@ -130731,7 +131623,7 @@ } }, { - "id": "3329", + "id": "3339", "mutatorName": "EqualityOperator", "replacement": "currentGameAction !== \"bury-dead-bodies\"", "statusReason": "expected _GameEvent{ type: 'death', …(1) } to be undefined", @@ -130764,7 +131656,7 @@ } }, { - "id": "3330", + "id": "3340", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(27,72): error TS2367: This comparison appears to be unintentional because the types '\"eat\" | \"look\" | \"charm\" | \"shoot\" | \"protect\" | \"mark\" | \"vote\" | \"sniff\" | \"ban-voting\" | \"infect\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\" | ... 6 more ... | undefined' and '\"\"' have no overlap.\n", @@ -130794,7 +131686,7 @@ } }, { - "id": "3331", + "id": "3341", "mutatorName": "BooleanLiteral", "replacement": "stealRoleEligibleTargets.length", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(23,58): 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 '() => number | boolean' is not assignable to parameter of type 'ComputedGetter'.\n Type 'number | boolean' is not assignable to type 'boolean'.\n Type 'number' 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 '() => number | boolean' is not assignable to parameter of type 'WritableComputedOptions'.\n", @@ -130820,7 +131712,7 @@ } }, { - "id": "3332", + "id": "3342", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected _GameEvent{ …(2) } to be undefined", @@ -130853,7 +131745,7 @@ } }, { - "id": "3333", + "id": "3343", "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", @@ -130886,7 +131778,7 @@ } }, { - "id": "3334", + "id": "3344", "mutatorName": "LogicalOperator", "replacement": "currentGameAction === \"choose-side\" || isWolfHoundSideRandomlyChosen", "statusReason": "expected true to be false // Object.is equality", @@ -130919,7 +131811,7 @@ } }, { - "id": "3335", + "id": "3345", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -130952,7 +131844,7 @@ } }, { - "id": "3336", + "id": "3346", "mutatorName": "EqualityOperator", "replacement": "currentGameAction !== \"choose-side\"", "statusReason": "expected _GameEvent{ …(2) } to be undefined", @@ -130985,7 +131877,7 @@ } }, { - "id": "3337", + "id": "3347", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(28,60): error TS2367: This comparison appears to be unintentional because the types '\"eat\" | \"look\" | \"charm\" | \"shoot\" | \"protect\" | \"mark\" | \"vote\" | \"sniff\" | \"ban-voting\" | \"infect\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\" | ... 6 more ... | undefined' and '\"\"' have no overlap.\n", @@ -131015,7 +131907,7 @@ } }, { - "id": "3338", + "id": "3348", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected _GameEvent{ …(2) } to be undefined", @@ -131048,7 +131940,7 @@ } }, { - "id": "3339", + "id": "3349", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", @@ -131081,7 +131973,7 @@ } }, { - "id": "3340", + "id": "3350", "mutatorName": "LogicalOperator", "replacement": "isCurrentActionBuryDeadBodiesAndNoStealRoleEligibleTargets && isCurrentActionChooseSideAndSideRandomlyChosen", "statusReason": "expected false to be true // Object.is equality", @@ -131114,7 +132006,7 @@ } }, { - "id": "3341", + "id": "3351", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(33,78): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter<\"stuttering-judge-request\" | \"previous-votes-were-in-ties\" | \"angel-presence\" | undefined>, debugOptions?: DebuggerOptions | undefined): ComputedRef<...>', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'ComputedGetter<\"stuttering-judge-request\" | \"previous-votes-were-in-ties\" | \"angel-presence\" | undefined>'.\n Type 'void' is not assignable to type '\"stuttering-judge-request\" | \"previous-votes-were-in-ties\" | \"angel-presence\" | undefined'.\n Overload 2 of 2, '(options: WritableComputedOptions<\"stuttering-judge-request\" | \"previous-votes-were-in-ties\" | \"angel-presence\" | undefined>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => void' is not assignable to parameter of type 'WritableComputedOptions<\"stuttering-judge-request\" | \"previous-votes-were-in-ties\" | \"angel-presence\" | undefined>'.\n", @@ -131154,19 +132046,19 @@ "466", "467", "468", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -131180,7 +132072,7 @@ } }, { - "id": "3342", + "id": "3352", "mutatorName": "ArrayDeclaration", "replacement": "[]", "statusReason": "expected 'components.CurrentPlayQuestion.whichP…' to be 'components.CurrentPlayQuestion.whichP…' // Object.is equality", @@ -131223,19 +132115,19 @@ "466", "467", "468", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -131249,7 +132141,7 @@ } }, { - "id": "3343", + "id": "3353", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(35,7): error TS2322: Type '\"\"' is not assignable to type '\"stuttering-judge-request\" | \"previous-votes-were-in-ties\" | \"angel-presence\"'.\n", @@ -131289,19 +132181,19 @@ "466", "467", "468", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -131315,7 +132207,7 @@ } }, { - "id": "3344", + "id": "3354", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(36,7): error TS2322: Type '\"\"' is not assignable to type '\"stuttering-judge-request\" | \"previous-votes-were-in-ties\" | \"angel-presence\"'.\n", @@ -131355,19 +132247,19 @@ "466", "467", "468", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -131381,7 +132273,7 @@ } }, { - "id": "3345", + "id": "3355", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(37,7): error TS2322: Type '\"\"' is not assignable to type '\"stuttering-judge-request\" | \"previous-votes-were-in-ties\" | \"angel-presence\"'.\n", @@ -131421,19 +132313,19 @@ "466", "467", "468", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -131447,7 +132339,7 @@ } }, { - "id": "3346", + "id": "3356", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected 'components.CurrentPlayQuestion.whichP…' to be 'components.CurrentPlayQuestion.whichP…' // Object.is equality", @@ -131490,19 +132382,19 @@ "466", "467", "468", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -131516,7 +132408,7 @@ } }, { - "id": "3347", + "id": "3357", "mutatorName": "OptionalChaining", "replacement": "currentPlay.value?.causes.includes", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(40,57): error TS18048: 'currentPlay.value.causes' is possibly 'undefined'.\n", @@ -131556,19 +132448,19 @@ "466", "467", "468", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -131582,7 +132474,7 @@ } }, { - "id": "3348", + "id": "3358", "mutatorName": "OptionalChaining", "replacement": "currentPlay.value.causes", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(40,57): error TS18047: 'currentPlay.value' is possibly 'null'.\n", @@ -131622,19 +132514,19 @@ "466", "467", "468", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737" + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756" ], "location": { "end": { @@ -131648,7 +132540,7 @@ } }, { - "id": "3349", + "id": "3359", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(43,104): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -131680,34 +132572,34 @@ "583", "584", "585", - "729", - "731", - "732", - "733", - "736", - "737", - "1059", - "1060", - "1061", + "748", + "750", + "751", + "752", + "755", + "756", "1062", "1063", "1064", - "1412", - "1413", - "1414", + "1065", + "1066", + "1067", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -131721,7 +132613,7 @@ } }, { - "id": "3350", + "id": "3360", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(47,25): error TS18047: 'currentPlay.value' is possibly 'null'.\napp/composables/api/game/game-play/useCurrentGamePlay.ts(47,25): error TS18048: 'currentPlay.value.source.interactions' is possibly 'undefined'.\napp/composables/api/game/game-play/useCurrentGamePlay.ts(51,12): error TS18048: 'interaction' is possibly 'undefined'.\n", @@ -131753,34 +132645,34 @@ "583", "584", "585", - "729", - "731", - "732", - "733", - "736", - "737", - "1059", - "1060", - "1061", + "748", + "750", + "751", + "752", + "755", + "756", "1062", "1063", "1064", - "1412", - "1413", - "1414", + "1065", + "1066", + "1067", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -131794,7 +132686,7 @@ } }, { - "id": "3351", + "id": "3361", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(47,25): error TS18047: 'currentPlay.value' is possibly 'null'.\napp/composables/api/game/game-play/useCurrentGamePlay.ts(47,25): error TS18048: 'currentPlay.value.source.interactions' is possibly 'undefined'.\n", @@ -131826,34 +132718,34 @@ "583", "584", "585", - "729", - "731", - "732", - "733", - "736", - "737", - "1059", - "1060", - "1061", + "748", + "750", + "751", + "752", + "755", + "756", "1062", "1063", "1064", - "1412", - "1413", - "1414", + "1065", + "1066", + "1067", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -131867,7 +132759,7 @@ } }, { - "id": "3352", + "id": "3362", "mutatorName": "EqualityOperator", "replacement": "currentPlay.value?.source.interactions !== undefined", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(47,25): error TS18047: 'currentPlay.value' is possibly 'null'.\napp/composables/api/game/game-play/useCurrentGamePlay.ts(47,25): error TS18048: 'currentPlay.value.source.interactions' is possibly 'undefined'.\napp/composables/api/game/game-play/useCurrentGamePlay.ts(47,71): error TS7031: Binding element 'type' implicitly has an 'any' type.\n", @@ -131899,34 +132791,34 @@ "583", "584", "585", - "729", - "731", - "732", - "733", - "736", - "737", - "1059", - "1060", - "1061", + "748", + "750", + "751", + "752", + "755", + "756", "1062", "1063", "1064", - "1412", - "1413", - "1414", + "1065", + "1066", + "1067", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -131940,7 +132832,7 @@ } }, { - "id": "3353", + "id": "3363", "mutatorName": "OptionalChaining", "replacement": "currentPlay.value.source", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(44,9): error TS18047: 'currentPlay.value' is possibly 'null'.\napp/composables/api/game/game-play/useCurrentGamePlay.ts(47,25): error TS18047: 'currentPlay.value' is possibly 'null'.\n", @@ -131972,34 +132864,34 @@ "583", "584", "585", - "729", - "731", - "732", - "733", - "736", - "737", - "1059", - "1060", - "1061", + "748", + "750", + "751", + "752", + "755", + "756", "1062", "1063", "1064", - "1412", - "1413", - "1414", + "1065", + "1066", + "1067", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -132013,7 +132905,7 @@ } }, { - "id": "3354", + "id": "3364", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(45,25): error TS18047: 'currentPlay.value' is possibly 'null'.\napp/composables/api/game/game-play/useCurrentGamePlay.ts(45,25): error TS18048: 'currentPlay.value.source.interactions' is possibly 'undefined'.\n", @@ -132028,20 +132920,20 @@ "583", "584", "585", - "731", - "732", - "736", - "737", - "1413", - "1414", - "1415", - "1436", - "1437", - "1438", + "750", + "751", + "755", + "756", + "1416", + "1417", + "1418", "1439", "1440", - "1455", - "1457" + "1441", + "1442", + "1443", + "1458", + "1460" ], "location": { "end": { @@ -132055,7 +132947,7 @@ } }, { - "id": "3355", + "id": "3365", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(45,15): error TS2322: Type 'string' is not assignable to type 'Player'.\n", @@ -132070,20 +132962,20 @@ "583", "584", "585", - "731", - "732", - "736", - "737", - "1413", - "1414", - "1415", - "1436", - "1437", - "1438", + "750", + "751", + "755", + "756", + "1416", + "1417", + "1418", "1439", "1440", - "1455", - "1457" + "1441", + "1442", + "1443", + "1458", + "1460" ], "location": { "end": { @@ -132097,7 +132989,7 @@ } }, { - "id": "3356", + "id": "3366", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected true to be false // Object.is equality", @@ -132126,27 +133018,27 @@ "507", "508", "509", - "729", - "733", - "1059", - "1060", - "1061", + "748", + "752", "1062", "1063", "1064", - "1412", - "1413", + "1065", + "1066", + "1067", "1415", "1416", - "1437", - "1438", + "1418", + "1419", "1440", - "1452", - "1453", - "1454", + "1441", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -132160,7 +133052,7 @@ } }, { - "id": "3357", + "id": "3367", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ _Player{ …(6) } ] to strictly equal []", @@ -132188,27 +133080,27 @@ "507", "508", "509", - "729", - "733", - "1059", - "1060", - "1061", + "748", + "752", "1062", "1063", "1064", - "1412", - "1413", + "1065", + "1066", + "1067", "1415", "1416", - "1437", - "1438", + "1418", + "1419", "1440", - "1452", - "1453", - "1454", + "1441", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -132222,7 +133114,7 @@ } }, { - "id": "3358", + "id": "3368", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -132250,27 +133142,27 @@ "507", "508", "509", - "729", - "733", - "1059", - "1060", - "1061", + "748", + "752", "1062", "1063", "1064", - "1412", - "1413", + "1065", + "1066", + "1067", "1415", "1416", - "1437", - "1438", + "1418", + "1419", "1440", - "1452", - "1453", - "1454", + "1441", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -132284,7 +133176,7 @@ } }, { - "id": "3359", + "id": "3369", "mutatorName": "EqualityOperator", "replacement": "type !== interactionType", "statusReason": "expected true to be false // Object.is equality", @@ -132312,27 +133204,27 @@ "507", "508", "509", - "729", - "733", - "1059", - "1060", - "1061", + "748", + "752", "1062", "1063", "1064", - "1412", - "1413", + "1065", + "1066", + "1067", "1415", "1416", - "1437", - "1438", + "1418", + "1419", "1440", - "1452", - "1453", - "1454", + "1441", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -132346,7 +133238,7 @@ } }, { - "id": "3360", + "id": "3370", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(51,12): error TS18048: 'interaction' is possibly 'undefined'.\n", @@ -132372,27 +133264,27 @@ "507", "508", "509", - "729", - "733", - "1059", - "1060", - "1061", + "748", + "752", "1062", "1063", "1064", - "1412", - "1413", + "1065", + "1066", + "1067", "1415", "1416", - "1437", - "1438", + "1418", + "1419", "1440", - "1452", - "1453", - "1454", + "1441", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -132406,7 +133298,7 @@ } }, { - "id": "3361", + "id": "3371", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(51,12): error TS18048: 'interaction' is possibly 'undefined'.\n", @@ -132432,27 +133324,27 @@ "507", "508", "509", - "729", - "733", - "1059", - "1060", - "1061", + "748", + "752", "1062", "1063", "1064", - "1412", - "1413", + "1065", + "1066", + "1067", "1415", "1416", - "1437", - "1438", + "1418", + "1419", "1440", - "1452", - "1453", - "1454", + "1441", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -132466,7 +133358,7 @@ } }, { - "id": "3362", + "id": "3372", "mutatorName": "EqualityOperator", "replacement": "interaction !== undefined", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(51,12): error TS18048: 'interaction' is possibly 'undefined'.\n", @@ -132492,27 +133384,27 @@ "507", "508", "509", - "729", - "733", - "1059", - "1060", - "1061", + "748", + "752", "1062", "1063", "1064", - "1412", - "1413", + "1065", + "1066", + "1067", "1415", "1416", - "1437", - "1438", + "1418", + "1419", "1440", - "1452", - "1453", - "1454", + "1441", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -132526,7 +133418,7 @@ } }, { - "id": "3363", + "id": "3373", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(49,12): error TS18048: 'interaction' is possibly 'undefined'.\n", @@ -132549,11 +133441,11 @@ "507", "508", "509", - "1062", - "1412", - "1413", + "1065", "1415", - "1416" + "1416", + "1418", + "1419" ], "location": { "end": { @@ -132567,7 +133459,7 @@ } }, { - "id": "3364", + "id": "3374", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(49,15): error TS2322: Type 'string' is not assignable to type 'Player'.\n", @@ -132590,11 +133482,11 @@ "507", "508", "509", - "1062", - "1412", - "1413", + "1065", "1415", - "1416" + "1416", + "1418", + "1419" ], "location": { "end": { @@ -132608,7 +133500,7 @@ } }, { - "id": "3365", + "id": "3375", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(54,67): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -132621,11 +133513,11 @@ "424", "425", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -132639,7 +133531,7 @@ } }, { - "id": "3366", + "id": "3376", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(58,13): error TS2339: Property 'source' does not exist on type 'GamePlay | null'.\napp/composables/api/game/game-play/useCurrentGamePlay.ts(60,12): error TS18048: 'additionalCards.value' is possibly 'undefined'.\n", @@ -132652,11 +133544,11 @@ "424", "425", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -132670,7 +133562,7 @@ } }, { - "id": "3367", + "id": "3377", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(58,13): error TS2339: Property 'source' does not exist on type 'GamePlay | null'.\napp/composables/api/game/game-play/useCurrentGamePlay.ts(60,12): error TS18048: 'additionalCards.value' is possibly 'undefined'.\n", @@ -132683,11 +133575,11 @@ "424", "425", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -132701,7 +133593,7 @@ } }, { - "id": "3368", + "id": "3378", "mutatorName": "LogicalOperator", "replacement": "currentPlay.value?.action !== \"choose-card\" && additionalCards.value === undefined", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(58,13): error TS2339: Property 'source' does not exist on type 'GamePlay | null'.\napp/composables/api/game/game-play/useCurrentGamePlay.ts(60,12): error TS18048: 'additionalCards.value' is possibly 'undefined'.\n", @@ -132714,11 +133606,11 @@ "424", "425", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -132732,7 +133624,7 @@ } }, { - "id": "3369", + "id": "3379", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(58,13): error TS2339: Property 'source' does not exist on type 'GamePlay | null'.\n", @@ -132745,11 +133637,11 @@ "424", "425", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -132763,7 +133655,7 @@ } }, { - "id": "3370", + "id": "3380", "mutatorName": "EqualityOperator", "replacement": "currentPlay.value?.action === \"choose-card\"", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(58,13): error TS2339: Property 'source' does not exist on type 'GamePlay | null'.\n", @@ -132776,11 +133668,11 @@ "424", "425", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -132794,7 +133686,7 @@ } }, { - "id": "3371", + "id": "3381", "mutatorName": "OptionalChaining", "replacement": "currentPlay.value.action", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(55,9): error TS18047: 'currentPlay.value' is possibly 'null'.\napp/composables/api/game/game-play/useCurrentGamePlay.ts(58,13): error TS2339: Property 'source' does not exist on type 'GamePlay | null'.\n", @@ -132807,11 +133699,11 @@ "424", "425", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -132825,7 +133717,7 @@ } }, { - "id": "3372", + "id": "3382", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(55,9): error TS2367: This comparison appears to be unintentional because the types '\"eat\" | \"look\" | \"charm\" | \"shoot\" | \"protect\" | \"mark\" | \"vote\" | \"sniff\" | \"ban-voting\" | \"infect\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\" | ... 6 more ... | undefined' and '\"\"' have no overlap.\n", @@ -132838,11 +133730,11 @@ "424", "425", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -132856,7 +133748,7 @@ } }, { - "id": "3373", + "id": "3383", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(60,12): error TS18048: 'additionalCards.value' is possibly 'undefined'.\n", @@ -132866,11 +133758,11 @@ "coveredBy": [ "424", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -132884,7 +133776,7 @@ } }, { - "id": "3374", + "id": "3384", "mutatorName": "EqualityOperator", "replacement": "additionalCards.value !== undefined", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(60,12): error TS18048: 'additionalCards.value' is possibly 'undefined'.\napp/composables/api/game/game-play/useCurrentGamePlay.ts(60,44): error TS7031: Binding element 'recipient' implicitly has an 'any' type.\napp/composables/api/game/game-play/useCurrentGamePlay.ts(60,55): error TS7031: Binding element 'isUsed' implicitly has an 'any' type.\n", @@ -132894,11 +133786,11 @@ "coveredBy": [ "424", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -132912,7 +133804,7 @@ } }, { - "id": "3375", + "id": "3385", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(56,13): error TS2339: Property 'source' does not exist on type 'GamePlay | null'.\napp/composables/api/game/game-play/useCurrentGamePlay.ts(58,12): error TS18048: 'additionalCards.value' is possibly 'undefined'.\n", @@ -132936,7 +133828,7 @@ } }, { - "id": "3376", + "id": "3386", "mutatorName": "ArrayDeclaration", "replacement": "[\"Stryker was here\"]", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(56,15): error TS2322: Type 'string' is not assignable to type 'GameAdditionalCard'.\n", @@ -132960,7 +133852,7 @@ } }, { - "id": "3377", + "id": "3387", "mutatorName": "MethodExpression", "replacement": "additionalCards.value", "statusReason": "expected [ _GameAdditionalCard{ …(4) }, …(3) ] to strictly equal [ _GameAdditionalCard{ …(4) } ]", @@ -132973,11 +133865,11 @@ "coveredBy": [ "424", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -132991,7 +133883,7 @@ } }, { - "id": "3378", + "id": "3388", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [] to strictly equal [ _GameAdditionalCard{ …(4) } ]", @@ -133004,11 +133896,11 @@ "coveredBy": [ "424", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -133022,7 +133914,7 @@ } }, { - "id": "3379", + "id": "3389", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ _GameAdditionalCard{ …(4) }, …(3) ] to strictly equal [ _GameAdditionalCard{ …(4) } ]", @@ -133035,11 +133927,11 @@ "coveredBy": [ "424", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -133053,7 +133945,7 @@ } }, { - "id": "3380", + "id": "3390", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [] to strictly equal [ _GameAdditionalCard{ …(4) } ]", @@ -133066,11 +133958,11 @@ "coveredBy": [ "424", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -133084,7 +133976,7 @@ } }, { - "id": "3381", + "id": "3391", "mutatorName": "LogicalOperator", "replacement": "recipient === source.name || !isUsed", "statusReason": "expected [ _GameAdditionalCard{ …(4) }, …(2) ] to strictly equal [ _GameAdditionalCard{ …(4) } ]", @@ -133097,11 +133989,11 @@ "coveredBy": [ "424", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -133115,7 +134007,7 @@ } }, { - "id": "3382", + "id": "3392", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ _GameAdditionalCard{ …(4) }, …(1) ] to strictly equal [ _GameAdditionalCard{ …(4) } ]", @@ -133128,11 +134020,11 @@ "coveredBy": [ "424", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -133146,7 +134038,7 @@ } }, { - "id": "3383", + "id": "3393", "mutatorName": "EqualityOperator", "replacement": "recipient !== source.name", "statusReason": "expected [ _GameAdditionalCard{ …(4) } ] to strictly equal [ _GameAdditionalCard{ …(4) } ]", @@ -133159,11 +134051,11 @@ "coveredBy": [ "424", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -133177,7 +134069,7 @@ } }, { - "id": "3384", + "id": "3394", "mutatorName": "BooleanLiteral", "replacement": "isUsed", "statusReason": "expected [ _GameAdditionalCard{ …(4) } ] to strictly equal [ _GameAdditionalCard{ …(4) } ]", @@ -133190,11 +134082,11 @@ "coveredBy": [ "424", "426", - "1271", - "1272", - "1273", "1274", - "1275" + "1275", + "1276", + "1277", + "1278" ], "location": { "end": { @@ -133208,7 +134100,7 @@ } }, { - "id": "3385", + "id": "3395", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/game-play/useCurrentGamePlay.ts(62,3): error TS2739: Type '{}' is missing the following properties from type 'UseCurrentGamePlay': mustCurrentGamePlayBeSkipped, priorityCauseInCurrentGamePlay, getEligibleTargetsWithInteractionInCurrentGamePlay, getEligibleAdditionalCardsToChooseInCurrentGamePlay\n", @@ -133281,46 +134173,46 @@ "584", "585", "587", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "1059", - "1060", - "1061", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", "1062", "1063", "1064", - "1271", - "1272", - "1273", + "1065", + "1066", + "1067", "1274", "1275", - "1412", - "1413", - "1414", + "1276", + "1277", + "1278", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", - "1457" + "1457", + "1458", + "1459", + "1460" ], "location": { "end": { @@ -133340,7 +134232,7 @@ "language": "typescript", "mutants": [ { - "id": "3386", + "id": "3396", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -133348,33 +134240,33 @@ "static": false, "killedBy": [], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "1069", - "1070", - "1071", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", "1072", "1073", "1074", - "1452", - "1453", - "1454", + "1075", + "1076", + "1077", "1455", "1456", "1457", - "2016", - "2017" + "1458", + "1459", + "1460", + "2019", + "2020" ], "location": { "end": { @@ -133388,7 +134280,7 @@ } }, { - "id": "3387", + "id": "3397", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -133396,22 +134288,22 @@ "static": false, "killedBy": [], "coveredBy": [ - "729", - "731", - "732", - "733", - "736", - "737", - "1073", - "1074", - "1452", - "1453", - "1454", + "748", + "750", + "751", + "752", + "755", + "756", + "1076", + "1077", "1455", "1456", "1457", - "2016", - "2017" + "1458", + "1459", + "1460", + "2019", + "2020" ], "location": { "end": { @@ -133425,7 +134317,7 @@ } }, { - "id": "3388", + "id": "3398", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/player/usePlayers.ts(11,5): error TS2322: Type 'Player' is not assignable to type 'string'.\napp/composables/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", @@ -133433,17 +134325,17 @@ "static": false, "killedBy": [], "coveredBy": [ - "729", - "733", - "1073", - "1074", - "1452", - "1453", - "1454", + "748", + "752", + "1076", + "1077", "1455", "1456", "1457", - "2016" + "1458", + "1459", + "1460", + "2019" ], "location": { "end": { @@ -133457,7 +134349,7 @@ } }, { - "id": "3389", + "id": "3399", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -133465,20 +134357,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "729", - "733", - "1073", - "1074", - "1452", - "1453", - "1454", + "748", + "752", + "1076", + "1077", "1455", "1456", "1457", - "2016" + "1458", + "1459", + "1460", + "2019" ], "location": { "end": { @@ -133492,7 +134384,7 @@ } }, { - "id": "3390", + "id": "3400", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -133500,20 +134392,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "729", - "733", - "1073", - "1074", - "1452", - "1453", - "1454", + "748", + "752", + "1076", + "1077", "1455", "1456", "1457", - "2016" + "1458", + "1459", + "1460", + "2019" ], "location": { "end": { @@ -133527,7 +134419,7 @@ } }, { - "id": "3391", + "id": "3401", "mutatorName": "EqualityOperator", "replacement": "index !== 0", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -133535,20 +134427,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "729", - "733", - "1073", - "1074", - "1452", - "1453", - "1454", + "748", + "752", + "1076", + "1077", "1455", "1456", "1457", - "2016" + "1458", + "1459", + "1460", + "2019" ], "location": { "end": { @@ -133562,7 +134454,7 @@ } }, { - "id": "3392", + "id": "3402", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected ', player-1, player-2 shared.and playe…' to be 'player-1, player-2 shared.and player-3' // Object.is equality", @@ -133570,20 +134462,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "2016" + "2019" ], "coveredBy": [ - "729", - "733", - "1073", - "1074", - "1452", - "1453", - "1454", + "748", + "752", + "1076", + "1077", "1455", "1456", "1457", - "2016" + "1458", + "1459", + "1460", + "2019" ], "location": { "end": { @@ -133597,7 +134489,7 @@ } }, { - "id": "3393", + "id": "3403", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'player-1 shared.and player-2 shared.a…' to be 'player-1, player-2 shared.and player-3' // Object.is equality", @@ -133605,20 +134497,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "2016" + "2019" ], "coveredBy": [ - "729", - "733", - "1073", - "1074", - "1452", - "1453", - "1454", + "748", + "752", + "1076", + "1077", "1455", "1456", "1457", - "2016" + "1458", + "1459", + "1460", + "2019" ], "location": { "end": { @@ -133632,7 +134524,7 @@ } }, { - "id": "3394", + "id": "3404", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -133640,20 +134532,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "729", - "733", - "1073", - "1074", - "1452", - "1453", - "1454", + "748", + "752", + "1076", + "1077", "1455", "1456", "1457", - "2016" + "1458", + "1459", + "1460", + "2019" ], "location": { "end": { @@ -133667,7 +134559,7 @@ } }, { - "id": "3395", + "id": "3405", "mutatorName": "EqualityOperator", "replacement": "index !== players.length - 1", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -133675,20 +134567,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "729", - "733", - "1073", - "1074", - "1452", - "1453", - "1454", + "748", + "752", + "1076", + "1077", "1455", "1456", "1457", - "2016" + "1458", + "1459", + "1460", + "2019" ], "location": { "end": { @@ -133702,7 +134594,7 @@ } }, { - "id": "3396", + "id": "3406", "mutatorName": "ArithmeticOperator", "replacement": "players.length + 1", "statusReason": "Snapshot `Game Sheriff Turn Starts Event Component > should match snapshot when rendered. 1` mismatched", @@ -133710,20 +134602,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1452" + "1455" ], "coveredBy": [ - "729", - "733", - "1073", - "1074", - "1452", - "1453", - "1454", + "748", + "752", + "1076", + "1077", "1455", "1456", "1457", - "2016" + "1458", + "1459", + "1460", + "2019" ], "location": { "end": { @@ -133737,7 +134629,7 @@ } }, { - "id": "3397", + "id": "3407", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'player-1, player-2, player-3' to be 'player-1, player-2 shared.and player-3' // Object.is equality", @@ -133745,20 +134637,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "2016" + "2019" ], "coveredBy": [ - "729", - "733", - "1073", - "1074", - "1452", - "1453", - "1454", + "748", + "752", + "1076", + "1077", "1455", "1456", "1457", - "2016" + "1458", + "1459", + "1460", + "2019" ], "location": { "end": { @@ -133772,7 +134664,7 @@ } }, { - "id": "3398", + "id": "3408", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -133780,20 +134672,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "729" + "748" ], "coveredBy": [ - "729", - "733", - "1073", - "1074", - "1452", - "1453", - "1454", + "748", + "752", + "1076", + "1077", "1455", "1456", "1457", - "2016" + "1458", + "1459", + "1460", + "2019" ], "location": { "end": { @@ -133807,7 +134699,7 @@ } }, { - "id": "3399", + "id": "3409", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected 'components.GameSurvivorsTurnStartsEve…' to be 'components.GameSurvivorsTurnStartsEve…' // Object.is equality", @@ -133815,20 +134707,20 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "729" + "748" ], "coveredBy": [ - "729", - "733", - "1073", - "1074", - "1452", - "1453", - "1454", + "748", + "752", + "1076", + "1077", "1455", "1456", "1457", - "2016" + "1458", + "1459", + "1460", + "2019" ], "location": { "end": { @@ -133842,7 +134734,7 @@ } }, { - "id": "3400", + "id": "3410", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected ' shared.and player-3' to be 'player-1, player-2 shared.and player-3' // Object.is equality", @@ -133850,10 +134742,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "2016" + "2019" ], "coveredBy": [ - "2016" + "2019" ], "location": { "end": { @@ -133867,7 +134759,7 @@ } }, { - "id": "3401", + "id": "3411", "mutatorName": "StringLiteral", "replacement": "\"Stryker was here!\"", "statusReason": "expected 'Stryker was here!' to be '' // Object.is equality", @@ -133875,25 +134767,25 @@ "testsCompleted": 2, "static": false, "killedBy": [ - "2017" + "2020" ], "coveredBy": [ - "729", - "731", - "732", - "733", - "736", - "737", - "1073", - "1074", - "1452", - "1453", - "1454", + "748", + "750", + "751", + "752", + "755", + "756", + "1076", + "1077", "1455", "1456", "1457", - "2016", - "2017" + "1458", + "1459", + "1460", + "2019", + "2020" ], "location": { "end": { @@ -133907,7 +134799,7 @@ } }, { - "id": "3402", + "id": "3412", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/player/usePlayers.ts(21,3): error TS2741: Property 'getPlayersNamesText' is missing in type '{}' but required in type 'UsePlayers'.\n", @@ -133915,33 +134807,33 @@ "static": false, "killedBy": [], "coveredBy": [ - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "1069", - "1070", - "1071", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", "1072", "1073", "1074", - "1452", - "1453", - "1454", + "1075", + "1076", + "1077", "1455", "1456", "1457", - "2016", - "2017" + "1458", + "1459", + "1460", + "2019", + "2020" ], "location": { "end": { @@ -133961,7 +134853,7 @@ "language": "typescript", "mutants": [ { - "id": "3403", + "id": "3413", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -133975,14 +134867,14 @@ "631", "634", "636", - "742", - "746", - "1001", - "1239", - "1286", - "1560", - "1851", - "2022" + "761", + "765", + "1004", + "1242", + "1289", + "1563", + "1854", + "2025" ], "location": { "end": { @@ -134002,7 +134894,7 @@ "language": "typescript", "mutants": [ { - "id": "3404", + "id": "3414", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -134020,37 +134912,37 @@ "597", "598", "599", - "707", - "742", - "746", - "815", - "816", - "817", - "996", - "997", + "726", + "761", + "765", + "818", + "819", + "820", "999", "1000", - "1001", "1002", - "1093", - "1095", + "1003", + "1004", + "1005", "1096", - "1097", - "1140", - "1141", - "1142", - "1184", - "1185", - "1239", - "1680", - "1681", - "1725", - "1757", - "1774", - "1851", + "1098", + "1099", + "1100", + "1143", + "1144", + "1145", + "1187", + "1188", + "1242", + "1683", + "1684", + "1728", + "1760", + "1777", "1854", - "1871", - "1995" + "1857", + "1874", + "1998" ], "location": { "end": { @@ -134070,7 +134962,7 @@ "language": "typescript", "mutants": [ { - "id": "3405", + "id": "3415", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -134078,19 +134970,19 @@ "static": true, "killedBy": [], "coveredBy": [ - "999", - "1093", - "1095", + "1002", "1096", - "1097", - "1212", - "1213", - "1214", + "1098", + "1099", + "1100", "1215", "1216", "1217", - "1851", - "2004" + "1218", + "1219", + "1220", + "1854", + "2007" ], "location": { "end": { @@ -134110,7 +135002,7 @@ "language": "typescript", "mutants": [ { - "id": "3406", + "id": "3416", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -134118,8 +135010,8 @@ "static": true, "killedBy": [], "coveredBy": [ - "1851", - "2005" + "1854", + "2008" ], "location": { "end": { @@ -134139,7 +135031,7 @@ "language": "typescript", "mutants": [ { - "id": "3407", + "id": "3417", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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.\napp/composables/api/useWerewolvesAssistantApi.ts(21,3): error TS2321: Excessive stack depth comparing types 'Exclude undefined", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(34,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", @@ -151192,20 +152084,20 @@ "482", "483", "484", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -151219,7 +152111,7 @@ } }, { - "id": "3455", + "id": "3465", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -151289,7 +152181,7 @@ } }, { - "id": "3456", + "id": "3466", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -151359,7 +152251,7 @@ } }, { - "id": "3457", + "id": "3467", "mutatorName": "EqualityOperator", "replacement": "createGameDto.value.players.length > MIN_PLAYERS_IN_GAME", "statusReason": "expected false to be true // Object.is equality", @@ -151429,7 +152321,7 @@ } }, { - "id": "3458", + "id": "3468", "mutatorName": "EqualityOperator", "replacement": "createGameDto.value.players.length < MIN_PLAYERS_IN_GAME", "statusReason": "expected true to be false // Object.is equality", @@ -151499,7 +152391,7 @@ } }, { - "id": "3459", + "id": "3469", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(36,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", @@ -151580,20 +152472,20 @@ "482", "483", "484", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -151607,7 +152499,7 @@ } }, { - "id": "3460", + "id": "3470", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.some(player => player.role.name !== undefined)", "statusReason": "expected true to be false // Object.is equality", @@ -151657,7 +152549,7 @@ } }, { - "id": "3461", + "id": "3471", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -151707,7 +152599,7 @@ } }, { - "id": "3462", + "id": "3472", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -151749,7 +152641,7 @@ } }, { - "id": "3463", + "id": "3473", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -151791,7 +152683,7 @@ } }, { - "id": "3464", + "id": "3474", "mutatorName": "EqualityOperator", "replacement": "player.role.name === undefined", "statusReason": "expected false to be true // Object.is equality", @@ -151833,7 +152725,7 @@ } }, { - "id": "3465", + "id": "3475", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(38,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", @@ -151914,20 +152806,20 @@ "482", "483", "484", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -151941,7 +152833,7 @@ } }, { - "id": "3466", + "id": "3476", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.every(player => player.side.current === \"villagers\")", "statusReason": "expected false to be true // Object.is equality", @@ -151990,7 +152882,7 @@ } }, { - "id": "3467", + "id": "3477", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -152039,7 +152931,7 @@ } }, { - "id": "3468", + "id": "3478", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -152080,7 +152972,7 @@ } }, { - "id": "3469", + "id": "3479", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -152121,7 +153013,7 @@ } }, { - "id": "3470", + "id": "3480", "mutatorName": "EqualityOperator", "replacement": "player.side.current !== \"villagers\"", "statusReason": "expected true to be false // Object.is equality", @@ -152162,7 +153054,7 @@ } }, { - "id": "3471", + "id": "3481", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(38,110): error TS2367: This comparison appears to be unintentional because the types '\"villagers\" | \"werewolves\" | undefined' and '\"\"' have no overlap.\n", @@ -152200,7 +153092,7 @@ } }, { - "id": "3472", + "id": "3482", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(40,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", @@ -152281,20 +153173,20 @@ "482", "483", "484", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -152308,7 +153200,7 @@ } }, { - "id": "3473", + "id": "3483", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.every(player => player.side.current === \"werewolves\")", "statusReason": "expected false to be true // Object.is equality", @@ -152356,7 +153248,7 @@ } }, { - "id": "3474", + "id": "3484", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -152404,7 +153296,7 @@ } }, { - "id": "3475", + "id": "3485", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -152444,7 +153336,7 @@ } }, { - "id": "3476", + "id": "3486", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -152484,7 +153376,7 @@ } }, { - "id": "3477", + "id": "3487", "mutatorName": "EqualityOperator", "replacement": "player.side.current !== \"werewolves\"", "statusReason": "expected true to be false // Object.is equality", @@ -152524,7 +153416,7 @@ } }, { - "id": "3478", + "id": "3488", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(40,110): error TS2367: This comparison appears to be unintentional because the types '\"villagers\" | \"werewolves\" | undefined' and '\"\"' have no overlap.\n", @@ -152561,7 +153453,7 @@ } }, { - "id": "3479", + "id": "3489", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(42,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", @@ -152588,7 +153480,7 @@ } }, { - "id": "3480", + "id": "3490", "mutatorName": "BooleanLiteral", "replacement": "roles.value", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(46,37): error TS18047: 'roles.value' is possibly 'null'.\napp/composables/api/game/useCreateGameDtoValidation.ts(46,57): error TS7006: Parameter 'role' implicitly has an 'any' type.\napp/composables/api/game/useCreateGameDtoValidation.ts(48,42): error TS7006: Parameter 'role' implicitly has an 'any' type.\n", @@ -152615,7 +153507,7 @@ } }, { - "id": "3481", + "id": "3491", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(46,37): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -152642,7 +153534,7 @@ } }, { - "id": "3482", + "id": "3492", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(46,37): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -152669,7 +153561,7 @@ } }, { - "id": "3483", + "id": "3493", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(44,37): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -152691,7 +153583,7 @@ } }, { - "id": "3484", + "id": "3494", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -152716,7 +153608,7 @@ } }, { - "id": "3485", + "id": "3495", "mutatorName": "MethodExpression", "replacement": "roles.value", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(48,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", @@ -152742,7 +153634,7 @@ } }, { - "id": "3486", + "id": "3496", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(48,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", @@ -152768,7 +153660,7 @@ } }, { - "id": "3487", + "id": "3497", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be true // Object.is equality", @@ -152797,7 +153689,7 @@ } }, { - "id": "3488", + "id": "3498", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -152826,7 +153718,7 @@ } }, { - "id": "3489", + "id": "3499", "mutatorName": "EqualityOperator", "replacement": "role.minInGame === undefined", "statusReason": "expected false to be true // Object.is equality", @@ -152855,7 +153747,7 @@ } }, { - "id": "3490", + "id": "3500", "mutatorName": "MethodExpression", "replacement": "rolesWithMinimumPlayers.some(role => isRolePresentAndMinimumPlayersReached(role))", "statusReason": "expected true to be false // Object.is equality", @@ -152884,7 +153776,7 @@ } }, { - "id": "3491", + "id": "3501", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -152913,7 +153805,7 @@ } }, { - "id": "3492", + "id": "3502", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(51,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", @@ -152957,7 +153849,7 @@ } }, { - "id": "3493", + "id": "3503", "mutatorName": "BooleanLiteral", "replacement": "roles.value", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(55,18): error TS18047: 'roles.value' is possibly 'null'.\napp/composables/api/game/useCreateGameDtoValidation.ts(55,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\n", @@ -153001,7 +153893,7 @@ } }, { - "id": "3494", + "id": "3504", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(55,18): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -153045,7 +153937,7 @@ } }, { - "id": "3495", + "id": "3505", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(55,18): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -153089,7 +153981,7 @@ } }, { - "id": "3496", + "id": "3506", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(53,18): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -153129,7 +154021,7 @@ } }, { - "id": "3497", + "id": "3507", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -153172,7 +154064,7 @@ } }, { - "id": "3498", + "id": "3508", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(60,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", @@ -153216,7 +154108,7 @@ } }, { - "id": "3499", + "id": "3509", "mutatorName": "BooleanLiteral", "replacement": "roles.value", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(64,18): error TS18047: 'roles.value' is possibly 'null'.\napp/composables/api/game/useCreateGameDtoValidation.ts(64,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\n", @@ -153260,7 +154152,7 @@ } }, { - "id": "3500", + "id": "3510", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(64,18): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -153304,7 +154196,7 @@ } }, { - "id": "3501", + "id": "3511", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(64,18): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -153348,7 +154240,7 @@ } }, { - "id": "3502", + "id": "3512", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(62,18): error TS18047: 'roles.value' is possibly 'null'.\n", @@ -153388,7 +154280,7 @@ } }, { - "id": "3503", + "id": "3513", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -153431,7 +154323,7 @@ } }, { - "id": "3504", + "id": "3514", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(69,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", @@ -153464,20 +154356,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -153491,7 +154383,7 @@ } }, { - "id": "3505", + "id": "3515", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.every(player => player.role.name === \"thief\")", "statusReason": "expected true to be false // Object.is equality", @@ -153527,20 +154419,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -153554,7 +154446,7 @@ } }, { - "id": "3506", + "id": "3516", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected true to be false // Object.is equality", @@ -153590,20 +154482,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -153617,7 +154509,7 @@ } }, { - "id": "3507", + "id": "3517", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be true // Object.is equality", @@ -153645,20 +154537,20 @@ "339", "340", "341", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -153672,7 +154564,7 @@ } }, { - "id": "3508", + "id": "3518", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -153700,20 +154592,20 @@ "339", "340", "341", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -153727,7 +154619,7 @@ } }, { - "id": "3509", + "id": "3519", "mutatorName": "EqualityOperator", "replacement": "player.role.name !== \"thief\"", "statusReason": "Snapshot `Game Lobby Header Additional Manager Button Component > should match snapshot when rendered. 1` mismatched", @@ -153735,7 +154627,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1558" + "1561" ], "coveredBy": [ "17", @@ -153755,20 +154647,20 @@ "339", "340", "341", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -153782,7 +154674,7 @@ } }, { - "id": "3510", + "id": "3520", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(70,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", @@ -153807,20 +154699,20 @@ "339", "340", "341", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -153834,7 +154726,7 @@ } }, { - "id": "3511", + "id": "3521", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -153870,20 +154762,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -153897,7 +154789,7 @@ } }, { - "id": "3512", + "id": "3522", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -153933,20 +154825,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -153960,7 +154852,7 @@ } }, { - "id": "3513", + "id": "3523", "mutatorName": "EqualityOperator", "replacement": "createGameDto.value.additionalCards?.some(card => card.recipient === \"thief\") !== true", "statusReason": "expected false to be true // Object.is equality", @@ -153996,20 +154888,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -154023,7 +154915,7 @@ } }, { - "id": "3514", + "id": "3524", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.additionalCards?.every(card => card.recipient === \"thief\")", "statusReason": "expected false to be true // Object.is equality", @@ -154059,20 +154951,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -154086,7 +154978,7 @@ } }, { - "id": "3515", + "id": "3525", "mutatorName": "OptionalChaining", "replacement": "createGameDto.value.additionalCards.some", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(71,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", @@ -154119,20 +155011,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -154146,7 +155038,7 @@ } }, { - "id": "3516", + "id": "3526", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "Snapshot `Recipient Role Additional Cards Disclaimer Component > should match snapshot when rendered. 1` mismatched", @@ -154154,22 +155046,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "934" + "937" ], "coveredBy": [ "17", "18", "21", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1560" + "943", + "944", + "945", + "1563" ], "location": { "end": { @@ -154183,7 +155075,7 @@ } }, { - "id": "3517", + "id": "3527", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -154197,16 +155089,16 @@ "17", "18", "21", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1560" + "943", + "944", + "945", + "1563" ], "location": { "end": { @@ -154220,7 +155112,7 @@ } }, { - "id": "3518", + "id": "3528", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be falsy", @@ -154228,22 +155120,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1560" + "1563" ], "coveredBy": [ "17", "18", "21", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1560" + "943", + "944", + "945", + "1563" ], "location": { "end": { @@ -154257,7 +155149,7 @@ } }, { - "id": "3519", + "id": "3529", "mutatorName": "EqualityOperator", "replacement": "card.recipient !== \"thief\"", "statusReason": "Snapshot `Recipient Role Additional Cards Disclaimer Component > should match snapshot when rendered. 1` mismatched", @@ -154265,22 +155157,22 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "934" + "937" ], "coveredBy": [ "17", "18", "21", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1560" + "943", + "944", + "945", + "1563" ], "location": { "end": { @@ -154294,7 +155186,7 @@ } }, { - "id": "3520", + "id": "3530", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(71,93): error TS2367: This comparison appears to be unintentional because the types '\"thief\" | \"actor\"' and '\"\"' have no overlap.\n", @@ -154305,16 +155197,16 @@ "17", "18", "21", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1560" + "943", + "944", + "945", + "1563" ], "location": { "end": { @@ -154328,7 +155220,7 @@ } }, { - "id": "3521", + "id": "3531", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -154364,20 +155256,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -154391,7 +155283,7 @@ } }, { - "id": "3522", + "id": "3532", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be true // Object.is equality", @@ -154427,20 +155319,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -154454,7 +155346,7 @@ } }, { - "id": "3523", + "id": "3533", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -154490,20 +155382,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -154517,7 +155409,7 @@ } }, { - "id": "3524", + "id": "3534", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'check-circle' to be 'exclamation-circle' // Object.is equality", @@ -154525,7 +155417,7 @@ "testsCompleted": 4, "static": false, "killedBy": [ - "937" + "940" ], "coveredBy": [ "17", @@ -154533,20 +155425,20 @@ "21", "23", "34", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -154560,7 +155452,7 @@ } }, { - "id": "3525", + "id": "3535", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -154607,7 +155499,7 @@ } }, { - "id": "3526", + "id": "3536", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(78,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", @@ -154641,20 +155533,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -154668,7 +155560,7 @@ } }, { - "id": "3527", + "id": "3537", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.every(player => player.role.name === \"actor\")", "statusReason": "expected true to be false // Object.is equality", @@ -154705,20 +155597,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -154732,7 +155624,7 @@ } }, { - "id": "3528", + "id": "3538", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected true to be false // Object.is equality", @@ -154769,20 +155661,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -154796,7 +155688,7 @@ } }, { - "id": "3529", + "id": "3539", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be falsy", @@ -154804,7 +155696,7 @@ "testsCompleted": 3, "static": false, "killedBy": [ - "1560" + "1563" ], "coveredBy": [ "19", @@ -154825,20 +155717,20 @@ "339", "340", "341", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -154852,7 +155744,7 @@ } }, { - "id": "3530", + "id": "3540", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -154881,20 +155773,20 @@ "339", "340", "341", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -154908,7 +155800,7 @@ } }, { - "id": "3531", + "id": "3541", "mutatorName": "EqualityOperator", "replacement": "player.role.name !== \"actor\"", "statusReason": "expected false to be true // Object.is equality", @@ -154937,20 +155829,20 @@ "339", "340", "341", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -154964,7 +155856,7 @@ } }, { - "id": "3532", + "id": "3542", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(79,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", @@ -154990,20 +155882,20 @@ "339", "340", "341", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -155017,7 +155909,7 @@ } }, { - "id": "3533", + "id": "3543", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -155054,20 +155946,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -155081,7 +155973,7 @@ } }, { - "id": "3534", + "id": "3544", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -155118,20 +156010,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -155145,7 +156037,7 @@ } }, { - "id": "3535", + "id": "3545", "mutatorName": "EqualityOperator", "replacement": "createGameDto.value.additionalCards?.some(card => card.recipient === \"actor\") !== true", "statusReason": "expected false to be true // Object.is equality", @@ -155182,20 +156074,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -155209,7 +156101,7 @@ } }, { - "id": "3536", + "id": "3546", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.additionalCards?.every(card => card.recipient === \"actor\")", "statusReason": "expected false to be true // Object.is equality", @@ -155246,20 +156138,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -155273,7 +156165,7 @@ } }, { - "id": "3537", + "id": "3547", "mutatorName": "OptionalChaining", "replacement": "createGameDto.value.additionalCards.some", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(80,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", @@ -155307,20 +156199,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -155334,7 +156226,7 @@ } }, { - "id": "3538", + "id": "3548", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -155349,16 +156241,16 @@ "20", "21", "22", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1560" + "943", + "944", + "945", + "1563" ], "location": { "end": { @@ -155372,7 +156264,7 @@ } }, { - "id": "3539", + "id": "3549", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -155387,16 +156279,16 @@ "20", "21", "22", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1560" + "943", + "944", + "945", + "1563" ], "location": { "end": { @@ -155410,7 +156302,7 @@ } }, { - "id": "3540", + "id": "3550", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -155425,16 +156317,16 @@ "20", "21", "22", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1560" + "943", + "944", + "945", + "1563" ], "location": { "end": { @@ -155448,7 +156340,7 @@ } }, { - "id": "3541", + "id": "3551", "mutatorName": "EqualityOperator", "replacement": "card.recipient !== \"actor\"", "statusReason": "expected true to be false // Object.is equality", @@ -155463,16 +156355,16 @@ "20", "21", "22", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1560" + "943", + "944", + "945", + "1563" ], "location": { "end": { @@ -155486,7 +156378,7 @@ } }, { - "id": "3542", + "id": "3552", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(80,93): error TS2367: This comparison appears to be unintentional because the types '\"thief\" | \"actor\"' and '\"\"' have no overlap.\n", @@ -155498,16 +156390,16 @@ "20", "21", "22", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1560" + "943", + "944", + "945", + "1563" ], "location": { "end": { @@ -155521,7 +156413,7 @@ } }, { - "id": "3543", + "id": "3553", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -155558,20 +156450,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -155585,7 +156477,7 @@ } }, { - "id": "3544", + "id": "3554", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be true // Object.is equality", @@ -155622,20 +156514,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -155649,7 +156541,7 @@ } }, { - "id": "3545", + "id": "3555", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -155686,20 +156578,20 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -155713,7 +156605,7 @@ } }, { - "id": "3546", + "id": "3556", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'check-circle' to be 'exclamation-circle' // Object.is equality", @@ -155721,7 +156613,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "939" + "942" ], "coveredBy": [ "19", @@ -155729,10 +156621,10 @@ "21", "22", "34", - "939", - "940", - "941", - "942" + "942", + "943", + "944", + "945" ], "location": { "end": { @@ -155746,7 +156638,7 @@ } }, { - "id": "3547", + "id": "3557", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -155781,17 +156673,17 @@ "343", "344", "345", - "934", - "935", - "936", "937", "938", "939", - "1558", - "1559", - "1560", + "940", + "941", + "942", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -155805,7 +156697,7 @@ } }, { - "id": "3548", + "id": "3558", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(87,65): 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", @@ -155886,20 +156778,20 @@ "482", "483", "484", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -155913,7 +156805,7 @@ } }, { - "id": "3549", + "id": "3559", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -155927,11 +156819,11 @@ "21", "22", "23", - "1558", - "1559", - "1560", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -155945,7 +156837,7 @@ } }, { - "id": "3550", + "id": "3560", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -155959,11 +156851,11 @@ "21", "22", "23", - "1558", - "1559", - "1560", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -155977,7 +156869,7 @@ } }, { - "id": "3551", + "id": "3561", "mutatorName": "LogicalOperator", "replacement": "areAdditionalCardsSetForActorIfPresent.value || areAdditionalCardsSetForThiefIfPresent.value", "statusReason": "expected true to be false // Object.is equality", @@ -155991,11 +156883,11 @@ "21", "22", "23", - "1558", - "1559", - "1560", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -156009,7 +156901,7 @@ } }, { - "id": "3552", + "id": "3562", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(90,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", @@ -156053,7 +156945,7 @@ } }, { - "id": "3553", + "id": "3563", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.every(player => player.role.name === \"prejudiced-manipulator\")", "statusReason": "expected true to be false // Object.is equality", @@ -156100,7 +156992,7 @@ } }, { - "id": "3554", + "id": "3564", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected true to be false // Object.is equality", @@ -156147,7 +157039,7 @@ } }, { - "id": "3555", + "id": "3565", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be true // Object.is equality", @@ -156186,7 +157078,7 @@ } }, { - "id": "3556", + "id": "3566", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -156225,7 +157117,7 @@ } }, { - "id": "3557", + "id": "3567", "mutatorName": "EqualityOperator", "replacement": "player.role.name !== \"prejudiced-manipulator\"", "statusReason": "expected false to be true // Object.is equality", @@ -156264,7 +157156,7 @@ } }, { - "id": "3558", + "id": "3568", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(91,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", @@ -156300,7 +157192,7 @@ } }, { - "id": "3559", + "id": "3569", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players.some(player => player.group)", "statusReason": "expected true to be false // Object.is equality", @@ -156347,7 +157239,7 @@ } }, { - "id": "3560", + "id": "3570", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected false to be true // Object.is equality", @@ -156394,7 +157286,7 @@ } }, { - "id": "3561", + "id": "3571", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected false to be true // Object.is equality", @@ -156441,7 +157333,7 @@ } }, { - "id": "3562", + "id": "3572", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -156488,7 +157380,7 @@ } }, { - "id": "3563", + "id": "3573", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected true to be false // Object.is equality", @@ -156515,7 +157407,7 @@ } }, { - "id": "3564", + "id": "3574", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -156561,7 +157453,7 @@ } }, { - "id": "3565", + "id": "3575", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(99,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", @@ -156642,20 +157534,20 @@ "482", "483", "484", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -156669,7 +157561,7 @@ } }, { - "id": "3566", + "id": "3576", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -156719,7 +157611,7 @@ } }, { - "id": "3567", + "id": "3577", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -156769,7 +157661,7 @@ } }, { - "id": "3568", + "id": "3578", "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", @@ -156819,7 +157711,7 @@ } }, { - "id": "3569", + "id": "3579", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -156869,7 +157761,7 @@ } }, { - "id": "3570", + "id": "3580", "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", @@ -156919,7 +157811,7 @@ } }, { - "id": "3571", + "id": "3581", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -156969,7 +157861,7 @@ } }, { - "id": "3572", + "id": "3582", "mutatorName": "LogicalOperator", "replacement": "isMinimumPlayersReached.value && areAllRolesSet.value && doesContainOneVillagerSidedRole.value && doesContainOneWerewolfSidedRole.value && areRolesMinimumPlayersReached.value || areAdditionalCardsSetForThiefIfPresent.value", "statusReason": "expected true to be false // Object.is equality", @@ -157019,7 +157911,7 @@ } }, { - "id": "3573", + "id": "3583", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -157069,7 +157961,7 @@ } }, { - "id": "3574", + "id": "3584", "mutatorName": "LogicalOperator", "replacement": "isMinimumPlayersReached.value && areAllRolesSet.value && doesContainOneVillagerSidedRole.value && doesContainOneWerewolfSidedRole.value || areRolesMinimumPlayersReached.value", "statusReason": "expected true to be false // Object.is equality", @@ -157119,7 +158011,7 @@ } }, { - "id": "3575", + "id": "3585", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -157169,7 +158061,7 @@ } }, { - "id": "3576", + "id": "3586", "mutatorName": "LogicalOperator", "replacement": "isMinimumPlayersReached.value && areAllRolesSet.value && doesContainOneVillagerSidedRole.value || doesContainOneWerewolfSidedRole.value", "statusReason": "expected true to be false // Object.is equality", @@ -157219,7 +158111,7 @@ } }, { - "id": "3577", + "id": "3587", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -157269,7 +158161,7 @@ } }, { - "id": "3578", + "id": "3588", "mutatorName": "LogicalOperator", "replacement": "isMinimumPlayersReached.value && areAllRolesSet.value || doesContainOneVillagerSidedRole.value", "statusReason": "expected true to be false // Object.is equality", @@ -157319,7 +158211,7 @@ } }, { - "id": "3579", + "id": "3589", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -157369,7 +158261,7 @@ } }, { - "id": "3580", + "id": "3590", "mutatorName": "LogicalOperator", "replacement": "isMinimumPlayersReached.value || areAllRolesSet.value", "statusReason": "expected true to be false // Object.is equality", @@ -157419,7 +158311,7 @@ } }, { - "id": "3581", + "id": "3591", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(108,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", @@ -157460,7 +158352,7 @@ } }, { - "id": "3582", + "id": "3592", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "expected [] to include 'composables.useCreateGameDtoValidatio…'", @@ -157504,7 +158396,7 @@ } }, { - "id": "3583", + "id": "3593", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ '' ] to include 'composables.useCreateGameDtoValidatio…'", @@ -157548,7 +158440,7 @@ } }, { - "id": "3584", + "id": "3594", "mutatorName": "BooleanLiteral", "replacement": "isMinimumPlayersReached.value", "statusReason": "expected [] to include 'composables.useCreateGameDtoValidatio…'", @@ -157592,7 +158484,7 @@ } }, { - "id": "3585", + "id": "3595", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ '', …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -157636,7 +158528,7 @@ } }, { - "id": "3586", + "id": "3596", "mutatorName": "BooleanLiteral", "replacement": "areAllRolesSet.value", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -157680,7 +158572,7 @@ } }, { - "id": "3587", + "id": "3597", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ '' ] to include 'composables.useCreateGameDtoValidatio…'", @@ -157724,7 +158616,7 @@ } }, { - "id": "3588", + "id": "3598", "mutatorName": "BooleanLiteral", "replacement": "doesContainOneVillagerSidedRole.value", "statusReason": "expected [] to include 'composables.useCreateGameDtoValidatio…'", @@ -157768,7 +158660,7 @@ } }, { - "id": "3589", + "id": "3599", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ '' ] to include 'composables.useCreateGameDtoValidatio…'", @@ -157812,7 +158704,7 @@ } }, { - "id": "3590", + "id": "3600", "mutatorName": "BooleanLiteral", "replacement": "doesContainOneWerewolfSidedRole.value", "statusReason": "expected [] to include 'composables.useCreateGameDtoValidatio…'", @@ -157856,7 +158748,7 @@ } }, { - "id": "3591", + "id": "3601", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ …(3) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -157900,7 +158792,7 @@ } }, { - "id": "3592", + "id": "3602", "mutatorName": "BooleanLiteral", "replacement": "isTwoSistersRolePresentAndMinimumPlayersReached.value", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -157944,7 +158836,7 @@ } }, { - "id": "3593", + "id": "3603", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ …(3) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -157988,7 +158880,7 @@ } }, { - "id": "3594", + "id": "3604", "mutatorName": "BooleanLiteral", "replacement": "isThreeBrothersRolePresentAndMinimumPlayersReached.value", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -158032,7 +158924,7 @@ } }, { - "id": "3595", + "id": "3605", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ …(3) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -158076,7 +158968,7 @@ } }, { - "id": "3596", + "id": "3606", "mutatorName": "BooleanLiteral", "replacement": "areAdditionalCardsSetForThiefIfPresent.value", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -158120,7 +159012,7 @@ } }, { - "id": "3597", + "id": "3607", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ …(3) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -158164,7 +159056,7 @@ } }, { - "id": "3598", + "id": "3608", "mutatorName": "BooleanLiteral", "replacement": "areAdditionalCardsSetForActorIfPresent.value", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -158208,7 +159100,7 @@ } }, { - "id": "3599", + "id": "3609", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "expected [ …(3) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -158252,7 +159144,7 @@ } }, { - "id": "3600", + "id": "3610", "mutatorName": "BooleanLiteral", "replacement": "arePlayerGroupsSetForPrejudicedManipulatorIfPresent.value", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -158296,7 +159188,7 @@ } }, { - "id": "3601", + "id": "3611", "mutatorName": "MethodExpression", "replacement": "Object.keys(errors)", "statusReason": "expected [ …(9) ] to strictly equal []", @@ -158340,7 +159232,7 @@ } }, { - "id": "3602", + "id": "3612", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [] to include 'composables.useCreateGameDtoValidatio…'", @@ -158384,7 +159276,7 @@ } }, { - "id": "3603", + "id": "3613", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(124,76): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -158433,7 +159325,7 @@ } }, { - "id": "3604", + "id": "3614", "mutatorName": "MethodExpression", "replacement": "createGameDto.value.players", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -158485,7 +159377,7 @@ } }, { - "id": "3605", + "id": "3615", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected true to be false // Object.is equality", @@ -158537,7 +159429,7 @@ } }, { - "id": "3606", + "id": "3616", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ …(2) ] to include 'composables.useCreateGameDtoValidatio…'", @@ -158583,7 +159475,7 @@ } }, { - "id": "3607", + "id": "3617", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected true to be false // Object.is equality", @@ -158629,7 +159521,7 @@ } }, { - "id": "3608", + "id": "3618", "mutatorName": "EqualityOperator", "replacement": "player.role.name !== role.name", "statusReason": "expected true to be false // Object.is equality", @@ -158675,7 +159567,7 @@ } }, { - "id": "3609", + "id": "3619", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -158727,7 +159619,7 @@ } }, { - "id": "3610", + "id": "3620", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -158779,7 +159671,7 @@ } }, { - "id": "3611", + "id": "3621", "mutatorName": "LogicalOperator", "replacement": "playersWithRoleCount === 0 && playersWithRoleCount >= role.minInGame", "statusReason": "expected false to be true // Object.is equality", @@ -158831,7 +159723,7 @@ } }, { - "id": "3612", + "id": "3622", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -158883,7 +159775,7 @@ } }, { - "id": "3613", + "id": "3623", "mutatorName": "EqualityOperator", "replacement": "playersWithRoleCount !== 0", "statusReason": "expected false to be true // Object.is equality", @@ -158935,7 +159827,7 @@ } }, { - "id": "3614", + "id": "3624", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -158968,7 +159860,7 @@ } }, { - "id": "3615", + "id": "3625", "mutatorName": "EqualityOperator", "replacement": "playersWithRoleCount > role.minInGame", "statusReason": "expected false to be true // Object.is equality", @@ -159001,7 +159893,7 @@ } }, { - "id": "3616", + "id": "3626", "mutatorName": "EqualityOperator", "replacement": "playersWithRoleCount < role.minInGame", "statusReason": "expected false to be true // Object.is equality", @@ -159034,7 +159926,7 @@ } }, { - "id": "3617", + "id": "3627", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(130,3): error TS2740: Type '{}' is missing the following properties from type 'UseCreateGameDtoValidation': isMinimumPlayersReached, areAllRolesSet, doesContainOneVillagerSidedRole, doesContainOneWerewolfSidedRole, and 10 more.\n", @@ -159115,20 +160007,20 @@ "482", "483", "484", - "934", - "935", - "936", "937", "938", "939", "940", "941", "942", - "1558", - "1559", - "1560", + "943", + "944", + "945", "1561", - "1562" + "1562", + "1563", + "1564", + "1565" ], "location": { "end": { @@ -159148,7 +160040,7 @@ "language": "typescript", "mutants": [ { - "id": "3618", + "id": "3628", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -159414,23 +160306,15 @@ "549", "550", "551", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "723", + "724", "725", "726", "727", @@ -159439,20 +160323,21 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", "759", "760", "761", @@ -159460,26 +160345,30 @@ "763", "764", "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", - "830", - "831", - "832", + "813", + "814", + "815", "833", "834", "835", @@ -159494,9 +160383,9 @@ "844", "845", "846", - "880", - "881", - "882", + "847", + "848", + "849", "883", "884", "885", @@ -159534,10 +160423,10 @@ "917", "918", "919", - "957", - "976", - "977", - "978", + "920", + "921", + "922", + "960", "979", "980", "981", @@ -159554,18 +160443,18 @@ "992", "993", "994", - "1034", - "1035", - "1036", + "995", + "996", + "997", "1037", "1038", "1039", "1040", "1041", "1042", - "1052", - "1053", - "1054", + "1043", + "1044", + "1045", "1055", "1056", "1057", @@ -159576,9 +160465,9 @@ "1062", "1063", "1064", - "1069", - "1070", - "1071", + "1065", + "1066", + "1067", "1072", "1073", "1074", @@ -159588,24 +160477,24 @@ "1078", "1079", "1080", - "1173", - "1174", - "1175", + "1081", + "1082", + "1083", "1176", "1177", "1178", "1179", "1180", "1181", - "1218", - "1219", - "1220", + "1182", + "1183", + "1184", "1221", "1222", "1223", - "1234", - "1235", - "1236", + "1224", + "1225", + "1226", "1237", "1238", "1239", @@ -159616,10 +160505,10 @@ "1244", "1245", "1246", + "1247", "1248", - "1271", - "1272", - "1273", + "1249", + "1251", "1274", "1275", "1276", @@ -159629,15 +160518,15 @@ "1280", "1281", "1282", - "1323", - "1324", - "1325", + "1283", + "1284", + "1285", "1326", "1327", "1328", - "1395", - "1396", - "1397", + "1329", + "1330", + "1331", "1398", "1399", "1400", @@ -159657,28 +160546,28 @@ "1414", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", "1457", - "1467", - "1468", - "1469", + "1458", + "1459", + "1460", "1470", "1471", "1472", "1473", "1474", - "1483", - "1484", - "1485", + "1475", + "1476", + "1477", "1486", "1487", "1488", @@ -159693,9 +160582,9 @@ "1497", "1498", "1499", - "1505", - "1506", - "1507", + "1500", + "1501", + "1502", "1508", "1509", "1510", @@ -159704,39 +160593,39 @@ "1513", "1514", "1515", - "1532", - "1533", - "1534", + "1516", + "1517", + "1518", "1535", "1536", - "1547", - "1548", - "1549", + "1537", + "1538", + "1539", "1550", "1551", "1552", - "1573", - "1574", - "1575", + "1553", + "1554", + "1555", "1576", "1577", "1578", - "1607", - "1608", - "1609", + "1579", + "1580", + "1581", "1610", "1611", "1612", "1613", "1614", - "1620", - "1621", - "1622", + "1615", + "1616", + "1617", "1623", - "1630", - "1654", - "1655", - "1656", + "1624", + "1625", + "1626", + "1633", "1657", "1658", "1659", @@ -159744,72 +160633,75 @@ "1661", "1662", "1663", - "1674", - "1675", - "1676", + "1664", + "1665", + "1666", "1677", - "1692", - "1693", - "1694", + "1678", + "1679", + "1680", "1695", "1696", - "1703", - "1704", - "1705", + "1697", + "1698", + "1699", "1706", "1707", - "1717", - "1718", - "1719", + "1708", + "1709", + "1710", "1720", "1721", - "1726", - "1727", - "1728", + "1722", + "1723", + "1724", "1729", "1730", - "1738", - "1739", - "1740", + "1731", + "1732", + "1733", "1741", "1742", - "1758", - "1759", - "1760", + "1743", + "1744", + "1745", "1761", "1762", - "1770", - "1771", - "1772", + "1763", + "1764", + "1765", "1773", "1774", "1775", + "1776", "1777", - "1781", - "1815", - "1816", - "1817", + "1778", + "1780", + "1784", "1818", "1819", "1820", "1821", "1822", - "1847", - "1848", - "1849", + "1823", + "1824", + "1825", "1850", - "1864", - "1868", - "1877", - "1878", - "1879", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1916" + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1919" ], "location": { "end": { @@ -159823,7 +160715,7 @@ } }, { - "id": "3619", + "id": "3629", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -159831,8 +160723,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1607", - "1608" + "1610", + "1611" ], "location": { "end": { @@ -159846,7 +160738,7 @@ } }, { - "id": "3620", + "id": "3630", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useFetchGames.ts(16,60): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -159854,8 +160746,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1607", - "1608" + "1610", + "1611" ], "location": { "end": { @@ -159869,7 +160761,7 @@ } }, { - "id": "3621", + "id": "3631", "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\":true,\"duration\":447},\"roles\":{\"doSkipCallIfNoTarget\":true,\"areRevealedOnDeath\":false,\"sheriff\":{\"isEnabled\":false,\"electedAt\":{\"turn\":7965461375352832,\"phaseName\":\"night\"},\"hasDoubledVote\":true,\"mustSettleTieInVotes\":true},\"werewolf\":{\"canEatEachOther\":true},\"bigBadWolf\":{\"isPowerlessIfWerewolfDies\":true},\"whiteWerewolf\":{\"wakingUpInterval\":3},\"seer\":{\"isTalkative\":true,\"canSeeRoles\":true},\"cupid\":{\"lovers\":{\"doRevealRoleToEachOther\":true},\"mustWinWithLovers\":true},\"littleGirl\":{\"isProtectedByDefender\":true},\"defender\":{\"canProtectTwice\":true},\"elder\":{\"livesCountAgainstWerewolves\":4,\"doesTakeHisRevenge\":true},\"idiot\":{\"doesDieOnElderDeath\":true},\"twoSisters\":{\"wakingUpInterval\":5},\"threeBrothers\":{\"wakingUpInterval\":3},\"fox\":{\"isPowerlessIfMissesWerewolf\":false},\"bearTamer\":{\"doesGrowlOnWerewolvesSide\":true},\"stutteringJudge\":{\"voteRequestsCount\":5},\"wildChild\":{\"isTransformationRevealed\":true},\"wolfHound\":{\"isChosenSideRevealed\":false,\"isSideRandomlyChosen\":false},\"thief\":{\"mustChooseBetweenWerewolves\":false,\"isChosenCardRevealed\":true,\"additionalCardsCount\":4},\"piedPiper\":{\"charmedPeopleCountPerNight\":5,\"isPowerlessOnWerewolvesSide\":false,\"areCharmedPeopleRevealed\":true},\"scandalmonger\":{\"markPenalty\":3},\"witch\":{\"doesKnowWerewolvesTargets\":false},\"prejudicedManipulator\":{\"isPowerlessOnWerewolvesSide\":true},\"actor\":{\"isPowerlessOnWerewolvesSide\":false,\"additionalCardsCount\":3}}}}\",\n \"method\": \"POST\",\n },\n], but it was called with \"\"", @@ -159877,11 +160769,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1607" + "1610" ], "coveredBy": [ - "1607", - "1608" + "1610", + "1611" ], "location": { "end": { @@ -159895,7 +160787,7 @@ } }, { - "id": "3622", + "id": "3632", "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\":false},\"votes\":{\"canBeSkipped\":true,\"duration\":199},\"roles\":{\"doSkipCallIfNoTarget\":false,\"areRevealedOnDeath\":true,\"sheriff\":{\"isEnabled\":true,\"electedAt\":{\"turn\":1193518995341312,\"phaseName\":\"day\"},\"hasDoubledVote\":false,\"mustSettleTieInVotes\":true},\"werewolf\":{\"canEatEachOther\":false},\"bigBadWolf\":{\"isPowerlessIfWerewolfDies\":true},\"whiteWerewolf\":{\"wakingUpInterval\":1},\"seer\":{\"isTalkative\":true,\"canSeeRoles\":true},\"cupid\":{\"lovers\":{\"doRevealRoleToEachOther\":true},\"mustWinWithLovers\":false},\"littleGirl\":{\"isProtectedByDefender\":false},\"defender\":{\"canProtectTwice\":false},\"elder\":{\"livesCountAgainstWerewolves\":5,\"doesTakeHisRevenge\":true},\"idiot\":{\"doesDieOnElderDeath\":false},\"twoSisters\":{\"wakingUpInterval\":2},\"threeBrothers\":{\"wakingUpInterval\":2},\"fox\":{\"isPowerlessIfMissesWerewolf\":true},\"bearTamer\":{\"doesGrowlOnWerewolvesSide\":true},\"stutteringJudge\":{\"voteRequestsCount\":1},\"wildChild\":{\"isTransformationRevealed\":false},\"wolfHound\":{\"isChosenSideRevealed\":true,\"isSideRandomlyChosen\":false},\"thief\":{\"mustChooseBetweenWerewolves\":true,\"isChosenCardRevealed\":false,\"additionalCardsCount\":4},\"piedPiper\":{\"charmedPeopleCountPerNight\":4,\"isPowerlessOnWerewolvesSide\":true,\"areCharmedPeopleRevealed\":false},\"scandalmonger\":{\"markPenalty\":3},\"witch\":{\"doesKnowWerewolvesTargets\":true},\"prejudicedManipulator\":{\"isPowerlessOnWerewolvesSide\":false},\"actor\":{\"isPowerlessOnWerewolvesSide\":true,\"additionalCardsCount\":3}}}}\",\n \"method\": \"POST\",\n },\n], but it was called with \"/games\"", @@ -159903,11 +160795,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1607" + "1610" ], "coveredBy": [ - "1607", - "1608" + "1610", + "1611" ], "location": { "end": { @@ -159921,7 +160813,7 @@ } }, { - "id": "3623", + "id": "3633", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/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", @@ -159929,8 +160821,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1607", - "1608" + "1610", + "1611" ], "location": { "end": { @@ -159944,7 +160836,7 @@ } }, { - "id": "3624", + "id": "3634", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useFetchGames.ts(16,60): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -159952,7 +160844,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1608" + "1611" ], "location": { "end": { @@ -159966,7 +160858,7 @@ } }, { - "id": "3625", + "id": "3635", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -159974,8 +160866,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1609", - "1610" + "1612", + "1613" ], "location": { "end": { @@ -159989,7 +160881,7 @@ } }, { - "id": "3626", + "id": "3636", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useFetchGames.ts(27,43): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -159997,8 +160889,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1609", - "1610" + "1612", + "1613" ], "location": { "end": { @@ -160012,7 +160904,7 @@ } }, { - "id": "3627", + "id": "3637", "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 \"\"", @@ -160020,11 +160912,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1609" + "1612" ], "coveredBy": [ - "1609", - "1610" + "1612", + "1613" ], "location": { "end": { @@ -160038,7 +160930,7 @@ } }, { - "id": "3628", + "id": "3638", "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\"", @@ -160046,11 +160938,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1609" + "1612" ], "coveredBy": [ - "1609", - "1610" + "1612", + "1613" ], "location": { "end": { @@ -160064,7 +160956,7 @@ } }, { - "id": "3629", + "id": "3639", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/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", @@ -160072,8 +160964,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1609", - "1610" + "1612", + "1613" ], "location": { "end": { @@ -160087,7 +160979,7 @@ } }, { - "id": "3630", + "id": "3640", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useFetchGames.ts(27,43): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -160095,7 +160987,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1610" + "1613" ], "location": { "end": { @@ -160109,7 +161001,7 @@ } }, { - "id": "3631", + "id": "3641", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -160117,8 +161009,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1611", - "1612" + "1614", + "1615" ], "location": { "end": { @@ -160132,7 +161024,7 @@ } }, { - "id": "3632", + "id": "3642", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useFetchGames.ts(35,46): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -160140,8 +161032,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1611", - "1612" + "1614", + "1615" ], "location": { "end": { @@ -160155,7 +161047,7 @@ } }, { - "id": "3633", + "id": "3643", "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 \"\"", @@ -160163,11 +161055,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1611" + "1614" ], "coveredBy": [ - "1611", - "1612" + "1614", + "1615" ], "location": { "end": { @@ -160181,7 +161073,7 @@ } }, { - "id": "3634", + "id": "3644", "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\"", @@ -160189,11 +161081,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1611" + "1614" ], "coveredBy": [ - "1611", - "1612" + "1614", + "1615" ], "location": { "end": { @@ -160207,7 +161099,7 @@ } }, { - "id": "3635", + "id": "3645", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/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", @@ -160215,8 +161107,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1611", - "1612" + "1614", + "1615" ], "location": { "end": { @@ -160230,7 +161122,7 @@ } }, { - "id": "3636", + "id": "3646", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useFetchGames.ts(35,46): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -160238,7 +161130,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1612" + "1615" ], "location": { "end": { @@ -160252,7 +161144,7 @@ } }, { - "id": "3637", + "id": "3647", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -160260,8 +161152,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1613", - "1614" + "1616", + "1617" ], "location": { "end": { @@ -160275,7 +161167,7 @@ } }, { - "id": "3638", + "id": "3648", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useFetchGames.ts(43,82): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -160283,8 +161175,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1613", - "1614" + "1616", + "1617" ], "location": { "end": { @@ -160298,7 +161190,7 @@ } }, { - "id": "3639", + "id": "3649", "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 \"\"", @@ -160306,11 +161198,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1613" + "1616" ], "coveredBy": [ - "1613", - "1614" + "1616", + "1617" ], "location": { "end": { @@ -160324,7 +161216,7 @@ } }, { - "id": "3640", + "id": "3650", "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\"", @@ -160332,11 +161224,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1613" + "1616" ], "coveredBy": [ - "1613", - "1614" + "1616", + "1617" ], "location": { "end": { @@ -160350,7 +161242,7 @@ } }, { - "id": "3641", + "id": "3651", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/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", @@ -160358,8 +161250,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1613", - "1614" + "1616", + "1617" ], "location": { "end": { @@ -160373,7 +161265,7 @@ } }, { - "id": "3642", + "id": "3652", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useFetchGames.ts(43,82): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", @@ -160381,7 +161273,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1614" + "1617" ], "location": { "end": { @@ -160395,7 +161287,7 @@ } }, { - "id": "3643", + "id": "3653", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/useFetchGames.ts(53,3): error TS2739: Type '{}' is missing the following properties from type 'UseFetchGames': createGame, getGame, cancelGame, makeGamePlay\n", @@ -160661,23 +161553,15 @@ "549", "550", "551", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "723", + "724", "725", "726", "727", @@ -160686,20 +161570,21 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", "759", "760", "761", @@ -160707,26 +161592,30 @@ "763", "764", "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", - "830", - "831", - "832", + "813", + "814", + "815", "833", "834", "835", @@ -160741,9 +161630,9 @@ "844", "845", "846", - "880", - "881", - "882", + "847", + "848", + "849", "883", "884", "885", @@ -160781,10 +161670,10 @@ "917", "918", "919", - "957", - "976", - "977", - "978", + "920", + "921", + "922", + "960", "979", "980", "981", @@ -160801,18 +161690,18 @@ "992", "993", "994", - "1034", - "1035", - "1036", + "995", + "996", + "997", "1037", "1038", "1039", "1040", "1041", "1042", - "1052", - "1053", - "1054", + "1043", + "1044", + "1045", "1055", "1056", "1057", @@ -160823,9 +161712,9 @@ "1062", "1063", "1064", - "1069", - "1070", - "1071", + "1065", + "1066", + "1067", "1072", "1073", "1074", @@ -160835,24 +161724,24 @@ "1078", "1079", "1080", - "1173", - "1174", - "1175", + "1081", + "1082", + "1083", "1176", "1177", "1178", "1179", "1180", "1181", - "1218", - "1219", - "1220", + "1182", + "1183", + "1184", "1221", "1222", "1223", - "1234", - "1235", - "1236", + "1224", + "1225", + "1226", "1237", "1238", "1239", @@ -160863,10 +161752,10 @@ "1244", "1245", "1246", + "1247", "1248", - "1271", - "1272", - "1273", + "1249", + "1251", "1274", "1275", "1276", @@ -160876,15 +161765,15 @@ "1280", "1281", "1282", - "1323", - "1324", - "1325", + "1283", + "1284", + "1285", "1326", "1327", "1328", - "1395", - "1396", - "1397", + "1329", + "1330", + "1331", "1398", "1399", "1400", @@ -160904,28 +161793,28 @@ "1414", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", "1457", - "1467", - "1468", - "1469", + "1458", + "1459", + "1460", "1470", "1471", "1472", "1473", "1474", - "1483", - "1484", - "1485", + "1475", + "1476", + "1477", "1486", "1487", "1488", @@ -160940,9 +161829,9 @@ "1497", "1498", "1499", - "1505", - "1506", - "1507", + "1500", + "1501", + "1502", "1508", "1509", "1510", @@ -160951,39 +161840,39 @@ "1513", "1514", "1515", - "1532", - "1533", - "1534", + "1516", + "1517", + "1518", "1535", "1536", - "1547", - "1548", - "1549", + "1537", + "1538", + "1539", "1550", "1551", "1552", - "1573", - "1574", - "1575", + "1553", + "1554", + "1555", "1576", "1577", "1578", - "1607", - "1608", - "1609", + "1579", + "1580", + "1581", "1610", "1611", "1612", "1613", "1614", - "1620", - "1621", - "1622", + "1615", + "1616", + "1617", "1623", - "1630", - "1654", - "1655", - "1656", + "1624", + "1625", + "1626", + "1633", "1657", "1658", "1659", @@ -160991,72 +161880,75 @@ "1661", "1662", "1663", - "1674", - "1675", - "1676", + "1664", + "1665", + "1666", "1677", - "1692", - "1693", - "1694", + "1678", + "1679", + "1680", "1695", "1696", - "1703", - "1704", - "1705", + "1697", + "1698", + "1699", "1706", "1707", - "1717", - "1718", - "1719", + "1708", + "1709", + "1710", "1720", "1721", - "1726", - "1727", - "1728", + "1722", + "1723", + "1724", "1729", "1730", - "1738", - "1739", - "1740", + "1731", + "1732", + "1733", "1741", "1742", - "1758", - "1759", - "1760", + "1743", + "1744", + "1745", "1761", "1762", - "1770", - "1771", - "1772", + "1763", + "1764", + "1765", "1773", "1774", "1775", + "1776", "1777", - "1781", - "1815", - "1816", - "1817", + "1778", + "1780", + "1784", "1818", "1819", "1820", "1821", "1822", - "1847", - "1848", - "1849", + "1823", + "1824", + "1825", "1850", - "1864", - "1868", - "1877", - "1878", - "1879", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1916" + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1919" ], "location": { "end": { @@ -161076,7 +161968,7 @@ "language": "typescript", "mutants": [ { - "id": "3644", + "id": "3654", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -161084,7 +161976,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1950" + "1953" ], "location": { "end": { @@ -161098,7 +161990,7 @@ } }, { - "id": "3645", + "id": "3655", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -161106,7 +161998,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1950" + "1953" ], "location": { "end": { @@ -161120,7 +162012,7 @@ } }, { - "id": "3646", + "id": "3656", "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 \"\"", @@ -161128,10 +162020,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1950" + "1953" ], "coveredBy": [ - "1950" + "1953" ], "location": { "end": { @@ -161145,7 +162037,7 @@ } }, { - "id": "3647", + "id": "3657", "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\"", @@ -161153,10 +162045,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1950" + "1953" ], "coveredBy": [ - "1950" + "1953" ], "location": { "end": { @@ -161170,7 +162062,7 @@ } }, { - "id": "3648", + "id": "3658", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/useFetchRandomGameComposition.ts(24,121): 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", @@ -161178,7 +162070,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1950" + "1953" ], "location": { "end": { @@ -161192,7 +162084,7 @@ } }, { - "id": "3649", + "id": "3659", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/useFetchRandomGameComposition.ts(26,3): error TS2741: Property 'fetchRandomGameComposition' is missing in type '{}' but required in type 'UseFetchRandomGameComposition'.\n", @@ -161200,7 +162092,7 @@ "static": false, "killedBy": [], "coveredBy": [ - "1950" + "1953" ], "location": { "end": { @@ -161220,7 +162112,7 @@ "language": "typescript", "mutants": [ { - "id": "3650", + "id": "3660", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useGamePlayers.ts(11,43): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -161228,10 +162120,10 @@ "static": false, "killedBy": [], "coveredBy": [ - "1823", - "1824", - "1825", - "1826" + "1826", + "1827", + "1828", + "1829" ], "location": { "end": { @@ -161245,7 +162137,7 @@ } }, { - "id": "3651", + "id": "3661", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected undefined to strictly equal _Player{ …(6) }", @@ -161253,13 +162145,13 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1823" + "1826" ], "coveredBy": [ - "1823", - "1824", - "1825", - "1826" + "1826", + "1827", + "1828", + "1829" ], "location": { "end": { @@ -161273,7 +162165,7 @@ } }, { - "id": "3652", + "id": "3662", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected undefined to strictly equal _Player{ …(6) }", @@ -161281,11 +162173,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1823" + "1826" ], "coveredBy": [ - "1823", - "1824" + "1826", + "1827" ], "location": { "end": { @@ -161299,7 +162191,7 @@ } }, { - "id": "3653", + "id": "3663", "mutatorName": "MethodExpression", "replacement": "attributes.every(({\n name\n}) => name === \"sheriff\")", "statusReason": "expected _Player{ …(6) } to strictly equal _Player{ …(6) }", @@ -161307,11 +162199,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1823" + "1826" ], "coveredBy": [ - "1823", - "1824" + "1826", + "1827" ], "location": { "end": { @@ -161325,7 +162217,7 @@ } }, { - "id": "3654", + "id": "3664", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected undefined to strictly equal _Player{ …(6) }", @@ -161333,11 +162225,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1823" + "1826" ], "coveredBy": [ - "1823", - "1824" + "1826", + "1827" ], "location": { "end": { @@ -161351,7 +162243,7 @@ } }, { - "id": "3655", + "id": "3665", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected _Player{ …(6) } to be undefined", @@ -161359,11 +162251,11 @@ "testsCompleted": 11, "static": false, "killedBy": [ - "1824" + "1827" ], "coveredBy": [ - "1823", - "1824" + "1826", + "1827" ], "location": { "end": { @@ -161377,7 +162269,7 @@ } }, { - "id": "3656", + "id": "3666", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected undefined to strictly equal _Player{ …(6) }", @@ -161385,11 +162277,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1823" + "1826" ], "coveredBy": [ - "1823", - "1824" + "1826", + "1827" ], "location": { "end": { @@ -161403,7 +162295,7 @@ } }, { - "id": "3657", + "id": "3667", "mutatorName": "EqualityOperator", "replacement": "name !== \"sheriff\"", "statusReason": "expected _Player{ …(6) } to strictly equal _Player{ …(6) }", @@ -161411,11 +162303,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1823" + "1826" ], "coveredBy": [ - "1823", - "1824" + "1826", + "1827" ], "location": { "end": { @@ -161429,7 +162321,7 @@ } }, { - "id": "3658", + "id": "3668", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/useGamePlayers.ts(12,137): error TS2367: This comparison appears to be unintentional because the types '\"sheriff\" | \"seen\" | \"eaten\" | \"drank-life-potion\" | \"drank-death-potion\" | \"protected\" | \"scandalmonger-marked\" | \"in-love\" | \"worshiped\" | \"powerless\" | \"cant-vote\" | \"charmed\" | \"contaminated\" | \"stolen-role\" | \"acting\"' and '\"\"' have no overlap.\n", @@ -161437,8 +162329,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1823", - "1824" + "1826", + "1827" ], "location": { "end": { @@ -161452,7 +162344,7 @@ } }, { - "id": "3659", + "id": "3669", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useGamePlayers.ts(14,55): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", @@ -161460,8 +162352,8 @@ "static": false, "killedBy": [], "coveredBy": [ - "1825", - "1826" + "1828", + "1829" ], "location": { "end": { @@ -161475,7 +162367,7 @@ } }, { - "id": "3660", + "id": "3670", "mutatorName": "MethodExpression", "replacement": "game.value.players", "statusReason": "expected [ _Player{ …(6) }, …(3) ] to strictly equal [ _Player{ …(6) }, _Player{ …(6) } ]", @@ -161483,11 +162375,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1825" + "1828" ], "coveredBy": [ - "1825", - "1826" + "1828", + "1829" ], "location": { "end": { @@ -161501,7 +162393,7 @@ } }, { - "id": "3661", + "id": "3671", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "expected [] to strictly equal [ _Player{ …(6) }, _Player{ …(6) } ]", @@ -161509,11 +162401,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1825" + "1828" ], "coveredBy": [ - "1825", - "1826" + "1828", + "1829" ], "location": { "end": { @@ -161527,7 +162419,7 @@ } }, { - "id": "3662", + "id": "3672", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected [ _Player{ …(6) }, …(3) ] to strictly equal [ _Player{ …(6) }, _Player{ …(6) } ]", @@ -161535,11 +162427,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1825" + "1828" ], "coveredBy": [ - "1825", - "1826" + "1828", + "1829" ], "location": { "end": { @@ -161553,7 +162445,7 @@ } }, { - "id": "3663", + "id": "3673", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected [] to strictly equal [ _Player{ …(6) }, _Player{ …(6) } ]", @@ -161561,11 +162453,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1825" + "1828" ], "coveredBy": [ - "1825", - "1826" + "1828", + "1829" ], "location": { "end": { @@ -161579,7 +162471,7 @@ } }, { - "id": "3664", + "id": "3674", "mutatorName": "EqualityOperator", "replacement": "player.role.current !== role", "statusReason": "expected [ _Player{ …(6) }, _Player{ …(6) } ] to strictly equal [ _Player{ …(6) }, _Player{ …(6) } ]", @@ -161587,11 +162479,11 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1825" + "1828" ], "coveredBy": [ - "1825", - "1826" + "1828", + "1829" ], "location": { "end": { @@ -161605,7 +162497,7 @@ } }, { - "id": "3665", + "id": "3675", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/useGamePlayers.ts(17,3): error TS2739: Type '{}' is missing the following properties from type 'UseGamePlayers': sheriffInPlayers, getPlayersWithCurrentRole\n", @@ -161613,10 +162505,10 @@ "static": false, "killedBy": [], "coveredBy": [ - "1823", - "1824", - "1825", - "1826" + "1826", + "1827", + "1828", + "1829" ], "location": { "end": { @@ -161636,7 +162528,7 @@ "language": "typescript", "mutants": [ { - "id": "3666", + "id": "3676", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -161644,13 +162536,13 @@ "static": false, "killedBy": [], "coveredBy": [ - "1447", - "1448", - "1449", "1450", "1451", - "1956", - "1957" + "1452", + "1453", + "1454", + "1959", + "1960" ], "location": { "end": { @@ -161664,7 +162556,7 @@ } }, { - "id": "3667", + "id": "3677", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -161672,13 +162564,13 @@ "static": false, "killedBy": [], "coveredBy": [ - "1447", - "1448", - "1449", "1450", "1451", - "1956", - "1957" + "1452", + "1453", + "1454", + "1959", + "1960" ], "location": { "end": { @@ -161692,7 +162584,7 @@ } }, { - "id": "3668", + "id": "3678", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "Snapshot `Game Over History Record Source Component > should match snapshot when rendered. 1` mismatched", @@ -161700,16 +162592,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1447" + "1450" ], "coveredBy": [ - "1447", - "1448", - "1449", "1450", "1451", - "1956", - "1957" + "1452", + "1453", + "1454", + "1959", + "1960" ], "location": { "end": { @@ -161723,7 +162615,7 @@ } }, { - "id": "3669", + "id": "3679", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected 'shared.role.definiteName.sheriff, 1' to be 'shared.game.player.attribute.definite…' // Object.is equality", @@ -161731,16 +162623,16 @@ "testsCompleted": 6, "static": false, "killedBy": [ - "1956" + "1959" ], "coveredBy": [ - "1447", - "1448", - "1449", "1450", "1451", - "1956", - "1957" + "1452", + "1453", + "1454", + "1959", + "1960" ], "location": { "end": { @@ -161754,7 +162646,7 @@ } }, { - "id": "3670", + "id": "3680", "mutatorName": "EqualityOperator", "replacement": "gameSource !== \"sheriff\"", "statusReason": "Snapshot `Game Over History Record Source Component > should match snapshot when rendered. 1` mismatched", @@ -161762,16 +162654,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1447" + "1450" ], "coveredBy": [ - "1447", - "1448", - "1449", "1450", "1451", - "1956", - "1957" + "1452", + "1453", + "1454", + "1959", + "1960" ], "location": { "end": { @@ -161785,7 +162677,7 @@ } }, { - "id": "3671", + "id": "3681", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/useGameSource.ts(16,9): 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\" | ... 23 more ... | \"lovers\"' and '\"\"' have no overlap.\n", @@ -161793,13 +162685,13 @@ "static": false, "killedBy": [], "coveredBy": [ - "1447", - "1448", - "1449", "1450", "1451", - "1956", - "1957" + "1452", + "1453", + "1454", + "1959", + "1960" ], "location": { "end": { @@ -161813,7 +162705,7 @@ } }, { - "id": "3672", + "id": "3682", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "expected 'shared.role.definiteName.sheriff, 1' to be 'shared.game.player.attribute.definite…' // Object.is equality", @@ -161821,10 +162713,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1956" + "1959" ], "coveredBy": [ - "1956" + "1959" ], "location": { "end": { @@ -161838,7 +162730,7 @@ } }, { - "id": "3673", + "id": "3683", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected ', 1' to be 'shared.game.player.attribute.definite…' // Object.is equality", @@ -161846,10 +162738,10 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1956" + "1959" ], "coveredBy": [ - "1956" + "1959" ], "location": { "end": { @@ -161863,7 +162755,7 @@ } }, { - "id": "3674", + "id": "3684", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected 'shared.game.player.group.definiteName…' to be 'shared.role.definiteName.werewolf, 1' // Object.is equality", @@ -161871,16 +162763,16 @@ "testsCompleted": 9, "static": false, "killedBy": [ - "1957" + "1960" ], "coveredBy": [ - "1447", - "1448", - "1449", "1450", "1451", - "1956", - "1957" + "1452", + "1453", + "1454", + "1959", + "1960" ], "location": { "end": { @@ -161894,7 +162786,7 @@ } }, { - "id": "3675", + "id": "3685", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "Snapshot `Game Over History Record Source Component > should match snapshot when rendered. 1` mismatched", @@ -161902,16 +162794,16 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1447" + "1450" ], "coveredBy": [ - "1447", - "1448", - "1449", "1450", "1451", - "1956", - "1957" + "1452", + "1453", + "1454", + "1959", + "1960" ], "location": { "end": { @@ -161925,7 +162817,7 @@ } }, { - "id": "3676", + "id": "3686", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "Snapshot `Game Over History Record Source Component > should match snapshot when rendered. 1` mismatched", @@ -161933,15 +162825,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1447" + "1450" ], "coveredBy": [ - "1447", - "1448", - "1449", "1450", "1451", - "1956" + "1452", + "1453", + "1454", + "1959" ], "location": { "end": { @@ -161955,7 +162847,7 @@ } }, { - "id": "3677", + "id": "3687", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Over History Record Source Component > should match snapshot when rendered. 1` mismatched", @@ -161963,15 +162855,15 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1447" + "1450" ], "coveredBy": [ - "1447", - "1448", - "1449", "1450", "1451", - "1956" + "1452", + "1453", + "1454", + "1959" ], "location": { "end": { @@ -161985,7 +162877,7 @@ } }, { - "id": "3678", + "id": "3688", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/game/useGameSource.ts(24,3): error TS2741: Property 'getDefiniteGameSourceNameLabel' is missing in type '{}' but required in type 'UseGameSourceName'.\n", @@ -161993,13 +162885,13 @@ "static": false, "killedBy": [], "coveredBy": [ - "1447", - "1448", - "1449", "1450", "1451", - "1956", - "1957" + "1452", + "1453", + "1454", + "1959", + "1960" ], "location": { "end": { @@ -162019,7 +162911,7 @@ "language": "typescript", "mutants": [ { - "id": "3679", + "id": "3689", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -162078,7 +162970,7 @@ } }, { - "id": "3680", + "id": "3690", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -162113,7 +163005,7 @@ } }, { - "id": "3681", + "id": "3691", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(20,29): error TS18047: 'game.value.currentPlay' is possibly 'null'.\napp/composables/api/game/useMakeGamePlayDtoValidation.ts(26,12): error TS18048: 'votes' is possibly 'undefined'.\napp/composables/api/game/useMakeGamePlayDtoValidation.ts(26,28): error TS18048: 'voteInteraction' is possibly 'undefined'.\n", @@ -162148,7 +163040,7 @@ } }, { - "id": "3682", + "id": "3692", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(20,29): error TS18047: 'game.value.currentPlay' is possibly 'null'.\napp/composables/api/game/useMakeGamePlayDtoValidation.ts(26,12): error TS18048: 'votes' is possibly 'undefined'.\n", @@ -162183,7 +163075,7 @@ } }, { - "id": "3683", + "id": "3693", "mutatorName": "LogicalOperator", "replacement": "game.value.currentPlay?.type !== \"vote\" && makeGamePlayDto.value.votes === undefined", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(20,29): error TS18047: 'game.value.currentPlay' is possibly 'null'.\napp/composables/api/game/useMakeGamePlayDtoValidation.ts(26,12): error TS18048: 'votes' is possibly 'undefined'.\n", @@ -162218,7 +163110,7 @@ } }, { - "id": "3684", + "id": "3694", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(20,29): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -162253,7 +163145,7 @@ } }, { - "id": "3685", + "id": "3695", "mutatorName": "EqualityOperator", "replacement": "game.value.currentPlay?.type === \"vote\"", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(20,29): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -162288,7 +163180,7 @@ } }, { - "id": "3686", + "id": "3696", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.type", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(17,9): error TS18047: 'game.value.currentPlay' is possibly 'null'.\napp/composables/api/game/useMakeGamePlayDtoValidation.ts(20,29): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -162323,7 +163215,7 @@ } }, { - "id": "3687", + "id": "3697", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/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", @@ -162358,7 +163250,7 @@ } }, { - "id": "3690", + "id": "3700", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(18,29): error TS18047: 'game.value.currentPlay' is possibly 'null'.\napp/composables/api/game/useMakeGamePlayDtoValidation.ts(24,12): error TS18048: 'votes' is possibly 'undefined'.\n", @@ -162389,7 +163281,7 @@ } }, { - "id": "3691", + "id": "3701", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -162423,7 +163315,7 @@ } }, { - "id": "3692", + "id": "3702", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.source.interactions[0]", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(20,29): error TS18048: 'game.value.currentPlay.source.interactions' is possibly 'undefined'.\n", @@ -162449,7 +163341,7 @@ } }, { - "id": "3693", + "id": "3703", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(26,12): error TS18048: 'votes' is possibly 'undefined'.\napp/composables/api/game/useMakeGamePlayDtoValidation.ts(26,28): error TS18048: 'voteInteraction' is possibly 'undefined'.\n", @@ -162475,7 +163367,7 @@ } }, { - "id": "3694", + "id": "3704", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(26,28): error TS18048: 'voteInteraction' is possibly 'undefined'.\n", @@ -162501,7 +163393,7 @@ } }, { - "id": "3695", + "id": "3705", "mutatorName": "EqualityOperator", "replacement": "voteInteraction !== undefined", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(26,28): error TS18048: 'voteInteraction' is possibly 'undefined'.\n", @@ -162527,7 +163419,7 @@ } }, { - "id": "3696", + "id": "3706", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(24,28): error TS18048: 'voteInteraction' is possibly 'undefined'.\n", @@ -162549,7 +163441,7 @@ } }, { - "id": "3697", + "id": "3707", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -162574,7 +163466,7 @@ } }, { - "id": "3698", + "id": "3708", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -162602,7 +163494,7 @@ } }, { - "id": "3699", + "id": "3709", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -162630,7 +163522,7 @@ } }, { - "id": "3700", + "id": "3710", "mutatorName": "EqualityOperator", "replacement": "votes.length > voteInteraction.boundaries.min", "statusReason": "expected false to be true // Object.is equality", @@ -162658,7 +163550,7 @@ } }, { - "id": "3701", + "id": "3711", "mutatorName": "EqualityOperator", "replacement": "votes.length < voteInteraction.boundaries.min", "statusReason": "expected true to be false // Object.is equality", @@ -162686,7 +163578,7 @@ } }, { - "id": "3702", + "id": "3712", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -162721,7 +163613,7 @@ } }, { - "id": "3703", + "id": "3713", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(34,31): error TS18047: 'game.value.currentPlay' is possibly 'null'.\napp/composables/api/game/useMakeGamePlayDtoValidation.ts(40,12): error TS18048: 'targets' is possibly 'undefined'.\napp/composables/api/game/useMakeGamePlayDtoValidation.ts(40,30): error TS18048: 'targetInteraction' is possibly 'undefined'.\n", @@ -162756,7 +163648,7 @@ } }, { - "id": "3704", + "id": "3714", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(34,31): error TS18047: 'game.value.currentPlay' is possibly 'null'.\napp/composables/api/game/useMakeGamePlayDtoValidation.ts(40,12): error TS18048: 'targets' is possibly 'undefined'.\n", @@ -162791,7 +163683,7 @@ } }, { - "id": "3705", + "id": "3715", "mutatorName": "LogicalOperator", "replacement": "game.value.currentPlay?.type !== \"target\" && makeGamePlayDto.value.targets === undefined", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(34,31): error TS18047: 'game.value.currentPlay' is possibly 'null'.\napp/composables/api/game/useMakeGamePlayDtoValidation.ts(40,12): error TS18048: 'targets' is possibly 'undefined'.\n", @@ -162826,7 +163718,7 @@ } }, { - "id": "3706", + "id": "3716", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(34,31): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -162861,7 +163753,7 @@ } }, { - "id": "3707", + "id": "3717", "mutatorName": "EqualityOperator", "replacement": "game.value.currentPlay?.type === \"target\"", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(34,31): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -162896,7 +163788,7 @@ } }, { - "id": "3708", + "id": "3718", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.type", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(30,9): error TS18047: 'game.value.currentPlay' is possibly 'null'.\napp/composables/api/game/useMakeGamePlayDtoValidation.ts(34,31): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -162931,7 +163823,7 @@ } }, { - "id": "3709", + "id": "3719", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(30,9): error TS2367: This comparison appears to be unintentional because the types '\"vote\" | \"no-action\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\" | undefined' and '\"\"' have no overlap.\n", @@ -162966,7 +163858,61 @@ } }, { - "id": "3712", + "id": "3720", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(40,12): error TS18048: 'targets' is possibly 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "224", + "225", + "226", + "227", + "228", + "238" + ], + "location": { + "end": { + "column": 97, + "line": 30 + }, + "start": { + "column": 54, + "line": 30 + } + } + }, + { + "id": "3721", + "mutatorName": "EqualityOperator", + "replacement": "makeGamePlayDto.value.targets !== undefined", + "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(40,12): error TS18048: 'targets' is possibly 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "224", + "225", + "226", + "227", + "228", + "238" + ], + "location": { + "end": { + "column": 97, + "line": 30 + }, + "start": { + "column": 54, + "line": 30 + } + } + }, + { + "id": "3722", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(32,31): error TS18047: 'game.value.currentPlay' is possibly 'null'.\napp/composables/api/game/useMakeGamePlayDtoValidation.ts(38,12): error TS18048: 'targets' is possibly 'undefined'.\n", @@ -162997,7 +163943,7 @@ } }, { - "id": "3713", + "id": "3723", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -163031,7 +163977,7 @@ } }, { - "id": "3714", + "id": "3724", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.source.interactions[0]", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(34,31): error TS18048: 'game.value.currentPlay.source.interactions' is possibly 'undefined'.\n", @@ -163057,7 +164003,7 @@ } }, { - "id": "3715", + "id": "3725", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(40,12): error TS18048: 'targets' is possibly 'undefined'.\napp/composables/api/game/useMakeGamePlayDtoValidation.ts(40,30): error TS18048: 'targetInteraction' is possibly 'undefined'.\n", @@ -163083,7 +164029,7 @@ } }, { - "id": "3716", + "id": "3726", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(40,30): error TS18048: 'targetInteraction' is possibly 'undefined'.\n", @@ -163109,7 +164055,7 @@ } }, { - "id": "3717", + "id": "3727", "mutatorName": "EqualityOperator", "replacement": "targetInteraction !== undefined", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(40,30): error TS18048: 'targetInteraction' is possibly 'undefined'.\n", @@ -163135,7 +164081,7 @@ } }, { - "id": "3718", + "id": "3728", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(38,30): error TS18048: 'targetInteraction' is possibly 'undefined'.\n", @@ -163157,7 +164103,7 @@ } }, { - "id": "3719", + "id": "3729", "mutatorName": "BooleanLiteral", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -163182,7 +164128,7 @@ } }, { - "id": "3720", + "id": "3730", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -163210,7 +164156,7 @@ } }, { - "id": "3721", + "id": "3731", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -163238,7 +164184,7 @@ } }, { - "id": "3722", + "id": "3732", "mutatorName": "EqualityOperator", "replacement": "targets.length > targetInteraction.boundaries.min", "statusReason": "expected false to be true // Object.is equality", @@ -163266,7 +164212,7 @@ } }, { - "id": "3723", + "id": "3733", "mutatorName": "EqualityOperator", "replacement": "targets.length < targetInteraction.boundaries.min", "statusReason": "expected true to be false // Object.is equality", @@ -163294,7 +164240,7 @@ } }, { - "id": "3724", + "id": "3734", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/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", @@ -163353,7 +164299,7 @@ } }, { - "id": "3725", + "id": "3735", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -163388,7 +164334,7 @@ } }, { - "id": "3726", + "id": "3736", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -163423,7 +164369,7 @@ } }, { - "id": "3727", + "id": "3737", "mutatorName": "LogicalOperator", "replacement": "game.value.currentPlay?.type === \"choose-card\" || makeGamePlayDto.value.chosenCardId !== undefined", "statusReason": "expected true to be false // Object.is equality", @@ -163458,7 +164404,7 @@ } }, { - "id": "3728", + "id": "3738", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -163493,7 +164439,7 @@ } }, { - "id": "3729", + "id": "3739", "mutatorName": "EqualityOperator", "replacement": "game.value.currentPlay?.type !== \"choose-card\"", "statusReason": "expected true to be false // Object.is equality", @@ -163528,7 +164474,7 @@ } }, { - "id": "3730", + "id": "3740", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.type", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(43,75): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -163560,7 +164506,7 @@ } }, { - "id": "3731", + "id": "3741", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(43,75): error TS2367: This comparison appears to be unintentional because the types '\"vote\" | \"no-action\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\" | undefined' and '\"\"' have no overlap.\n", @@ -163592,7 +164538,7 @@ } }, { - "id": "3732", + "id": "3742", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -163605,7 +164551,9 @@ "coveredBy": [ "230", "231", - "238" + "238", + "538", + "539" ], "location": { "end": { @@ -163619,7 +164567,7 @@ } }, { - "id": "3733", + "id": "3743", "mutatorName": "EqualityOperator", "replacement": "makeGamePlayDto.value.chosenCardId === undefined", "statusReason": "expected true to be false // Object.is equality", @@ -163632,7 +164580,9 @@ "coveredBy": [ "230", "231", - "238" + "238", + "538", + "539" ], "location": { "end": { @@ -163646,7 +164596,7 @@ } }, { - "id": "3734", + "id": "3744", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/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", @@ -163705,7 +164655,7 @@ } }, { - "id": "3735", + "id": "3745", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -163740,7 +164690,7 @@ } }, { - "id": "3736", + "id": "3746", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -163775,7 +164725,7 @@ } }, { - "id": "3737", + "id": "3747", "mutatorName": "LogicalOperator", "replacement": "game.value.currentPlay?.type === \"choose-side\" || makeGamePlayDto.value.chosenSide !== undefined", "statusReason": "expected true to be false // Object.is equality", @@ -163810,7 +164760,7 @@ } }, { - "id": "3738", + "id": "3748", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -163845,7 +164795,7 @@ } }, { - "id": "3739", + "id": "3749", "mutatorName": "EqualityOperator", "replacement": "game.value.currentPlay?.type !== \"choose-side\"", "statusReason": "expected true to be false // Object.is equality", @@ -163880,7 +164830,7 @@ } }, { - "id": "3740", + "id": "3750", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.type", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(45,75): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -163912,7 +164862,7 @@ } }, { - "id": "3741", + "id": "3751", "mutatorName": "StringLiteral", "replacement": "\"\"", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(45,75): error TS2367: This comparison appears to be unintentional because the types '\"vote\" | \"no-action\" | \"target\" | \"choose-card\" | \"choose-side\" | \"request-another-vote\" | \"bury-dead-bodies\" | undefined' and '\"\"' have no overlap.\n", @@ -163944,7 +164894,7 @@ } }, { - "id": "3742", + "id": "3752", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -163959,8 +164909,8 @@ "234", "238", "239", - "538", - "539" + "537", + "538" ], "location": { "end": { @@ -163974,7 +164924,7 @@ } }, { - "id": "3743", + "id": "3753", "mutatorName": "EqualityOperator", "replacement": "makeGamePlayDto.value.chosenSide === undefined", "statusReason": "expected true to be false // Object.is equality", @@ -163989,8 +164939,8 @@ "234", "238", "239", - "538", - "539" + "537", + "538" ], "location": { "end": { @@ -164004,7 +164954,7 @@ } }, { - "id": "3744", + "id": "3754", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/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", @@ -164063,7 +165013,7 @@ } }, { - "id": "3745", + "id": "3755", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be falsy", @@ -164107,7 +165057,7 @@ } }, { - "id": "3746", + "id": "3756", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be truthy", @@ -164151,7 +165101,7 @@ } }, { - "id": "3747", + "id": "3757", "mutatorName": "EqualityOperator", "replacement": "game.value.currentPlay?.canBeSkipped !== true", "statusReason": "expected true to be falsy", @@ -164195,7 +165145,7 @@ } }, { - "id": "3748", + "id": "3758", "mutatorName": "OptionalChaining", "replacement": "game.value.currentPlay.canBeSkipped", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(47,59): error TS18047: 'game.value.currentPlay' is possibly 'null'.\n", @@ -164236,7 +165186,7 @@ } }, { - "id": "3749", + "id": "3759", "mutatorName": "BooleanLiteral", "replacement": "false", "statusReason": "expected true to be falsy", @@ -164280,7 +165230,7 @@ } }, { - "id": "3750", + "id": "3760", "mutatorName": "ArrowFunction", "replacement": "() => undefined", "statusReason": "app/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", @@ -164339,7 +165289,7 @@ } }, { - "id": "3751", + "id": "3761", "mutatorName": "ConditionalExpression", "replacement": "true", "statusReason": "expected true to be false // Object.is equality", @@ -164381,7 +165331,7 @@ } }, { - "id": "3752", + "id": "3762", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -164423,7 +165373,7 @@ } }, { - "id": "3753", + "id": "3763", "mutatorName": "LogicalOperator", "replacement": "(canCurrentPlayBeSkipped.value || isCurrentGamePlayVoteTypeAndValid.value || isCurrentGamePlayTargetTypeAndValid.value || isCurrentGamePlayChooseCardTypeAndValid.value) && isCurrentGamePlayChooseSideTypeAndValid.value", "statusReason": "expected false to be true // Object.is equality", @@ -164465,7 +165415,7 @@ } }, { - "id": "3754", + "id": "3764", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -164507,7 +165457,7 @@ } }, { - "id": "3755", + "id": "3765", "mutatorName": "LogicalOperator", "replacement": "(canCurrentPlayBeSkipped.value || isCurrentGamePlayVoteTypeAndValid.value || isCurrentGamePlayTargetTypeAndValid.value) && isCurrentGamePlayChooseCardTypeAndValid.value", "statusReason": "expected false to be true // Object.is equality", @@ -164549,7 +165499,7 @@ } }, { - "id": "3756", + "id": "3766", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -164591,7 +165541,7 @@ } }, { - "id": "3757", + "id": "3767", "mutatorName": "LogicalOperator", "replacement": "(canCurrentPlayBeSkipped.value || isCurrentGamePlayVoteTypeAndValid.value) && isCurrentGamePlayTargetTypeAndValid.value", "statusReason": "expected false to be true // Object.is equality", @@ -164633,7 +165583,7 @@ } }, { - "id": "3758", + "id": "3768", "mutatorName": "ConditionalExpression", "replacement": "false", "statusReason": "expected false to be true // Object.is equality", @@ -164675,7 +165625,7 @@ } }, { - "id": "3759", + "id": "3769", "mutatorName": "LogicalOperator", "replacement": "canCurrentPlayBeSkipped.value && isCurrentGamePlayVoteTypeAndValid.value", "statusReason": "expected false to be true // Object.is equality", @@ -164717,7 +165667,7 @@ } }, { - "id": "3760", + "id": "3770", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/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", @@ -164776,9 +165726,9 @@ } }, { - "id": "3688", - "mutatorName": "ConditionalExpression", - "replacement": "false", + "id": "3699", + "mutatorName": "EqualityOperator", + "replacement": "makeGamePlayDto.value.votes !== undefined", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(26,12): error TS18048: 'votes' is possibly 'undefined'.\n", "status": "CompileError", "static": false, @@ -164789,8 +165739,7 @@ "221", "222", "238", - "537", - "538" + "549" ], "location": { "end": { @@ -164804,9 +165753,9 @@ } }, { - "id": "3689", - "mutatorName": "EqualityOperator", - "replacement": "makeGamePlayDto.value.votes !== undefined", + "id": "3698", + "mutatorName": "ConditionalExpression", + "replacement": "false", "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(26,12): error TS18048: 'votes' is possibly 'undefined'.\n", "status": "CompileError", "static": false, @@ -164817,8 +165766,7 @@ "221", "222", "238", - "537", - "538" + "549" ], "location": { "end": { @@ -164830,62 +165778,6 @@ "line": 17 } } - }, - { - "id": "3711", - "mutatorName": "EqualityOperator", - "replacement": "makeGamePlayDto.value.targets !== undefined", - "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(40,12): error TS18048: 'targets' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "coveredBy": [ - "224", - "225", - "226", - "227", - "228", - "238", - "541", - "542" - ], - "location": { - "end": { - "column": 97, - "line": 30 - }, - "start": { - "column": 54, - "line": 30 - } - } - }, - { - "id": "3710", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/composables/api/game/useMakeGamePlayDtoValidation.ts(40,12): error TS18048: 'targets' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "coveredBy": [ - "224", - "225", - "226", - "227", - "228", - "238", - "541", - "542" - ], - "location": { - "end": { - "column": 97, - "line": 30 - }, - "start": { - "column": 54, - "line": 30 - } - } } ], "source": "import type { ComputedRef, Ref } from \"vue\";\n\nimport type { MakeGamePlayDto } from \"~/composables/api/game/dto/make-game-play/make-game-play.dto\";\nimport type { Game } from \"~/composables/api/game/types/game.class\";\n\ntype UseMakeGamePlayDtoValidation = {\n isCurrentGamePlayVoteTypeAndValid: ComputedRef;\n isCurrentGamePlayTargetTypeAndValid: ComputedRef;\n isCurrentGamePlayChooseCardTypeAndValid: ComputedRef;\n isCurrentGamePlayChooseSideTypeAndValid: ComputedRef;\n canCurrentPlayBeSkipped: ComputedRef;\n canMakeGamePlay: ComputedRef;\n};\n\nfunction useMakeGamePlayDtoValidation(makeGamePlayDto: Ref, game: Ref): UseMakeGamePlayDtoValidation {\n const isCurrentGamePlayVoteTypeAndValid = computed(() => {\n if (game.value.currentPlay?.type !== \"vote\" || makeGamePlayDto.value.votes === undefined) {\n return false;\n }\n const voteInteraction = game.value.currentPlay.source.interactions?.[0];\n if (voteInteraction === undefined) {\n return false;\n }\n const { votes } = makeGamePlayDto.value;\n\n return votes.length >= voteInteraction.boundaries.min;\n });\n\n const isCurrentGamePlayTargetTypeAndValid = computed(() => {\n if (game.value.currentPlay?.type !== \"target\" || makeGamePlayDto.value.targets === undefined) {\n return false;\n }\n\n const targetInteraction = game.value.currentPlay.source.interactions?.[0];\n if (targetInteraction === undefined) {\n return false;\n }\n const { targets } = makeGamePlayDto.value;\n\n return targets.length >= targetInteraction.boundaries.min;\n });\n\n const isCurrentGamePlayChooseCardTypeAndValid = computed(() => game.value.currentPlay?.type === \"choose-card\" && makeGamePlayDto.value.chosenCardId !== undefined);\n\n const isCurrentGamePlayChooseSideTypeAndValid = computed(() => game.value.currentPlay?.type === \"choose-side\" && makeGamePlayDto.value.chosenSide !== undefined);\n\n const canCurrentPlayBeSkipped = computed(() => game.value.currentPlay?.canBeSkipped === true);\n\n const canMakeGamePlay = computed(() => canCurrentPlayBeSkipped.value ||\n isCurrentGamePlayVoteTypeAndValid.value ||\n isCurrentGamePlayTargetTypeAndValid.value ||\n isCurrentGamePlayChooseCardTypeAndValid.value ||\n isCurrentGamePlayChooseSideTypeAndValid.value);\n\n return {\n isCurrentGamePlayVoteTypeAndValid,\n isCurrentGamePlayTargetTypeAndValid,\n isCurrentGamePlayChooseCardTypeAndValid,\n isCurrentGamePlayChooseSideTypeAndValid,\n canCurrentPlayBeSkipped,\n canMakeGamePlay,\n };\n}\n\nexport { useMakeGamePlayDtoValidation };" @@ -164894,7 +165786,7 @@ "language": "typescript", "mutants": [ { - "id": "3761", + "id": "3771", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -164931,19 +165823,19 @@ "343", "344", "345", - "684", - "800", + "703", "803", - "1331", - "1332", - "1333", + "806", "1334", "1335", + "1336", "1337", "1338", - "1673", - "1840", - "2015" + "1340", + "1341", + "1676", + "1843", + "2018" ], "location": { "end": { @@ -164963,155 +165855,13 @@ "language": "typescript", "mutants": [ { - "id": "3763", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/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", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "1962", - "1963" - ], - "location": { - "end": { - "column": 4, - "line": 17 - }, - "start": { - "column": 82, - "line": 11 - } - } - }, - { - "id": "3764", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/composables/api/role/useFetchRoles.ts(11,32): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "1962", - "1963" - ], - "location": { - "end": { - "column": 6, - "line": 14 - }, - "start": { - "column": 9, - "line": 12 - } - } - }, - { - "id": "3765", - "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 \"\"", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "1962" - ], - "coveredBy": [ - "1962", - "1963" - ], - "location": { - "end": { - "column": 64, - "line": 13 - }, - "start": { - "column": 56, - "line": 13 - } - } - }, - { - "id": "3766", - "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\"", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "1962" - ], - "coveredBy": [ - "1962", - "1963" - ], - "location": { - "end": { - "column": 83, - "line": 13 - }, - "start": { - "column": 66, - "line": 13 - } - } - }, - { - "id": "3767", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/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", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "1962", - "1963" - ], - "location": { - "end": { - "column": 81, - "line": 13 - }, - "start": { - "column": 76, - "line": 13 - } - } - }, - { - "id": "3768", + "id": "3772", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/composables/api/role/useFetchRoles.ts(11,32): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", + "statusReason": "app/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", "status": "CompileError", "static": false, "killedBy": [], - "coveredBy": [ - "1963" - ], - "location": { - "end": { - "column": 6, - "line": 16 - }, - "start": { - "column": 13, - "line": 14 - } - } - }, - { - "id": "3769", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "app/composables/api/role/useFetchRoles.ts(18,3): error TS2741: Property 'fetchRoles' is missing in type '{}' but required in type 'UseFetchRoles'.\n", - "status": "CompileError", - "static": false, "coveredBy": [ "0", "1", @@ -165369,6 +166119,13 @@ "667", "668", "669", + "670", + "671", + "672", + "673", + "674", + "675", + "676", "677", "678", "679", @@ -165381,13 +166138,6 @@ "686", "687", "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -165396,37 +166146,37 @@ "701", "702", "703", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", "774", "775", "776", "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "819", - "820", - "821", "822", "823", "824", @@ -165435,9 +166185,9 @@ "827", "828", "829", - "920", - "921", - "922", + "830", + "831", + "832", "923", "924", "925", @@ -165458,9 +166208,9 @@ "940", "941", "942", - "965", - "966", - "967", + "943", + "944", + "945", "968", "969", "970", @@ -165469,9 +166219,9 @@ "973", "974", "975", - "1003", - "1004", - "1005", + "976", + "977", + "978", "1006", "1007", "1008", @@ -165479,9 +166229,9 @@ "1010", "1011", "1012", - "1024", - "1025", - "1026", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -165489,18 +166239,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -165508,18 +166258,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -165546,33 +166296,33 @@ "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1272", - "1273", - "1274", + "1261", + "1262", + "1263", "1275", - "1283", - "1284", - "1285", + "1276", + "1277", + "1278", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -165593,24 +166343,24 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -165622,28 +166372,28 @@ "1392", "1393", "1394", - "1441", - "1442", - "1443", + "1395", + "1396", + "1397", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1516", - "1517", - "1518", + "1505", + "1506", + "1507", "1519", "1520", "1521", @@ -165652,9 +166402,9 @@ "1524", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -165662,9 +166412,9 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", "1558", @@ -165682,9 +166432,9 @@ "1570", "1571", "1572", - "1579", - "1580", - "1581", + "1573", + "1574", + "1575", "1582", "1583", "1584", @@ -165710,47 +166460,194 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1664", - "1665", - "1666", + "1620", + "1621", + "1622", "1667", - "1678", - "1679", - "1915", - "1916", - "1917", + "1668", + "1669", + "1670", + "1681", + "1682", "1918", "1919", - "1931", - "1932", - "1933", + "1920", + "1921", + "1922", "1934", - "1962", - "1963" + "1935", + "1936", + "1937", + "1965", + "1966" ], "location": { "end": { - "column": 24, - "line": 18 + "column": 2, + "line": 19 }, "start": { - "column": 10, - "line": 18 + "column": 41, + "line": 8 } } }, { - "id": "3762", + "id": "3773", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/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", + "statusReason": "app/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", "status": "CompileError", "static": false, + "killedBy": [], + "coveredBy": [ + "1965", + "1966" + ], + "location": { + "end": { + "column": 4, + "line": 17 + }, + "start": { + "column": 82, + "line": 11 + } + } + }, + { + "id": "3774", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/composables/api/role/useFetchRoles.ts(11,32): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1965", + "1966" + ], + "location": { + "end": { + "column": 6, + "line": 14 + }, + "start": { + "column": 9, + "line": 12 + } + } + }, + { + "id": "3775", + "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 \"\"", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1965" + ], + "coveredBy": [ + "1965", + "1966" + ], + "location": { + "end": { + "column": 64, + "line": 13 + }, + "start": { + "column": 56, + "line": 13 + } + } + }, + { + "id": "3776", + "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\"", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1965" + ], + "coveredBy": [ + "1965", + "1966" + ], + "location": { + "end": { + "column": 83, + "line": 13 + }, + "start": { + "column": 66, + "line": 13 + } + } + }, + { + "id": "3777", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/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", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1965", + "1966" + ], + "location": { + "end": { + "column": 81, + "line": 13 + }, + "start": { + "column": 76, + "line": 13 + } + } + }, + { + "id": "3778", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/composables/api/role/useFetchRoles.ts(11,32): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1966" + ], + "location": { + "end": { + "column": 6, + "line": 16 + }, + "start": { + "column": 13, + "line": 14 + } + } + }, + { + "id": "3779", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "app/composables/api/role/useFetchRoles.ts(18,3): error TS2741: Property 'fetchRoles' is missing in type '{}' but required in type 'UseFetchRoles'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], "coveredBy": [ "0", "1", @@ -166008,6 +166905,13 @@ "667", "668", "669", + "670", + "671", + "672", + "673", + "674", + "675", + "676", "677", "678", "679", @@ -166020,13 +166924,6 @@ "686", "687", "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -166035,37 +166932,37 @@ "701", "702", "703", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", "774", "775", "776", "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "819", - "820", - "821", "822", "823", "824", @@ -166074,9 +166971,9 @@ "827", "828", "829", - "920", - "921", - "922", + "830", + "831", + "832", "923", "924", "925", @@ -166097,9 +166994,9 @@ "940", "941", "942", - "965", - "966", - "967", + "943", + "944", + "945", "968", "969", "970", @@ -166108,9 +167005,9 @@ "973", "974", "975", - "1003", - "1004", - "1005", + "976", + "977", + "978", "1006", "1007", "1008", @@ -166118,9 +167015,9 @@ "1010", "1011", "1012", - "1024", - "1025", - "1026", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -166128,18 +167025,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -166147,18 +167044,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -166185,33 +167082,33 @@ "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1272", - "1273", - "1274", + "1261", + "1262", + "1263", "1275", - "1283", - "1284", - "1285", + "1276", + "1277", + "1278", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -166232,24 +167129,24 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -166261,28 +167158,28 @@ "1392", "1393", "1394", - "1441", - "1442", - "1443", + "1395", + "1396", + "1397", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1516", - "1517", - "1518", + "1505", + "1506", + "1507", "1519", "1520", "1521", @@ -166291,9 +167188,9 @@ "1524", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -166301,9 +167198,9 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", "1558", @@ -166321,9 +167218,9 @@ "1570", "1571", "1572", - "1579", - "1580", - "1581", + "1573", + "1574", + "1575", "1582", "1583", "1584", @@ -166349,37 +167246,40 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1664", - "1665", - "1666", + "1620", + "1621", + "1622", "1667", - "1678", - "1679", - "1915", - "1916", - "1917", + "1668", + "1669", + "1670", + "1681", + "1682", "1918", "1919", - "1931", - "1932", - "1933", + "1920", + "1921", + "1922", "1934", - "1962", - "1963" + "1935", + "1936", + "1937", + "1965", + "1966" ], "location": { "end": { - "column": 2, - "line": 19 + "column": 24, + "line": 18 }, "start": { - "column": 41, - "line": 8 + "column": 10, + "line": 18 } } } @@ -166390,7 +167290,7 @@ "language": "typescript", "mutants": [ { - "id": "3770", + "id": "3780", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -166437,18 +167337,15 @@ "636", "637", "638", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "920", - "921", - "922", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", "923", "924", "925", @@ -166469,34 +167366,37 @@ "940", "941", "942", - "1272", - "1273", - "1274", + "943", + "944", + "945", "1275", - "1447", - "1448", - "1449", + "1276", + "1277", + "1278", "1450", "1451", - "1682", - "1683", - "1684", + "1452", + "1453", + "1454", "1685", "1686", "1687", "1688", - "1785", - "1786", - "1787", + "1689", + "1690", + "1691", "1788", "1789", "1790", - "1924", - "1925", - "1956", - "1957", - "1999", - "2000" + "1791", + "1792", + "1793", + "1927", + "1928", + "1959", + "1960", + "2002", + "2003" ], "location": { "end": { @@ -166510,7 +167410,7 @@ } }, { - "id": "3771", + "id": "3781", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -166541,9 +167441,6 @@ "636", "637", "638", - "920", - "921", - "922", "923", "924", "925", @@ -166555,26 +167452,29 @@ "931", "932", "933", - "1272", - "1273", - "1274", + "934", + "935", + "936", "1275", - "1682", - "1683", - "1684", + "1276", + "1277", + "1278", "1685", "1686", "1687", "1688", - "1785", - "1786", - "1787", + "1689", + "1690", + "1691", "1788", "1789", "1790", - "1924", - "1925", - "1999" + "1791", + "1792", + "1793", + "1927", + "1928", + "2002" ], "location": { "end": { @@ -166588,7 +167488,7 @@ } }, { - "id": "3772", + "id": "3782", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "Snapshot `Game Lobby Role Picker Grid Element Component > should match snapshot when rendered. 1` mismatched", @@ -166596,7 +167496,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "920" + "923" ], "coveredBy": [ "526", @@ -166622,9 +167522,6 @@ "636", "637", "638", - "920", - "921", - "922", "923", "924", "925", @@ -166636,26 +167533,29 @@ "931", "932", "933", - "1272", - "1273", - "1274", + "934", + "935", + "936", "1275", - "1682", - "1683", - "1684", + "1276", + "1277", + "1278", "1685", "1686", "1687", "1688", - "1785", - "1786", - "1787", + "1689", + "1690", + "1691", "1788", "1789", "1790", - "1924", - "1925", - "1999" + "1791", + "1792", + "1793", + "1927", + "1928", + "2002" ], "location": { "end": { @@ -166669,7 +167569,7 @@ } }, { - "id": "3773", + "id": "3783", "mutatorName": "BlockStatement", "replacement": "{}", "statusReason": "app/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", @@ -166691,23 +167591,23 @@ "636", "637", "638", - "742", - "746", - "934", - "935", - "936", + "761", + "765", "937", "938", "939", "940", "941", "942", - "1272", - "1273", - "1274", + "943", + "944", + "945", "1275", - "1957", - "2000" + "1276", + "1277", + "1278", + "1960", + "2003" ], "location": { "end": { @@ -166721,7 +167621,7 @@ } }, { - "id": "3774", + "id": "3784", "mutatorName": "StringLiteral", "replacement": "``", "statusReason": "expected ', 1' to be 'shared.role.definiteName.werewolf, 1' // Object.is equality", @@ -166729,7 +167629,7 @@ "testsCompleted": 1, "static": false, "killedBy": [ - "1957" + "1960" ], "coveredBy": [ "296", @@ -166746,23 +167646,23 @@ "636", "637", "638", - "742", - "746", - "934", - "935", - "936", + "761", + "765", "937", "938", "939", "940", "941", "942", - "1272", - "1273", - "1274", + "943", + "944", + "945", "1275", - "1957", - "2000" + "1276", + "1277", + "1278", + "1960", + "2003" ], "location": { "end": { @@ -166776,7 +167676,7 @@ } }, { - "id": "3775", + "id": "3785", "mutatorName": "ObjectLiteral", "replacement": "{}", "statusReason": "app/composables/api/role/useRoleName.ts(18,3): error TS2739: Type '{}' is missing the following properties from type 'UseRoleName': getRoleNameLabel, getDefiniteRoleNameLabel\n", @@ -166823,18 +167723,15 @@ "636", "637", "638", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "920", - "921", - "922", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", "923", "924", "925", @@ -166855,34 +167752,37 @@ "940", "941", "942", - "1272", - "1273", - "1274", + "943", + "944", + "945", "1275", - "1447", - "1448", - "1449", + "1276", + "1277", + "1278", "1450", "1451", - "1682", - "1683", - "1684", + "1452", + "1453", + "1454", "1685", "1686", "1687", "1688", - "1785", - "1786", - "1787", + "1689", + "1690", + "1691", "1788", "1789", "1790", - "1924", - "1925", - "1956", - "1957", - "1999", - "2000" + "1791", + "1792", + "1793", + "1927", + "1928", + "1959", + "1960", + "2002", + "2003" ], "location": { "end": { @@ -166898,449 +167798,252 @@ ], "source": "import type { RoleName } from \"~/composables/api/role/types/role.types\";\n\ntype UseRoleName = {\n getRoleNameLabel: (roleName: RoleName) => string;\n getDefiniteRoleNameLabel: (roleName: RoleName, count: number) => string;\n};\n\nfunction useRoleName(): UseRoleName {\n const { t } = useI18n();\n\n function getRoleNameLabel(roleName: RoleName): string {\n return t(`shared.role.name.${roleName}`);\n }\n\n function getDefiniteRoleNameLabel(roleName: RoleName, count: number): string {\n return t(`shared.role.definiteName.${roleName}`, count);\n }\n return {\n getRoleNameLabel,\n getDefiniteRoleNameLabel,\n };\n}\n\nexport { useRoleName };" }, - "app/composables/misc/useArrays.ts": { - "language": "typescript", - "mutants": [ - { - "id": "3781", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/composables/misc/useArrays.ts(5,23): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1726", - "1727", - "1728", - "1729", - "1730", - "2035", - "2036" - ], - "location": { - "end": { - "column": 2, - "line": 10 - }, - "start": { - "column": 33, - "line": 5 - } - } - }, - { - "id": "3782", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/composables/misc/useArrays.ts(6,60): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1726", - "1727", - "1728", - "1729", - "1730", - "2035", - "2036" - ], - "location": { - "end": { - "column": 4, - "line": 8 - }, - "start": { - "column": 64, - "line": 6 - } - } - }, - { - "id": "3783", - "mutatorName": "ArrayDeclaration", - "replacement": "[]", - "statusReason": "Snapshot `Game Fox May Have Sniffed Event Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "804" - ], - "coveredBy": [ - "373", - "374", - "375", - "376", - "380", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "905", - "907", - "1280", - "1282", - "1515", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1730", - "2036" - ], - "location": { - "end": { - "column": 36, - "line": 7 - }, - "start": { - "column": 29, - "line": 7 - } - } - }, - { - "id": "3784", - "mutatorName": "ArrayDeclaration", - "replacement": "[\"Stryker was here\"]", - "statusReason": "app/composables/misc/useArrays.ts(7,5): error TS2322: Type 'string[] | T[]' 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", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "672", - "673", - "809", - "810", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1726", - "1727", - "1728", - "1729", - "1730", - "2035" - ], - "location": { - "end": { - "column": 41, - "line": 7 - }, - "start": { - "column": 39, - "line": 7 - } - } - }, - { - "id": "3785", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "app/composables/misc/useArrays.ts(9,3): error TS2741: Property 'insertIf' is missing in type '{}' but required in type 'UseArrays'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1726", - "1727", - "1728", - "1729", - "1730", - "2035", - "2036" - ], - "location": { - "end": { - "column": 22, - "line": 9 - }, - "start": { - "column": 10, - "line": 9 - } - } - } - ], - "source": "type UseArrays = {\n insertIf: (mustBeInserted: boolean, value: T) => T[];\n};\n\nfunction useArrays(): UseArrays {\n function insertIf(mustBeInserted: boolean, value: T): T[] {\n return mustBeInserted ? [value] : [];\n }\n return { insertIf };\n}\n\nexport { useArrays };" - }, - "app/composables/misc/useStrings.ts": { + "app/composables/api/useWerewolvesAssistantApi.ts": { "language": "typescript", "mutants": [ { - "id": "3796", + "id": "3786", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/composables/misc/useStrings.ts(6,24): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "statusReason": "app/composables/api/useWerewolvesAssistantApi.ts(10,39): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", - "static": false, + "static": true, "killedBy": [], "coveredBy": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25", + "26", + "27", + "28", + "29", + "30", + "31", + "32", + "33", + "34", + "35", + "36", + "37", + "38", + "39", + "40", + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "50", + "51", + "52", + "53", + "54", + "55", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "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", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "164", + "165", + "166", + "167", + "168", + "169", + "170", + "171", + "172", + "173", + "174", + "175", + "176", + "177", + "178", + "179", + "180", + "181", + "182", + "183", + "184", + "185", + "186", + "187", + "188", + "189", + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "213", + "214", + "215", + "216", + "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", + "270", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", "285", "286", "287", @@ -167357,6 +168060,24 @@ "298", "299", "300", + "328", + "329", + "330", + "331", + "332", + "333", + "334", + "335", + "336", + "337", + "338", + "339", + "340", + "341", + "342", + "343", + "344", + "345", "371", "372", "373", @@ -167376,18 +168097,172 @@ "387", "388", "389", - "627", - "628", - "629", - "630", - "631", - "632", - "633", - "634", - "635", - "636", - "637", - "638", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "441", + "442", + "443", + "444", + "445", + "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", + "473", + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "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", + "567", + "568", + "569", + "570", "639", "640", "641", @@ -167426,6 +168301,17 @@ "674", "675", "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", "689", "690", @@ -167442,578 +168328,185 @@ "701", "702", "703", - "738", - "739", - "740", - "741", - "742", - "743", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", "744", "745", "746", + "747", + "748", + "749", + "750", + "751", + "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", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "822", + "823", + "824", + "825", + "826", + "827", + "828", + "829", + "830", + "831", + "832", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", "847", - "848", - "849", - "850", - "851", - "852", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "965", - "966", - "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1043", - "1044", - "1045", - "1046", - "1047", - "1048", - "1049", - "1050", - "1051", - "1081", - "1082", - "1083", - "1084", - "1085", - "1086", - "1087", - "1088", - "1089", - "1090", - "1109", - "1110", - "1111", - "1112", - "1113", - "1114", - "1115", - "1116", - "1117", - "1164", - "1165", - "1166", - "1167", - "1168", - "1169", - "1170", - "1171", - "1172", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", - "1208", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1272", - "1273", - "1274", - "1275", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "1309", - "1310", - "1311", - "1312", - "1313", - "1314", - "1315", - "1316", - "1317", - "1318", - "1319", - "1320", - "1321", - "1322", - "1339", - "1340", - "1341", - "1342", - "1343", - "1344", - "1345", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", - "1441", - "1442", - "1443", - "1444", - "1445", - "1446", - "1475", - "1476", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482", - "1500", - "1501", - "1502", - "1503", - "1504", - "1522", - "1523", - "1524", - "1525", - "1526", - "1537", - "1538", - "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", - "1553", - "1554", - "1555", - "1556", - "1557", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", - "1584", - "1585", - "1586", - "1587", - "1588", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", - "1931", - "1932", - "1933", - "1934", - "2029", - "2030", - "2031" - ], - "location": { - "end": { - "column": 2, - "line": 18 - }, - "start": { - "column": 35, - "line": 6 - } - } - }, - { - "id": "3797", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/composables/misc/useStrings.ts(7,63): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "674", - "675", - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", - "850", - "851", - "852", - "965", - "966", - "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1043", - "1044", - "1045", - "1046", - "1047", - "1048", - "1049", - "1050", - "1051", - "1081", - "1082", - "1083", - "1084", - "1085", - "1086", - "1087", - "1088", - "1089", - "1090", - "1109", - "1110", - "1111", - "1112", - "1113", - "1114", - "1115", - "1116", - "1117", - "1164", - "1165", - "1166", - "1167", - "1168", - "1169", - "1170", - "1171", - "1172", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", - "1208", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "1309", - "1310", - "1311", - "1312", - "1313", - "1314", - "1315", - "1316", - "1317", - "1318", - "1319", - "1320", - "1321", - "1322", - "1339", - "1340", - "1341", - "1342", - "1343", - "1344", - "1345", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", - "1443", - "1445", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482", - "1500", - "1501", - "1502", - "1503", - "1504", - "1522", - "1523", - "1524", - "1525", - "1526", - "1537", - "1538", - "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", - "1553", - "1554", - "1555", - "1556", - "1557", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", - "1584", - "1585", - "1586", - "1587", - "1588", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", - "1931", - "1932", - "1933", - "1934", - "2029", - "2030" - ], - "location": { - "end": { - "column": 4, - "line": 9 - }, - "start": { - "column": 76, - "line": 7 - } - } - }, - { - "id": "3798", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/composables/misc/useStrings.ts(8,5): error TS2322: Type '\"no\" | \"\"' is not assignable to type '\"yes\" | \"no\"'.\n Type '\"\"' is not assignable to type '\"yes\" | \"no\"'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "674", - "675", - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", + "848", "849", - "850", - "851", - "852", - "965", - "966", - "967", + "883", + "884", + "885", + "886", + "887", + "888", + "889", + "890", + "891", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "923", + "924", + "925", + "926", + "927", + "928", + "929", + "930", + "931", + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "960", "968", "969", "970", @@ -168022,9 +168515,38 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1006", + "1007", + "1008", + "1009", + "1010", + "1011", + "1012", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -168032,6 +168554,15 @@ "1031", "1032", "1033", + "1034", + "1035", + "1036", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", "1043", "1044", "1045", @@ -168041,6 +168572,31 @@ "1049", "1050", "1051", + "1052", + "1053", + "1054", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", "1081", "1082", "1083", @@ -168051,15 +168607,35 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", + "1118", + "1119", + "1120", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", "1164", "1165", "1166", @@ -168069,24 +168645,70 @@ "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", + "1247", + "1248", + "1249", + "1251", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", + "1274", + "1275", + "1276", + "1277", + "1278", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1286", + "1287", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -168107,16 +168729,30 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", + "1369", + "1370", + "1371", + "1372", + "1373", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -168128,24 +168764,110 @@ "1392", "1393", "1394", + "1395", + "1396", + "1397", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", + "1441", + "1442", "1443", + "1444", "1445", + "1446", + "1447", + "1448", + "1449", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", "1477", "1478", "1479", "1480", "1481", "1482", + "1483", + "1484", + "1485", + "1486", + "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", + "1495", + "1496", + "1497", + "1498", + "1499", "1500", "1501", "1502", "1503", "1504", + "1505", + "1506", + "1507", + "1508", + "1509", + "1510", + "1511", + "1512", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1519", + "1520", + "1521", "1522", "1523", "1524", "1525", "1526", + "1527", + "1528", + "1529", + "1535", + "1536", "1537", "1538", "1539", @@ -168156,11 +168878,22 @@ "1544", "1545", "1546", + "1547", + "1548", + "1549", + "1550", + "1551", + "1552", "1553", "1554", "1555", "1556", "1557", + "1558", + "1559", + "1560", + "1561", + "1562", "1563", "1564", "1565", @@ -168171,11 +168904,25 @@ "1570", "1571", "1572", + "1573", + "1574", + "1575", + "1576", + "1577", + "1578", + "1579", + "1580", + "1581", + "1582", + "1583", "1584", "1585", "1586", "1587", "1588", + "1589", + "1590", + "1591", "1592", "1593", "1594", @@ -168191,42 +168938,590 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", + "1623", + "1624", + "1625", + "1626", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1667", + "1668", + "1669", + "1670", + "1677", + "1678", + "1679", + "1680", + "1681", + "1682", + "1692", + "1693", + "1694", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1780", + "1784", + "1818", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", + "1850", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", + "1881", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1918", + "1919", + "1920", + "1921", + "1922", "1934", - "2029" + "1935", + "1936", + "1937", + "2036" ], "location": { "end": { - "column": 25, - "line": 8 + "column": 2, + "line": 22 }, "start": { - "column": 20, - "line": 8 + "column": 65, + "line": 10 } } }, { - "id": "3799", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/composables/misc/useStrings.ts(8,5): error TS2322: Type '\"yes\" | \"\"' is not assignable to type '\"yes\" | \"no\"'.\n Type '\"\"' is not assignable to type '\"yes\" | \"no\"'.\n", - "status": "CompileError", - "static": false, + "id": "3787", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "status": "Timeout", + "static": true, "killedBy": [], "coveredBy": [ - "376", - "639", - "640", - "641", - "642", + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25", + "26", + "27", + "28", + "29", + "30", + "31", + "32", + "33", + "34", + "35", + "36", + "37", + "38", + "39", + "40", + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "50", + "51", + "52", + "53", + "54", + "55", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "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", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "164", + "165", + "166", + "167", + "168", + "169", + "170", + "171", + "172", + "173", + "174", + "175", + "176", + "177", + "178", + "179", + "180", + "181", + "182", + "183", + "184", + "185", + "186", + "187", + "188", + "189", + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "213", + "214", + "215", + "216", + "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", + "270", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "285", + "286", + "287", + "288", + "289", + "290", + "291", + "292", + "293", + "294", + "295", + "296", + "297", + "298", + "299", + "300", + "328", + "329", + "330", + "331", + "332", + "333", + "334", + "335", + "336", + "337", + "338", + "339", + "340", + "341", + "342", + "343", + "344", + "345", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "441", + "442", + "443", + "444", + "445", + "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", + "473", + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "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", + "567", + "568", + "569", + "570", + "639", + "640", + "641", + "642", "643", "644", "645", @@ -168254,8 +169549,24 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", "689", "690", @@ -168272,14 +169583,185 @@ "701", "702", "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "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", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "822", + "823", + "824", + "825", + "826", + "827", + "828", + "829", + "830", + "831", + "832", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", "847", + "848", "849", - "850", - "851", - "852", - "965", - "966", - "967", + "883", + "884", + "885", + "886", + "887", + "888", + "889", + "890", + "891", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "923", + "924", + "925", + "926", + "927", + "928", + "929", + "930", + "931", + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "960", "968", "969", "970", @@ -168288,9 +169770,38 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1006", + "1007", + "1008", + "1009", + "1010", + "1011", + "1012", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -168298,6 +169809,15 @@ "1031", "1032", "1033", + "1034", + "1035", + "1036", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", "1043", "1044", "1045", @@ -168307,6 +169827,31 @@ "1049", "1050", "1051", + "1052", + "1053", + "1054", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", "1081", "1082", "1083", @@ -168317,15 +169862,35 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", + "1118", + "1119", + "1120", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", "1164", "1165", "1166", @@ -168335,24 +169900,70 @@ "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", + "1247", + "1248", + "1249", + "1251", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", + "1274", + "1275", + "1276", + "1277", + "1278", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1286", + "1287", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -168373,16 +169984,30 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", + "1369", + "1370", + "1371", + "1372", + "1373", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -168394,24 +170019,110 @@ "1392", "1393", "1394", + "1395", + "1396", + "1397", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", + "1441", + "1442", "1443", + "1444", "1445", + "1446", + "1447", + "1448", + "1449", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", "1477", "1478", "1479", "1480", "1481", "1482", + "1483", + "1484", + "1485", + "1486", + "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", + "1495", + "1496", + "1497", + "1498", + "1499", "1500", "1501", "1502", "1503", "1504", + "1505", + "1506", + "1507", + "1508", + "1509", + "1510", + "1511", + "1512", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1519", + "1520", + "1521", "1522", "1523", "1524", "1525", "1526", + "1527", + "1528", + "1529", + "1535", + "1536", "1537", "1538", "1539", @@ -168422,11 +170133,22 @@ "1544", "1545", "1546", + "1547", + "1548", + "1549", + "1550", + "1551", + "1552", "1553", "1554", "1555", "1556", "1557", + "1558", + "1559", + "1560", + "1561", + "1562", "1563", "1564", "1565", @@ -168437,11 +170159,25 @@ "1570", "1571", "1572", + "1573", + "1574", + "1575", + "1576", + "1577", + "1578", + "1579", + "1580", + "1581", + "1582", + "1583", "1584", "1585", "1586", "1587", "1588", + "1589", + "1590", + "1591", "1592", "1593", "1594", @@ -168457,301 +170193,367 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", - "1934", - "2030" - ], - "location": { - "end": { - "column": 32, - "line": 8 - }, - "start": { - "column": 28, - "line": 8 - } - } - }, - { - "id": "3800", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/composables/misc/useStrings.ts(11,49): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "296", - "297", - "627", - "628", - "629", - "630", - "631", - "632", - "633", - "634", - "635", - "636", - "637", - "638", - "742", - "746", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "1272", - "1273", - "1274", - "1275", - "2031" - ], - "location": { - "end": { - "column": 4, - "line": 13 - }, - "start": { - "column": 56, - "line": 11 - } - } - }, - { - "id": "3801", - "mutatorName": "ArithmeticOperator", - "replacement": "value.charAt(0).toLowerCase() - value.slice(1)", - "statusReason": "app/composables/misc/useStrings.ts(12,5): error TS2322: Type 'number' is not assignable to type 'string'.\napp/composables/misc/useStrings.ts(12,12): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.\napp/composables/misc/useStrings.ts(12,44): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "296", - "297", - "627", - "628", - "629", - "630", - "631", - "632", - "633", - "634", - "635", - "636", - "637", - "638", - "742", - "746", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "1272", - "1273", - "1274", - "1275", - "2031" - ], - "location": { - "end": { - "column": 58, - "line": 12 - }, - "start": { - "column": 12, - "line": 12 - } - } - }, - { - "id": "3802", - "mutatorName": "MethodExpression", - "replacement": "value.charAt(0).toUpperCase()", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"shared.role.definiteName.werewolf, 1\",\"recipient\":\"shared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n },\n], but it was called with Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"Shared.role.definiteName.werewolf, 1\",\"recipient\":\"Shared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "297" - ], - "coveredBy": [ - "296", - "297", - "627", - "628", - "629", - "630", - "631", - "632", - "633", - "634", - "635", - "636", - "637", - "638", - "742", - "746", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "1272", - "1273", - "1274", - "1275", - "2031" - ], - "location": { - "end": { - "column": 41, - "line": 12 - }, - "start": { - "column": 12, - "line": 12 - } - } - }, - { - "id": "3803", - "mutatorName": "MethodExpression", - "replacement": "value", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"shared.role.definiteName.werewolf, 1\",\"recipient\":\"shared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n },\n], but it was called with Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"shared.role.definitename.werewolf, 1hared.role.definiteName.werewolf, 1\",\"recipient\":\"shared.role.definitename.thief, 1hared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "297" - ], - "coveredBy": [ - "296", - "297", - "627", - "628", - "629", - "630", - "631", - "632", - "633", - "634", - "635", - "636", - "637", - "638", - "742", - "746", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "1272", - "1273", - "1274", - "1275", - "2031" - ], - "location": { - "end": { - "column": 27, - "line": 12 - }, - "start": { - "column": 12, - "line": 12 - } - } - }, - { - "id": "3804", - "mutatorName": "MethodExpression", - "replacement": "value", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"shared.role.definiteName.werewolf, 1\",\"recipient\":\"shared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n },\n], but it was called with Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"sshared.role.definiteName.werewolf, 1\",\"recipient\":\"sshared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "297" - ], - "coveredBy": [ - "296", - "297", - "627", - "628", - "629", - "630", - "631", - "632", - "633", - "634", - "635", - "636", - "637", - "638", - "742", - "746", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "1272", - "1273", - "1274", - "1275", - "2031" + "1620", + "1621", + "1622", + "1623", + "1624", + "1625", + "1626", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1667", + "1668", + "1669", + "1670", + "1677", + "1678", + "1679", + "1680", + "1681", + "1682", + "1692", + "1693", + "1694", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1780", + "1784", + "1818", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", + "1850", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", + "1881", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1918", + "1919", + "1920", + "1921", + "1922", + "1934", + "1935", + "1936", + "1937", + "2036" ], "location": { "end": { - "column": 58, - "line": 12 + "column": 4, + "line": 19 }, "start": { - "column": 44, - "line": 12 + "column": 60, + "line": 15 } } }, { - "id": "3805", + "id": "3788", "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "app/composables/misc/useStrings.ts(14,3): error TS2739: Type '{}' is missing the following properties from type 'UseStrings': convertBooleanAsAffirmativeString, lowerCaseFirstLetter\n", - "status": "CompileError", - "static": false, + "status": "Timeout", + "static": true, "killedBy": [], "coveredBy": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25", + "26", + "27", + "28", + "29", + "30", + "31", + "32", + "33", + "34", + "35", + "36", + "37", + "38", + "39", + "40", + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "50", + "51", + "52", + "53", + "54", + "55", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "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", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "164", + "165", + "166", + "167", + "168", + "169", + "170", + "171", + "172", + "173", + "174", + "175", + "176", + "177", + "178", + "179", + "180", + "181", + "182", + "183", + "184", + "185", + "186", + "187", + "188", + "189", + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "213", + "214", + "215", + "216", + "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", + "270", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", "285", "286", "287", @@ -168768,6 +170570,24 @@ "298", "299", "300", + "328", + "329", + "330", + "331", + "332", + "333", + "334", + "335", + "336", + "337", + "338", + "339", + "340", + "341", + "342", + "343", + "344", + "345", "371", "372", "373", @@ -168787,18 +170607,172 @@ "387", "388", "389", - "627", - "628", - "629", - "630", - "631", - "632", - "633", - "634", - "635", - "636", - "637", - "638", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "441", + "442", + "443", + "444", + "445", + "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", + "473", + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "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", + "567", + "568", + "569", + "570", "639", "640", "641", @@ -168837,6 +170811,17 @@ "674", "675", "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", "689", "690", @@ -168853,21 +170838,172 @@ "701", "702", "703", - "738", - "739", - "740", - "741", - "742", - "743", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", "744", "745", "746", + "747", + "748", + "749", + "750", + "751", + "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", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "822", + "823", + "824", + "825", + "826", + "827", + "828", + "829", + "830", + "831", + "832", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", "847", "848", "849", - "850", - "851", - "852", + "883", + "884", + "885", + "886", + "887", + "888", + "889", + "890", + "891", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "923", + "924", + "925", + "926", + "927", + "928", + "929", + "930", + "931", + "932", + "933", "934", "935", "936", @@ -168877,9 +171013,10 @@ "940", "941", "942", - "965", - "966", - "967", + "943", + "944", + "945", + "960", "968", "969", "970", @@ -168888,9 +171025,38 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1006", + "1007", + "1008", + "1009", + "1010", + "1011", + "1012", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -168898,6 +171064,15 @@ "1031", "1032", "1033", + "1034", + "1035", + "1036", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", "1043", "1044", "1045", @@ -168907,6 +171082,31 @@ "1049", "1050", "1051", + "1052", + "1053", + "1054", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", "1081", "1082", "1083", @@ -168917,15 +171117,35 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", + "1118", + "1119", + "1120", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", "1164", "1165", "1166", @@ -168935,28 +171155,70 @@ "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1272", - "1273", - "1274", - "1275", - "1300", - "1301", - "1302", + "1209", + "1210", + "1211", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", + "1247", + "1248", + "1249", + "1251", + "1258", + "1259", + "1260", + "1261", + "1262", + "1263", + "1274", + "1275", + "1276", + "1277", + "1278", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1286", + "1287", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -168977,16 +171239,30 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", + "1369", + "1370", + "1371", + "1372", + "1373", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -168998,12 +171274,53 @@ "1392", "1393", "1394", + "1395", + "1396", + "1397", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", "1441", "1442", "1443", "1444", "1445", "1446", + "1447", + "1448", + "1449", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1470", + "1471", + "1472", + "1473", + "1474", "1475", "1476", "1477", @@ -169012,16 +171329,55 @@ "1480", "1481", "1482", + "1483", + "1484", + "1485", + "1486", + "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", + "1495", + "1496", + "1497", + "1498", + "1499", "1500", "1501", "1502", "1503", "1504", + "1505", + "1506", + "1507", + "1508", + "1509", + "1510", + "1511", + "1512", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1519", + "1520", + "1521", "1522", "1523", "1524", "1525", "1526", + "1527", + "1528", + "1529", + "1535", + "1536", "1537", "1538", "1539", @@ -169032,11 +171388,22 @@ "1544", "1545", "1546", + "1547", + "1548", + "1549", + "1550", + "1551", + "1552", "1553", "1554", "1555", "1556", "1557", + "1558", + "1559", + "1560", + "1561", + "1562", "1563", "1564", "1565", @@ -169047,11 +171414,25 @@ "1570", "1571", "1572", + "1573", + "1574", + "1575", + "1576", + "1577", + "1578", + "1579", + "1580", + "1581", + "1582", + "1583", "1584", "1585", "1586", "1587", "1588", + "1589", + "1590", + "1591", "1592", "1593", "1594", @@ -169067,45 +171448,401 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", + "1623", + "1624", + "1625", + "1626", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1667", + "1668", + "1669", + "1670", + "1677", + "1678", + "1679", + "1680", + "1681", + "1682", + "1692", + "1693", + "1694", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1780", + "1784", + "1818", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", + "1850", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", + "1881", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1918", + "1919", + "1920", + "1921", + "1922", "1934", - "2029", - "2030", - "2031" + "1935", + "1936", + "1937", + "2036" ], "location": { "end": { - "column": 4, + "column": 52, "line": 17 }, "start": { - "column": 10, - "line": 14 + "column": 14, + "line": 17 } } - } - ], - "source": "type UseStrings = {\n convertBooleanAsAffirmativeString: (value: boolean) => string;\n lowerCaseFirstLetter: (value: string) => string;\n};\n\nfunction useStrings(): UseStrings {\n function convertBooleanAsAffirmativeString(value: boolean): \"yes\" | \"no\" {\n return value ? \"yes\" : \"no\";\n }\n\n function lowerCaseFirstLetter(value: string): string {\n return value.charAt(0).toLowerCase() + value.slice(1);\n }\n return {\n convertBooleanAsAffirmativeString,\n lowerCaseFirstLetter,\n };\n}\n\nexport { useStrings };" - }, - "app/composables/misc/useTimers.ts": { - "language": "typescript", - "mutants": [ + }, { - "id": "3806", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/composables/misc/useTimers.ts(5,23): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, + "id": "3789", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "status": "Timeout", + "static": true, "killedBy": [], "coveredBy": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25", + "26", + "27", + "28", + "29", + "30", + "31", + "32", + "33", + "34", + "35", + "36", + "37", + "38", + "39", + "40", + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "50", + "51", + "52", + "53", + "54", + "55", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "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", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "164", + "165", + "166", + "167", + "168", + "169", + "170", + "171", + "172", + "173", + "174", + "175", + "176", + "177", + "178", + "179", + "180", + "181", + "182", + "183", + "184", + "185", + "186", + "187", + "188", + "189", + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "213", + "214", + "215", + "216", + "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", + "270", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "285", + "286", + "287", + "288", + "289", + "290", + "291", + "292", + "293", + "294", + "295", + "296", + "297", + "298", + "299", + "300", + "328", + "329", + "330", + "331", + "332", + "333", + "334", + "335", + "336", + "337", + "338", + "339", + "340", + "341", + "342", + "343", + "344", + "345", "371", "372", "373", @@ -169125,6 +171862,172 @@ "387", "388", "389", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "441", + "442", + "443", + "444", + "445", + "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", + "473", + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "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", + "567", + "568", + "569", + "570", "639", "640", "641", @@ -169163,6 +172066,17 @@ "674", "675", "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", "689", "690", @@ -169179,15 +172093,185 @@ "701", "702", "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "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", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "822", + "823", + "824", + "825", + "826", + "827", + "828", + "829", + "830", + "831", + "832", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", "847", "848", "849", - "850", - "851", - "852", - "965", - "966", - "967", + "883", + "884", + "885", + "886", + "887", + "888", + "889", + "890", + "891", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "923", + "924", + "925", + "926", + "927", + "928", + "929", + "930", + "931", + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "960", "968", "969", "970", @@ -169196,9 +172280,38 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1006", + "1007", + "1008", + "1009", + "1010", + "1011", + "1012", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -169206,6 +172319,15 @@ "1031", "1032", "1033", + "1034", + "1035", + "1036", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", "1043", "1044", "1045", @@ -169215,6 +172337,31 @@ "1049", "1050", "1051", + "1052", + "1053", + "1054", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", "1081", "1082", "1083", @@ -169225,15 +172372,35 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", + "1118", + "1119", + "1120", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", "1164", "1165", "1166", @@ -169243,24 +172410,70 @@ "1170", "1171", "1172", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", + "1173", + "1174", + "1175", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", + "1203", + "1204", + "1205", + "1206", + "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", + "1247", + "1248", + "1249", + "1251", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", + "1274", + "1275", + "1276", + "1277", + "1278", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1286", + "1287", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -169281,16 +172494,30 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", + "1369", + "1370", + "1371", + "1372", + "1373", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -169302,12 +172529,53 @@ "1392", "1393", "1394", + "1395", + "1396", + "1397", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", "1441", "1442", "1443", "1444", "1445", "1446", + "1447", + "1448", + "1449", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1470", + "1471", + "1472", + "1473", + "1474", "1475", "1476", "1477", @@ -169316,16 +172584,55 @@ "1480", "1481", "1482", + "1483", + "1484", + "1485", + "1486", + "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", + "1495", + "1496", + "1497", + "1498", + "1499", "1500", "1501", "1502", "1503", "1504", + "1505", + "1506", + "1507", + "1508", + "1509", + "1510", + "1511", + "1512", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1519", + "1520", + "1521", "1522", "1523", "1524", "1525", "1526", + "1527", + "1528", + "1529", + "1535", + "1536", "1537", "1538", "1539", @@ -169336,11 +172643,22 @@ "1544", "1545", "1546", + "1547", + "1548", + "1549", + "1550", + "1551", + "1552", "1553", "1554", "1555", "1556", "1557", + "1558", + "1559", + "1560", + "1561", + "1562", "1563", "1564", "1565", @@ -169351,11 +172669,25 @@ "1570", "1571", "1572", + "1573", + "1574", + "1575", + "1576", + "1577", + "1578", + "1579", + "1580", + "1581", + "1582", + "1583", "1584", "1585", "1586", "1587", "1588", + "1589", + "1590", + "1591", "1592", "1593", "1594", @@ -169371,40 +172703,587 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", + "1623", + "1624", + "1625", + "1626", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1667", + "1668", + "1669", + "1670", + "1677", + "1678", + "1679", + "1680", + "1681", + "1682", + "1692", + "1693", + "1694", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1780", + "1784", + "1818", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", + "1850", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", + "1881", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1918", + "1919", + "1920", + "1921", + "1922", "1934", - "2019", - "2020", - "2021" + "1935", + "1936", + "1937", + "2036" ], "location": { "end": { - "column": 2, - "line": 24 + "column": 50, + "line": 17 }, "start": { - "column": 33, - "line": 5 + "column": 32, + "line": 17 } } }, { - "id": "3807", - "mutatorName": "BlockStatement", + "id": "3790", + "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "app/composables/misc/useTimers.ts(9,55): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "statusReason": "app/composables/api/useWerewolvesAssistantApi.ts(21,3): error TS2741: Property 'fetchWerewolvesAssistantApi' is missing in type '{}' but required in type 'UseWerewolvesAssistantApi'.\n", "status": "CompileError", - "static": false, + "static": true, "killedBy": [], "coveredBy": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25", + "26", + "27", + "28", + "29", + "30", + "31", + "32", + "33", + "34", + "35", + "36", + "37", + "38", + "39", + "40", + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "50", + "51", + "52", + "53", + "54", + "55", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "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", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "164", + "165", + "166", + "167", + "168", + "169", + "170", + "171", + "172", + "173", + "174", + "175", + "176", + "177", + "178", + "179", + "180", + "181", + "182", + "183", + "184", + "185", + "186", + "187", + "188", + "189", + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "213", + "214", + "215", + "216", + "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", + "270", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "285", + "286", + "287", + "288", + "289", + "290", + "291", + "292", + "293", + "294", + "295", + "296", + "297", + "298", + "299", + "300", + "328", + "329", + "330", + "331", + "332", + "333", + "334", + "335", + "336", + "337", + "338", + "339", + "340", + "341", + "342", + "343", + "344", + "345", + "371", + "372", + "373", + "374", + "375", "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "441", + "442", + "443", + "444", + "445", + "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", + "473", + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "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", + "567", + "568", + "569", + "570", "639", "640", "641", @@ -169436,8 +173315,24 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", "689", "690", @@ -169454,14 +173349,185 @@ "701", "702", "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "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", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "822", + "823", + "824", + "825", + "826", + "827", + "828", + "829", + "830", + "831", + "832", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", "847", + "848", "849", - "850", - "851", - "852", - "965", - "966", - "967", + "883", + "884", + "885", + "886", + "887", + "888", + "889", + "890", + "891", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "923", + "924", + "925", + "926", + "927", + "928", + "929", + "930", + "931", + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "960", "968", "969", "970", @@ -169470,280 +173536,38 @@ "973", "974", "975", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1043", - "1044", - "1045", - "1046", - "1047", - "1048", - "1049", - "1050", - "1051", - "1081", - "1082", - "1083", - "1084", - "1085", - "1086", - "1087", - "1088", - "1089", - "1090", - "1109", - "1110", - "1111", - "1112", - "1113", - "1114", - "1115", - "1116", - "1117", - "1164", - "1165", - "1166", - "1167", - "1168", - "1169", - "1170", - "1171", - "1172", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", - "1208", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "1309", - "1310", - "1311", - "1312", - "1313", - "1314", - "1315", - "1316", - "1317", - "1318", - "1319", - "1320", - "1321", - "1322", - "1339", - "1340", - "1341", - "1342", - "1343", - "1344", - "1345", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", - "1443", - "1445", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482", - "1500", - "1501", - "1502", - "1503", - "1504", - "1522", - "1523", - "1524", - "1525", - "1526", - "1537", - "1538", - "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", - "1553", - "1554", - "1555", - "1556", - "1557", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", - "1584", - "1585", - "1586", - "1587", - "1588", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", - "1931", - "1932", - "1933", - "1934", - "2019", - "2020", - "2021" - ], - "location": { - "end": { - "column": 4, - "line": 22 - }, - "start": { - "column": 62, - "line": 9 - } - } - }, - { - "id": "3808", - "mutatorName": "ArithmeticOperator", - "replacement": "seconds * secondsInOneMinute", - "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "1931" - ], - "coveredBy": [ - "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "674", - "675", - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", - "850", - "851", - "852", - "965", - "966", - "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1006", + "1007", + "1008", + "1009", + "1010", + "1011", + "1012", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -169751,6 +173575,15 @@ "1031", "1032", "1033", + "1034", + "1035", + "1036", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", "1043", "1044", "1045", @@ -169760,6 +173593,31 @@ "1049", "1050", "1051", + "1052", + "1053", + "1054", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", "1081", "1082", "1083", @@ -169770,15 +173628,35 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", + "1118", + "1119", + "1120", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", "1164", "1165", "1166", @@ -169788,24 +173666,70 @@ "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", + "1247", + "1248", + "1249", + "1251", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", + "1274", + "1275", + "1276", + "1277", + "1278", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1286", + "1287", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -169826,16 +173750,30 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", + "1369", + "1370", + "1371", + "1372", + "1373", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -169847,24 +173785,110 @@ "1392", "1393", "1394", + "1395", + "1396", + "1397", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", + "1441", + "1442", "1443", + "1444", "1445", + "1446", + "1447", + "1448", + "1449", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", "1477", "1478", "1479", "1480", "1481", "1482", + "1483", + "1484", + "1485", + "1486", + "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", + "1495", + "1496", + "1497", + "1498", + "1499", "1500", "1501", "1502", "1503", "1504", + "1505", + "1506", + "1507", + "1508", + "1509", + "1510", + "1511", + "1512", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1519", + "1520", + "1521", "1522", "1523", "1524", "1525", "1526", + "1527", + "1528", + "1529", + "1535", + "1536", "1537", "1538", "1539", @@ -169875,11 +173899,22 @@ "1544", "1545", "1546", + "1547", + "1548", + "1549", + "1550", + "1551", + "1552", "1553", "1554", "1555", "1556", "1557", + "1558", + "1559", + "1560", + "1561", + "1562", "1563", "1564", "1565", @@ -169890,11 +173925,25 @@ "1570", "1571", "1572", + "1573", + "1574", + "1575", + "1576", + "1577", + "1578", + "1579", + "1580", + "1581", + "1582", + "1583", "1584", "1585", "1586", "1587", "1588", + "1589", + "1590", + "1591", "1592", "1593", "1594", @@ -169910,77 +173959,159 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", + "1623", + "1624", + "1625", + "1626", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1667", + "1668", + "1669", + "1670", + "1677", + "1678", + "1679", + "1680", + "1681", + "1682", + "1692", + "1693", + "1694", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1780", + "1784", + "1818", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", + "1850", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", + "1881", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1918", + "1919", + "1920", + "1921", + "1922", "1934", - "2019", - "2020", - "2021" + "1935", + "1936", + "1937", + "2036" ], "location": { "end": { - "column": 60, - "line": 10 + "column": 41, + "line": 21 }, "start": { - "column": 32, - "line": 10 + "column": 10, + "line": 21 } } - }, + } + ], + "source": "import { createFetch } from \"ofetch\";\n\nimport { useWerewolvesAssistantApiError } from \"~/composables/api/error/useWerewolvesAssistantApiError\";\nimport { removeTrailingSlashes } from \"~/utils/url.utils\";\n\ntype UseWerewolvesAssistantApi = {\n fetchWerewolvesAssistantApi: typeof $fetch;\n};\n\nfunction useWerewolvesAssistantApi(): UseWerewolvesAssistantApi {\n const config = useRuntimeConfig();\n const { baseUrl } = config.public.werewolvesAssistantApi;\n const { handleWerewolvesAssistantApiError } = useWerewolvesAssistantApiError();\n\n const fetchWerewolvesAssistantApi = createFetch().create({\n baseURL: removeTrailingSlashes(baseUrl),\n headers: { \"Content-Type\": \"application/json\" },\n onResponseError: handleWerewolvesAssistantApiError,\n });\n\n return { fetchWerewolvesAssistantApi };\n}\n\nexport { useWerewolvesAssistantApi };" + }, + "app/composables/misc/useArrays.ts": { + "language": "typescript", + "mutants": [ { - "id": "3809", - "mutatorName": "ArithmeticOperator", - "replacement": "seconds * secondsInOneMinute", - "statusReason": "expected { …(3) } to strictly equal { …(3) }", - "status": "Killed", - "testsCompleted": 1, + "id": "3791", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/composables/misc/useArrays.ts(5,23): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "847" - ], + "killedBy": [], "coveredBy": [ + "371", + "372", + "373", + "374", + "375", "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "674", - "675", - "688", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", "689", "690", "691", @@ -169988,270 +174119,94 @@ "693", "694", "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", - "850", - "851", - "852", - "965", - "966", - "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1043", - "1044", - "1045", - "1046", - "1047", - "1048", - "1049", - "1050", - "1051", - "1081", - "1082", - "1083", - "1084", - "1085", - "1086", - "1087", - "1088", - "1089", - "1090", - "1109", - "1110", - "1111", - "1112", - "1113", - "1114", - "1115", - "1116", - "1117", - "1164", - "1165", - "1166", - "1167", - "1168", - "1169", - "1170", - "1171", - "1172", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", - "1208", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "1309", - "1310", - "1311", - "1312", - "1313", - "1314", - "1315", - "1316", - "1317", - "1318", - "1319", - "1320", - "1321", - "1322", - "1339", - "1340", - "1341", - "1342", - "1343", - "1344", - "1345", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", - "1443", - "1445", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482", - "1500", - "1501", - "1502", - "1503", - "1504", - "1522", - "1523", - "1524", - "1525", - "1526", - "1537", - "1538", - "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", - "1553", - "1554", - "1555", - "1556", - "1557", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", - "1584", - "1585", - "1586", - "1587", - "1588", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", - "1931", - "1932", - "1933", - "1934", - "2019", - "2020", - "2021" + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1729", + "1730", + "1731", + "1732", + "1733", + "2038", + "2039" ], "location": { "end": { - "column": 58, - "line": 11 + "column": 2, + "line": 10 }, "start": { - "column": 30, - "line": 11 + "column": 33, + "line": 5 } } }, { - "id": "3810", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expected { …(3) } to strictly equal { …(3) }", - "status": "Killed", - "testsCompleted": 1, + "id": "3792", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/composables/misc/useArrays.ts(6,60): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "847" - ], + "killedBy": [], "coveredBy": [ + "371", + "372", + "373", + "374", + "375", "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "674", - "675", - "688", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", "689", "690", "691", @@ -170259,52 +174214,735 @@ "693", "694", "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", - "850", - "851", - "852", - "965", - "966", - "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1043", - "1044", - "1045", - "1046", - "1047", - "1048", - "1049", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1729", + "1730", + "1731", + "1732", + "1733", + "2038", + "2039" + ], + "location": { + "end": { + "column": 4, + "line": 8 + }, + "start": { + "column": 64, + "line": 6 + } + } + }, + { + "id": "3793", + "mutatorName": "ArrayDeclaration", + "replacement": "[]", + "statusReason": "Snapshot `Game Fox May Have Sniffed Event Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "807" + ], + "coveredBy": [ + "373", + "374", + "375", + "376", + "380", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "908", + "910", + "1283", + "1285", + "1518", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1733", + "2039" + ], + "location": { + "end": { + "column": 36, + "line": 7 + }, + "start": { + "column": 29, + "line": 7 + } + } + }, + { + "id": "3794", + "mutatorName": "ArrayDeclaration", + "replacement": "[\"Stryker was here\"]", + "statusReason": "app/composables/misc/useArrays.ts(7,5): error TS2322: Type 'string[] | T[]' 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", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "691", + "692", + "812", + "813", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1729", + "1730", + "1731", + "1732", + "1733", + "2038" + ], + "location": { + "end": { + "column": 41, + "line": 7 + }, + "start": { + "column": 39, + "line": 7 + } + } + }, + { + "id": "3795", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "app/composables/misc/useArrays.ts(9,3): error TS2741: Property 'insertIf' is missing in type '{}' but required in type 'UseArrays'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1729", + "1730", + "1731", + "1732", + "1733", + "2038", + "2039" + ], + "location": { + "end": { + "column": 22, + "line": 9 + }, + "start": { + "column": 10, + "line": 9 + } + } + } + ], + "source": "type UseArrays = {\n insertIf: (mustBeInserted: boolean, value: T) => T[];\n};\n\nfunction useArrays(): UseArrays {\n function insertIf(mustBeInserted: boolean, value: T): T[] {\n return mustBeInserted ? [value] : [];\n }\n return { insertIf };\n}\n\nexport { useArrays };" + }, + "app/composables/misc/useDevice.ts": { + "language": "typescript", + "mutants": [ + { + "id": "3796", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/composables/misc/useDevice.ts(7,23): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1972", + "1973", + "1974" + ], + "location": { + "end": { + "column": 2, + "line": 13 + }, + "start": { + "column": 33, + "line": 7 + } + } + }, + { + "id": "3797", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "app/composables/misc/useDevice.ts(8,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", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1972", + "1973", + "1974" + ], + "location": { + "end": { + "column": 107, + "line": 8 + }, + "start": { + "column": 45, + "line": 8 + } + } + }, + { + "id": "3798", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected true to be falsy", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "1974" + ], + "coveredBy": [ + "1972", + "1973", + "1974" + ], + "location": { + "end": { + "column": 107, + "line": 8 + }, + "start": { + "column": 51, + "line": 8 + } + } + }, + { + "id": "3799", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 17, + "static": false, + "killedBy": [ + "1972" + ], + "coveredBy": [ + "1972", + "1973", + "1974" + ], + "location": { + "end": { + "column": 107, + "line": 8 + }, + "start": { + "column": 51, + "line": 8 + } + } + }, + { + "id": "3800", + "mutatorName": "LogicalOperator", + "replacement": "\"ontouchstart\" in window && navigator.maxTouchPoints > 0", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1972" + ], + "coveredBy": [ + "1972", + "1973", + "1974" + ], + "location": { + "end": { + "column": 107, + "line": 8 + }, + "start": { + "column": 51, + "line": 8 + } + } + }, + { + "id": "3801", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1972" + ], + "coveredBy": [ + "1972", + "1973", + "1974" + ], + "location": { + "end": { + "column": 65, + "line": 8 + }, + "start": { + "column": 51, + "line": 8 + } + } + }, + { + "id": "3802", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 17, + "static": false, + "killedBy": [ + "1973" + ], + "coveredBy": [ + "1973", + "1974" + ], + "location": { + "end": { + "column": 107, + "line": 8 + }, + "start": { + "column": 79, + "line": 8 + } + } + }, + { + "id": "3803", + "mutatorName": "EqualityOperator", + "replacement": "navigator.maxTouchPoints >= 0", + "statusReason": "expected true to be falsy", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "1974" + ], + "coveredBy": [ + "1973", + "1974" + ], + "location": { + "end": { + "column": 107, + "line": 8 + }, + "start": { + "column": 79, + "line": 8 + } + } + }, + { + "id": "3804", + "mutatorName": "EqualityOperator", + "replacement": "navigator.maxTouchPoints <= 0", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1973" + ], + "coveredBy": [ + "1973", + "1974" + ], + "location": { + "end": { + "column": 107, + "line": 8 + }, + "start": { + "column": 79, + "line": 8 + } + } + }, + { + "id": "3805", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "app/composables/misc/useDevice.ts(10,3): error TS2741: Property 'isOnTouchDevice' is missing in type '{}' but required in type 'UseDevice'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1972", + "1973", + "1974" + ], + "location": { + "end": { + "column": 4, + "line": 12 + }, + "start": { + "column": 10, + "line": 10 + } + } + } + ], + "source": "import type { ComputedRef } from \"vue\";\n\ntype UseDevice = {\n isOnTouchDevice: ComputedRef;\n};\n\nfunction useDevice(): UseDevice {\n const isOnTouchDevice = computed(() => \"ontouchstart\" in window || navigator.maxTouchPoints > 0);\n\n return {\n isOnTouchDevice,\n };\n}\n\nexport {\n useDevice,\n};" + }, + "app/composables/misc/useStrings.ts": { + "language": "typescript", + "mutants": [ + { + "id": "3806", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/composables/misc/useStrings.ts(6,24): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "285", + "286", + "287", + "288", + "289", + "290", + "291", + "292", + "293", + "294", + "295", + "296", + "297", + "298", + "299", + "300", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "658", + "659", + "660", + "661", + "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", + "690", + "691", + "692", + "693", + "694", + "695", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "850", + "851", + "852", + "853", + "854", + "855", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1034", + "1035", + "1036", + "1046", + "1047", + "1048", + "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -170312,42 +174950,46 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", + "1275", + "1276", + "1277", + "1278", "1303", "1304", "1305", @@ -170368,16 +175010,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -170389,27 +175031,33 @@ "1392", "1393", "1394", - "1443", + "1395", + "1396", + "1397", + "1444", "1445", - "1477", + "1446", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -170417,14 +175065,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -170432,14 +175080,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -170452,62 +175100,43 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", "1934", - "2019", - "2020", - "2021" + "1935", + "1936", + "1937", + "2032", + "2033", + "2034" ], "location": { "end": { - "column": 48, - "line": 12 + "column": 2, + "line": 18 }, "start": { - "column": 28, - "line": 12 + "column": 35, + "line": 6 } } }, { - "id": "3811", - "mutatorName": "ObjectLiteral", + "id": "3807", + "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected 'shared.time.minute, {}, 1' to be 'shared.time.minute, {\"count\":1}, 1' // Object.is equality", - "status": "Killed", - "testsCompleted": 1, + "statusReason": "app/composables/misc/useStrings.ts(7,63): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "2019" - ], + "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -170520,32 +175149,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -170554,9 +175199,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -170564,18 +175209,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -170583,42 +175228,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -170639,16 +175284,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -170660,27 +175305,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -170688,14 +175333,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -170703,14 +175348,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -170723,62 +175368,42 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", "1934", - "2019", - "2020", - "2021" + "1935", + "1936", + "1937", + "2032", + "2033" ], "location": { "end": { - "column": 68, - "line": 12 + "column": 4, + "line": 9 }, "start": { - "column": 50, - "line": 12 + "column": 76, + "line": 7 } } }, { - "id": "3812", + "id": "3808", "mutatorName": "StringLiteral", "replacement": "\"\"", - "statusReason": "expected ', {\"count\":30}, 30' to be 'shared.time.second, {\"count\":30}, 30' // Object.is equality", - "status": "Killed", - "testsCompleted": 16, + "statusReason": "app/composables/misc/useStrings.ts(8,5): error TS2322: Type '\"no\" | \"\"' is not assignable to type '\"yes\" | \"no\"'.\n Type '\"\"' is not assignable to type '\"yes\" | \"no\"'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "2020" - ], + "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -170791,32 +175416,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -170825,9 +175466,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -170835,18 +175476,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -170854,42 +175495,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -170910,16 +175551,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -170931,27 +175572,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -170959,14 +175600,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -170974,14 +175615,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -170994,62 +175635,41 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", "1934", - "2019", - "2020", - "2021" + "1935", + "1936", + "1937", + "2032" ], "location": { "end": { - "column": 48, - "line": 13 + "column": 25, + "line": 8 }, "start": { - "column": 28, - "line": 13 + "column": 20, + "line": 8 } } }, { - "id": "3813", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "expected 'shared.time.second, {}, 30' to be 'shared.time.second, {\"count\":30}, 30' // Object.is equality", - "status": "Killed", - "testsCompleted": 16, + "id": "3809", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/composables/misc/useStrings.ts(8,5): error TS2322: Type '\"yes\" | \"\"' is not assignable to type '\"yes\" | \"no\"'.\n Type '\"\"' is not assignable to type '\"yes\" | \"no\"'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "2020" - ], + "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -171062,32 +175682,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -171096,9 +175732,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -171106,18 +175742,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -171125,42 +175761,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -171181,16 +175817,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -171202,27 +175838,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -171230,14 +175866,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -171245,14 +175881,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -171265,62 +175901,351 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", "1934", - "2019", - "2020", - "2021" + "1935", + "1936", + "1937", + "2033" ], "location": { "end": { - "column": 77, - "line": 13 + "column": 32, + "line": 8 }, "start": { - "column": 50, + "column": 28, + "line": 8 + } + } + }, + { + "id": "3810", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/composables/misc/useStrings.ts(11,49): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "296", + "297", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "761", + "765", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "1275", + "1276", + "1277", + "1278", + "2034" + ], + "location": { + "end": { + "column": 4, "line": 13 + }, + "start": { + "column": 56, + "line": 11 + } + } + }, + { + "id": "3811", + "mutatorName": "ArithmeticOperator", + "replacement": "value.charAt(0).toLowerCase() - value.slice(1)", + "statusReason": "app/composables/misc/useStrings.ts(12,5): error TS2322: Type 'number' is not assignable to type 'string'.\napp/composables/misc/useStrings.ts(12,12): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.\napp/composables/misc/useStrings.ts(12,44): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "296", + "297", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "761", + "765", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "1275", + "1276", + "1277", + "1278", + "2034" + ], + "location": { + "end": { + "column": 58, + "line": 12 + }, + "start": { + "column": 12, + "line": 12 + } + } + }, + { + "id": "3812", + "mutatorName": "MethodExpression", + "replacement": "value.charAt(0).toUpperCase()", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"shared.role.definiteName.werewolf, 1\",\"recipient\":\"shared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n },\n], but it was called with Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"Shared.role.definiteName.werewolf, 1\",\"recipient\":\"Shared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n}", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "297" + ], + "coveredBy": [ + "296", + "297", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "761", + "765", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "1275", + "1276", + "1277", + "1278", + "2034" + ], + "location": { + "end": { + "column": 41, + "line": 12 + }, + "start": { + "column": 12, + "line": 12 + } + } + }, + { + "id": "3813", + "mutatorName": "MethodExpression", + "replacement": "value", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"shared.role.definiteName.werewolf, 1\",\"recipient\":\"shared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n },\n], but it was called with Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"shared.role.definitename.werewolf, 1hared.role.definiteName.werewolf, 1\",\"recipient\":\"shared.role.definitename.thief, 1hared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n}", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "297" + ], + "coveredBy": [ + "296", + "297", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "761", + "765", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "1275", + "1276", + "1277", + "1278", + "2034" + ], + "location": { + "end": { + "column": 27, + "line": 12 + }, + "start": { + "column": 12, + "line": 12 } } }, { "id": "3814", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected 'shared.time.second, {\"count\":0}, 0' to be 'shared.time.minute, {\"count\":1}, 1' // Object.is equality", + "mutatorName": "MethodExpression", + "replacement": "value", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"shared.role.definiteName.werewolf, 1\",\"recipient\":\"shared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n },\n], but it was called with Object {\n \"detail\": \"components.GameLobbyRolePickerFooter.roleAdditionalCardRemovedForRecipient, {\"roleName\":\"sshared.role.definiteName.werewolf, 1\",\"recipient\":\"sshared.role.definiteName.thief, 1\"}\",\n \"life\": 5000,\n \"summary\": \"components.GameLobbyRolePickerFooter.additionalCardRemoved\",\n}", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "2019" + "297" + ], + "coveredBy": [ + "296", + "297", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "761", + "765", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "1275", + "1276", + "1277", + "1278", + "2034" ], + "location": { + "end": { + "column": 58, + "line": 12 + }, + "start": { + "column": 44, + "line": 12 + } + } + }, + { + "id": "3815", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "app/composables/misc/useStrings.ts(14,3): error TS2739: Type '{}' is missing the following properties from type 'UseStrings': convertBooleanAsAffirmativeString, lowerCaseFirstLetter\n", + "status": "CompileError", + "static": false, + "killedBy": [], "coveredBy": [ + "285", + "286", + "287", + "288", + "289", + "290", + "291", + "292", + "293", + "294", + "295", + "296", + "297", + "298", + "299", + "300", + "371", + "372", + "373", + "374", + "375", "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", "658", "659", "660", @@ -171333,8 +176258,24 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", "689", "690", @@ -171343,22 +176284,46 @@ "693", "694", "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", "850", "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", "968", "969", "970", @@ -171367,9 +176332,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -171377,18 +176342,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -171396,42 +176361,46 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", + "1275", + "1276", + "1277", + "1278", "1303", "1304", "1305", @@ -171452,16 +176421,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -171473,27 +176442,33 @@ "1392", "1393", "1394", - "1443", + "1395", + "1396", + "1397", + "1444", "1445", - "1477", + "1446", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -171501,14 +176476,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -171516,14 +176491,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -171536,76 +176511,97 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", "1934", - "2019", - "2020", - "2021" + "1935", + "1936", + "1937", + "2032", + "2033", + "2034" ], "location": { "end": { - "column": 22, - "line": 15 + "column": 4, + "line": 17 }, "start": { - "column": 9, - "line": 15 + "column": 10, + "line": 14 } } - }, + } + ], + "source": "type UseStrings = {\n convertBooleanAsAffirmativeString: (value: boolean) => string;\n lowerCaseFirstLetter: (value: string) => string;\n};\n\nfunction useStrings(): UseStrings {\n function convertBooleanAsAffirmativeString(value: boolean): \"yes\" | \"no\" {\n return value ? \"yes\" : \"no\";\n }\n\n function lowerCaseFirstLetter(value: string): string {\n return value.charAt(0).toLowerCase() + value.slice(1);\n }\n return {\n convertBooleanAsAffirmativeString,\n lowerCaseFirstLetter,\n };\n}\n\nexport { useStrings };" + }, + "app/composables/misc/useTimers.ts": { + "language": "typescript", + "mutants": [ { - "id": "3815", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected 'shared.time.minute, {\"count\":0}, 0 sh…' to be 'shared.time.second, {\"count\":30}, 30' // Object.is equality", - "status": "Killed", - "testsCompleted": 2, + "id": "3816", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/composables/misc/useTimers.ts(5,23): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "2020" - ], + "killedBy": [], "coveredBy": [ + "371", + "372", + "373", + "374", + "375", "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "658", + "659", + "660", + "661", + "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", "690", @@ -171614,22 +176610,28 @@ "693", "694", "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -171638,9 +176640,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -171648,18 +176650,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -171667,42 +176669,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -171723,16 +176725,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -171744,27 +176746,33 @@ "1392", "1393", "1394", - "1443", + "1395", + "1396", + "1397", + "1444", "1445", - "1477", + "1446", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -171772,14 +176780,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -171787,14 +176795,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -171807,62 +176815,43 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", "1934", - "2019", - "2020", - "2021" + "1935", + "1936", + "1937", + "2022", + "2023", + "2024" ], "location": { "end": { - "column": 22, - "line": 15 + "column": 2, + "line": 24 }, "start": { - "column": 9, - "line": 15 + "column": 33, + "line": 5 } } }, { - "id": "3816", - "mutatorName": "EqualityOperator", - "replacement": "minutes !== 0", - "statusReason": "expected 'shared.time.second, {\"count\":0}, 0' to be 'shared.time.minute, {\"count\":1}, 1' // Object.is equality", - "status": "Killed", - "testsCompleted": 1, + "id": "3817", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/composables/misc/useTimers.ts(9,55): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "2019" - ], + "killedBy": [], "coveredBy": [ "376", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -171875,32 +176864,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -171909,9 +176914,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -171919,18 +176924,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -171938,42 +176943,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -171994,16 +176999,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -172015,27 +177020,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -172043,14 +177048,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -172058,14 +177063,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -172078,102 +177083,46 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", "1934", - "2019", - "2020", - "2021" + "1935", + "1936", + "1937", + "2022", + "2023", + "2024" ], "location": { "end": { - "column": 22, - "line": 15 + "column": 4, + "line": 22 }, "start": { - "column": 9, - "line": 15 + "column": 62, + "line": 9 } } }, { - "id": "3817", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected 'shared.time.minute, {\"count\":0}, 0 sh…' to be 'shared.time.second, {\"count\":30}, 30' // Object.is equality", + "id": "3818", + "mutatorName": "ArithmeticOperator", + "replacement": "seconds * secondsInOneMinute", + "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "2020" + "1934" ], "coveredBy": [ "376", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "2020" - ], - "location": { - "end": { - "column": 6, - "line": 17 - }, - "start": { - "column": 24, - "line": 15 - } - } - }, - { - "id": "3818", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected 'shared.time.minute, {\"count\":1}, 1' to be 'shared.time.minute, {\"count\":1}, 1 sh…' // Object.is equality", - "status": "Killed", - "testsCompleted": 16, - "static": false, - "killedBy": [ - "2021" - ], - "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -172186,32 +177135,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -172220,9 +177185,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -172230,18 +177195,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -172249,34 +177214,48 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", + "1209", + "1210", + "1211", + "1258", + "1259", "1260", + "1261", + "1262", + "1263", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", "1309", "1310", "1311", @@ -172291,16 +177270,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -172312,27 +177291,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -172340,14 +177319,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -172355,14 +177334,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -172375,60 +177354,46 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", "1934", - "2019", - "2021" + "1935", + "1936", + "1937", + "2022", + "2023", + "2024" ], "location": { "end": { - "column": 31, - "line": 18 + "column": 60, + "line": 10 }, "start": { - "column": 9, - "line": 18 + "column": 32, + "line": 10 } } }, { "id": "3819", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", + "mutatorName": "ArithmeticOperator", + "replacement": "seconds * secondsInOneMinute", + "statusReason": "expected { …(3) } to strictly equal { …(3) }", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "1931" + "850" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", + "376", "658", "659", "660", @@ -172441,32 +177406,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -172475,9 +177456,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -172485,18 +177466,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -172504,34 +177485,48 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", + "1209", + "1210", + "1211", + "1258", + "1259", "1260", + "1261", + "1262", + "1263", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", "1309", "1310", "1311", @@ -172546,16 +177541,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -172567,27 +177562,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -172595,14 +177590,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -172610,14 +177605,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -172630,60 +177625,46 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", "1934", - "2019", - "2021" + "1935", + "1936", + "1937", + "2022", + "2023", + "2024" ], "location": { "end": { - "column": 31, - "line": 18 + "column": 58, + "line": 11 }, "start": { - "column": 9, - "line": 18 + "column": 30, + "line": 11 } } }, { "id": "3820", - "mutatorName": "EqualityOperator", - "replacement": "remainingSeconds !== 0", - "statusReason": "expected 'shared.time.minute, {\"count\":1}, 1 sh…' to be 'shared.time.minute, {\"count\":1}, 1' // Object.is equality", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expected { …(3) } to strictly equal { …(3) }", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "2019" + "850" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", + "376", "658", "659", "660", @@ -172696,32 +177677,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -172730,9 +177727,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -172740,18 +177737,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -172759,34 +177756,48 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", + "1209", + "1210", + "1211", + "1258", + "1259", "1260", + "1261", + "1262", + "1263", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", "1309", "1310", "1311", @@ -172801,16 +177812,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -172822,27 +177833,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -172850,14 +177861,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -172865,14 +177876,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -172885,60 +177896,46 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", "1934", - "2019", - "2021" + "1935", + "1936", + "1937", + "2022", + "2023", + "2024" ], "location": { "end": { - "column": 31, - "line": 18 + "column": 48, + "line": 12 }, "start": { - "column": 9, - "line": 18 + "column": 28, + "line": 12 } } }, { "id": "3821", - "mutatorName": "BlockStatement", + "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "expected { …(3) } to strictly equal { …(3) }", + "statusReason": "expected 'shared.time.minute, {}, 1' to be 'shared.time.minute, {\"count\":1}, 1' // Object.is equality", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "847" + "2022" ], "coveredBy": [ - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", + "376", "658", "659", "660", @@ -172951,32 +177948,48 @@ "667", "668", "669", + "670", + "671", + "672", + "673", "674", "675", + "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -172985,9 +177998,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -172995,18 +178008,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -173014,34 +178027,48 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", + "1209", + "1210", + "1211", + "1258", + "1259", "1260", + "1261", + "1262", + "1263", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", "1309", "1310", "1311", @@ -173056,16 +178083,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -173077,27 +178104,27 @@ "1392", "1393", "1394", - "1443", - "1445", - "1477", - "1478", - "1479", + "1395", + "1396", + "1397", + "1446", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -173105,14 +178132,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -173120,14 +178147,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -173140,125 +178167,46 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", "1934", - "2019" + "1935", + "1936", + "1937", + "2022", + "2023", + "2024" ], "location": { "end": { - "column": 6, - "line": 20 + "column": 68, + "line": 12 }, "start": { - "column": 33, - "line": 18 + "column": 50, + "line": 12 } } }, { "id": "3822", "mutatorName": "StringLiteral", - "replacement": "``", - "statusReason": "expected '' to be 'shared.time.minute, {\"count\":1}, 1 sh…' // Object.is equality", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "2021" - ], - "coveredBy": [ - "2021" - ], - "location": { - "end": { - "column": 64, - "line": 21 - }, - "start": { - "column": 12, - "line": 21 - } - } - }, - { - "id": "3823", - "mutatorName": "StringLiteral", "replacement": "\"\"", - "statusReason": "expected 'shared.time.minute, {\"count\":1}, 1 s…' to be 'shared.time.minute, {\"count\":1}, 1 sh…' // Object.is equality", + "statusReason": "expected ', {\"count\":30}, 30' to be 'shared.time.second, {\"count\":30}, 30' // Object.is equality", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 16, "static": false, "killedBy": [ - "2021" - ], - "coveredBy": [ - "2021" + "2023" ], - "location": { - "end": { - "column": 45, - "line": 21 - }, - "start": { - "column": 33, - "line": 21 - } - } - }, - { - "id": "3824", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "app/composables/misc/useTimers.ts(23,3): error TS2741: Property 'getSecondsInMinutesLabel' is missing in type '{}' but required in type 'UseTimers'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], "coveredBy": [ - "371", - "372", - "373", - "374", - "375", "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -173278,31 +178226,41 @@ "674", "675", "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "847", - "848", - "849", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "850", - "851", "852", - "965", - "966", - "967", + "853", + "854", + "855", "968", "969", "970", @@ -173311,9 +178269,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -173321,18 +178279,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -173340,42 +178298,42 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -173396,16 +178354,16 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -173417,33 +178375,27 @@ "1392", "1393", "1394", - "1441", - "1442", - "1443", - "1444", - "1445", + "1395", + "1396", + "1397", "1446", - "1475", - "1476", - "1477", - "1478", - "1479", + "1448", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1522", - "1523", - "1524", + "1505", + "1506", + "1507", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -173451,14 +178403,14 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", - "1563", - "1564", - "1565", + "1558", + "1559", + "1560", "1566", "1567", "1568", @@ -173466,14 +178418,14 @@ "1570", "1571", "1572", - "1584", - "1585", - "1586", + "1573", + "1574", + "1575", "1587", "1588", - "1592", - "1593", - "1594", + "1589", + "1590", + "1591", "1595", "1596", "1597", @@ -173486,798 +178438,317 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1931", - "1932", - "1933", + "1620", + "1621", + "1622", "1934", - "2019", - "2020", - "2021" - ], - "location": { - "end": { - "column": 38, - "line": 23 - }, - "start": { - "column": 10, - "line": 23 - } - } - } - ], - "source": "type UseTimers = {\n getSecondsInMinutesLabel: (seconds: number) => string;\n};\n\nfunction useTimers(): UseTimers {\n const secondsInOneMinute = 60;\n const { t } = useI18n();\n\n function getSecondsInMinutesLabel(seconds: number): string {\n const minutes = Math.floor(seconds / secondsInOneMinute);\n const remainingSeconds = seconds % secondsInOneMinute;\n const minutesLabel = t(\"shared.time.minute\", { count: minutes }, minutes);\n const secondsLabel = t(\"shared.time.second\", { count: remainingSeconds }, remainingSeconds);\n\n if (minutes === 0) {\n return secondsLabel;\n }\n if (remainingSeconds === 0) {\n return minutesLabel;\n }\n return `${minutesLabel} ${t(\"shared.and\")} ${secondsLabel}`;\n }\n return { getSecondsInMinutesLabel };\n}\n\nexport { useTimers };" - }, - "app/composables/prime-vue/usePrimeVueToasts.ts": { - "language": "typescript", - "mutants": [ - { - "id": "3826", - "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": [ - "1743" - ], - "coveredBy": [ - "1743", - "1744", - "1745", - "1746", - "1747" - ], - "location": { - "end": { - "column": 4, - "line": 22 - }, - "start": { - "column": 57, - "line": 17 - } - } - }, - { - "id": "3827", - "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 {}", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "1743" - ], - "coveredBy": [ - "1743", - "1744", - "1745", - "1746", - "1747" - ], - "location": { - "end": { - "column": 6, - "line": 21 - }, - "start": { - "column": 15, - "line": 18 - } - } - }, - { - "id": "3828", - "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": [ - "1744" - ], - "coveredBy": [ - "1744" - ], - "location": { - "end": { - "column": 4, - "line": 26 - }, - "start": { - "column": 64, - "line": 24 - } - } - }, - { - "id": "3829", - "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}", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "1744" - ], - "coveredBy": [ - "1744" - ], - "location": { - "end": { - "column": 49, - "line": 25 - }, - "start": { - "column": 14, - "line": 25 - } - } - }, - { - "id": "3830", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/composables/prime-vue/usePrimeVueToasts.ts(25,16): error TS2322: Type '\"\"' is not assignable to type '\"success\" | \"info\" | \"warn\" | \"error\" | \"secondary\" | \"contrast\" | undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "1744" - ], - "location": { - "end": { - "column": 35, - "line": 25 - }, - "start": { - "column": 26, - "line": 25 - } - } - }, - { - "id": "3831", - "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": [ - "1745" - ], - "coveredBy": [ - "1745" + "1935", + "1936", + "1937", + "2022", + "2023", + "2024" ], "location": { "end": { - "column": 4, - "line": 30 + "column": 48, + "line": 13 }, "start": { - "column": 61, - "line": 28 + "column": 28, + "line": 13 } } }, { - "id": "3832", + "id": "3823", "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}", + "statusReason": "expected 'shared.time.second, {}, 30' to be 'shared.time.second, {\"count\":30}, 30' // Object.is equality", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 16, "static": false, "killedBy": [ - "1745" - ], - "coveredBy": [ - "1745" + "2023" ], - "location": { - "end": { - "column": 46, - "line": 29 - }, - "start": { - "column": 14, - "line": 29 - } - } - }, - { - "id": "3833", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/composables/prime-vue/usePrimeVueToasts.ts(29,16): error TS2322: Type '\"\"' is not assignable to type '\"success\" | \"info\" | \"warn\" | \"error\" | \"secondary\" | \"contrast\" | undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], "coveredBy": [ - "1745" + "376", + "658", + "659", + "660", + "661", + "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", + "693", + "694", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "850", + "852", + "853", + "854", + "855", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1034", + "1035", + "1036", + "1046", + "1047", + "1048", + "1049", + "1050", + "1051", + "1052", + "1053", + "1054", + "1084", + "1085", + "1086", + "1087", + "1088", + "1089", + "1090", + "1091", + "1092", + "1093", + "1112", + "1113", + "1114", + "1115", + "1116", + "1117", + "1118", + "1119", + "1120", + "1167", + "1168", + "1169", + "1170", + "1171", + "1172", + "1173", + "1174", + "1175", + "1203", + "1204", + "1205", + "1206", + "1207", + "1208", + "1209", + "1210", + "1211", + "1258", + "1259", + "1260", + "1261", + "1262", + "1263", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", + "1309", + "1310", + "1311", + "1312", + "1313", + "1314", + "1315", + "1316", + "1317", + "1318", + "1319", + "1320", + "1321", + "1322", + "1323", + "1324", + "1325", + "1342", + "1343", + "1344", + "1345", + "1346", + "1347", + "1348", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", + "1395", + "1396", + "1397", + "1446", + "1448", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485", + "1503", + "1504", + "1505", + "1506", + "1507", + "1525", + "1526", + "1527", + "1528", + "1529", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", + "1547", + "1548", + "1549", + "1556", + "1557", + "1558", + "1559", + "1560", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", + "1573", + "1574", + "1575", + "1587", + "1588", + "1589", + "1590", + "1591", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937", + "2022", + "2023", + "2024" ], "location": { "end": { - "column": 32, - "line": 29 + "column": 77, + "line": 13 }, "start": { - "column": 26, - "line": 29 + "column": 50, + "line": 13 } } }, { - "id": "3834", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "id": "3824", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected 'shared.time.second, {\"count\":0}, 0' to be 'shared.time.minute, {\"count\":1}, 1' // Object.is equality", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "1746" + "2022" ], "coveredBy": [ - "1746" - ], - "location": { - "end": { - "column": 4, - "line": 34 - }, - "start": { - "column": 61, - "line": 32 - } - } - }, - { - "id": "3835", - "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}", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "1746" - ], - "coveredBy": [ - "1746" - ], - "location": { - "end": { - "column": 46, - "line": 33 - }, - "start": { - "column": 14, - "line": 33 - } - } - }, - { - "id": "3836", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/composables/prime-vue/usePrimeVueToasts.ts(33,16): error TS2322: Type '\"\"' is not assignable to type '\"success\" | \"info\" | \"warn\" | \"error\" | \"secondary\" | \"contrast\" | undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "1746" - ], - "location": { - "end": { - "column": 32, - "line": 33 - }, - "start": { - "column": 26, - "line": 33 - } - } - }, - { - "id": "3837", - "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": [ - "1747" - ], - "coveredBy": [ - "1747" - ], - "location": { - "end": { - "column": 4, - "line": 38 - }, - "start": { - "column": 62, - "line": 36 - } - } - }, - { - "id": "3838", - "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}", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "1747" - ], - "coveredBy": [ - "1747" - ], - "location": { - "end": { - "column": 47, - "line": 37 - }, - "start": { - "column": 14, - "line": 37 - } - } - }, - { - "id": "3839", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/composables/prime-vue/usePrimeVueToasts.ts(37,16): error TS2322: Type '\"\"' is not assignable to type '\"success\" | \"info\" | \"warn\" | \"error\" | \"secondary\" | \"contrast\" | undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "1747" - ], - "location": { - "end": { - "column": 33, - "line": 37 - }, - "start": { - "column": 26, - "line": 37 - } - } - }, - { - "id": "3825", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/composables/prime-vue/usePrimeVueToasts.ts(14,31): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "coveredBy": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24", - "25", - "26", - "27", - "28", - "29", - "30", - "31", - "32", - "33", - "34", - "35", - "36", - "37", - "38", - "39", - "40", - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "50", - "51", - "52", - "53", - "54", - "55", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "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", - "164", - "165", - "166", - "167", - "168", - "169", - "170", - "171", - "172", - "173", - "174", - "175", - "176", - "177", - "178", - "179", - "180", - "181", - "182", - "183", - "184", - "185", - "186", - "187", - "188", - "189", - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "213", - "214", - "215", - "216", - "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", - "270", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "371", - "372", - "373", - "374", - "375", "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", - "441", - "442", - "443", - "444", - "445", - "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", - "473", - "474", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "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", - "567", - "568", - "569", - "570", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -174309,24 +178780,8 @@ "686", "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "704", - "705", - "706", "707", "708", "709", @@ -174334,166 +178789,20 @@ "711", "712", "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "747", - "748", - "749", - "750", - "751", - "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", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "920", - "921", - "922", - "923", - "924", - "925", - "926", - "927", - "928", - "929", - "930", - "931", - "932", - "933", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "957", - "965", - "966", - "967", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "850", + "852", + "853", + "854", + "855", "968", "969", "970", @@ -174505,35 +178814,6 @@ "976", "977", "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", - "1003", - "1004", - "1005", - "1006", - "1007", - "1008", - "1009", - "1010", - "1011", - "1012", - "1024", - "1025", - "1026", "1027", "1028", "1029", @@ -174544,15 +178824,6 @@ "1034", "1035", "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1043", - "1044", - "1045", "1046", "1047", "1048", @@ -174562,31 +178833,6 @@ "1052", "1053", "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1081", - "1082", - "1083", "1084", "1085", "1086", @@ -174594,38 +178840,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", @@ -174635,67 +178861,21 @@ "1173", "1174", "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1200", - "1201", - "1202", "1203", "1204", "1205", "1206", "1207", "1208", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1271", - "1272", - "1273", - "1274", - "1275", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1283", - "1284", - "1285", - "1286", - "1287", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -174719,27 +178899,13 @@ "1323", "1324", "1325", - "1326", - "1327", - "1328", - "1339", - "1340", - "1341", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", - "1369", - "1370", - "1371", - "1372", - "1373", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -174754,110 +178920,24 @@ "1395", "1396", "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1441", - "1442", - "1443", - "1444", - "1445", "1446", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1475", - "1476", - "1477", - "1478", - "1479", + "1448", "1480", "1481", "1482", "1483", "1484", "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", - "1499", - "1500", - "1501", - "1502", "1503", "1504", "1505", "1506", "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1516", - "1517", - "1518", - "1519", - "1520", - "1521", - "1522", - "1523", - "1524", "1525", "1526", - "1532", - "1533", - "1534", - "1535", - "1536", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -174868,22 +178948,11 @@ "1547", "1548", "1549", - "1550", - "1551", - "1552", - "1553", - "1554", - "1555", "1556", "1557", "1558", "1559", "1560", - "1561", - "1562", - "1563", - "1564", - "1565", "1566", "1567", "1568", @@ -174894,25 +178963,11 @@ "1573", "1574", "1575", - "1576", - "1577", - "1578", - "1579", - "1580", - "1581", - "1582", - "1583", - "1584", - "1585", - "1586", "1587", "1588", "1589", "1590", "1591", - "1592", - "1593", - "1594", "1595", "1596", "1597", @@ -174925,543 +178980,46 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", "1620", "1621", "1622", - "1623", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1664", - "1665", - "1666", - "1667", - "1674", - "1675", - "1676", - "1677", - "1678", - "1679", - "1689", - "1690", - "1691", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1743", - "1744", - "1745", - "1746", - "1747", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", - "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1915", - "1916", - "1917", - "1918", - "1919", - "1931", - "1932", - "1933", "1934", - "2033" + "1935", + "1936", + "1937", + "2022", + "2023", + "2024" ], "location": { "end": { - "column": 2, - "line": 46 + "column": 22, + "line": 15 }, "start": { - "column": 49, - "line": 14 + "column": 9, + "line": 15 } } }, { - "id": "3840", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "app/composables/prime-vue/usePrimeVueToasts.ts(39,3): error TS2739: Type '{}' is missing the following properties from type 'UsePrimeVueToasts': addToast, addSuccessToast, addInfoToast, addWarnToast, addErrorToast\n", - "status": "CompileError", + "id": "3825", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected 'shared.time.minute, {\"count\":0}, 0 sh…' to be 'shared.time.second, {\"count\":30}, 30' // Object.is equality", + "status": "Killed", + "testsCompleted": 2, "static": false, + "killedBy": [ + "2023" + ], "coveredBy": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24", - "25", - "26", - "27", - "28", - "29", - "30", - "31", - "32", - "33", - "34", - "35", - "36", - "37", - "38", - "39", - "40", - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "50", - "51", - "52", - "53", - "54", - "55", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "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", - "164", - "165", - "166", - "167", - "168", - "169", - "170", - "171", - "172", - "173", - "174", - "175", - "176", - "177", - "178", - "179", - "180", - "181", - "182", - "183", - "184", - "185", - "186", - "187", - "188", - "189", - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "213", - "214", - "215", - "216", - "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", - "270", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "371", - "372", - "373", - "374", - "375", "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", - "441", - "442", - "443", - "444", - "445", - "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", - "473", - "474", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "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", - "567", - "568", - "569", - "570", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", "658", "659", "660", @@ -175493,24 +179051,8 @@ "686", "687", "688", - "689", - "690", - "691", - "692", "693", "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "704", - "705", - "706", "707", "708", "709", @@ -175518,166 +179060,20 @@ "711", "712", "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "747", - "748", - "749", - "750", - "751", - "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", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "920", - "921", - "922", - "923", - "924", - "925", - "926", - "927", - "928", - "929", - "930", - "931", - "932", - "933", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "957", - "965", - "966", - "967", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "850", + "852", + "853", + "854", + "855", "968", "969", "970", @@ -175689,35 +179085,6 @@ "976", "977", "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", - "1003", - "1004", - "1005", - "1006", - "1007", - "1008", - "1009", - "1010", - "1011", - "1012", - "1024", - "1025", - "1026", "1027", "1028", "1029", @@ -175728,15 +179095,6 @@ "1034", "1035", "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1043", - "1044", - "1045", "1046", "1047", "1048", @@ -175746,31 +179104,6 @@ "1052", "1053", "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1081", - "1082", - "1083", "1084", "1085", "1086", @@ -175778,38 +179111,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1164", - "1165", - "1166", + "1118", + "1119", + "1120", "1167", "1168", "1169", @@ -175819,67 +179132,21 @@ "1173", "1174", "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1200", - "1201", - "1202", "1203", "1204", "1205", "1206", "1207", "1208", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1271", - "1272", - "1273", - "1274", - "1275", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1283", - "1284", - "1285", - "1286", - "1287", - "1300", - "1301", - "1302", + "1261", + "1262", + "1263", "1303", "1304", "1305", @@ -175903,27 +179170,13 @@ "1323", "1324", "1325", - "1326", - "1327", - "1328", - "1339", - "1340", - "1341", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", - "1369", - "1370", - "1371", - "1372", - "1373", - "1381", - "1382", - "1383", + "1346", + "1347", + "1348", "1384", "1385", "1386", @@ -175938,110 +179191,24 @@ "1395", "1396", "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1441", - "1442", - "1443", - "1444", - "1445", "1446", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1475", - "1476", - "1477", - "1478", - "1479", + "1448", "1480", "1481", "1482", "1483", "1484", "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", - "1499", - "1500", - "1501", - "1502", "1503", "1504", "1505", "1506", "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1516", - "1517", - "1518", - "1519", - "1520", - "1521", - "1522", - "1523", - "1524", "1525", "1526", - "1532", - "1533", - "1534", - "1535", - "1536", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -176052,22 +179219,11 @@ "1547", "1548", "1549", - "1550", - "1551", - "1552", - "1553", - "1554", - "1555", "1556", "1557", "1558", "1559", "1560", - "1561", - "1562", - "1563", - "1564", - "1565", "1566", "1567", "1568", @@ -176078,25 +179234,11 @@ "1573", "1574", "1575", - "1576", - "1577", - "1578", - "1579", - "1580", - "1581", - "1582", - "1583", - "1584", - "1585", - "1586", "1587", "1588", "1589", "1590", "1591", - "1592", - "1593", - "1594", "1595", "1596", "1597", @@ -176109,12276 +179251,1917 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", "1620", "1621", "1622", - "1623", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1664", - "1665", - "1666", - "1667", - "1674", - "1675", - "1676", - "1677", - "1678", - "1679", - "1689", - "1690", - "1691", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1743", - "1744", - "1745", - "1746", - "1747", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", - "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1915", - "1916", - "1917", - "1918", - "1919", - "1931", - "1932", - "1933", "1934", - "2033" - ], - "location": { - "end": { - "column": 4, - "line": 45 - }, - "start": { - "column": 10, - "line": 39 - } - } - } - ], - "source": "import type { ToastMessageOptions } from \"primevue/toast\";\nimport { useToast } from \"primevue/usetoast\";\n\nimport { DEFAULT_PRIME_VUE_TOAST_OPTIONS } from \"~/composables/prime-vue/constants/prime-vue.constants\";\n\ntype UsePrimeVueToasts = {\n addToast: (options: ToastMessageOptions) => void;\n addSuccessToast: (options: ToastMessageOptions) => void;\n addInfoToast: (options: ToastMessageOptions) => void;\n addWarnToast: (options: ToastMessageOptions) => void;\n addErrorToast: (options: ToastMessageOptions) => void;\n};\n\nfunction usePrimeVueToasts(): UsePrimeVueToasts {\n const toast = useToast();\n\n function addToast(options: ToastMessageOptions): void {\n toast.add({\n ...DEFAULT_PRIME_VUE_TOAST_OPTIONS,\n ...options,\n });\n }\n\n function addSuccessToast(options: ToastMessageOptions): void {\n addToast({ severity: \"success\", ...options });\n }\n\n function addInfoToast(options: ToastMessageOptions): void {\n addToast({ severity: \"info\", ...options });\n }\n\n function addWarnToast(options: ToastMessageOptions): void {\n addToast({ severity: \"warn\", ...options });\n }\n\n function addErrorToast(options: ToastMessageOptions): void {\n addToast({ severity: \"error\", ...options });\n }\n return {\n addToast,\n addSuccessToast,\n addInfoToast,\n addWarnToast,\n addErrorToast,\n };\n}\n\nexport { usePrimeVueToasts };" - }, - "app/composables/route/useWerewolvesAssistantRoutes.ts": { - "language": "typescript", - "mutants": [ - { - "id": "3841", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/composables/route/useWerewolvesAssistantRoutes.ts(7,42): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "1916", - "2001", - "2002" - ], - "location": { - "end": { - "column": 2, - "line": 12 - }, - "start": { - "column": 71, - "line": 7 - } - } - }, - { - "id": "3842", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "app/composables/route/useWerewolvesAssistantRoutes.ts(9,24): 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": false, - "killedBy": [], - "coveredBy": [ - "1916", - "2001", - "2002" - ], - "location": { - "end": { - "column": 72, - "line": 9 - }, - "start": { - "column": 42, - "line": 9 - } - } - }, - { - "id": "3843", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected true to be falsy", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "2002" - ], - "coveredBy": [ - "1916", - "2001", - "2002" - ], - "location": { - "end": { - "column": 72, - "line": 9 - }, - "start": { - "column": 48, - "line": 9 - } - } - }, - { - "id": "3844", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected false to be truthy", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "2001" - ], - "coveredBy": [ - "1916", - "2001", - "2002" + "1935", + "1936", + "1937", + "2022", + "2023", + "2024" ], "location": { "end": { - "column": 72, - "line": 9 + "column": 22, + "line": 15 }, "start": { - "column": 48, - "line": 9 + "column": 9, + "line": 15 } } }, { - "id": "3845", + "id": "3826", "mutatorName": "EqualityOperator", - "replacement": "route.name !== \"game-id\"", - "statusReason": "Snapshot `App Component > should render component without shallow and match snapshot when rendered. 1` mismatched", + "replacement": "minutes !== 0", + "statusReason": "expected 'shared.time.second, {\"count\":0}, 0' to be 'shared.time.minute, {\"count\":1}, 1' // Object.is equality", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "1916" + "2022" ], "coveredBy": [ - "1916", - "2001", - "2002" + "376", + "658", + "659", + "660", + "661", + "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", + "693", + "694", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "850", + "852", + "853", + "854", + "855", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1034", + "1035", + "1036", + "1046", + "1047", + "1048", + "1049", + "1050", + "1051", + "1052", + "1053", + "1054", + "1084", + "1085", + "1086", + "1087", + "1088", + "1089", + "1090", + "1091", + "1092", + "1093", + "1112", + "1113", + "1114", + "1115", + "1116", + "1117", + "1118", + "1119", + "1120", + "1167", + "1168", + "1169", + "1170", + "1171", + "1172", + "1173", + "1174", + "1175", + "1203", + "1204", + "1205", + "1206", + "1207", + "1208", + "1209", + "1210", + "1211", + "1258", + "1259", + "1260", + "1261", + "1262", + "1263", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", + "1309", + "1310", + "1311", + "1312", + "1313", + "1314", + "1315", + "1316", + "1317", + "1318", + "1319", + "1320", + "1321", + "1322", + "1323", + "1324", + "1325", + "1342", + "1343", + "1344", + "1345", + "1346", + "1347", + "1348", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", + "1395", + "1396", + "1397", + "1446", + "1448", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485", + "1503", + "1504", + "1505", + "1506", + "1507", + "1525", + "1526", + "1527", + "1528", + "1529", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", + "1547", + "1548", + "1549", + "1556", + "1557", + "1558", + "1559", + "1560", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", + "1573", + "1574", + "1575", + "1587", + "1588", + "1589", + "1590", + "1591", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937", + "2022", + "2023", + "2024" ], "location": { "end": { - "column": 72, - "line": 9 + "column": 22, + "line": 15 }, "start": { - "column": 48, - "line": 9 + "column": 9, + "line": 15 } } }, { - "id": "3846", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expected false to be truthy", + "id": "3827", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected 'shared.time.minute, {\"count\":0}, 0 sh…' to be 'shared.time.second, {\"count\":30}, 30' // Object.is equality", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "2001" + "2023" ], "coveredBy": [ - "1916", - "2001", - "2002" + "376", + "1258", + "1259", + "1260", + "1261", + "1262", + "1263", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", + "1309", + "1310", + "1311", + "2023" ], "location": { "end": { - "column": 72, - "line": 9 + "column": 6, + "line": 17 }, "start": { - "column": 63, - "line": 9 + "column": 24, + "line": 15 } } }, { - "id": "3847", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "app/composables/route/useWerewolvesAssistantRoutes.ts(11,3): error TS2741: Property 'isOnGamePage' is missing in type '{}' but required in type 'UseWerewolvesAssistantRoutes'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "1916", - "2001", - "2002" - ], - "location": { - "end": { - "column": 26, - "line": 11 - }, - "start": { - "column": 10, - "line": 11 - } - } - } - ], - "source": "import type { ComputedRef } from \"vue\";\n\ntype UseWerewolvesAssistantRoutes = {\n isOnGamePage: ComputedRef;\n};\n\nfunction useWerewolvesAssistantRoutes(): UseWerewolvesAssistantRoutes {\n const route = useRoute();\n const isOnGamePage = computed(() => route.name === \"game-id\");\n\n return { isOnGamePage };\n}\n\nexport { useWerewolvesAssistantRoutes };" - }, - "app/error.vue": { - "language": "html", - "mutants": [ - { - "id": "3848", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", + "id": "3828", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected 'shared.time.minute, {\"count\":1}, 1' to be 'shared.time.minute, {\"count\":1}, 1 sh…' // Object.is equality", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 16, "static": false, "killedBy": [ - "1748" + "2024" ], "coveredBy": [ - "1748", - "1749", - "1750", - "1751", - "1752", - "1753", - "1754" + "658", + "659", + "660", + "661", + "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", + "693", + "694", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "850", + "852", + "853", + "854", + "855", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1034", + "1035", + "1036", + "1046", + "1047", + "1048", + "1049", + "1050", + "1051", + "1052", + "1053", + "1054", + "1084", + "1085", + "1086", + "1087", + "1088", + "1089", + "1090", + "1091", + "1092", + "1093", + "1112", + "1113", + "1114", + "1115", + "1116", + "1117", + "1118", + "1119", + "1120", + "1167", + "1168", + "1169", + "1170", + "1171", + "1172", + "1173", + "1174", + "1175", + "1203", + "1204", + "1205", + "1206", + "1207", + "1208", + "1209", + "1210", + "1211", + "1263", + "1312", + "1313", + "1314", + "1315", + "1316", + "1317", + "1318", + "1319", + "1320", + "1321", + "1322", + "1323", + "1324", + "1325", + "1342", + "1343", + "1344", + "1345", + "1346", + "1347", + "1348", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", + "1395", + "1396", + "1397", + "1446", + "1448", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485", + "1503", + "1504", + "1505", + "1506", + "1507", + "1525", + "1526", + "1527", + "1528", + "1529", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", + "1547", + "1548", + "1549", + "1556", + "1557", + "1558", + "1559", + "1560", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", + "1573", + "1574", + "1575", + "1587", + "1588", + "1589", + "1590", + "1591", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937", + "2022", + "2024" ], "location": { "end": { - "column": 27, - "line": 46 + "column": 31, + "line": 18 }, "start": { - "column": 20, - "line": 46 + "column": 9, + "line": 18 } } }, { - "id": "3849", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", + "id": "3829", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "Snapshot `Game Lobby Options Hub Tab View Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "1748" + "1934" ], "coveredBy": [ - "1748", - "1749", - "1750", - "1751", - "1752", - "1753", - "1754" + "658", + "659", + "660", + "661", + "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", + "693", + "694", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "850", + "852", + "853", + "854", + "855", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1034", + "1035", + "1036", + "1046", + "1047", + "1048", + "1049", + "1050", + "1051", + "1052", + "1053", + "1054", + "1084", + "1085", + "1086", + "1087", + "1088", + "1089", + "1090", + "1091", + "1092", + "1093", + "1112", + "1113", + "1114", + "1115", + "1116", + "1117", + "1118", + "1119", + "1120", + "1167", + "1168", + "1169", + "1170", + "1171", + "1172", + "1173", + "1174", + "1175", + "1203", + "1204", + "1205", + "1206", + "1207", + "1208", + "1209", + "1210", + "1211", + "1263", + "1312", + "1313", + "1314", + "1315", + "1316", + "1317", + "1318", + "1319", + "1320", + "1321", + "1322", + "1323", + "1324", + "1325", + "1342", + "1343", + "1344", + "1345", + "1346", + "1347", + "1348", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", + "1395", + "1396", + "1397", + "1446", + "1448", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485", + "1503", + "1504", + "1505", + "1506", + "1507", + "1525", + "1526", + "1527", + "1528", + "1529", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", + "1547", + "1548", + "1549", + "1556", + "1557", + "1558", + "1559", + "1560", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", + "1573", + "1574", + "1575", + "1587", + "1588", + "1589", + "1590", + "1591", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937", + "2022", + "2024" ], "location": { "end": { - "column": 2, - "line": 55 + "column": 31, + "line": 18 }, "start": { - "column": 43, - "line": 50 + "column": 9, + "line": 18 } } }, { - "id": "3850", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected 'components.Error.pageNotFound' to be 'components.Error.unexpectedError' // Object.is equality", + "id": "3830", + "mutatorName": "EqualityOperator", + "replacement": "remainingSeconds !== 0", + "statusReason": "expected 'shared.time.minute, {\"count\":1}, 1 sh…' to be 'shared.time.minute, {\"count\":1}, 1' // Object.is equality", "status": "Killed", - "testsCompleted": 4, + "testsCompleted": 1, "static": false, "killedBy": [ - "1751" + "2022" ], "coveredBy": [ - "1748", - "1749", - "1750", - "1751", - "1752", - "1753", - "1754" - ], - "location": { - "end": { - "column": 52, - "line": 51 - }, - "start": { - "column": 7, - "line": 51 - } - } - }, - { - "id": "3851", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "1748" - ], - "coveredBy": [ - "1748", - "1749", - "1750", - "1751", - "1752", - "1753", - "1754" - ], - "location": { - "end": { - "column": 52, - "line": 51 - }, - "start": { - "column": 7, - "line": 51 - } - } - }, - { - "id": "3852", - "mutatorName": "EqualityOperator", - "replacement": "props.error.statusCode !== notFoundStatusCode", - "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "1748" - ], - "coveredBy": [ - "1748", - "1749", - "1750", - "1751", - "1752", - "1753", - "1754" + "658", + "659", + "660", + "661", + "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", + "693", + "694", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "850", + "852", + "853", + "854", + "855", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1034", + "1035", + "1036", + "1046", + "1047", + "1048", + "1049", + "1050", + "1051", + "1052", + "1053", + "1054", + "1084", + "1085", + "1086", + "1087", + "1088", + "1089", + "1090", + "1091", + "1092", + "1093", + "1112", + "1113", + "1114", + "1115", + "1116", + "1117", + "1118", + "1119", + "1120", + "1167", + "1168", + "1169", + "1170", + "1171", + "1172", + "1173", + "1174", + "1175", + "1203", + "1204", + "1205", + "1206", + "1207", + "1208", + "1209", + "1210", + "1211", + "1263", + "1312", + "1313", + "1314", + "1315", + "1316", + "1317", + "1318", + "1319", + "1320", + "1321", + "1322", + "1323", + "1324", + "1325", + "1342", + "1343", + "1344", + "1345", + "1346", + "1347", + "1348", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", + "1395", + "1396", + "1397", + "1446", + "1448", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485", + "1503", + "1504", + "1505", + "1506", + "1507", + "1525", + "1526", + "1527", + "1528", + "1529", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", + "1547", + "1548", + "1549", + "1556", + "1557", + "1558", + "1559", + "1560", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", + "1573", + "1574", + "1575", + "1587", + "1588", + "1589", + "1590", + "1591", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937", + "2022", + "2024" ], "location": { "end": { - "column": 52, - "line": 51 + "column": 31, + "line": 18 }, "start": { - "column": 7, - "line": 51 + "column": 9, + "line": 18 } } }, { - "id": "3853", + "id": "3831", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", + "statusReason": "expected { …(3) } to strictly equal { …(3) }", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "1748" + "850" ], "coveredBy": [ - "1748", - "1749", - "1750", - "1751", - "1752", - "1753", - "1754" + "658", + "659", + "660", + "661", + "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", + "693", + "694", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "850", + "852", + "853", + "854", + "855", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1034", + "1035", + "1036", + "1046", + "1047", + "1048", + "1049", + "1050", + "1051", + "1052", + "1053", + "1054", + "1084", + "1085", + "1086", + "1087", + "1088", + "1089", + "1090", + "1091", + "1092", + "1093", + "1112", + "1113", + "1114", + "1115", + "1116", + "1117", + "1118", + "1119", + "1120", + "1167", + "1168", + "1169", + "1170", + "1171", + "1172", + "1173", + "1174", + "1175", + "1203", + "1204", + "1205", + "1206", + "1207", + "1208", + "1209", + "1210", + "1211", + "1263", + "1312", + "1313", + "1314", + "1315", + "1316", + "1317", + "1318", + "1319", + "1320", + "1321", + "1322", + "1323", + "1324", + "1325", + "1342", + "1343", + "1344", + "1345", + "1346", + "1347", + "1348", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", + "1395", + "1396", + "1397", + "1446", + "1448", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485", + "1503", + "1504", + "1505", + "1506", + "1507", + "1525", + "1526", + "1527", + "1528", + "1529", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", + "1547", + "1548", + "1549", + "1556", + "1557", + "1558", + "1559", + "1560", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", + "1573", + "1574", + "1575", + "1587", + "1588", + "1589", + "1590", + "1591", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937", + "2022" ], "location": { "end": { - "column": 4, - "line": 53 + "column": 6, + "line": 20 }, "start": { - "column": 54, - "line": 51 + "column": 33, + "line": 18 } } }, { - "id": "3854", + "id": "3832", "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", + "replacement": "``", + "statusReason": "expected '' to be 'shared.time.minute, {\"count\":1}, 1 sh…' // Object.is equality", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "1748" + "2024" ], "coveredBy": [ - "1748", - "1749", - "1750", - "1751", - "1752", - "1753", - "1754" + "2024" ], "location": { "end": { - "column": 45, - "line": 52 + "column": 64, + "line": 21 }, "start": { - "column": 14, - "line": 52 + "column": 12, + "line": 21 } } }, { - "id": "3855", + "id": "3833", "mutatorName": "StringLiteral", "replacement": "\"\"", - "statusReason": "expected '' to be 'components.Error.unexpectedError' // Object.is equality", + "statusReason": "expected 'shared.time.minute, {\"count\":1}, 1 s…' to be 'shared.time.minute, {\"count\":1}, 1 sh…' // Object.is equality", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "1751" + "2024" ], "coveredBy": [ - "1751", - "1754" + "2024" ], "location": { "end": { - "column": 46, - "line": 54 + "column": 45, + "line": 21 }, "start": { - "column": 12, - "line": 54 + "column": 33, + "line": 21 } } }, { - "id": "3856", + "id": "3834", "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "expected \"spy\" to be called with arguments: [ ObjectContaining{…} ]\n\nReceived: \n\n 1st spy call:\n\n Array [\n- ObjectContaining {\n- \"title\": ObjectContaining {\n- \"value\": \"components.Error.pageNotFound\",\n- },\n- },\n+ Object {},\n ]\n\n\nNumber of calls: 1\n", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1749" - ], - "coveredBy": [ - "1748", - "1749", - "1750", - "1751", - "1752", - "1753", - "1754" - ], - "location": { - "end": { - "column": 30, - "line": 57 - }, - "start": { - "column": 9, - "line": 57 - } - } - }, - { - "id": "3857", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "1748" - ], - "coveredBy": [ - "1748", - "1749", - "1750", - "1751", - "1752", - "1753", - "1754" - ], - "location": { - "end": { - "column": 2, - "line": 64 - }, - "start": { - "column": 49, - "line": 59 - } - } - }, - { - "id": "3858", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected 'components.Error.youAreLost' to be 'components.Error.notNormalTeamNotified' // Object.is equality", - "status": "Killed", - "testsCompleted": 7, - "static": false, - "killedBy": [ - "1754" - ], - "coveredBy": [ - "1748", - "1749", - "1750", - "1751", - "1752", - "1753", - "1754" - ], - "location": { - "end": { - "column": 52, - "line": 60 - }, - "start": { - "column": 7, - "line": 60 - } - } - }, - { - "id": "3859", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "1748" - ], - "coveredBy": [ - "1748", - "1749", - "1750", - "1751", - "1752", - "1753", - "1754" - ], - "location": { - "end": { - "column": 52, - "line": 60 - }, - "start": { - "column": 7, - "line": 60 - } - } - }, - { - "id": "3860", - "mutatorName": "EqualityOperator", - "replacement": "props.error.statusCode !== notFoundStatusCode", - "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, + "statusReason": "app/composables/misc/useTimers.ts(23,3): error TS2741: Property 'getSecondsInMinutesLabel' is missing in type '{}' but required in type 'UseTimers'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "1748" - ], + "killedBy": [], "coveredBy": [ - "1748", - "1749", - "1750", - "1751", - "1752", - "1753", - "1754" + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "658", + "659", + "660", + "661", + "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", + "690", + "691", + "692", + "693", + "694", + "695", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "850", + "851", + "852", + "853", + "854", + "855", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1034", + "1035", + "1036", + "1046", + "1047", + "1048", + "1049", + "1050", + "1051", + "1052", + "1053", + "1054", + "1084", + "1085", + "1086", + "1087", + "1088", + "1089", + "1090", + "1091", + "1092", + "1093", + "1112", + "1113", + "1114", + "1115", + "1116", + "1117", + "1118", + "1119", + "1120", + "1167", + "1168", + "1169", + "1170", + "1171", + "1172", + "1173", + "1174", + "1175", + "1203", + "1204", + "1205", + "1206", + "1207", + "1208", + "1209", + "1210", + "1211", + "1258", + "1259", + "1260", + "1261", + "1262", + "1263", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", + "1309", + "1310", + "1311", + "1312", + "1313", + "1314", + "1315", + "1316", + "1317", + "1318", + "1319", + "1320", + "1321", + "1322", + "1323", + "1324", + "1325", + "1342", + "1343", + "1344", + "1345", + "1346", + "1347", + "1348", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", + "1395", + "1396", + "1397", + "1444", + "1445", + "1446", + "1447", + "1448", + "1449", + "1478", + "1479", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485", + "1503", + "1504", + "1505", + "1506", + "1507", + "1525", + "1526", + "1527", + "1528", + "1529", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", + "1547", + "1548", + "1549", + "1556", + "1557", + "1558", + "1559", + "1560", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", + "1573", + "1574", + "1575", + "1587", + "1588", + "1589", + "1590", + "1591", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", + "1620", + "1621", + "1622", + "1934", + "1935", + "1936", + "1937", + "2022", + "2023", + "2024" ], "location": { "end": { - "column": 52, - "line": 60 + "column": 38, + "line": 23 }, "start": { - "column": 7, - "line": 60 + "column": 10, + "line": 23 } } - }, + } + ], + "source": "type UseTimers = {\n getSecondsInMinutesLabel: (seconds: number) => string;\n};\n\nfunction useTimers(): UseTimers {\n const secondsInOneMinute = 60;\n const { t } = useI18n();\n\n function getSecondsInMinutesLabel(seconds: number): string {\n const minutes = Math.floor(seconds / secondsInOneMinute);\n const remainingSeconds = seconds % secondsInOneMinute;\n const minutesLabel = t(\"shared.time.minute\", { count: minutes }, minutes);\n const secondsLabel = t(\"shared.time.second\", { count: remainingSeconds }, remainingSeconds);\n\n if (minutes === 0) {\n return secondsLabel;\n }\n if (remainingSeconds === 0) {\n return minutesLabel;\n }\n return `${minutesLabel} ${t(\"shared.and\")} ${secondsLabel}`;\n }\n return { getSecondsInMinutesLabel };\n}\n\nexport { useTimers };" + }, + "app/composables/prime-vue/usePrimeVueToasts.ts": { + "language": "typescript", + "mutants": [ { - "id": "3861", + "id": "3835", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, + "statusReason": "app/composables/prime-vue/usePrimeVueToasts.ts(14,31): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "1748" - ], + "killedBy": [], "coveredBy": [ - "1748", - "1749", - "1750", - "1751", - "1752", - "1753", - "1754" - ], - "location": { - "end": { - "column": 4, - "line": 62 - }, - "start": { - "column": 54, - "line": 60 - } - } - }, - { - "id": "3862", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "1748" - ], - "coveredBy": [ - "1748", - "1749", - "1750", - "1751", - "1752", - "1753", - "1754" - ], - "location": { - "end": { - "column": 43, - "line": 61 - }, - "start": { - "column": 14, - "line": 61 - } - } - }, - { - "id": "3863", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expected '' to be 'components.Error.notNormalTeamNotified' // Object.is equality", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1754" - ], - "coveredBy": [ - "1751", - "1754" - ], - "location": { - "end": { - "column": 52, - "line": 63 - }, - "start": { - "column": 12, - "line": 63 - } - } - } - ], - "source": "\n\n" - }, - "app/pages/about.vue": { - "language": "html", - "mutants": [ - { - "id": "3864", - "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 {}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1959" - ], - "coveredBy": [ - "1958", - "1959", - "1960", - "1961" - ], - "location": { - "end": { - "column": 2, - "line": 56 - }, - "start": { - "column": 9, - "line": 53 - } - } - }, - { - "id": "3865", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1959" - ], - "coveredBy": [ - "1958", - "1959", - "1960", - "1961" - ], - "location": { - "end": { - "column": 40, - "line": 54 - }, - "start": { - "column": 12, - "line": 54 - } - } - }, - { - "id": "3866", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1959" - ], - "coveredBy": [ - "1958", - "1959", - "1960", - "1961" - ], - "location": { - "end": { - "column": 76, - "line": 55 - }, - "start": { - "column": 9, - "line": 55 - } - } - }, - { - "id": "3867", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1959" - ], - "coveredBy": [ - "1958", - "1959", - "1960", - "1961" - ], - "location": { - "end": { - "column": 75, - "line": 55 - }, - "start": { - "column": 10, - "line": 55 - } - } - }, - { - "id": "3868", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1959" - ], - "coveredBy": [ - "1958", - "1959", - "1960", - "1961" - ], - "location": { - "end": { - "column": 31, - "line": 55 - }, - "start": { - "column": 18, - "line": 55 - } - } - }, - { - "id": "3869", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1959" - ], - "coveredBy": [ - "1958", - "1959", - "1960", - "1961" - ], - "location": { - "end": { - "column": 72, - "line": 55 - }, - "start": { - "column": 44, - "line": 55 - } - } - } - ], - "source": "\n\n" - }, - "app/pages/game/[id].vue": { - "language": "html", - "mutants": [ - { - "id": "3870", - "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 {}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1396" - ], - "coveredBy": [ - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406" - ], - "location": { - "end": { - "column": 2, - "line": 64 - }, - "start": { - "column": 9, - "line": 61 - } - } - }, - { - "id": "3871", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1396" - ], - "coveredBy": [ - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406" - ], - "location": { - "end": { - "column": 36, - "line": 62 - }, - "start": { - "column": 12, - "line": 62 - } - } - }, - { - "id": "3872", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1396" - ], - "coveredBy": [ - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406" - ], - "location": { - "end": { - "column": 59, - "line": 63 - }, - "start": { - "column": 9, - "line": 63 - } - } - }, - { - "id": "3873", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1396" - ], - "coveredBy": [ - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406" - ], - "location": { - "end": { - "column": 58, - "line": 63 - }, - "start": { - "column": 10, - "line": 63 - } - } - }, - { - "id": "3874", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1396" - ], - "coveredBy": [ - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406" - ], - "location": { - "end": { - "column": 26, - "line": 63 - }, - "start": { - "column": 18, - "line": 63 - } - } - }, - { - "id": "3875", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "1396" - ], - "coveredBy": [ - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406" - ], - "location": { - "end": { - "column": 56, - "line": 63 - }, - "start": { - "column": 37, - "line": 63 - } - } - }, - { - "id": "3876", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected false to be truthy", - "status": "Killed", - "testsCompleted": 9, - "static": false, - "killedBy": [ - "1403" - ], - "coveredBy": [ - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406" - ], - "location": { - "end": { - "column": 2, - "line": 76 - }, - "start": { - "column": 73, - "line": 68 - } - } - }, - { - "id": "3877", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "expected false to be truthy", - "status": "Killed", - "testsCompleted": 9, - "static": false, - "killedBy": [ - "1403" - ], - "coveredBy": [ - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406" - ], - "location": { - "end": { - "column": 4, - "line": 73 - }, - "start": { - "column": 73, - "line": 69 - } - } - } - ], - "source": "\n\n" - }, - "app/pages/game-lobby.vue": { - "language": "html", - "mutants": [ - { - "id": "3878", - "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 {}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "135" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 2, - "line": 87 - }, - "start": { - "column": 9, - "line": 84 - } - } - }, - { - "id": "3879", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "135" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 39, - "line": 85 - }, - "start": { - "column": 12, - "line": 85 - } - } - }, - { - "id": "3880", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "135" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 80, - "line": 86 - }, - "start": { - "column": 9, - "line": 86 - } - } - }, - { - "id": "3881", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "135" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 79, - "line": 86 - }, - "start": { - "column": 10, - "line": 86 - } - } - }, - { - "id": "3882", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "135" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 31, - "line": 86 - }, - "start": { - "column": 18, - "line": 86 - } - } - }, - { - "id": "3883", - "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}", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "135" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 76, - "line": 86 - }, - "start": { - "column": 44, - "line": 86 - } - } - }, - { - "id": "3884", - "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": [ - "142" - ], - "coveredBy": [ - "142", - "143", - "144" - ], - "location": { - "end": { - "column": 2, - "line": 97 - }, - "start": { - "column": 91, - "line": 89 - } - } - }, - { - "id": "3885", - "mutatorName": "BooleanLiteral", - "replacement": "gameLobbyRolePicker.value", - "statusReason": "Mocked error", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "142" - ], - "coveredBy": [ - "142", - "143", - "144" - ], - "location": { - "end": { - "column": 33, - "line": 90 - }, - "start": { - "column": 7, - "line": 90 - } - } - }, - { - "id": "3886", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "Mocked error", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "142" - ], - "coveredBy": [ - "142", - "143", - "144" - ], - "location": { - "end": { - "column": 33, - "line": 90 - }, - "start": { - "column": 7, - "line": 90 - } - } - }, - { - "id": "3887", - "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", - "status": "Killed", - "testsCompleted": 3, - "static": false, - "killedBy": [ - "144" - ], - "coveredBy": [ - "142", - "143", - "144" - ], - "location": { - "end": { - "column": 33, - "line": 90 - }, - "start": { - "column": 7, - "line": 90 - } - } - }, - { - "id": "3888", - "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": [ - "144" - ], - "coveredBy": [ - "144" - ], - "location": { - "end": { - "column": 4, - "line": 92 - }, - "start": { - "column": 35, - "line": 90 - } - } - }, - { - "id": "3889", - "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 \"\"", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "144" - ], - "coveredBy": [ - "144" - ], - "location": { - "end": { - "column": 62, - "line": 91 - }, - "start": { - "column": 23, - "line": 91 - } - } - }, - { - "id": "3890", - "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", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "142" - ], - "coveredBy": [ - "142", - "143" - ], - "location": { - "end": { - "column": 14, - "line": 93 - }, - "start": { - "column": 7, - "line": 93 - } - } - }, - { - "id": "3891", - "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", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "142" - ], - "coveredBy": [ - "142", - "143" - ], - "location": { - "end": { - "column": 14, - "line": 93 - }, - "start": { - "column": 7, - "line": 93 - } - } - }, - { - "id": "3892", - "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", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "143" - ], - "coveredBy": [ - "142", - "143" - ], - "location": { - "end": { - "column": 14, - "line": 93 - }, - "start": { - "column": 7, - "line": 93 - } - } - }, - { - "id": "3893", - "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", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "143" - ], - "coveredBy": [ - "143" - ], - "location": { - "end": { - "column": 4, - "line": 95 - }, - "start": { - "column": 16, - "line": 93 - } - } - }, - { - "id": "3894", - "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": [ - "145" - ], - "coveredBy": [ - "145", - "146", - "161" - ], - "location": { - "end": { - "column": 2, - "line": 104 - }, - "start": { - "column": 62, - "line": 99 - } - } - }, - { - "id": "3895", - "mutatorName": "BooleanLiteral", - "replacement": "gameLobbyOptionsHub.value", - "statusReason": "Mocked error", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "145" - ], - "coveredBy": [ - "145", - "146", - "161" - ], - "location": { - "end": { - "column": 33, - "line": 100 - }, - "start": { - "column": 7, - "line": 100 - } - } - }, - { - "id": "3896", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "Mocked error", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "145" - ], - "coveredBy": [ - "145", - "146", - "161" - ], - "location": { - "end": { - "column": 33, - "line": 100 - }, - "start": { - "column": 7, - "line": 100 - } - } - }, - { - "id": "3897", - "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", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "146" - ], - "coveredBy": [ - "145", - "146", - "161" - ], - "location": { - "end": { - "column": 33, - "line": 100 - }, - "start": { - "column": 7, - "line": 100 - } - } - }, - { - "id": "3898", - "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": [ - "146" - ], - "coveredBy": [ - "146" - ], - "location": { - "end": { - "column": 4, - "line": 102 - }, - "start": { - "column": 35, - "line": 100 - } - } - }, - { - "id": "3899", - "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 \"\"", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "146" - ], - "coveredBy": [ - "146" - ], - "location": { - "end": { - "column": 62, - "line": 101 - }, - "start": { - "column": 23, - "line": 101 - } - } - }, - { - "id": "3900", - "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": [ - "147" - ], - "coveredBy": [ - "147", - "148", - "153" - ], - "location": { - "end": { - "column": 2, - "line": 111 - }, - "start": { - "column": 70, - "line": 106 - } - } - }, - { - "id": "3901", - "mutatorName": "BooleanLiteral", - "replacement": "gameLobbyPositionCoordinator.value", - "statusReason": "Mocked error", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "147" - ], - "coveredBy": [ - "147", - "148", - "153" - ], - "location": { - "end": { - "column": 42, - "line": 107 - }, - "start": { - "column": 7, - "line": 107 - } - } - }, - { - "id": "3902", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "Mocked error", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "147" - ], - "coveredBy": [ - "147", - "148", - "153" - ], - "location": { - "end": { - "column": 42, - "line": 107 - }, - "start": { - "column": 7, - "line": 107 - } - } - }, - { - "id": "3903", - "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", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "148" - ], - "coveredBy": [ - "147", - "148", - "153" - ], - "location": { - "end": { - "column": 42, - "line": 107 - }, - "start": { - "column": 7, - "line": 107 - } - } - }, - { - "id": "3904", - "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": [ - "148" - ], - "coveredBy": [ - "148" - ], - "location": { - "end": { - "column": 4, - "line": 109 - }, - "start": { - "column": 44, - "line": 107 - } - } - }, - { - "id": "3905", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"Game Lobby Position Coordinator is not defined\",\n], but it was called with \"\"", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "148" - ], - "coveredBy": [ - "148" - ], - "location": { - "end": { - "column": 71, - "line": 108 - }, - "start": { - "column": 23, - "line": 108 - } - } - }, - { - "id": "3906", - "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": [ - "149" - ], - "coveredBy": [ - "149", - "150", - "156", - "161" - ], - "location": { - "end": { - "column": 2, - "line": 118 - }, - "start": { - "column": 73, - "line": 113 - } - } - }, - { - "id": "3907", - "mutatorName": "BooleanLiteral", - "replacement": "gameLobbyAdditionalCardsManager.value", - "statusReason": "Mocked error", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "149" - ], - "coveredBy": [ - "149", - "150", - "156", - "161" - ], - "location": { - "end": { - "column": 45, - "line": 114 - }, - "start": { - "column": 7, - "line": 114 - } - } - }, - { - "id": "3908", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "Mocked error", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "149" - ], - "coveredBy": [ - "149", - "150", - "156", - "161" - ], - "location": { - "end": { - "column": 45, - "line": 114 - }, - "start": { - "column": 7, - "line": 114 - } - } - }, - { - "id": "3909", - "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", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "150" - ], - "coveredBy": [ - "149", - "150", - "156", - "161" - ], - "location": { - "end": { - "column": 45, - "line": 114 - }, - "start": { - "column": 7, - "line": 114 - } - } - }, - { - "id": "3910", - "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": [ - "150" - ], - "coveredBy": [ - "150" - ], - "location": { - "end": { - "column": 4, - "line": 116 - }, - "start": { - "column": 47, - "line": 114 - } - } - }, - { - "id": "3911", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"Game Lobby Additional Cards Manager is not defined\",\n], but it was called with \"\"", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "150" - ], - "coveredBy": [ - "150" - ], - "location": { - "end": { - "column": 75, - "line": 115 - }, - "start": { - "column": 23, - "line": 115 - } - } - }, - { - "id": "3912", - "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": [ - "151" - ], - "coveredBy": [ - "151", - "152", - "153" - ], - "location": { - "end": { - "column": 2, - "line": 129 - }, - "start": { - "column": 65, - "line": 120 - } - } - }, - { - "id": "3913", - "mutatorName": "BooleanLiteral", - "replacement": "gameLobbyHeader.value", - "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": [ - "151" - ], - "coveredBy": [ - "151", - "152", - "153" - ], - "location": { - "end": { - "column": 29, - "line": 121 - }, - "start": { - "column": 7, - "line": 121 - } - } - }, - { - "id": "3914", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "Mocked error", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "152" - ], - "coveredBy": [ - "151", - "152", - "153" - ], - "location": { - "end": { - "column": 29, - "line": 121 - }, - "start": { - "column": 7, - "line": 121 - } - } - }, - { - "id": "3915", - "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", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "151" - ], - "coveredBy": [ - "151", - "152", - "153" - ], - "location": { - "end": { - "column": 29, - "line": 121 - }, - "start": { - "column": 7, - "line": 121 - } - } - }, - { - "id": "3916", - "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": [ - "151" - ], - "coveredBy": [ - "151" - ], - "location": { - "end": { - "column": 4, - "line": 123 - }, - "start": { - "column": 31, - "line": 121 - } - } - }, - { - "id": "3917", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"Game Lobby Header is not defined\",\n], but it was called with \"\"", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "151" - ], - "coveredBy": [ - "151" - ], - "location": { - "end": { - "column": 57, - "line": 122 - }, - "start": { - "column": 23, - "line": 122 - } - } - }, - { - "id": "3918", - "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": [ - "153" - ], - "coveredBy": [ - "153" - ], - "location": { - "end": { - "column": 4, - "line": 128 - }, - "start": { - "column": 20, - "line": 126 - } - } - }, - { - "id": "3919", - "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": [ - "154" - ], - "coveredBy": [ - "154", - "155", - "156", - "157", - "158" - ], - "location": { - "end": { - "column": 2, - "line": 140 - }, - "start": { - "column": 64, - "line": 131 - } - } - }, - { - "id": "3920", - "mutatorName": "BooleanLiteral", - "replacement": "gameLobbyHeader.value", - "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": [ - "154" - ], - "coveredBy": [ - "154", - "155", - "156", - "157", - "158" - ], - "location": { - "end": { - "column": 29, - "line": 132 - }, - "start": { - "column": 7, - "line": 132 - } - } - }, - { - "id": "3921", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "Mocked error", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "155" - ], - "coveredBy": [ - "154", - "155", - "156", - "157", - "158" - ], - "location": { - "end": { - "column": 29, - "line": 132 - }, - "start": { - "column": 7, - "line": 132 - } - } - }, - { - "id": "3922", - "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", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "154" - ], - "coveredBy": [ - "154", - "155", - "156", - "157", - "158" - ], - "location": { - "end": { - "column": 29, - "line": 132 - }, - "start": { - "column": 7, - "line": 132 - } - } - }, - { - "id": "3923", - "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": [ - "154" - ], - "coveredBy": [ - "154", - "157" - ], - "location": { - "end": { - "column": 4, - "line": 134 - }, - "start": { - "column": 31, - "line": 132 - } - } - }, - { - "id": "3924", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"Game Lobby Header is not defined\",\n], but it was called with \"\"", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "154" - ], - "coveredBy": [ - "154", - "157" - ], - "location": { - "end": { - "column": 57, - "line": 133 - }, - "start": { - "column": 23, - "line": 133 - } - } - }, - { - "id": "3925", - "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": [ - "156" - ], - "coveredBy": [ - "156", - "161" - ], - "location": { - "end": { - "column": 4, - "line": 139 - }, - "start": { - "column": 20, - "line": 137 - } - } - }, - { - "id": "3926", - "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": [ - "159" - ], - "coveredBy": [ - "159", - "160", - "161" - ], - "location": { - "end": { - "column": 2, - "line": 151 - }, - "start": { - "column": 49, - "line": 142 - } - } - }, - { - "id": "3927", - "mutatorName": "BooleanLiteral", - "replacement": "gameLobbyHeader.value", - "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": [ - "159" - ], - "coveredBy": [ - "159", - "160", - "161" - ], - "location": { - "end": { - "column": 29, - "line": 143 - }, - "start": { - "column": 7, - "line": 143 - } - } - }, - { - "id": "3928", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "Mocked error", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "160" - ], - "coveredBy": [ - "159", - "160", - "161" - ], - "location": { - "end": { - "column": 29, - "line": 143 - }, - "start": { - "column": 7, - "line": 143 - } - } - }, - { - "id": "3929", - "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", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "159" - ], - "coveredBy": [ - "159", - "160", - "161" - ], - "location": { - "end": { - "column": 29, - "line": 143 - }, - "start": { - "column": 7, - "line": 143 - } - } - }, - { - "id": "3930", - "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": [ - "159" - ], - "coveredBy": [ - "159" - ], - "location": { - "end": { - "column": 4, - "line": 145 - }, - "start": { - "column": 31, - "line": 143 - } - } - }, - { - "id": "3931", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"Game Lobby Header is not defined\",\n], but it was called with \"\"", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "159" - ], - "coveredBy": [ - "159" - ], - "location": { - "end": { - "column": 57, - "line": 144 - }, - "start": { - "column": 23, - "line": 144 - } - } - }, - { - "id": "3932", - "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": [ - "161" - ], - "coveredBy": [ - "161" - ], - "location": { - "end": { - "column": 4, - "line": 150 - }, - "start": { - "column": 20, - "line": 148 - } - } - }, - { - "id": "3933", - "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": 29, - "static": false, - "killedBy": [ - "162" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 2, - "line": 164 - }, - "start": { - "column": 45, - "line": 153 - } - } - }, - { - "id": "3934", - "mutatorName": "BooleanLiteral", - "replacement": "Object.hasOwn(query, \"playerNames\")", - "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": [ - "134" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 43, - "line": 155 - }, - "start": { - "column": 7, - "line": 155 - } - } - }, - { - "id": "3935", - "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", - "status": "Killed", - "testsCompleted": 29, - "static": false, - "killedBy": [ - "162" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 43, - "line": 155 - }, - "start": { - "column": 7, - "line": 155 - } - } - }, - { - "id": "3936", - "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\".", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "134" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 43, - "line": 155 - }, - "start": { - "column": 7, - "line": 155 - } - } - }, - { - "id": "3937", - "mutatorName": "StringLiteral", - "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": 29, - "static": false, - "killedBy": [ - "162" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 42, - "line": 155 - }, - "start": { - "column": 29, - "line": 155 - } - } - }, - { - "id": "3938", - "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\".", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "134" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 4, - "line": 157 - }, - "start": { - "column": 45, - "line": 155 - } - } - }, - { - "id": "3939", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Antoine\",\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\": \"Benoit\",\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\": \"Corentin\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ],\n], but it was called with Array [\n undefined,\n undefined,\n undefined,\n]", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "162" - ], - "coveredBy": [ - "162" - ], - "location": { - "end": { - "column": 5, - "line": 163 - }, - "start": { - "column": 73, - "line": 159 - } - } - }, - { - "id": "3940", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Antoine\",\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\": \"Benoit\",\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\": \"Corentin\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ],\n], but it was called with Array [\n Object {},\n Object {},\n Object {},\n]", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "162" - ], - "coveredBy": [ - "162" - ], - "location": { - "end": { - "column": 4, - "line": 163 - }, - "start": { - "column": 92, - "line": 159 - } - } - }, - { - "id": "3941", - "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": [ - "136" - ], - "coveredBy": [ - "136", - "153" - ], - "location": { - "end": { - "column": 2, - "line": 172 - }, - "start": { - "column": 43, - "line": 166 - } - } - }, - { - "id": "3942", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"pages.gameLobby.smallScreenWarning\",\n \"life\": 7500,\n \"summary\": \"pages.gameLobby.smallScreenDetected\",\n },\n], but it was called with Object {}", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "136" - ], - "coveredBy": [ - "136", - "153" - ], - "location": { - "end": { - "column": 4, - "line": 171 - }, - "start": { - "column": 16, - "line": 167 - } - } - }, - { - "id": "3943", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"pages.gameLobby.smallScreenWarning\",\n \"life\": 7500,\n \"summary\": \"pages.gameLobby.smallScreenDetected\",\n },\n], but it was called with Object {\n \"detail\": \"pages.gameLobby.smallScreenWarning\",\n \"life\": 7500,\n \"summary\": \"\",\n}", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "136" - ], - "coveredBy": [ - "136", - "153" - ], - "location": { - "end": { - "column": 53, - "line": 168 - }, - "start": { - "column": 16, - "line": 168 - } - } - }, - { - "id": "3944", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"pages.gameLobby.smallScreenWarning\",\n \"life\": 7500,\n \"summary\": \"pages.gameLobby.smallScreenDetected\",\n },\n], but it was called with Object {\n \"detail\": \"\",\n \"life\": 7500,\n \"summary\": \"pages.gameLobby.smallScreenDetected\",\n}", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "136" - ], - "coveredBy": [ - "136", - "153" - ], - "location": { - "end": { - "column": 51, - "line": 169 - }, - "start": { - "column": 15, - "line": 169 - } - } - }, - { - "id": "3945", - "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": 3, - "static": false, - "killedBy": [ - "136" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 2, - "line": 186 - }, - "start": { - "column": 17, - "line": 179 - } - } - }, - { - "id": "3946", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 4 times", - "status": "Killed", - "testsCompleted": 3, - "static": false, - "killedBy": [ - "136" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 28, - "line": 180 - }, - "start": { - "column": 7, - "line": 180 - } - } - }, - { - "id": "3947", - "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", - "status": "Killed", - "testsCompleted": 3, - "static": false, - "killedBy": [ - "136" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163" - ], - "location": { - "end": { - "column": 28, - "line": 180 - }, - "start": { - "column": 7, - "line": 180 - } - } - }, - { - "id": "3948", - "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": [ - "136" - ], - "coveredBy": [ - "136", - "138" - ], - "location": { - "end": { - "column": 4, - "line": 185 - }, - "start": { - "column": 30, - "line": 180 - } - } - }, - { - "id": "3949", - "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": [ - "136" - ], - "coveredBy": [ - "136", - "153" - ], - "location": { - "end": { - "column": 6, - "line": 184 - }, - "start": { - "column": 22, - "line": 182 - } - } - } - ], - "source": "\n\n" - }, - "app/pages/index.vue": { - "language": "html", - "mutants": [ - { - "id": "3950", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "The macro definePageMeta from Nuxt is breaking Stryker, so we ignore it.", - "status": "Ignored", - "static": false, - "location": { - "end": { - "column": 33, - "line": 89 - }, - "start": { - "column": 16, - "line": 89 - } - } - }, - { - "id": "3951", - "mutatorName": "BooleanLiteral", - "replacement": "true", - "statusReason": "The macro definePageMeta from Nuxt is breaking Stryker, so we ignore it.", - "status": "Ignored", - "static": false, - "location": { - "end": { - "column": 31, - "line": 89 - }, - "start": { - "column": 26, - "line": 89 - } - } - } - ], - "source": "\n\n" - }, - "app/plugins/vue-countdown/vue-countdown.client.ts": { - "language": "typescript", - "mutants": [ - { - "id": "3952", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", - "status": "Ignored", - "static": true, - "coveredBy": [], - "location": { - "end": { - "column": 2, - "line": 5 - }, - "start": { - "column": 44, - "line": 3 - } - } - }, - { - "id": "3953", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", - "status": "Ignored", - "static": true, - "coveredBy": [], - "location": { - "end": { - "column": 42, - "line": 4 - }, - "start": { - "column": 28, - "line": 4 - } - } - } - ], - "source": "import VueCountdown from \"@chenfengyuan/vue-countdown\";\n\nexport default defineNuxtPlugin(nuxtApp => {\n nuxtApp.vueApp.component(\"VueCountdown\", VueCountdown);\n});" - }, - "app/plugins/vue-draggable/vue-draggable.client.ts": { - "language": "typescript", - "mutants": [ - { - "id": "3954", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", - "status": "Ignored", - "static": true, - "coveredBy": [], - "location": { - "end": { - "column": 2, - "line": 5 - }, - "start": { - "column": 44, - "line": 3 - } - } - }, - { - "id": "3955", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", - "status": "Ignored", - "static": true, - "coveredBy": [], - "location": { - "end": { - "column": 42, - "line": 4 - }, - "start": { - "column": 28, - "line": 4 - } - } - } - ], - "source": "import VueDraggable from \"vuedraggable\";\n\nexport default defineNuxtPlugin(nuxtApp => {\n nuxtApp.vueApp.component(\"VueDraggable\", VueDraggable);\n});" - }, - "app/plugins/vue-ellipse-progress/vue-ellipse-progress.client.ts": { - "language": "typescript", - "mutants": [ - { - "id": "3956", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", - "status": "Ignored", - "static": true, - "coveredBy": [], - "location": { - "end": { - "column": 2, - "line": 5 - }, - "start": { - "column": 44, - "line": 3 - } - } - }, - { - "id": "3957", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", - "status": "Ignored", - "static": true, - "coveredBy": [], - "location": { - "end": { - "column": 62, - "line": 4 - }, - "start": { - "column": 42, - "line": 4 - } - } - } - ], - "source": "import VueEllipseProgress from \"vue-ellipse-progress\";\n\nexport default defineNuxtPlugin(nuxtApp => {\n nuxtApp.vueApp.use(VueEllipseProgress, \"VueEllipseProgress\");\n});" - }, - "app/plugins/vue-font-awesome-icon/vue-font-awesome-icon.ts": { - "language": "typescript", - "mutants": [ - { - "id": "3958", - "mutatorName": "BooleanLiteral", - "replacement": "true", - "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", - "status": "Ignored", - "static": true, - "coveredBy": [], - "location": { - "end": { - "column": 26, - "line": 85 - }, - "start": { - "column": 21, - "line": 85 - } - } - }, - { - "id": "3959", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", - "status": "Ignored", - "static": true, - "coveredBy": [], - "location": { - "end": { - "column": 2, - "line": 169 - }, - "start": { - "column": 44, - "line": 167 - } - } - }, - { - "id": "3960", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", - "status": "Ignored", - "static": true, - "coveredBy": [], - "location": { - "end": { - "column": 47, - "line": 168 - }, - "start": { - "column": 28, - "line": 168 - } - } - } - ], - "source": "import { config, library } from \"@fortawesome/fontawesome-svg-core\";\nimport { FontAwesomeIcon } from \"@fortawesome/vue-fontawesome\";\nimport {\n faMoon,\n faSun,\n faEnvelope,\n faPlayCircle,\n faGear,\n faDice,\n faStar,\n faWarning,\n faHandshakeAngle,\n faPenFancy,\n faPalette,\n faSignOut,\n faPlay,\n faRandom,\n faClover,\n faChessPawn,\n faExclamationCircle,\n faPlus,\n faChess,\n faCircleChevronRight,\n faMinus,\n faBan,\n faSliders,\n faThumbsUp,\n faThumbsDown,\n faRotateLeft,\n faCheckCircle,\n faInfoCircle,\n faUsersSlash,\n faGamepad,\n faCommentSlash,\n faChevronLeft,\n faChevronRight,\n faArrowUp,\n faArrowDown,\n faCircleInfo,\n faFlask,\n faBars,\n faTimes,\n faListCheck,\n faStepBackward,\n faStepForward,\n faEyeSlash,\n faForward,\n faComments,\n faHeart,\n faSkullCrossbones,\n faHandsBound,\n faHandHolding,\n faUsers,\n faPaw,\n faMask,\n faShieldHeart,\n faSkull,\n faWandSparkles,\n faPeopleLine,\n faDog,\n faBullhorn,\n faBolt,\n faEye,\n faClock,\n faShieldAlt,\n faCrown,\n faGavel,\n faBalanceScale,\n faFeather,\n faUtensils,\n faPersonRunning,\n faCheck,\n faClockRotateLeft,\n faHandHoldingHeart,\n faCloudMoon,\n faCompass,\n faRotate,\n faMagicWandSparkles,\n} from \"@fortawesome/free-solid-svg-icons\";\n\nimport { faQuestionCircle } from \"@fortawesome/free-regular-svg-icons\";\n\nimport { faGithub } from \"@fortawesome/free-brands-svg-icons\";\n\nconfig.autoAddCss = false;\n\nlibrary.add(\n faMoon,\n faSun,\n faEnvelope,\n faGithub,\n faPlayCircle,\n faQuestionCircle,\n faGear,\n faDice,\n faStar,\n faWarning,\n faHandshakeAngle,\n faPenFancy,\n faPalette,\n faSignOut,\n faPlay,\n faRandom,\n faClover,\n faChessPawn,\n faExclamationCircle,\n faPlus,\n faChess,\n faCircleChevronRight,\n faMinus,\n faBan,\n faSliders,\n faThumbsUp,\n faThumbsDown,\n faRotateLeft,\n faCheckCircle,\n faInfoCircle,\n faUsersSlash,\n faGamepad,\n faCommentSlash,\n faChevronLeft,\n faChevronRight,\n faArrowUp,\n faArrowDown,\n faCircleInfo,\n faFlask,\n faBars,\n faTimes,\n faListCheck,\n faStepBackward,\n faStepForward,\n faEyeSlash,\n faForward,\n faComments,\n faHeart,\n faSkullCrossbones,\n faHandsBound,\n faHandHolding,\n faUsers,\n faPaw,\n faMask,\n faShieldHeart,\n faSkull,\n faWandSparkles,\n faPeopleLine,\n faDog,\n faBullhorn,\n faBolt,\n faEye,\n faClock,\n faShieldAlt,\n faCrown,\n faGavel,\n faBalanceScale,\n faFeather,\n faUtensils,\n faPersonRunning,\n faCheck,\n faClockRotateLeft,\n faHandHoldingHeart,\n faCloudMoon,\n faCompass,\n faRotate,\n faMagicWandSparkles,\n);\n\nexport default defineNuxtPlugin(nuxtApp => {\n nuxtApp.vueApp.component(\"font-awesome-icon\", FontAwesomeIcon);\n});" - }, - "app/plugins/vue-lottie/vue-lottie.client.ts": { - "language": "typescript", - "mutants": [ - { - "id": "3961", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", - "status": "Ignored", - "static": true, - "coveredBy": [], - "location": { - "end": { - "column": 2, - "line": 5 - }, - "start": { - "column": 44, - "line": 3 - } - } - }, - { - "id": "3962", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", - "status": "Ignored", - "static": true, - "coveredBy": [], - "location": { - "end": { - "column": 39, - "line": 4 - }, - "start": { - "column": 28, - "line": 4 - } - } - } - ], - "source": "import { Vue3Lottie } from \"vue3-lottie\";\n\nexport default defineNuxtPlugin(nuxtApp => {\n nuxtApp.vueApp.component(\"VueLottie\", Vue3Lottie);\n});" - }, - "app/stores/audio/useAudioStore.ts": { - "language": "typescript", - "mutants": [ - { - "id": "3963", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "tests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(135,18): error TS2339: Property 'isMuted' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(144,18): error TS2339: Property 'isMuted' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(153,18): error TS2339: Property 'isMuted' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(162,18): error TS2339: Property 'isMuted' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(174,25): error TS2339: Property 'toggleMute' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameBearGrowlsOrSleepsEvent/GameBearGrowlsOrSleepsEvent.nuxt.spec.ts(52,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameBearGrowlsOrSleepsEvent/GameBearGrowlsOrSleepsEvent.nuxt.spec.ts(66,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameCupidHasCharmedEvent/GameCupidHasCharmedEvent.nuxt.spec.ts(65,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameScandalmongerMayHaveMarkedEvent/GameScandalmongerMayHaveMarkedEvent.nuxt.spec.ts(64,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameScandalmongerMayHaveMarkedEvent/GameScandalmongerMayHaveMarkedEvent.nuxt.spec.ts(70,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent.nuxt.spec.ts(36,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameActorTurnStartsEvent/GameActorTurnStartsEvent.nuxt.spec.ts(36,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameFoxTurnStartsEvent/GameFoxTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameHunterTurnStartsEvent/GameHunterTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GamePiedPiperTurnStartsEvent/GamePiedPiperTurnStartsEvent.nuxt.spec.ts(43,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScandalmongerTurnStartsEvent/GameScandalmongerTurnStartsEvent.nuxt.spec.ts(43,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScapegoatTurnStartsEvent/GameScapegoatTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameStutteringJudgeTurnStartsEvent/GameStutteringJudgeTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWildChildTurnStartsEvent/GameWildChildTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(76,15): error TS2339: Property 'playingBackgroundAudioName' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(82,15): error TS2339: Property 'nightBackgroundAudioNames' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(88,15): error TS2339: Property 'dayBackgroundAudioNames' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(94,15): error TS2339: Property 'isMuted' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(103,18): error TS2339: Property 'isMuted' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(104,18): error TS2339: Property 'setHowlerAudioSettingsFromAudioStoreState' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(112,15): error TS2339: Property 'soundEffects' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(112,29): error TS2339: Property 'loadSoundEffects' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(116,16): error TS18046: 'soundEffect' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(123,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(123,33): error TS2339: Property 'loadBackgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(127,16): error TS18046: 'backgroundAudio' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(134,15): error TS2339: Property 'loadAllAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(135,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(135,33): error TS2339: Property 'soundEffects' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(139,16): error TS18046: 'backgroundAudio' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(142,16): error TS18046: 'soundEffect' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(149,15): error TS2339: Property 'soundEffects' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(149,29): error TS2339: Property 'playSoundEffect' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(159,15): error TS2339: Property 'fadeOutPlayingBackgroundAudio' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(159,46): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(163,16): error TS18046: 'backgroundAudio' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(169,15): error TS2339: Property 'fadeOutPlayingBackgroundAudio' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(169,46): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(170,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(178,15): error TS2339: Property 'fadeOutPlayingBackgroundAudio' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(178,46): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(179,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(189,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(189,33): error TS2339: Property 'playBackgroundAudio' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(197,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(197,33): error TS2339: Property 'playBackgroundAudio' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(205,15): error TS2339: Property 'playBackgroundAudio' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(209,30): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(220,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(221,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(228,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(229,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(231,83): error TS2339: Property 'nightBackgroundAudioNames' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(236,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(238,83): error TS2339: Property 'dayBackgroundAudioNames' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(243,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(244,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(245,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(252,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(253,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(254,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(261,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(262,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(264,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(273,15): error TS2339: Property 'setMute' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(276,25): error TS2339: Property 'isMuted' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(281,15): error TS2339: Property 'setMute' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(289,15): error TS2339: Property 'setMute' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(292,25): error TS2339: Property 'audioSettingsFromLocalStorage' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(299,15): error TS2339: Property 'toggleMute' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(300,18): error TS2339: Property 'isMuted' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(303,25): error TS2339: Property 'isMuted' does not exist on type 'Store'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 2, - "line": 121 - }, - "start": { - "column": 57, - "line": 11 - } - } - }, - { - "id": "3964", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"audioSettings\",\n Object {\n \"isMuted\": false,\n },\n Object {\n \"mergeDefaults\": true,\n },\n], but it was called with \"audioSettings\"", - "status": "Killed", - "testsCompleted": 60, - "static": false, - "killedBy": [ - "601" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 152, - "line": 12 - }, - "start": { - "column": 129, - "line": 12 - } - } - }, - { - "id": "3965", - "mutatorName": "BooleanLiteral", - "replacement": "false", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"audioSettings\",\n Object {\n \"isMuted\": false,\n },\n Object {\n \"mergeDefaults\": true,\n },\n], but it was called with \"audioSettings\"", - "status": "Killed", - "testsCompleted": 106, - "static": false, - "killedBy": [ - "601" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 150, - "line": 12 - }, - "start": { - "column": 146, - "line": 12 - } - } - }, - { - "id": "3966", - "mutatorName": "MethodExpression", - "replacement": "Object.keys(backgroundAudios)", - "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type 'string' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 139, - "line": 22 - }, - "start": { - "column": 37, - "line": 22 - } - } - }, - { - "id": "3967", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type 'string' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 138, - "line": 22 - }, - "start": { - "column": 74, - "line": 22 - } - } - }, - { - "id": "3968", - "mutatorName": "MethodExpression", - "replacement": "name.endsWith(\"night-\")", - "statusReason": "expected [] to strictly equal [ 'night-1', 'night-2', 'night-3' ]", - "status": "Killed", - "testsCompleted": 62, - "static": false, - "killedBy": [ - "603" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 138, - "line": 22 - }, - "start": { - "column": 113, - "line": 22 - } - } - }, - { - "id": "3969", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expected [ 'day-1', 'day-2', 'night-1', …(2) ] to strictly equal [ 'night-1', 'night-2', 'night-3' ]", - "status": "Killed", - "testsCompleted": 17, - "static": false, - "killedBy": [ - "603" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 137, - "line": 22 - }, - "start": { - "column": 129, - "line": 22 - } - } - }, - { - "id": "3970", - "mutatorName": "MethodExpression", - "replacement": "Object.keys(backgroundAudios)", - "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type 'string' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 135, - "line": 24 - }, - "start": { - "column": 35, - "line": 24 - } - } - }, - { - "id": "3971", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type 'string' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 134, - "line": 24 - }, - "start": { - "column": 72, - "line": 24 - } - } - }, - { - "id": "3972", - "mutatorName": "MethodExpression", - "replacement": "name.endsWith(\"day-\")", - "statusReason": "expected [] to strictly equal [ 'day-1', 'day-2' ]", - "status": "Killed", - "testsCompleted": 5, - "static": false, - "killedBy": [ - "604" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 134, - "line": 24 - }, - "start": { - "column": 111, - "line": 24 - } - } - }, - { - "id": "3973", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expected [ 'day-1', 'day-2', 'night-1', …(2) ] to strictly equal [ 'day-1', 'day-2' ]", - "status": "Killed", - "testsCompleted": 18, - "static": false, - "killedBy": [ - "604" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 133, - "line": 24 - }, - "start": { - "column": 127, - "line": 24 - } - } - }, - { - "id": "3974", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/audio/useAudioStore.ts(26,53): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 4, - "line": 31 - }, - "start": { - "column": 58, - "line": 26 - } - } - }, - { - "id": "3975", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "app/stores/audio/useAudioStore.ts(27,21): error TS2345: Argument of type '{}' is not assignable to parameter of type 'HowlOptions'.\n Property 'src' is missing in type '{}' but required in type 'HowlOptions'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 6, - "line": 30 - }, - "start": { - "column": 21, - "line": 27 - } - } - }, - { - "id": "3976", - "mutatorName": "BooleanLiteral", - "replacement": "true", - "statusReason": "expected 1st \"spy\" call to have been called with [ { preload: false, …(1) } ]", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "600" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 21, - "line": 28 - }, - "start": { - "column": 16, - "line": 28 - } - } - }, - { - "id": "3977", - "mutatorName": "ArrayDeclaration", - "replacement": "[]", - "statusReason": "expected 1st \"spy\" call to have been called with [ { preload: false, …(1) } ]", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "600" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 48, - "line": 29 - }, - "start": { - "column": 12, - "line": 29 - } - } - }, - { - "id": "3978", - "mutatorName": "StringLiteral", - "replacement": "``", - "statusReason": "expected 1st \"spy\" call to have been called with [ { preload: false, …(1) } ]", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "600" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 47, - "line": 29 - }, - "start": { - "column": 13, - "line": 29 - } - } - }, - { - "id": "3979", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/audio/useAudioStore.ts(33,61): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 4, - "line": 39 - }, - "start": { - "column": 66, - "line": 33 - } - } - }, - { - "id": "3980", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "app/stores/audio/useAudioStore.ts(34,21): error TS2345: Argument of type '{}' is not assignable to parameter of type 'HowlOptions'.\n Property 'src' is missing in type '{}' but required in type 'HowlOptions'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 6, - "line": 38 - }, - "start": { - "column": 21, - "line": 34 - } - } - }, - { - "id": "3981", - "mutatorName": "BooleanLiteral", - "replacement": "true", - "statusReason": "expected 47th \"spy\" call to have been called with [ { preload: false, …(2) } ]", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "600" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 21, - "line": 35 - }, - "start": { - "column": 16, - "line": 35 - } - } - }, - { - "id": "3982", - "mutatorName": "ArrayDeclaration", - "replacement": "[]", - "statusReason": "expected 47th \"spy\" call to have been called with [ { preload: false, …(2) } ]", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "600" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" - ], - "location": { - "end": { - "column": 52, - "line": 36 - }, - "start": { - "column": 12, - "line": 36 - } - } - }, - { - "id": "3983", - "mutatorName": "StringLiteral", - "replacement": "``", - "statusReason": "expected 47th \"spy\" call to have been called with [ { preload: false, …(2) } ]", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "600" - ], - "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25", + "26", + "27", + "28", + "29", + "30", + "31", + "32", + "33", + "34", + "35", + "36", + "37", + "38", + "39", + "40", + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "50", + "51", + "52", + "53", + "54", + "55", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "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", + "164", + "165", + "166", + "167", + "168", + "169", + "170", + "171", + "172", + "173", + "174", + "175", + "176", + "177", + "178", + "179", + "180", + "181", + "182", + "183", + "184", + "185", + "186", + "187", + "188", + "189", + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "213", + "214", + "215", + "216", + "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", + "270", "271", "272", "273", @@ -188393,6 +181176,105 @@ "282", "283", "284", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "441", + "442", + "443", + "444", + "445", + "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", + "473", + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", "485", "486", "487", @@ -188405,33 +181287,145 @@ "494", "495", "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", + "497", + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "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", + "567", + "568", + "569", + "570", + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657", + "658", + "659", + "660", + "661", + "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", + "690", + "691", + "692", + "693", + "694", + "695", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", "704", "705", "706", @@ -188442,6 +181436,17 @@ "711", "712", "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "723", + "724", "725", "726", "727", @@ -188450,20 +181455,21 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", "759", "760", "761", @@ -188479,15 +181485,42 @@ "771", "772", "773", - "804", - "805", - "806", + "774", + "775", + "776", + "777", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", + "813", + "814", + "815", + "822", + "823", + "824", + "825", + "826", + "827", + "828", + "829", "830", "831", "832", @@ -188505,9 +181538,9 @@ "844", "845", "846", - "889", - "890", - "891", + "847", + "848", + "849", "892", "893", "894", @@ -188524,28 +181557,92 @@ "905", "906", "907", + "908", + "909", + "910", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "923", + "924", + "925", + "926", + "927", + "928", + "929", + "930", + "931", + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", "943", "944", "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", "960", - "961", - "962", - "963", - "964", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1006", + "1007", + "1008", + "1009", + "1010", + "1011", + "1012", + "1013", + "1014", + "1015", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", "1034", "1035", "1036", @@ -188555,6 +181652,15 @@ "1040", "1041", "1042", + "1043", + "1044", + "1045", + "1046", + "1047", + "1048", + "1049", + "1050", + "1051", "1052", "1053", "1054", @@ -188562,9 +181668,15 @@ "1056", "1057", "1058", - "1069", - "1070", - "1071", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", "1072", "1073", "1074", @@ -188574,26 +181686,103 @@ "1078", "1079", "1080", - "1218", - "1219", - "1220", + "1081", + "1082", + "1083", + "1084", + "1085", + "1086", + "1087", + "1088", + "1089", + "1090", + "1091", + "1092", + "1093", + "1112", + "1113", + "1114", + "1115", + "1116", + "1117", + "1118", + "1119", + "1120", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1167", + "1168", + "1169", + "1170", + "1171", + "1172", + "1173", + "1174", + "1175", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", + "1203", + "1204", + "1205", + "1206", + "1207", + "1208", + "1209", + "1210", + "1211", "1221", "1222", "1223", - "1234", - "1235", - "1236", + "1224", + "1225", + "1226", "1237", "1238", "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", "1247", "1248", "1249", - "1250", "1251", - "1252", - "1253", - "1254", + "1258", + "1259", + "1260", + "1261", + "1262", + "1263", + "1274", + "1275", "1276", "1277", "1278", @@ -188601,12 +181790,69 @@ "1280", "1281", "1282", + "1283", + "1284", + "1285", + "1286", + "1287", + "1288", + "1289", + "1290", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", + "1309", + "1310", + "1311", + "1312", + "1313", + "1314", + "1315", + "1316", + "1317", + "1318", + "1319", + "1320", + "1321", + "1322", "1323", "1324", "1325", "1326", "1327", "1328", + "1329", + "1330", + "1331", + "1342", + "1343", + "1344", + "1345", + "1346", + "1347", + "1348", + "1369", + "1370", + "1371", + "1372", + "1373", + "1374", + "1375", + "1376", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", "1395", "1396", "1397", @@ -188619,45 +181865,181 @@ "1404", "1405", "1406", - "1452", - "1453", - "1454", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", + "1441", + "1442", + "1443", + "1444", + "1445", + "1446", + "1447", + "1448", + "1449", "1455", "1456", "1457", + "1458", + "1459", + "1460", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", + "1477", + "1478", + "1479", + "1480", + "1481", + "1482", "1483", "1484", "1485", "1486", "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", "1495", "1496", "1497", "1498", "1499", + "1500", + "1501", + "1502", + "1503", + "1504", + "1505", + "1506", + "1507", + "1508", + "1509", "1510", "1511", "1512", "1513", "1514", "1515", - "1532", - "1533", - "1534", + "1516", + "1517", + "1518", + "1519", + "1520", + "1521", + "1522", + "1523", + "1524", + "1525", + "1526", + "1527", + "1528", + "1529", "1535", "1536", + "1537", + "1538", + "1539", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", "1547", "1548", "1549", "1550", "1551", "1552", + "1553", + "1554", + "1555", + "1556", + "1557", + "1558", + "1559", + "1560", + "1561", + "1562", + "1563", + "1564", + "1565", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", + "1573", + "1574", + "1575", + "1576", + "1577", + "1578", + "1579", + "1580", + "1581", + "1582", + "1583", + "1584", + "1585", + "1586", + "1587", + "1588", + "1589", + "1590", + "1591", + "1592", + "1593", + "1594", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", + "1620", + "1621", + "1622", + "1623", + "1624", + "1625", "1626", - "1627", - "1630", - "1654", - "1655", - "1656", + "1633", "1657", "1658", "1659", @@ -188665,139 +182047,655 @@ "1661", "1662", "1663", + "1664", + "1665", + "1666", + "1667", + "1668", + "1669", + "1670", + "1677", + "1678", + "1679", + "1680", + "1681", + "1682", "1692", "1693", "1694", "1695", "1696", - "1703", - "1704", - "1705", + "1697", + "1698", + "1699", "1706", "1707", - "1717", - "1718", - "1719", + "1708", + "1709", + "1710", "1720", "1721", - "1726", - "1727", - "1728", + "1722", + "1723", + "1724", "1729", "1730", - "1738", - "1739", - "1740", + "1731", + "1732", + "1733", "1741", "1742", - "1758", - "1759", - "1760", + "1743", + "1744", + "1745", + "1746", + "1747", + "1748", + "1749", + "1750", "1761", "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", "1776", "1777", "1778", - "1779", - "1815", - "1816", - "1817", + "1780", + "1784", "1818", - "1847", - "1848", - "1849", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", "1850", - "1863", - "1864", - "1865", - "1866", + "1851", + "1852", + "1853", "1867", - "1868", - "1869", - "1870", + "1871", "1880", "1881", "1882", - "1883", "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", + "1888", "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", + "1898", "1911", - "1912", - "1913", - "1914", "1915", - "1916", - "1917", "1918", - "1919" + "1919", + "1920", + "1921", + "1922", + "1934", + "1935", + "1936", + "1937", + "2036" + ], + "location": { + "end": { + "column": 2, + "line": 46 + }, + "start": { + "column": 49, + "line": 14 + } + } + }, + { + "id": "3836", + "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": [ + "1746" + ], + "coveredBy": [ + "1746", + "1747", + "1748", + "1749", + "1750" + ], + "location": { + "end": { + "column": 4, + "line": 22 + }, + "start": { + "column": 57, + "line": 17 + } + } + }, + { + "id": "3837", + "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 {}", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1746" + ], + "coveredBy": [ + "1746", + "1747", + "1748", + "1749", + "1750" + ], + "location": { + "end": { + "column": 6, + "line": 21 + }, + "start": { + "column": 15, + "line": 18 + } + } + }, + { + "id": "3838", + "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": [ + "1747" + ], + "coveredBy": [ + "1747" + ], + "location": { + "end": { + "column": 4, + "line": 26 + }, + "start": { + "column": 64, + "line": 24 + } + } + }, + { + "id": "3839", + "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}", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1747" + ], + "coveredBy": [ + "1747" + ], + "location": { + "end": { + "column": 49, + "line": 25 + }, + "start": { + "column": 14, + "line": 25 + } + } + }, + { + "id": "3840", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/composables/prime-vue/usePrimeVueToasts.ts(25,16): error TS2322: Type '\"\"' is not assignable to type '\"success\" | \"info\" | \"warn\" | \"error\" | \"secondary\" | \"contrast\" | undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1747" + ], + "location": { + "end": { + "column": 35, + "line": 25 + }, + "start": { + "column": 26, + "line": 25 + } + } + }, + { + "id": "3841", + "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": [ + "1748" + ], + "coveredBy": [ + "1748" + ], + "location": { + "end": { + "column": 4, + "line": 30 + }, + "start": { + "column": 61, + "line": 28 + } + } + }, + { + "id": "3842", + "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}", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1748" + ], + "coveredBy": [ + "1748" + ], + "location": { + "end": { + "column": 46, + "line": 29 + }, + "start": { + "column": 14, + "line": 29 + } + } + }, + { + "id": "3843", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/composables/prime-vue/usePrimeVueToasts.ts(29,16): error TS2322: Type '\"\"' is not assignable to type '\"success\" | \"info\" | \"warn\" | \"error\" | \"secondary\" | \"contrast\" | undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1748" + ], + "location": { + "end": { + "column": 32, + "line": 29 + }, + "start": { + "column": 26, + "line": 29 + } + } + }, + { + "id": "3844", + "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": [ + "1749" + ], + "coveredBy": [ + "1749" + ], + "location": { + "end": { + "column": 4, + "line": 34 + }, + "start": { + "column": 61, + "line": 32 + } + } + }, + { + "id": "3845", + "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}", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1749" + ], + "coveredBy": [ + "1749" + ], + "location": { + "end": { + "column": 46, + "line": 33 + }, + "start": { + "column": 14, + "line": 33 + } + } + }, + { + "id": "3846", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/composables/prime-vue/usePrimeVueToasts.ts(33,16): error TS2322: Type '\"\"' is not assignable to type '\"success\" | \"info\" | \"warn\" | \"error\" | \"secondary\" | \"contrast\" | undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1749" + ], + "location": { + "end": { + "column": 32, + "line": 33 + }, + "start": { + "column": 26, + "line": 33 + } + } + }, + { + "id": "3847", + "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": [ + "1750" + ], + "coveredBy": [ + "1750" + ], + "location": { + "end": { + "column": 4, + "line": 38 + }, + "start": { + "column": 62, + "line": 36 + } + } + }, + { + "id": "3848", + "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}", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1750" + ], + "coveredBy": [ + "1750" + ], + "location": { + "end": { + "column": 47, + "line": 37 + }, + "start": { + "column": 14, + "line": 37 + } + } + }, + { + "id": "3849", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/composables/prime-vue/usePrimeVueToasts.ts(37,16): error TS2322: Type '\"\"' is not assignable to type '\"success\" | \"info\" | \"warn\" | \"error\" | \"secondary\" | \"contrast\" | undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1750" ], "location": { "end": { - "column": 51, - "line": 36 + "column": 33, + "line": 37 }, "start": { - "column": 13, - "line": 36 + "column": 26, + "line": 37 } } }, { - "id": "3984", - "mutatorName": "BooleanLiteral", - "replacement": "false", - "statusReason": "expected 47th \"spy\" call to have been called with [ { preload: false, …(2) } ]", - "status": "Killed", - "testsCompleted": 1, + "id": "3850", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "app/composables/prime-vue/usePrimeVueToasts.ts(39,3): error TS2739: Type '{}' is missing the following properties from type 'UsePrimeVueToasts': addToast, addSuccessToast, addInfoToast, addWarnToast, addErrorToast\n", + "status": "CompileError", "static": false, - "killedBy": [ - "600" - ], + "killedBy": [], "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25", + "26", + "27", + "28", + "29", + "30", + "31", + "32", + "33", + "34", + "35", + "36", + "37", + "38", + "39", + "40", + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "50", + "51", + "52", + "53", + "54", + "55", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "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", + "164", + "165", + "166", + "167", + "168", + "169", + "170", + "171", + "172", + "173", + "174", + "175", + "176", + "177", + "178", + "179", + "180", + "181", + "182", + "183", + "184", + "185", + "186", + "187", + "188", + "189", + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "213", + "214", + "215", + "216", + "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", + "270", "271", "272", "273", @@ -188812,6 +182710,105 @@ "282", "283", "284", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "441", + "442", + "443", + "444", + "445", + "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", + "473", + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", "485", "486", "487", @@ -188824,33 +182821,145 @@ "494", "495", "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", + "497", + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "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", + "567", + "568", + "569", + "570", + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657", + "658", + "659", + "660", + "661", + "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", + "690", + "691", + "692", + "693", + "694", + "695", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", "704", "705", "706", @@ -188861,6 +182970,17 @@ "711", "712", "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "723", + "724", "725", "726", "727", @@ -188869,20 +182989,21 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", "759", "760", "761", @@ -188898,15 +183019,42 @@ "771", "772", "773", - "804", - "805", - "806", + "774", + "775", + "776", + "777", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", + "813", + "814", + "815", + "822", + "823", + "824", + "825", + "826", + "827", + "828", + "829", "830", "831", "832", @@ -188924,9 +183072,9 @@ "844", "845", "846", - "889", - "890", - "891", + "847", + "848", + "849", "892", "893", "894", @@ -188943,28 +183091,92 @@ "905", "906", "907", + "908", + "909", + "910", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "923", + "924", + "925", + "926", + "927", + "928", + "929", + "930", + "931", + "932", + "933", + "934", + "935", + "936", + "937", + "938", + "939", + "940", + "941", + "942", "943", "944", "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", "960", - "961", - "962", - "963", - "964", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1006", + "1007", + "1008", + "1009", + "1010", + "1011", + "1012", + "1013", + "1014", + "1015", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", "1034", "1035", "1036", @@ -188974,6 +183186,15 @@ "1040", "1041", "1042", + "1043", + "1044", + "1045", + "1046", + "1047", + "1048", + "1049", + "1050", + "1051", "1052", "1053", "1054", @@ -188981,9 +183202,15 @@ "1056", "1057", "1058", - "1069", - "1070", - "1071", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", "1072", "1073", "1074", @@ -188993,26 +183220,103 @@ "1078", "1079", "1080", - "1218", - "1219", - "1220", + "1081", + "1082", + "1083", + "1084", + "1085", + "1086", + "1087", + "1088", + "1089", + "1090", + "1091", + "1092", + "1093", + "1112", + "1113", + "1114", + "1115", + "1116", + "1117", + "1118", + "1119", + "1120", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1167", + "1168", + "1169", + "1170", + "1171", + "1172", + "1173", + "1174", + "1175", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", + "1203", + "1204", + "1205", + "1206", + "1207", + "1208", + "1209", + "1210", + "1211", "1221", "1222", "1223", - "1234", - "1235", - "1236", + "1224", + "1225", + "1226", "1237", "1238", "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", "1247", "1248", "1249", - "1250", "1251", - "1252", - "1253", - "1254", + "1258", + "1259", + "1260", + "1261", + "1262", + "1263", + "1274", + "1275", "1276", "1277", "1278", @@ -189020,12 +183324,69 @@ "1280", "1281", "1282", + "1283", + "1284", + "1285", + "1286", + "1287", + "1288", + "1289", + "1290", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", + "1309", + "1310", + "1311", + "1312", + "1313", + "1314", + "1315", + "1316", + "1317", + "1318", + "1319", + "1320", + "1321", + "1322", "1323", "1324", "1325", "1326", "1327", "1328", + "1329", + "1330", + "1331", + "1342", + "1343", + "1344", + "1345", + "1346", + "1347", + "1348", + "1369", + "1370", + "1371", + "1372", + "1373", + "1374", + "1375", + "1376", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", "1395", "1396", "1397", @@ -189038,45 +183399,181 @@ "1404", "1405", "1406", - "1452", - "1453", - "1454", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", + "1441", + "1442", + "1443", + "1444", + "1445", + "1446", + "1447", + "1448", + "1449", "1455", "1456", "1457", + "1458", + "1459", + "1460", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", + "1477", + "1478", + "1479", + "1480", + "1481", + "1482", "1483", "1484", "1485", "1486", "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", "1495", "1496", "1497", "1498", "1499", + "1500", + "1501", + "1502", + "1503", + "1504", + "1505", + "1506", + "1507", + "1508", + "1509", "1510", "1511", "1512", "1513", "1514", "1515", - "1532", - "1533", - "1534", + "1516", + "1517", + "1518", + "1519", + "1520", + "1521", + "1522", + "1523", + "1524", + "1525", + "1526", + "1527", + "1528", + "1529", "1535", "1536", + "1537", + "1538", + "1539", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", "1547", "1548", "1549", "1550", "1551", "1552", + "1553", + "1554", + "1555", + "1556", + "1557", + "1558", + "1559", + "1560", + "1561", + "1562", + "1563", + "1564", + "1565", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", + "1573", + "1574", + "1575", + "1576", + "1577", + "1578", + "1579", + "1580", + "1581", + "1582", + "1583", + "1584", + "1585", + "1586", + "1587", + "1588", + "1589", + "1590", + "1591", + "1592", + "1593", + "1594", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", + "1620", + "1621", + "1622", + "1623", + "1624", + "1625", "1626", - "1627", - "1630", - "1654", - "1655", - "1656", + "1633", "1657", "1658", "1659", @@ -189084,1178 +183581,1196 @@ "1661", "1662", "1663", + "1664", + "1665", + "1666", + "1667", + "1668", + "1669", + "1670", + "1677", + "1678", + "1679", + "1680", + "1681", + "1682", "1692", "1693", "1694", "1695", "1696", - "1703", - "1704", - "1705", + "1697", + "1698", + "1699", "1706", "1707", - "1717", - "1718", - "1719", + "1708", + "1709", + "1710", "1720", "1721", - "1726", - "1727", - "1728", + "1722", + "1723", + "1724", "1729", "1730", - "1738", - "1739", - "1740", + "1731", + "1732", + "1733", "1741", "1742", - "1758", - "1759", - "1760", + "1743", + "1744", + "1745", + "1746", + "1747", + "1748", + "1749", + "1750", "1761", "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", "1776", "1777", "1778", - "1779", - "1815", - "1816", - "1817", + "1780", + "1784", "1818", - "1847", - "1848", - "1849", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", "1850", - "1863", - "1864", - "1865", - "1866", + "1851", + "1852", + "1853", "1867", - "1868", - "1869", - "1870", + "1871", "1880", "1881", "1882", - "1883", "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", + "1888", "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", + "1898", "1911", - "1912", - "1913", - "1914", "1915", - "1916", - "1917", "1918", - "1919" + "1919", + "1920", + "1921", + "1922", + "1934", + "1935", + "1936", + "1937", + "2036" ], "location": { "end": { - "column": 17, - "line": 37 + "column": 4, + "line": 45 }, "start": { - "column": 13, - "line": 37 + "column": 10, + "line": 39 } } - }, + } + ], + "source": "import type { ToastMessageOptions } from \"primevue/toast\";\nimport { useToast } from \"primevue/usetoast\";\n\nimport { DEFAULT_PRIME_VUE_TOAST_OPTIONS } from \"~/composables/prime-vue/constants/prime-vue.constants\";\n\ntype UsePrimeVueToasts = {\n addToast: (options: ToastMessageOptions) => void;\n addSuccessToast: (options: ToastMessageOptions) => void;\n addInfoToast: (options: ToastMessageOptions) => void;\n addWarnToast: (options: ToastMessageOptions) => void;\n addErrorToast: (options: ToastMessageOptions) => void;\n};\n\nfunction usePrimeVueToasts(): UsePrimeVueToasts {\n const toast = useToast();\n\n function addToast(options: ToastMessageOptions): void {\n toast.add({\n ...DEFAULT_PRIME_VUE_TOAST_OPTIONS,\n ...options,\n });\n }\n\n function addSuccessToast(options: ToastMessageOptions): void {\n addToast({ severity: \"success\", ...options });\n }\n\n function addInfoToast(options: ToastMessageOptions): void {\n addToast({ severity: \"info\", ...options });\n }\n\n function addWarnToast(options: ToastMessageOptions): void {\n addToast({ severity: \"warn\", ...options });\n }\n\n function addErrorToast(options: ToastMessageOptions): void {\n addToast({ severity: \"error\", ...options });\n }\n return {\n addToast,\n addSuccessToast,\n addInfoToast,\n addWarnToast,\n addErrorToast,\n };\n}\n\nexport { usePrimeVueToasts };" + }, + "app/composables/route/useWerewolvesAssistantRoutes.ts": { + "language": "typescript", + "mutants": [ { - "id": "3985", + "id": "3851", "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, + "statusReason": "app/composables/route/useWerewolvesAssistantRoutes.ts(7,42): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "606" + "killedBy": [], + "coveredBy": [ + "1919", + "2004", + "2005" ], + "location": { + "end": { + "column": 2, + "line": 12 + }, + "start": { + "column": 71, + "line": 7 + } + } + }, + { + "id": "3852", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "app/composables/route/useWerewolvesAssistantRoutes.ts(9,24): 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": false, + "killedBy": [], "coveredBy": [ - "606" + "1919", + "2004", + "2005" ], "location": { "end": { - "column": 4, - "line": 43 + "column": 72, + "line": 9 }, "start": { - "column": 62, - "line": 41 + "column": 42, + "line": 9 } } }, { - "id": "3986", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "id": "3853", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected true to be falsy", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "607" + "2005" ], "coveredBy": [ - "607", - "609" + "1919", + "2004", + "2005" ], "location": { "end": { - "column": 4, - "line": 47 + "column": 72, + "line": 9 }, "start": { - "column": 37, - "line": 45 + "column": 48, + "line": 9 } } }, { - "id": "3987", - "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", + "id": "3854", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected false to be truthy", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "607" + "2004" ], "coveredBy": [ - "607", - "609" + "1919", + "2004", + "2005" ], "location": { "end": { - "column": 74, - "line": 46 + "column": 72, + "line": 9 }, "start": { - "column": 41, - "line": 46 + "column": 48, + "line": 9 } } }, { - "id": "3988", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "id": "3855", + "mutatorName": "EqualityOperator", + "replacement": "route.name !== \"game-id\"", + "statusReason": "Snapshot `App Component > should render component without shallow and match snapshot when rendered. 1` mismatched", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "608" + "1919" ], "coveredBy": [ - "608", - "609" + "1919", + "2004", + "2005" ], "location": { "end": { - "column": 4, - "line": 51 + "column": 72, + "line": 9 }, "start": { - "column": 41, - "line": 49 + "column": 48, + "line": 9 } } }, { - "id": "3989", - "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", + "id": "3856", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expected false to be truthy", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "608" + "2004" ], "coveredBy": [ - "608", - "609" + "1919", + "2004", + "2005" ], "location": { "end": { - "column": 86, - "line": 50 + "column": 72, + "line": 9 }, "start": { - "column": 45, - "line": 50 + "column": 63, + "line": 9 } } }, { - "id": "3990", - "mutatorName": "BlockStatement", + "id": "3857", + "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "statusReason": "app/composables/route/useWerewolvesAssistantRoutes.ts(11,3): error TS2741: Property 'isOnGamePage' is missing in type '{}' but required in type 'UseWerewolvesAssistantRoutes'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1919", + "2004", + "2005" + ], + "location": { + "end": { + "column": 26, + "line": 11 + }, + "start": { + "column": 10, + "line": 11 + } + } + } + ], + "source": "import type { ComputedRef } from \"vue\";\n\ntype UseWerewolvesAssistantRoutes = {\n isOnGamePage: ComputedRef;\n};\n\nfunction useWerewolvesAssistantRoutes(): UseWerewolvesAssistantRoutes {\n const route = useRoute();\n const isOnGamePage = computed(() => route.name === \"game-id\");\n\n return { isOnGamePage };\n}\n\nexport { useWerewolvesAssistantRoutes };" + }, + "app/error.vue": { + "language": "html", + "mutants": [ + { + "id": "3858", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "609" + "1751" ], "coveredBy": [ - "609" + "1751", + "1752", + "1753", + "1754", + "1755", + "1756", + "1757" ], "location": { "end": { - "column": 4, - "line": 56 + "column": 27, + "line": 46 }, "start": { - "column": 34, - "line": 53 + "column": 20, + "line": 46 } } }, { - "id": "3991", + "id": "3859", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "610" + "1751" ], "coveredBy": [ - "610" + "1751", + "1752", + "1753", + "1754", + "1755", + "1756", + "1757" ], "location": { "end": { - "column": 4, - "line": 60 + "column": 2, + "line": 55 }, "start": { - "column": 68, - "line": 58 + "column": 43, + "line": 50 } } }, { - "id": "3992", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "id": "3860", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected 'components.Error.pageNotFound' to be 'components.Error.unexpectedError' // Object.is equality", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 4, "static": false, "killedBy": [ - "612" + "1754" ], "coveredBy": [ - "611", - "612", - "613", - "618", - "619", - "620", - "621" + "1751", + "1752", + "1753", + "1754", + "1755", + "1756", + "1757" ], "location": { "end": { - "column": 4, - "line": 71 + "column": 52, + "line": 51 }, "start": { - "column": 50, - "line": 62 + "column": 7, + "line": 51 } } }, { - "id": "3993", - "mutatorName": "BooleanLiteral", - "replacement": "playingBackgroundAudioName.value", - "statusReason": "app/stores/audio/useAudioStore.ts(67,53): error TS2538: Type 'undefined' cannot be used as an index type.\n", - "status": "CompileError", + "id": "3861", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "1751" + ], "coveredBy": [ - "611", - "612", - "613", - "618", - "619", - "620", - "621" + "1751", + "1752", + "1753", + "1754", + "1755", + "1756", + "1757" ], "location": { "end": { - "column": 42, - "line": 63 + "column": 52, + "line": 51 }, "start": { - "column": 9, - "line": 63 + "column": 7, + "line": 51 } } }, { - "id": "3994", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "app/stores/audio/useAudioStore.ts(67,53): error TS2538: Type 'undefined' cannot be used as an index type.\n", - "status": "CompileError", + "id": "3862", + "mutatorName": "EqualityOperator", + "replacement": "props.error.statusCode !== notFoundStatusCode", + "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "1751" + ], "coveredBy": [ - "611", - "612", - "613", - "618", - "619", - "620", - "621" + "1751", + "1752", + "1753", + "1754", + "1755", + "1756", + "1757" ], "location": { "end": { - "column": 42, - "line": 63 + "column": 52, + "line": 51 }, "start": { - "column": 9, - "line": 63 + "column": 7, + "line": 51 } } }, { - "id": "3995", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/stores/audio/useAudioStore.ts(67,53): error TS2538: Type 'undefined' cannot be used as an index type.\n", - "status": "CompileError", + "id": "3863", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "1751" + ], "coveredBy": [ - "611", - "612", - "613", - "618", - "619", - "620", - "621" + "1751", + "1752", + "1753", + "1754", + "1755", + "1756", + "1757" ], "location": { "end": { - "column": 42, - "line": 63 + "column": 4, + "line": 53 }, "start": { - "column": 9, - "line": 63 + "column": 54, + "line": 51 } } }, { - "id": "3996", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/audio/useAudioStore.ts(65,53): error TS2538: Type 'undefined' cannot be used as an index type.\n", - "status": "CompileError", + "id": "3864", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "1751" + ], "coveredBy": [ - "611", - "619" + "1751", + "1752", + "1753", + "1754", + "1755", + "1756", + "1757" ], "location": { "end": { - "column": 6, - "line": 65 + "column": 45, + "line": 52 }, "start": { - "column": 44, - "line": 63 + "column": 14, + "line": 52 } } }, { - "id": "3997", - "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", + "id": "3865", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expected '' to be 'components.Error.unexpectedError' // Object.is equality", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "613" + "1754" ], "coveredBy": [ - "612", - "613", - "618", - "620", - "621" + "1754", + "1757" ], "location": { "end": { - "column": 51, - "line": 70 + "column": 46, + "line": 54 }, "start": { - "column": 16, - "line": 70 + "column": 12, + "line": 54 } } }, { - "id": "3998", - "mutatorName": "BlockStatement", + "id": "3866", + "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "statusReason": "expected \"spy\" to be called with arguments: [ ObjectContaining{…} ]\n\nReceived: \n\n 1st spy call:\n\n Array [\n- ObjectContaining {\n- \"title\": ObjectContaining {\n- \"value\": \"components.Error.pageNotFound\",\n- },\n- },\n+ Object {},\n ]\n\n\nNumber of calls: 1\n", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "614" + "1752" ], "coveredBy": [ - "614", - "615", - "616", - "618", - "619", - "620", - "621" + "1751", + "1752", + "1753", + "1754", + "1755", + "1756", + "1757" ], "location": { "end": { - "column": 4, - "line": 78 + "column": 30, + "line": 57 }, "start": { - "column": 80, - "line": 73 + "column": 9, + "line": 57 } } }, { - "id": "3999", + "id": "3867", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "618" + "1751" ], "coveredBy": [ - "617", - "618", - "619", - "620", - "621", - "622" + "1751", + "1752", + "1753", + "1754", + "1755", + "1756", + "1757" ], "location": { "end": { - "column": 4, - "line": 91 + "column": 2, + "line": 64 }, "start": { - "column": 79, - "line": 80 + "column": 49, + "line": 59 } } }, { - "id": "4000", + "id": "3868", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Array [\n \"day-1\",\n \"day-2\",\n ],\n], but it was called with Array [\n \"night-1\",\n \"night-2\",\n \"night-3\",\n]", + "statusReason": "expected 'components.Error.youAreLost' to be 'components.Error.notNormalTeamNotified' // Object.is equality", "status": "Killed", - "testsCompleted": 3, + "testsCompleted": 7, "static": false, "killedBy": [ - "619" + "1757" ], "coveredBy": [ - "617", - "618", - "619", - "620", - "621", - "622" + "1751", + "1752", + "1753", + "1754", + "1755", + "1756", + "1757" ], "location": { "end": { - "column": 55, - "line": 81 + "column": 52, + "line": 60 }, "start": { - "column": 34, - "line": 81 + "column": 7, + "line": 60 } } }, { - "id": "4001", + "id": "3869", "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 Array [\n \"day-1\",\n \"day-2\",\n ],\n ]\n\n\nNumber of calls: 1\n", + "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "617" + "1751" ], "coveredBy": [ - "617", - "618", - "619", - "620", - "621", - "622" + "1751", + "1752", + "1753", + "1754", + "1755", + "1756", + "1757" ], "location": { "end": { - "column": 55, - "line": 81 + "column": 52, + "line": 60 }, "start": { - "column": 34, - "line": 81 + "column": 7, + "line": 60 } } }, { - "id": "4002", + "id": "3870", "mutatorName": "EqualityOperator", - "replacement": "gamePhase !== \"night\"", - "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 Array [\n \"day-1\",\n \"day-2\",\n ],\n ]\n\n\nNumber of calls: 1\n", + "replacement": "props.error.statusCode !== notFoundStatusCode", + "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "617" + "1751" ], "coveredBy": [ - "617", - "618", - "619", - "620", - "621", - "622" + "1751", + "1752", + "1753", + "1754", + "1755", + "1756", + "1757" ], "location": { "end": { - "column": 55, - "line": 81 + "column": 52, + "line": 60 }, "start": { - "column": 34, - "line": 81 + "column": 7, + "line": 60 } } }, { - "id": "4003", + "id": "3871", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1751" + ], + "coveredBy": [ + "1751", + "1752", + "1753", + "1754", + "1755", + "1756", + "1757" + ], + "location": { + "end": { + "column": 4, + "line": 62 + }, + "start": { + "column": 54, + "line": 60 + } + } + }, + { + "id": "3872", "mutatorName": "StringLiteral", "replacement": "\"\"", - "statusReason": "app/stores/audio/useAudioStore.ts(81,34): error TS2367: This comparison appears to be unintentional because the types '\"day\" | \"night\" | \"twilight\"' and '\"\"' have no overlap.\n", - "status": "CompileError", + "statusReason": "Snapshot `Error Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "1751" + ], "coveredBy": [ - "617", - "618", - "619", - "620", - "621", - "622" + "1751", + "1752", + "1753", + "1754", + "1755", + "1756", + "1757" ], "location": { "end": { - "column": 55, - "line": 81 + "column": 43, + "line": 61 }, "start": { - "column": 48, - "line": 81 + "column": 14, + "line": 61 } } }, { - "id": "4004", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\" | null' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n Type 'null' is not assignable to type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", - "status": "CompileError", + "id": "3873", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expected '' to be 'components.Error.notNormalTeamNotified' // Object.is equality", + "status": "Killed", + "testsCompleted": 2, "static": false, - "killedBy": [], + "killedBy": [ + "1757" + ], "coveredBy": [ - "617", - "618", - "619", - "620", - "621", - "622" + "1754", + "1757" ], "location": { "end": { - "column": 108, - "line": 82 + "column": 52, + "line": 63 + }, + "start": { + "column": 12, + "line": 63 + } + } + } + ], + "source": "\n\n" + }, + "app/pages/about.vue": { + "language": "html", + "mutants": [ + { + "id": "3874", + "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 {}", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "1962" + ], + "coveredBy": [ + "1961", + "1962", + "1963", + "1964" + ], + "location": { + "end": { + "column": 2, + "line": 56 }, "start": { "column": 9, - "line": 82 + "line": 53 } } }, { - "id": "4005", - "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 Array [\n \"night-1\",\n \"night-2\",\n \"night-3\",\n ],\n ]\n\n\nNumber of calls: 1\n", + "id": "3875", + "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}", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "617" + "1962" ], "coveredBy": [ - "617", - "618", - "619", - "620", - "621", - "622" + "1961", + "1962", + "1963", + "1964" ], "location": { "end": { - "column": 108, - "line": 82 + "column": 40, + "line": 54 }, "start": { - "column": 9, - "line": 82 + "column": 12, + "line": 54 } } }, { - "id": "4006", - "mutatorName": "LogicalOperator", - "replacement": "playingBackgroundAudioName.value || backgroundAudioNames.includes(playingBackgroundAudioName.value)", - "statusReason": "app/stores/audio/useAudioStore.ts(82,75): error TS2345: Argument of type 'undefined' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", - "status": "CompileError", + "id": "3876", + "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}", + "status": "Killed", + "testsCompleted": 2, "static": false, - "killedBy": [], + "killedBy": [ + "1962" + ], "coveredBy": [ - "617", - "618", - "619", - "620", - "621", - "622" + "1961", + "1962", + "1963", + "1964" ], "location": { "end": { - "column": 108, - "line": 82 + "column": 76, + "line": 55 }, "start": { "column": 9, - "line": 82 + "line": 55 } } }, { - "id": "4007", - "mutatorName": "BlockStatement", + "id": "3877", + "mutatorName": "ObjectLiteral", "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 Array [\n \"night-1\",\n \"night-2\",\n \"night-3\",\n ],\n ]\n\n\nNumber of calls: 1\n", + "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}", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "617" + "1962" ], "coveredBy": [ - "617" + "1961", + "1962", + "1963", + "1964" ], "location": { "end": { - "column": 6, - "line": 84 + "column": 75, + "line": 55 }, "start": { - "column": 110, - "line": 82 + "column": 10, + "line": 55 } } }, { - "id": "4008", - "mutatorName": "BooleanLiteral", - "replacement": "randomGamePhaseBackgroundAudioName", - "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type 'null' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", - "status": "CompileError", + "id": "3878", + "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}", + "status": "Killed", + "testsCompleted": 2, "static": false, - "killedBy": [], + "killedBy": [ + "1962" + ], "coveredBy": [ - "618", - "619", - "620", - "621", - "622" + "1961", + "1962", + "1963", + "1964" ], "location": { "end": { - "column": 44, - "line": 86 + "column": 31, + "line": 55 }, "start": { - "column": 9, - "line": 86 + "column": 18, + "line": 55 } } }, { - "id": "4009", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\" | null' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n Type 'null' is not assignable to type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", - "status": "CompileError", + "id": "3879", + "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}", + "status": "Killed", + "testsCompleted": 2, "static": false, - "killedBy": [], + "killedBy": [ + "1962" + ], "coveredBy": [ - "618", - "619", - "620", - "621", - "622" + "1961", + "1962", + "1963", + "1964" ], "location": { "end": { + "column": 72, + "line": 55 + }, + "start": { "column": 44, - "line": 86 + "line": 55 + } + } + } + ], + "source": "\n\n" + }, + "app/pages/game/[id].vue": { + "language": "html", + "mutants": [ + { + "id": "3880", + "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 {}", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "1399" + ], + "coveredBy": [ + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409" + ], + "location": { + "end": { + "column": 2, + "line": 64 }, "start": { "column": 9, - "line": 86 + "line": 61 } } }, { - "id": "4010", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\" | null' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n Type 'null' is not assignable to type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", - "status": "CompileError", + "id": "3881", + "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}", + "status": "Killed", + "testsCompleted": 2, "static": false, - "killedBy": [], + "killedBy": [ + "1399" + ], "coveredBy": [ - "618", - "619", - "620", - "621", - "622" + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409" ], "location": { "end": { - "column": 44, - "line": 86 + "column": 36, + "line": 62 }, "start": { - "column": 9, - "line": 86 + "column": 12, + "line": 62 } } }, { - "id": "4011", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/audio/useAudioStore.ts(88,25): error TS2345: Argument of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\" | null' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n Type 'null' is not assignable to type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", - "status": "CompileError", + "id": "3882", + "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}", + "status": "Killed", + "testsCompleted": 2, "static": false, - "killedBy": [], + "killedBy": [ + "1399" + ], "coveredBy": [ - "622" + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409" ], "location": { "end": { - "column": 6, - "line": 88 + "column": 59, + "line": 63 }, "start": { - "column": 46, - "line": 86 + "column": 9, + "line": 63 } } }, { - "id": "4012", - "mutatorName": "BlockStatement", + "id": "3883", + "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "expected false to be truthy", + "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}", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "623" + "1399" ], "coveredBy": [ - "623", - "624", - "625", - "626" + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409" ], "location": { "end": { - "column": 4, - "line": 97 + "column": 58, + "line": 63 }, "start": { - "column": 49, - "line": 93 + "column": 10, + "line": 63 } } }, { - "id": "4013", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected false to be truthy", + "id": "3884", + "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}", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "626" + "1399" ], "coveredBy": [ - "626" + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409" ], "location": { "end": { - "column": 4, - "line": 101 + "column": 26, + "line": 63 }, "start": { - "column": 31, - "line": 99 + "column": 18, + "line": 63 } } }, { - "id": "4014", - "mutatorName": "BooleanLiteral", - "replacement": "isMuted.value", - "statusReason": "expected false to be truthy", + "id": "3885", + "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}", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "626" + "1399" ], "coveredBy": [ - "626" + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409" ], "location": { "end": { - "column": 27, - "line": 100 + "column": 56, + "line": 63 }, "start": { - "column": 13, - "line": 100 + "column": 37, + "line": 63 } } }, { - "id": "4015", - "mutatorName": "ObjectLiteral", + "id": "3886", + "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "tests/unit/specs/app.nuxt.spec.ts(54,23): error TS2339: Property 'setHowlerAudioSettingsFromAudioStoreState' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(135,18): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(144,18): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(153,18): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(162,18): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(174,25): error TS2339: Property 'toggleMute' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameBearGrowlsOrSleepsEvent/GameBearGrowlsOrSleepsEvent.nuxt.spec.ts(52,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameBearGrowlsOrSleepsEvent/GameBearGrowlsOrSleepsEvent.nuxt.spec.ts(66,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameCupidHasCharmedEvent/GameCupidHasCharmedEvent.nuxt.spec.ts(65,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameScandalmongerMayHaveMarkedEvent/GameScandalmongerMayHaveMarkedEvent.nuxt.spec.ts(64,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameScandalmongerMayHaveMarkedEvent/GameScandalmongerMayHaveMarkedEvent.nuxt.spec.ts(70,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent.nuxt.spec.ts(36,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameActorTurnStartsEvent/GameActorTurnStartsEvent.nuxt.spec.ts(36,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameFoxTurnStartsEvent/GameFoxTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameHunterTurnStartsEvent/GameHunterTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GamePiedPiperTurnStartsEvent/GamePiedPiperTurnStartsEvent.nuxt.spec.ts(43,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScandalmongerTurnStartsEvent/GameScandalmongerTurnStartsEvent.nuxt.spec.ts(43,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScapegoatTurnStartsEvent/GameScapegoatTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameStutteringJudgeTurnStartsEvent/GameStutteringJudgeTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWildChildTurnStartsEvent/GameWildChildTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(76,15): error TS2339: Property 'playingBackgroundAudioName' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(82,15): error TS2339: Property 'nightBackgroundAudioNames' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(88,15): error TS2339: Property 'dayBackgroundAudioNames' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(94,15): error TS2339: Property 'isMuted' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(103,18): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(104,18): error TS2339: Property 'setHowlerAudioSettingsFromAudioStoreState' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(112,15): error TS2339: Property 'soundEffects' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(112,29): error TS2339: Property 'loadSoundEffects' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(116,16): error TS18046: 'soundEffect' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(123,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(123,33): error TS2339: Property 'loadBackgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(127,16): error TS18046: 'backgroundAudio' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(134,15): error TS2339: Property 'loadAllAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(135,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(135,33): error TS2339: Property 'soundEffects' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(139,16): error TS18046: 'backgroundAudio' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(142,16): error TS18046: 'soundEffect' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(149,15): error TS2339: Property 'soundEffects' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(149,29): error TS2339: Property 'playSoundEffect' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(159,15): error TS2339: Property 'fadeOutPlayingBackgroundAudio' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(159,46): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(163,16): error TS18046: 'backgroundAudio' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(169,15): error TS2339: Property 'fadeOutPlayingBackgroundAudio' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(169,46): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(170,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(178,15): error TS2339: Property 'fadeOutPlayingBackgroundAudio' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(178,46): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(179,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(189,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(189,33): error TS2339: Property 'playBackgroundAudio' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(197,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(197,33): error TS2339: Property 'playBackgroundAudio' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(205,15): error TS2339: Property 'playBackgroundAudio' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(209,30): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(220,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(221,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(228,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(229,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(231,83): error TS2339: Property 'nightBackgroundAudioNames' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(236,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(238,83): error TS2339: Property 'dayBackgroundAudioNames' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(243,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(244,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(245,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(252,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(253,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(254,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(261,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(262,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(264,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(273,15): error TS2339: Property 'setMute' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(276,25): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(281,15): error TS2339: Property 'setMute' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(289,15): error TS2339: Property 'setMute' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(292,25): error TS2339: Property 'audioSettingsFromLocalStorage' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(299,15): error TS2339: Property 'toggleMute' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(300,18): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(303,25): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", - "status": "CompileError", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 9, "static": false, - "killedBy": [], + "killedBy": [ + "1406" + ], "coveredBy": [ - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "600", - "601", - "602", - "603", - "604", - "605", - "606", - "607", - "608", - "609", - "610", - "611", - "612", - "613", - "614", - "615", - "616", - "617", - "618", - "619", - "620", - "621", - "622", - "623", - "624", - "625", - "626", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "943", - "944", - "945", - "946", - "947", - "948", - "949", - "950", - "951", - "952", - "953", - "954", - "955", - "956", - "957", - "958", - "959", - "960", - "961", - "962", - "963", - "964", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1247", - "1248", - "1249", - "1250", - "1251", - "1252", - "1253", - "1254", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", "1398", "1399", "1400", @@ -190265,769 +184780,129 @@ "1404", "1405", "1406", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1483", - "1484", - "1485", - "1486", - "1487", - "1495", - "1496", - "1497", - "1498", - "1499", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1626", - "1627", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1776", - "1777", - "1778", - "1779", - "1815", - "1816", - "1817", - "1818", - "1847", - "1848", - "1849", - "1850", - "1863", - "1864", - "1865", - "1866", - "1867", - "1868", - "1869", - "1870", - "1880", - "1881", - "1882", - "1883", - "1884", - "1885", - "1886", - "1887", - "1890", - "1891", - "1892", - "1893", - "1894", - "1895", - "1896", - "1897", - "1907", - "1908", - "1909", - "1910", - "1911", - "1912", - "1913", - "1914", - "1915", - "1916", - "1917", - "1918", - "1919" + "1407", + "1408", + "1409" ], "location": { "end": { - "column": 4, - "line": 120 + "column": 2, + "line": 76 }, "start": { - "column": 10, - "line": 102 + "column": 73, + "line": 68 } } - } - ], - "source": "import { useLocalStorage } from \"@vueuse/core\";\nimport { Howl, Howler } from \"howler\";\nimport { draw } from \"radash\";\nimport { defineStore } from \"pinia\";\nimport type { GamePhaseName } from \"~/composables/api/game/types/game-phase/game-phase.types\";\nimport { BACKGROUND_AUDIO_NAMES, DEFAULT_AUDIO_SETTINGS, SOUND_EFFECT_NAMES } from \"~/stores/audio/constants/audio.constants\";\nimport type { AudioSettings, BackgroundAudioName, SoundEffectName } from \"~/stores/audio/types/audio.types\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { LocalStorageKeys } from \"~/utils/enums/local-storage.enums\";\n\nconst useAudioStore = defineStore(StoreIds.AUDIO, () => {\n const audioSettingsFromLocalStorage = useLocalStorage(LocalStorageKeys.AUDIO_SETTINGS, DEFAULT_AUDIO_SETTINGS, { mergeDefaults: true });\n\n const isMuted = ref(audioSettingsFromLocalStorage.value.isMuted);\n\n const soundEffects = Object.fromEntries(SOUND_EFFECT_NAMES.map(name => [name, createSoundEffect(name)])) as Record;\n\n const backgroundAudios = Object.fromEntries(BACKGROUND_AUDIO_NAMES.map(name => [name, createBackgroundAudio(name)])) as Record;\n\n const playingBackgroundAudioName = ref();\n\n const nightBackgroundAudioNames = Object.keys(backgroundAudios).filter((name): name is BackgroundAudioName => name.startsWith(\"night-\"));\n\n const dayBackgroundAudioNames = Object.keys(backgroundAudios).filter((name): name is BackgroundAudioName => name.startsWith(\"day-\"));\n\n function createSoundEffect(src: SoundEffectName): Howl {\n return new Howl({\n preload: false,\n src: [`/audio/sound-effects/${src}.webm`],\n });\n }\n\n function createBackgroundAudio(src: BackgroundAudioName): Howl {\n return new Howl({\n preload: false,\n src: [`/audio/audio-backgrounds/${src}.webm`],\n loop: true,\n });\n }\n\n function setHowlerAudioSettingsFromAudioStoreState(): void {\n Howler.mute(isMuted.value);\n }\n\n function loadSoundEffects(): void {\n Object.values(soundEffects).forEach(soundEffect => soundEffect.load());\n }\n\n function loadBackgroundAudios(): void {\n Object.values(backgroundAudios).forEach(backgroundAudio => backgroundAudio.load());\n }\n\n function loadAllAudios(): void {\n loadBackgroundAudios();\n loadSoundEffects();\n }\n\n function playSoundEffect(soundEffectName: SoundEffectName): void {\n soundEffects[soundEffectName].play();\n }\n\n function fadeOutPlayingBackgroundAudio(): void {\n if (!playingBackgroundAudioName.value) {\n return;\n }\n const fadeOutDuration = 1000;\n const playingBackgroundAudio = backgroundAudios[playingBackgroundAudioName.value];\n playingBackgroundAudio.fade(1, 0, fadeOutDuration);\n playingBackgroundAudioName.value = undefined;\n setTimeout(() => playingBackgroundAudio.stop(), fadeOutDuration);\n }\n\n function playBackgroundAudio(backgroundAudioName: BackgroundAudioName): void {\n const fadeInDuration = 1000;\n backgroundAudios[backgroundAudioName].fade(0, 1, fadeInDuration);\n backgroundAudios[backgroundAudioName].play();\n playingBackgroundAudioName.value = backgroundAudioName;\n }\n\n function playRandomGamePhaseBackgroundAudio(gamePhase: GamePhaseName): void {\n const backgroundAudioNames = gamePhase === \"night\" ? nightBackgroundAudioNames : dayBackgroundAudioNames;\n if (playingBackgroundAudioName.value && backgroundAudioNames.includes(playingBackgroundAudioName.value)) {\n return;\n }\n const randomGamePhaseBackgroundAudioName = draw(backgroundAudioNames);\n if (!randomGamePhaseBackgroundAudioName) {\n return;\n }\n fadeOutPlayingBackgroundAudio();\n playBackgroundAudio(randomGamePhaseBackgroundAudioName);\n }\n\n function setMute(isAudioMuted: boolean): void {\n isMuted.value = isAudioMuted;\n Howler.mute(isAudioMuted);\n audioSettingsFromLocalStorage.value.isMuted = isAudioMuted;\n }\n\n function toggleMute(): void {\n setMute(!isMuted.value);\n }\n return {\n audioSettingsFromLocalStorage,\n isMuted,\n soundEffects,\n backgroundAudios,\n playingBackgroundAudioName,\n nightBackgroundAudioNames,\n dayBackgroundAudioNames,\n setHowlerAudioSettingsFromAudioStoreState,\n loadSoundEffects,\n loadBackgroundAudios,\n loadAllAudios,\n playSoundEffect,\n fadeOutPlayingBackgroundAudio,\n playBackgroundAudio,\n playRandomGamePhaseBackgroundAudio,\n setMute,\n toggleMute,\n };\n});\n\nexport { useAudioStore };" - }, - "app/stores/game/create-game-dto/useCreateGameDtoStore.ts": { - "language": "typescript", - "mutants": [ + }, { - "id": "4017", + "id": "3887", "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"gameOptions\",\n Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n Object {\n \"mergeDefaults\": true,\n },\n], but it was called with \"gameOptions\"", + "statusReason": "expected false to be truthy", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 9, "static": false, "killedBy": [ - "39" - ], - "coveredBy": [ - "39", - "40", - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "50", - "51", - "52", - "53", - "54", - "55", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "65", - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "76", - "77", - "78", - "79", - "80", - "81", - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "285", - "286", - "287", - "288", - "289", - "290", - "291", - "292", - "293", - "294", - "295", - "296", - "297", - "298", - "299", - "300", - "328", - "329", - "330", - "331", - "332", - "333", - "334", - "335", - "336", - "337", - "338", - "339", - "340", - "341", - "342", - "343", - "344", - "345", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", - "469", - "470", - "471", - "472", - "473", - "474", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "965", - "966", - "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1043", - "1044", - "1045", - "1046", - "1047", - "1048", - "1049", - "1050", - "1051", - "1081", - "1082", - "1083", - "1084", - "1085", - "1086", - "1087", - "1088", - "1089", - "1090", - "1109", - "1110", - "1111", - "1112", - "1113", - "1114", - "1115", - "1116", - "1117", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1164", - "1165", - "1166", - "1167", - "1168", - "1169", - "1170", - "1171", - "1172", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", - "1208", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1283", - "1284", - "1285", - "1286", - "1287", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "1309", - "1310", - "1311", - "1312", - "1313", - "1314", - "1315", - "1316", - "1317", - "1318", - "1319", - "1320", - "1321", - "1322", - "1339", - "1340", - "1341", - "1342", - "1343", - "1344", - "1345", - "1366", - "1367", - "1368", - "1369", - "1370", - "1371", - "1372", - "1373", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", - "1441", - "1442", - "1443", - "1444", - "1445", - "1446", - "1475", - "1476", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482", - "1500", - "1501", - "1502", - "1503", - "1504", - "1516", - "1517", - "1518", - "1519", - "1520", - "1521", - "1522", - "1523", - "1524", - "1525", - "1526", - "1537", - "1538", - "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", - "1553", - "1554", - "1555", - "1556", - "1557", - "1558", - "1559", - "1560", - "1561", - "1562", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", - "1579", - "1580", - "1581", - "1582", - "1583", - "1584", - "1585", - "1586", - "1587", - "1588", - "1589", - "1590", - "1591", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", - "1678", - "1679", - "1931", - "1932", - "1933", - "1934" + "1406" + ], + "coveredBy": [ + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409" ], "location": { "end": { - "column": 140, - "line": 24 + "column": 4, + "line": 73 }, "start": { - "column": 117, - "line": 24 + "column": 73, + "line": 69 + } + } + } + ], + "source": "\n\n" + }, + "app/pages/game-lobby.vue": { + "language": "html", + "mutants": [ + { + "id": "3888", + "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 {}", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "135" + ], + "coveredBy": [ + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163" + ], + "location": { + "end": { + "column": 2, + "line": 87 + }, + "start": { + "column": 9, + "line": 84 } } }, { - "id": "4018", - "mutatorName": "BooleanLiteral", - "replacement": "false", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"gameOptions\",\n Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n Object {\n \"mergeDefaults\": true,\n },\n], but it was called with \"gameOptions\"", + "id": "3889", + "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}", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "39" + "135" ], "coveredBy": [ - "39", - "40", - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "50", - "51", - "52", - "53", - "54", - "55", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "65", - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "76", - "77", - "78", - "79", - "80", - "81", "134", "135", "136", @@ -191057,2681 +184932,3456 @@ "160", "161", "162", - "163", - "285", - "286", - "287", - "288", - "289", - "290", - "291", - "292", - "293", - "294", - "295", - "296", - "297", - "298", - "299", - "300", - "328", - "329", - "330", - "331", - "332", - "333", - "334", - "335", - "336", - "337", - "338", - "339", - "340", - "341", - "342", - "343", - "344", - "345", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", - "469", - "470", - "471", - "472", - "473", - "474", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "965", - "966", - "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1043", - "1044", - "1045", - "1046", - "1047", - "1048", - "1049", - "1050", - "1051", - "1081", - "1082", - "1083", - "1084", - "1085", - "1086", - "1087", - "1088", - "1089", - "1090", - "1109", - "1110", - "1111", - "1112", - "1113", - "1114", - "1115", - "1116", - "1117", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1164", - "1165", - "1166", - "1167", - "1168", - "1169", - "1170", - "1171", - "1172", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", - "1208", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1283", - "1284", - "1285", - "1286", - "1287", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "1309", - "1310", - "1311", - "1312", - "1313", - "1314", - "1315", - "1316", - "1317", - "1318", - "1319", - "1320", - "1321", - "1322", - "1339", - "1340", - "1341", - "1342", - "1343", - "1344", - "1345", - "1366", - "1367", - "1368", - "1369", - "1370", - "1371", - "1372", - "1373", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", - "1441", - "1442", - "1443", - "1444", - "1445", - "1446", - "1475", - "1476", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482", - "1500", - "1501", - "1502", - "1503", - "1504", - "1516", - "1517", - "1518", - "1519", - "1520", - "1521", - "1522", - "1523", - "1524", - "1525", - "1526", - "1537", - "1538", - "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", - "1553", - "1554", - "1555", - "1556", - "1557", - "1558", - "1559", - "1560", - "1561", - "1562", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", - "1579", - "1580", - "1581", - "1582", - "1583", - "1584", - "1585", - "1586", - "1587", - "1588", - "1589", - "1590", - "1591", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", - "1678", - "1679", - "1931", - "1932", - "1933", - "1934" + "163" ], "location": { "end": { - "column": 138, - "line": 24 + "column": 39, + "line": 85 }, "start": { - "column": 134, - "line": 24 + "column": 12, + "line": 85 } } }, { - "id": "4023", + "id": "3890", + "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}", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "135" + ], + "coveredBy": [ + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163" + ], + "location": { + "end": { + "column": 80, + "line": 86 + }, + "start": { + "column": 9, + "line": 86 + } + } + }, + { + "id": "3891", + "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}", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "135" + ], + "coveredBy": [ + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163" + ], + "location": { + "end": { + "column": 79, + "line": 86 + }, + "start": { + "column": 10, + "line": 86 + } + } + }, + { + "id": "3892", + "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}", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "135" + ], + "coveredBy": [ + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163" + ], + "location": { + "end": { + "column": 31, + "line": 86 + }, + "start": { + "column": 18, + "line": 86 + } + } + }, + { + "id": "3893", + "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}", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "135" + ], + "coveredBy": [ + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163" + ], + "location": { + "end": { + "column": 76, + "line": 86 + }, + "start": { + "column": 44, + "line": 86 + } + } + }, + { + "id": "3894", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(38,76): 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", - "status": "CompileError", + "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": [], + "killedBy": [ + "142" + ], "coveredBy": [ - "41", - "42", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" + "142", + "143", + "144" + ], + "location": { + "end": { + "column": 2, + "line": 97 + }, + "start": { + "column": 91, + "line": 89 + } + } + }, + { + "id": "3895", + "mutatorName": "BooleanLiteral", + "replacement": "gameLobbyRolePicker.value", + "statusReason": "Mocked error", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "142" + ], + "coveredBy": [ + "142", + "143", + "144" + ], + "location": { + "end": { + "column": 33, + "line": 90 + }, + "start": { + "column": 7, + "line": 90 + } + } + }, + { + "id": "3896", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "Mocked error", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "142" + ], + "coveredBy": [ + "142", + "143", + "144" + ], + "location": { + "end": { + "column": 33, + "line": 90 + }, + "start": { + "column": 7, + "line": 90 + } + } + }, + { + "id": "3897", + "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", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "144" + ], + "coveredBy": [ + "142", + "143", + "144" + ], + "location": { + "end": { + "column": 33, + "line": 90 + }, + "start": { + "column": 7, + "line": 90 + } + } + }, + { + "id": "3898", + "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": [ + "144" + ], + "coveredBy": [ + "144" + ], + "location": { + "end": { + "column": 4, + "line": 92 + }, + "start": { + "column": 35, + "line": 90 + } + } + }, + { + "id": "3899", + "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 \"\"", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "144" + ], + "coveredBy": [ + "144" + ], + "location": { + "end": { + "column": 62, + "line": 91 + }, + "start": { + "column": 23, + "line": 91 + } + } + }, + { + "id": "3900", + "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", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "142" + ], + "coveredBy": [ + "142", + "143" + ], + "location": { + "end": { + "column": 14, + "line": 93 + }, + "start": { + "column": 7, + "line": 93 + } + } + }, + { + "id": "3901", + "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", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "142" + ], + "coveredBy": [ + "142", + "143" ], "location": { "end": { - "column": 4, - "line": 43 + "column": 14, + "line": 93 }, "start": { - "column": 82, - "line": 38 + "column": 7, + "line": 93 } } }, { - "id": "4024", - "mutatorName": "ArrayDeclaration", - "replacement": "[]", - "statusReason": "expected false to be truthy", + "id": "3902", + "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", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "41" + "143" ], "coveredBy": [ - "41", - "42", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" + "142", + "143" ], "location": { "end": { - "column": 91, - "line": 39 + "column": 14, + "line": 93 }, "start": { - "column": 48, - "line": 39 + "column": 7, + "line": 93 } } }, { - "id": "4025", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(39,49): error TS2322: Type '\"\"' is not assignable to type '\"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | ... 15 more ... | \"devoted-servant\"'.\n", - "status": "CompileError", + "id": "3903", + "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", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "143" + ], "coveredBy": [ - "41", - "42", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" + "143" ], "location": { "end": { - "column": 69, - "line": 39 + "column": 4, + "line": 95 }, "start": { - "column": 49, - "line": 39 + "column": 16, + "line": 93 } } }, { - "id": "4026", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(39,71): error TS2322: Type '\"\"' is not assignable to type '\"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | ... 15 more ... | \"devoted-servant\"'.\n", - "status": "CompileError", + "id": "3904", + "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": [], + "killedBy": [ + "145" + ], "coveredBy": [ - "41", - "42", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" + "145", + "146", + "161" ], "location": { "end": { - "column": 83, - "line": 39 + "column": 2, + "line": 104 }, "start": { - "column": 71, - "line": 39 + "column": 62, + "line": 99 } } }, { - "id": "4027", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(39,85): error TS2322: Type '\"\"' is not assignable to type '\"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | ... 15 more ... | \"devoted-servant\"'.\n", - "status": "CompileError", + "id": "3905", + "mutatorName": "BooleanLiteral", + "replacement": "gameLobbyOptionsHub.value", + "statusReason": "Mocked error", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "145" + ], "coveredBy": [ - "41", - "42", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" + "145", + "146", + "161" ], "location": { "end": { - "column": 90, - "line": 39 + "column": 33, + "line": 100 }, "start": { - "column": 85, - "line": 39 + "column": 7, + "line": 100 } } }, { - "id": "4028", + "id": "3906", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "expected true to be falsy", + "statusReason": "Mocked error", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "42" + "145" ], "coveredBy": [ - "41", - "42", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" + "145", + "146", + "161" ], "location": { "end": { - "column": 56, - "line": 42 + "column": 33, + "line": 100 }, "start": { - "column": 12, - "line": 42 + "column": 7, + "line": 100 } } }, { - "id": "4029", + "id": "3907", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "expected false to be truthy", + "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, + "testsCompleted": 2, "static": false, "killedBy": [ - "41" + "146" ], "coveredBy": [ - "41", - "42", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" + "145", + "146", + "161" ], "location": { "end": { - "column": 56, - "line": 42 + "column": 33, + "line": 100 }, "start": { - "column": 12, - "line": 42 + "column": 7, + "line": 100 } } }, { - "id": "4030", - "mutatorName": "EqualityOperator", - "replacement": "playersWithPositionDependantRoles.length >= 0", - "statusReason": "expected true to be falsy", + "id": "3908", + "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": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "42" + "146" ], "coveredBy": [ - "41", - "42", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" + "146" ], "location": { "end": { - "column": 56, - "line": 42 + "column": 4, + "line": 102 }, "start": { - "column": 12, - "line": 42 + "column": 35, + "line": 100 } } }, { - "id": "4031", - "mutatorName": "EqualityOperator", - "replacement": "playersWithPositionDependantRoles.length <= 0", - "statusReason": "expected false to be truthy", + "id": "3909", + "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 \"\"", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "41" + "146" ], "coveredBy": [ - "41", - "42", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" + "146" ], "location": { "end": { - "column": 56, - "line": 42 + "column": 62, + "line": 101 }, "start": { - "column": 12, - "line": 42 + "column": 23, + "line": 101 } } }, { - "id": "4032", + "id": "3910", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(45,83): 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", - "status": "CompileError", + "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": [], + "killedBy": [ + "147" + ], "coveredBy": [ - "43", - "44", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758" + "147", + "148", + "153" ], "location": { "end": { - "column": 4, - "line": 49 + "column": 2, + "line": 111 }, "start": { - "column": 89, - "line": 45 + "column": 70, + "line": 106 } } }, { - "id": "4033", - "mutatorName": "ArrayDeclaration", - "replacement": "[]", - "statusReason": "expected false to be truthy", + "id": "3911", + "mutatorName": "BooleanLiteral", + "replacement": "gameLobbyPositionCoordinator.value", + "statusReason": "Mocked error", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "43" + "147" ], "coveredBy": [ - "43", - "44", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758" + "147", + "148", + "153" ], "location": { "end": { - "column": 132, - "line": 46 + "column": 42, + "line": 107 }, "start": { - "column": 95, - "line": 46 + "column": 7, + "line": 107 } } }, { - "id": "4034", + "id": "3912", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "expected true to be falsy", + "statusReason": "Mocked error", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "44" + "147" ], "coveredBy": [ - "43", - "44", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758" + "147", + "148", + "153" ], "location": { "end": { - "column": 63, - "line": 48 + "column": 42, + "line": 107 }, "start": { - "column": 12, - "line": 48 + "column": 7, + "line": 107 } } }, { - "id": "4035", + "id": "3913", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "expected false to be truthy", + "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, + "testsCompleted": 2, "static": false, "killedBy": [ - "43" + "148" ], "coveredBy": [ - "43", - "44", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758" + "147", + "148", + "153" ], "location": { "end": { - "column": 63, - "line": 48 + "column": 42, + "line": 107 }, "start": { - "column": 12, - "line": 48 + "column": 7, + "line": 107 } } }, { - "id": "4036", - "mutatorName": "EqualityOperator", - "replacement": "playersWithAdditionalCardsDependantRoles.length >= 0", - "statusReason": "expected true to be falsy", + "id": "3914", + "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": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "44" + "148" ], "coveredBy": [ - "43", - "44", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758" + "148" ], "location": { "end": { - "column": 63, - "line": 48 + "column": 4, + "line": 109 }, "start": { - "column": 12, - "line": 48 + "column": 44, + "line": 107 } } }, { - "id": "4037", - "mutatorName": "EqualityOperator", - "replacement": "playersWithAdditionalCardsDependantRoles.length <= 0", - "statusReason": "expected false to be truthy", + "id": "3915", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"Game Lobby Position Coordinator is not defined\",\n], but it was called with \"\"", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "43" + "148" ], "coveredBy": [ - "43", - "44", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758" + "148" ], "location": { "end": { - "column": 63, - "line": 48 + "column": 71, + "line": 108 }, "start": { - "column": 12, - "line": 48 + "column": 23, + "line": 108 } } }, { - "id": "4038", + "id": "3916", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected _CreateGameDto{ players: [], …(2) } to strictly equal _CreateGameDto{ …(3) }", + "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": [ - "45" + "149" ], "coveredBy": [ - "45", - "46" + "149", + "150", + "156", + "161" ], "location": { "end": { - "column": 4, - "line": 54 + "column": 2, + "line": 118 }, "start": { - "column": 70, - "line": 51 + "column": 73, + "line": 113 } } }, { - "id": "4039", + "id": "3917", "mutatorName": "BooleanLiteral", - "replacement": "false", - "statusReason": "expected _CreateGameDto{ players: [], …(2) } to strictly equal _CreateGameDto{ players: [], …(2) }", + "replacement": "gameLobbyAdditionalCardsManager.value", + "statusReason": "Mocked error", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "48" + "149" ], "coveredBy": [ - "48" + "149", + "150", + "156", + "161" ], "location": { "end": { - "column": 68, - "line": 56 + "column": 45, + "line": 114 }, "start": { - "column": 64, - "line": 56 + "column": 7, + "line": 114 } } }, { - "id": "4040", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ players: [], …(2) }", + "id": "3918", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "Mocked error", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "47" + "149" ], "coveredBy": [ - "47", - "48", - "49" + "149", + "150", + "156", + "161" ], "location": { "end": { - "column": 4, - "line": 67 + "column": 45, + "line": 114 }, "start": { - "column": 76, - "line": 56 + "column": 7, + "line": 114 } } }, { - "id": "4041", - "mutatorName": "BooleanLiteral", - "replacement": "doesRetrieveLocalStorageValues", - "statusReason": "expected _CreateGameDto{ players: [], …(2) } to strictly equal _CreateGameDto{ players: [], …(2) }", + "id": "3919", + "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", "status": "Killed", "testsCompleted": 2, "static": false, "killedBy": [ - "48" + "150" ], "coveredBy": [ - "47", - "48", - "49" + "149", + "150", + "156", + "161" ], "location": { "end": { - "column": 40, - "line": 57 + "column": 45, + "line": 114 }, "start": { - "column": 9, - "line": 57 + "column": 7, + "line": 114 } } }, { - "id": "4042", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected _CreateGameDto{ players: [], …(2) } to strictly equal _CreateGameDto{ players: [], …(2) }", + "id": "3920", + "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": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "48" + "150" ], "coveredBy": [ - "47", - "48", - "49" + "150" ], "location": { "end": { - "column": 40, - "line": 57 + "column": 4, + "line": 116 }, "start": { - "column": 9, - "line": 57 + "column": 47, + "line": 114 } } }, { - "id": "4043", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected { value: _GameOptions{ …(3) } } to strictly equal { value: _GameOptions{ …(3) } }", + "id": "3921", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"Game Lobby Additional Cards Manager is not defined\",\n], but it was called with \"\"", "status": "Killed", - "testsCompleted": 3, + "testsCompleted": 1, "static": false, "killedBy": [ - "49" + "150" ], "coveredBy": [ - "47", - "48", - "49" + "150" ], "location": { "end": { - "column": 40, - "line": 57 + "column": 75, + "line": 115 }, "start": { - "column": 9, - "line": 57 + "column": 23, + "line": 115 } } }, { - "id": "4044", + "id": "3922", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected { value: _GameOptions{ …(3) } } to strictly equal { value: _GameOptions{ …(3) } }", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "49" + "151" ], "coveredBy": [ - "47", - "49" + "151", + "152", + "153" ], "location": { "end": { - "column": 6, - "line": 62 + "column": 2, + "line": 129 }, "start": { - "column": 42, - "line": 57 + "column": 65, + "line": 120 } } }, { - "id": "4045", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(63,48): error TS2345: Argument of type '{}' is not assignable to parameter of type 'OmitToJSON'.\n Type '{}' is missing the following properties from type 'OmitToJSON': players, options\n", - "status": "CompileError", + "id": "3923", + "mutatorName": "BooleanLiteral", + "replacement": "gameLobbyHeader.value", + "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": [], + "killedBy": [ + "151" + ], "coveredBy": [ - "48" + "151", + "152", + "153" ], "location": { "end": { - "column": 6, - "line": 66 + "column": 29, + "line": 121 }, "start": { - "column": 48, - "line": 63 + "column": 7, + "line": 121 } } }, { - "id": "4046", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected _GameOptions{ …(3) } to strictly equal _GameOptions{ …(3) }", + "id": "3924", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "Mocked error", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "50" + "152" ], "coveredBy": [ - "50", - "51" + "151", + "152", + "153" ], "location": { "end": { - "column": 4, - "line": 72 + "column": 29, + "line": 121 }, "start": { - "column": 46, - "line": 69 + "column": 7, + "line": 121 } } }, { - "id": "4047", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected _GameOptions{ …(3) } to strictly equal _GameOptions{ …(3) }", + "id": "3925", + "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", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "52" + "151" ], "coveredBy": [ - "52" + "151", + "152", + "153" ], "location": { "end": { - "column": 4, - "line": 78 + "column": 29, + "line": 121 }, "start": { - "column": 89, - "line": 74 + "column": 7, + "line": 121 } } }, { - "id": "4048", + "id": "3926", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected { value: { …(3) } } to strictly equal { value: _GameOptions{ …(3) } }", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "46" + "151" ], "coveredBy": [ - "45", - "46", - "47", - "49", - "50", - "51", - "52", - "53" + "151" ], "location": { "end": { "column": 4, - "line": 82 + "line": 123 }, "start": { - "column": 59, - "line": 80 + "column": 31, + "line": 121 } } }, { - "id": "4049", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected [ …(3) ] to strictly equal [ Array(1) ]", + "id": "3927", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"Game Lobby Header is not defined\",\n], but it was called with \"\"", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "54" + "151" ], "coveredBy": [ - "54", - "55" + "151" ], "location": { "end": { - "column": 4, - "line": 90 + "column": 57, + "line": 122 }, "start": { - "column": 67, - "line": 84 + "column": 23, + "line": 122 } } }, { - "id": "4050", - "mutatorName": "BooleanLiteral", - "replacement": "createGameDto.value.additionalCards", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(89,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(89,89): error TS7031: Binding element 'recipient' implicitly has an 'any' type.\n", - "status": "CompileError", + "id": "3928", + "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": [], + "killedBy": [ + "153" + ], "coveredBy": [ - "54", - "55" + "153" ], "location": { "end": { - "column": 45, - "line": 85 + "column": 4, + "line": 128 }, "start": { - "column": 9, - "line": 85 + "column": 20, + "line": 126 } } }, { - "id": "4051", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(89,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", - "status": "CompileError", + "id": "3929", + "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": [], + "killedBy": [ + "154" + ], "coveredBy": [ - "54", - "55" + "154", + "155", + "156", + "157", + "158" ], "location": { "end": { - "column": 45, - "line": 85 + "column": 2, + "line": 140 }, "start": { - "column": 9, - "line": 85 + "column": 64, + "line": 131 } } }, { - "id": "4052", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(89,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", - "status": "CompileError", + "id": "3930", + "mutatorName": "BooleanLiteral", + "replacement": "gameLobbyHeader.value", + "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": [], + "killedBy": [ + "154" + ], "coveredBy": [ - "54", - "55" + "154", + "155", + "156", + "157", + "158" ], "location": { "end": { - "column": 45, - "line": 85 + "column": 29, + "line": 132 }, "start": { - "column": 9, - "line": 85 + "column": 7, + "line": 132 } } }, { - "id": "4053", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(87,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", - "status": "CompileError", + "id": "3931", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "Mocked error", + "status": "Killed", + "testsCompleted": 2, "static": false, - "killedBy": [], + "killedBy": [ + "155" + ], "coveredBy": [ - "55" + "154", + "155", + "156", + "157", + "158" ], "location": { "end": { - "column": 6, - "line": 87 + "column": 29, + "line": 132 }, "start": { - "column": 47, - "line": 85 + "column": 7, + "line": 132 } } }, { - "id": "4054", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(89,121): error TS2345: Argument of type '\"thief\" | \"actor\"' is not assignable to parameter of type 'undefined'.\n Type '\"thief\"' is not assignable to type 'undefined'.\n", - "status": "CompileError", + "id": "3932", + "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", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "154" + ], "coveredBy": [ - "54" + "154", + "155", + "156", + "157", + "158" ], "location": { "end": { - "column": 91, - "line": 88 + "column": 29, + "line": 132 }, "start": { - "column": 65, - "line": 88 + "column": 7, + "line": 132 } } }, { - "id": "4055", - "mutatorName": "MethodExpression", - "replacement": "createGameDto.value.additionalCards", - "statusReason": "expected [ …(3) ] to strictly equal [ Array(1) ]", + "id": "3933", + "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": [ - "54" + "154" ], "coveredBy": [ - "54" + "154", + "157" ], "location": { "end": { - "column": 132, - "line": 89 + "column": 4, + "line": 134 }, "start": { - "column": 43, - "line": 89 + "column": 31, + "line": 132 } } }, { - "id": "4056", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected [] to strictly equal [ Array(1) ]", + "id": "3934", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"Game Lobby Header is not defined\",\n], but it was called with \"\"", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "54" + "154" ], "coveredBy": [ - "54" + "154", + "157" ], "location": { "end": { - "column": 131, - "line": 89 + "column": 57, + "line": 133 }, "start": { - "column": 86, - "line": 89 + "column": 23, + "line": 133 } } }, { - "id": "4057", + "id": "3935", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected _CreateGameDto{ players: [], …(2) } to strictly equal _CreateGameDto{ …(3) }", + "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": [ - "56" + "156" ], "coveredBy": [ - "56" + "156", + "161" ], "location": { "end": { "column": 4, - "line": 94 + "line": 139 }, "start": { - "column": 72, - "line": 92 + "column": 20, + "line": 137 } } }, { - "id": "4058", + "id": "3936", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "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": [ - "57" + "159" ], "coveredBy": [ - "57", - "58" + "159", + "160", + "161" ], "location": { "end": { - "column": 4, - "line": 101 + "column": 2, + "line": 151 }, "start": { - "column": 75, - "line": 96 + "column": 49, + "line": 142 } } }, { - "id": "4059", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3937", + "mutatorName": "BooleanLiteral", + "replacement": "gameLobbyHeader.value", + "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": [ - "57" + "159" ], "coveredBy": [ - "57", - "58" + "159", + "160", + "161" ], "location": { "end": { - "column": 97, - "line": 97 + "column": 29, + "line": 143 }, "start": { - "column": 63, - "line": 97 + "column": 7, + "line": 143 } } }, { - "id": "4060", + "id": "3938", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "statusReason": "Mocked error", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "57" + "160" ], "coveredBy": [ - "57", - "58" + "159", + "160", + "161" ], "location": { "end": { - "column": 97, - "line": 97 + "column": 29, + "line": 143 }, "start": { - "column": 77, - "line": 97 + "column": 7, + "line": 143 } } }, { - "id": "4061", + "id": "3939", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "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": [ - "57" + "159" ], "coveredBy": [ - "57", - "58" + "159", + "160", + "161" ], "location": { "end": { - "column": 97, - "line": 97 + "column": 29, + "line": 143 }, "start": { - "column": 77, - "line": 97 + "column": 7, + "line": 143 } } }, { - "id": "4062", - "mutatorName": "EqualityOperator", - "replacement": "name !== player.name", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3940", + "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": [ - "57" + "159" ], "coveredBy": [ - "57", - "58" + "159" ], "location": { "end": { - "column": 97, - "line": 97 + "column": 4, + "line": 145 }, "start": { - "column": 77, - "line": 97 + "column": 31, + "line": 143 } } }, { - "id": "4063", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3941", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"Game Lobby Header is not defined\",\n], but it was called with \"\"", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "58" + "159" ], "coveredBy": [ - "57", - "58" + "159" ], "location": { "end": { - "column": 27, - "line": 98 + "column": 57, + "line": 144 }, "start": { - "column": 9, - "line": 98 + "column": 23, + "line": 144 } } }, { - "id": "4064", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3942", + "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": [ - "57" + "161" ], "coveredBy": [ - "57", - "58" + "161" ], "location": { "end": { - "column": 27, - "line": 98 + "column": 4, + "line": 150 }, "start": { - "column": 9, - "line": 98 + "column": 20, + "line": 148 } } }, { - "id": "4065", - "mutatorName": "EqualityOperator", - "replacement": "playerIndex === -1", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3943", + "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, + "testsCompleted": 29, "static": false, "killedBy": [ - "57" + "162" ], "coveredBy": [ - "57", - "58" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163" ], "location": { "end": { - "column": 27, - "line": 98 + "column": 2, + "line": 164 }, "start": { - "column": 9, - "line": 98 + "column": 45, + "line": 153 } } }, { - "id": "4066", - "mutatorName": "UnaryOperator", - "replacement": "+1", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3944", + "mutatorName": "BooleanLiteral", + "replacement": "Object.hasOwn(query, \"playerNames\")", + "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": [ - "57" + "134" ], "coveredBy": [ - "57", - "58" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163" ], "location": { "end": { - "column": 27, - "line": 98 + "column": 43, + "line": 155 }, "start": { - "column": 25, - "line": 98 + "column": 7, + "line": 155 } } }, { - "id": "4067", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3945", + "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", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 29, "static": false, "killedBy": [ - "57" + "162" ], "coveredBy": [ - "57" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163" ], "location": { "end": { - "column": 6, - "line": 100 + "column": 43, + "line": 155 }, "start": { - "column": 29, - "line": 98 + "column": 7, + "line": 155 } } }, { - "id": "4068", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected [] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(2) ]", + "id": "3946", + "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\".", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "59" + "134" ], "coveredBy": [ - "59" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163" ], "location": { "end": { - "column": 4, - "line": 105 + "column": 43, + "line": 155 }, "start": { - "column": 76, - "line": 103 + "column": 7, + "line": 155 } } }, { - "id": "4069", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(104,5): error TS2322: Type 'undefined[]' is not assignable to type '{ name: string; role: { name?: \"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | ... 17 more ... | undefined; }; side: { ...; }; group?: string | undefined; }[]'.\n Type 'undefined' is not assignable to type '{ name: string; role: { name?: \"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | ... 17 more ... | undefined; }; side: { ...; }; group?: string | undefined; }'.\n", - "status": "CompileError", + "id": "3947", + "mutatorName": "StringLiteral", + "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": 29, "static": false, - "killedBy": [], + "killedBy": [ + "162" + ], "coveredBy": [ - "59" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163" ], "location": { "end": { - "column": 91, - "line": 104 + "column": 42, + "line": 155 }, "start": { - "column": 47, - "line": 104 + "column": 29, + "line": 155 } } }, { - "id": "4070", + "id": "3948", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "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": [ - "60" + "134" ], "coveredBy": [ - "60", - "61" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163" ], "location": { "end": { "column": 4, - "line": 112 + "line": 157 }, "start": { - "column": 68, - "line": 107 + "column": 45, + "line": 155 } } }, { - "id": "4071", + "id": "3949", "mutatorName": "ArrowFunction", "replacement": "() => undefined", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Antoine\",\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\": \"Benoit\",\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\": \"Corentin\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ],\n], but it was called with Array [\n undefined,\n undefined,\n undefined,\n]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "60" + "162" ], "coveredBy": [ - "60", - "61" + "162" ], "location": { "end": { - "column": 99, - "line": 108 + "column": 5, + "line": 163 }, "start": { - "column": 63, - "line": 108 + "column": 73, + "line": 159 } } }, { - "id": "4072", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3950", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Array [\n _CreateGamePlayerDto {\n \"group\": undefined,\n \"name\": \"Antoine\",\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\": \"Benoit\",\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\": \"Corentin\",\n \"role\": _CreateGamePlayerRoleDto {\n \"name\": undefined,\n },\n \"side\": _CreateGamePlayerSideDto {\n \"current\": undefined,\n \"original\": undefined,\n },\n },\n ],\n], but it was called with Array [\n Object {},\n Object {},\n Object {},\n]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "60" + "162" ], "coveredBy": [ - "60", - "61" + "162" ], "location": { "end": { - "column": 99, - "line": 108 + "column": 4, + "line": 163 }, "start": { - "column": 73, - "line": 108 + "column": 92, + "line": 159 } } }, { - "id": "4073", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3951", + "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": [ - "60" + "136" ], "coveredBy": [ - "60", - "61" + "136", + "153" ], "location": { "end": { - "column": 99, - "line": 108 + "column": 2, + "line": 172 }, "start": { - "column": 73, - "line": 108 + "column": 43, + "line": 166 } } }, { - "id": "4074", - "mutatorName": "EqualityOperator", - "replacement": "player.name !== playerName", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3952", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"pages.gameLobby.smallScreenWarning\",\n \"life\": 7500,\n \"summary\": \"pages.gameLobby.smallScreenDetected\",\n },\n], but it was called with Object {}", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "60" + "136" ], "coveredBy": [ - "60", - "61" + "136", + "153" ], "location": { "end": { - "column": 99, - "line": 108 + "column": 4, + "line": 171 }, "start": { - "column": 73, - "line": 108 + "column": 16, + "line": 167 } } }, { - "id": "4075", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3953", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"pages.gameLobby.smallScreenWarning\",\n \"life\": 7500,\n \"summary\": \"pages.gameLobby.smallScreenDetected\",\n },\n], but it was called with Object {\n \"detail\": \"pages.gameLobby.smallScreenWarning\",\n \"life\": 7500,\n \"summary\": \"\",\n}", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "61" + "136" ], "coveredBy": [ - "60", - "61" + "136", + "153" ], "location": { "end": { - "column": 27, - "line": 109 + "column": 53, + "line": 168 }, "start": { - "column": 9, - "line": 109 + "column": 16, + "line": 168 } } }, { - "id": "4076", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3954", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Object {\n \"detail\": \"pages.gameLobby.smallScreenWarning\",\n \"life\": 7500,\n \"summary\": \"pages.gameLobby.smallScreenDetected\",\n },\n], but it was called with Object {\n \"detail\": \"\",\n \"life\": 7500,\n \"summary\": \"pages.gameLobby.smallScreenDetected\",\n}", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "60" + "136" ], "coveredBy": [ - "60", - "61" + "136", + "153" ], "location": { "end": { - "column": 27, - "line": 109 + "column": 51, + "line": 169 }, "start": { - "column": 9, - "line": 109 + "column": 15, + "line": 169 } } }, { - "id": "4077", - "mutatorName": "EqualityOperator", - "replacement": "playerIndex === -1", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3955", + "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, + "testsCompleted": 3, "static": false, "killedBy": [ - "60" + "136" ], "coveredBy": [ - "60", - "61" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163" ], "location": { "end": { - "column": 27, - "line": 109 + "column": 2, + "line": 186 }, "start": { - "column": 9, - "line": 109 + "column": 17, + "line": 179 } } }, { - "id": "4078", - "mutatorName": "UnaryOperator", - "replacement": "+1", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3956", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 4 times", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 3, "static": false, "killedBy": [ - "60" + "136" ], "coveredBy": [ - "60", - "61" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163" ], "location": { "end": { - "column": 27, - "line": 109 + "column": 28, + "line": 180 }, "start": { - "column": 25, - "line": 109 + "column": 7, + "line": 180 } } }, { - "id": "4079", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "id": "3957", + "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", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 3, "static": false, "killedBy": [ - "60" + "136" ], "coveredBy": [ - "60" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163" ], "location": { "end": { - "column": 6, - "line": 111 + "column": 28, + "line": 180 }, "start": { - "column": 29, - "line": 109 + "column": 7, + "line": 180 } } }, { - "id": "4080", + "id": "3958", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(114,55): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", + "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": [], + "killedBy": [ + "136" + ], "coveredBy": [ - "62", - "63" + "136", + "138" ], "location": { "end": { "column": 4, - "line": 116 + "line": 185 }, "start": { - "column": 63, - "line": 114 + "column": 30, + "line": 180 } } }, { - "id": "4081", - "mutatorName": "MethodExpression", - "replacement": "createGameDto.value.players.every(player => player.role.name === roleName)", - "statusReason": "expected false to be truthy", + "id": "3959", + "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": [ - "62" + "136" ], "coveredBy": [ - "62", - "63" + "136", + "153" ], "location": { "end": { - "column": 85, - "line": 115 + "column": 6, + "line": 184 }, "start": { - "column": 12, - "line": 115 + "column": 22, + "line": 182 } } - }, + } + ], + "source": "\n\n" + }, + "app/pages/index.vue": { + "language": "html", + "mutants": [ { - "id": "4082", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected false to be truthy", - "status": "Killed", - "testsCompleted": 1, + "id": "3960", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "The macro definePageMeta from Nuxt is breaking Stryker, so we ignore it.", + "status": "Ignored", "static": false, - "killedBy": [ - "62" - ], - "coveredBy": [ - "62", - "63" - ], "location": { "end": { - "column": 84, - "line": 115 + "column": 33, + "line": 89 }, "start": { - "column": 45, - "line": 115 + "column": 16, + "line": 89 } } }, { - "id": "4083", - "mutatorName": "ConditionalExpression", + "id": "3961", + "mutatorName": "BooleanLiteral", "replacement": "true", - "statusReason": "expected true to be falsy", - "status": "Killed", - "testsCompleted": 2, + "statusReason": "The macro definePageMeta from Nuxt is breaking Stryker, so we ignore it.", + "status": "Ignored", "static": false, - "killedBy": [ - "63" - ], - "coveredBy": [ - "62", - "63" - ], "location": { "end": { - "column": 84, - "line": 115 + "column": 31, + "line": 89 }, "start": { - "column": 55, - "line": 115 + "column": 26, + "line": 89 + } + } + } + ], + "source": "\n\n" + }, + "app/plugins/vue-countdown/vue-countdown.client.ts": { + "language": "typescript", + "mutants": [ + { + "id": "3962", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", + "status": "Ignored", + "static": true, + "coveredBy": [], + "location": { + "end": { + "column": 2, + "line": 5 + }, + "start": { + "column": 44, + "line": 3 } } }, { - "id": "4084", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected false to be truthy", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "62" - ], - "coveredBy": [ - "62", - "63" - ], + "id": "3963", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", + "status": "Ignored", + "static": true, + "coveredBy": [], "location": { "end": { - "column": 84, - "line": 115 + "column": 42, + "line": 4 }, "start": { - "column": 55, - "line": 115 + "column": 28, + "line": 4 + } + } + } + ], + "source": "import VueCountdown from \"@chenfengyuan/vue-countdown\";\n\nexport default defineNuxtPlugin(nuxtApp => {\n nuxtApp.vueApp.component(\"VueCountdown\", VueCountdown);\n});" + }, + "app/plugins/vue-draggable/vue-draggable.client.ts": { + "language": "typescript", + "mutants": [ + { + "id": "3964", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", + "status": "Ignored", + "static": true, + "coveredBy": [], + "location": { + "end": { + "column": 2, + "line": 5 + }, + "start": { + "column": 44, + "line": 3 } } }, { - "id": "4085", - "mutatorName": "EqualityOperator", - "replacement": "player.role.name !== roleName", - "statusReason": "expected true to be falsy", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "63" - ], - "coveredBy": [ - "62", - "63" - ], + "id": "3965", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", + "status": "Ignored", + "static": true, + "coveredBy": [], + "location": { + "end": { + "column": 42, + "line": 4 + }, + "start": { + "column": 28, + "line": 4 + } + } + } + ], + "source": "import VueDraggable from \"vuedraggable\";\n\nexport default defineNuxtPlugin(nuxtApp => {\n nuxtApp.vueApp.component(\"VueDraggable\", VueDraggable);\n});" + }, + "app/plugins/vue-ellipse-progress/vue-ellipse-progress.client.ts": { + "language": "typescript", + "mutants": [ + { + "id": "3966", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", + "status": "Ignored", + "static": true, + "coveredBy": [], + "location": { + "end": { + "column": 2, + "line": 5 + }, + "start": { + "column": 44, + "line": 3 + } + } + }, + { + "id": "3967", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", + "status": "Ignored", + "static": true, + "coveredBy": [], + "location": { + "end": { + "column": 62, + "line": 4 + }, + "start": { + "column": 42, + "line": 4 + } + } + } + ], + "source": "import VueEllipseProgress from \"vue-ellipse-progress\";\n\nexport default defineNuxtPlugin(nuxtApp => {\n nuxtApp.vueApp.use(VueEllipseProgress, \"VueEllipseProgress\");\n});" + }, + "app/plugins/vue-font-awesome-icon/vue-font-awesome-icon.ts": { + "language": "typescript", + "mutants": [ + { + "id": "3968", + "mutatorName": "BooleanLiteral", + "replacement": "true", + "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", + "status": "Ignored", + "static": true, + "coveredBy": [], "location": { "end": { - "column": 84, - "line": 115 + "column": 26, + "line": 85 }, "start": { - "column": 55, - "line": 115 + "column": 21, + "line": 85 } } }, { - "id": "4086", + "id": "3969", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(118,71): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "64", - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" - ], + "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", + "status": "Ignored", + "static": true, + "coveredBy": [], "location": { "end": { - "column": 4, - "line": 120 + "column": 2, + "line": 169 }, "start": { - "column": 93, - "line": 118 + "column": 44, + "line": 167 } } }, { - "id": "4087", - "mutatorName": "MethodExpression", - "replacement": "createGameDto.value.players", - "statusReason": "expected [ _CreateGamePlayerDto{ …(4) }, …(2) ] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "64" - ], - "coveredBy": [ - "64", - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" - ], + "id": "3970", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", + "status": "Ignored", + "static": true, + "coveredBy": [], "location": { "end": { - "column": 87, - "line": 119 + "column": 47, + "line": 168 }, "start": { - "column": 12, - "line": 119 + "column": 28, + "line": 168 } } - }, + } + ], + "source": "import { config, library } from \"@fortawesome/fontawesome-svg-core\";\nimport { FontAwesomeIcon } from \"@fortawesome/vue-fontawesome\";\nimport {\n faMoon,\n faSun,\n faEnvelope,\n faPlayCircle,\n faGear,\n faDice,\n faStar,\n faWarning,\n faHandshakeAngle,\n faPenFancy,\n faPalette,\n faSignOut,\n faPlay,\n faRandom,\n faClover,\n faChessPawn,\n faExclamationCircle,\n faPlus,\n faChess,\n faCircleChevronRight,\n faMinus,\n faBan,\n faSliders,\n faThumbsUp,\n faThumbsDown,\n faRotateLeft,\n faCheckCircle,\n faInfoCircle,\n faUsersSlash,\n faGamepad,\n faCommentSlash,\n faChevronLeft,\n faChevronRight,\n faArrowUp,\n faArrowDown,\n faCircleInfo,\n faFlask,\n faBars,\n faTimes,\n faListCheck,\n faStepBackward,\n faStepForward,\n faEyeSlash,\n faForward,\n faComments,\n faHeart,\n faSkullCrossbones,\n faHandsBound,\n faHandHolding,\n faUsers,\n faPaw,\n faMask,\n faShieldHeart,\n faSkull,\n faWandSparkles,\n faPeopleLine,\n faDog,\n faBullhorn,\n faBolt,\n faEye,\n faClock,\n faShieldAlt,\n faCrown,\n faGavel,\n faBalanceScale,\n faFeather,\n faUtensils,\n faPersonRunning,\n faCheck,\n faClockRotateLeft,\n faHandHoldingHeart,\n faCloudMoon,\n faCompass,\n faRotate,\n faMagicWandSparkles,\n} from \"@fortawesome/free-solid-svg-icons\";\n\nimport { faQuestionCircle } from \"@fortawesome/free-regular-svg-icons\";\n\nimport { faGithub } from \"@fortawesome/free-brands-svg-icons\";\n\nconfig.autoAddCss = false;\n\nlibrary.add(\n faMoon,\n faSun,\n faEnvelope,\n faGithub,\n faPlayCircle,\n faQuestionCircle,\n faGear,\n faDice,\n faStar,\n faWarning,\n faHandshakeAngle,\n faPenFancy,\n faPalette,\n faSignOut,\n faPlay,\n faRandom,\n faClover,\n faChessPawn,\n faExclamationCircle,\n faPlus,\n faChess,\n faCircleChevronRight,\n faMinus,\n faBan,\n faSliders,\n faThumbsUp,\n faThumbsDown,\n faRotateLeft,\n faCheckCircle,\n faInfoCircle,\n faUsersSlash,\n faGamepad,\n faCommentSlash,\n faChevronLeft,\n faChevronRight,\n faArrowUp,\n faArrowDown,\n faCircleInfo,\n faFlask,\n faBars,\n faTimes,\n faListCheck,\n faStepBackward,\n faStepForward,\n faEyeSlash,\n faForward,\n faComments,\n faHeart,\n faSkullCrossbones,\n faHandsBound,\n faHandHolding,\n faUsers,\n faPaw,\n faMask,\n faShieldHeart,\n faSkull,\n faWandSparkles,\n faPeopleLine,\n faDog,\n faBullhorn,\n faBolt,\n faEye,\n faClock,\n faShieldAlt,\n faCrown,\n faGavel,\n faBalanceScale,\n faFeather,\n faUtensils,\n faPersonRunning,\n faCheck,\n faClockRotateLeft,\n faHandHoldingHeart,\n faCloudMoon,\n faCompass,\n faRotate,\n faMagicWandSparkles,\n);\n\nexport default defineNuxtPlugin(nuxtApp => {\n nuxtApp.vueApp.component(\"font-awesome-icon\", FontAwesomeIcon);\n});" + }, + "app/plugins/vue-lottie/vue-lottie.client.ts": { + "language": "typescript", + "mutants": [ { - "id": "4088", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected [] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "64" - ], - "coveredBy": [ - "64", - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" - ], + "id": "3971", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", + "status": "Ignored", + "static": true, + "coveredBy": [], "location": { "end": { - "column": 86, - "line": 119 + "column": 2, + "line": 5 }, "start": { - "column": 47, - "line": 119 + "column": 44, + "line": 3 } } }, { - "id": "4089", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected [ _CreateGamePlayerDto{ …(4) }, …(2) ] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", - "status": "Killed", - "testsCompleted": 1, + "id": "3972", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "Static mutant (and \"ignoreStatic\" was enabled)", + "status": "Ignored", + "static": true, + "coveredBy": [], + "location": { + "end": { + "column": 39, + "line": 4 + }, + "start": { + "column": 28, + "line": 4 + } + } + } + ], + "source": "import { Vue3Lottie } from \"vue3-lottie\";\n\nexport default defineNuxtPlugin(nuxtApp => {\n nuxtApp.vueApp.component(\"VueLottie\", Vue3Lottie);\n});" + }, + "app/stores/audio/useAudioStore.ts": { + "language": "typescript", + "mutants": [ + { + "id": "3973", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "tests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(135,18): error TS2339: Property 'isMuted' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(144,18): error TS2339: Property 'isMuted' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(153,18): error TS2339: Property 'isMuted' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(162,18): error TS2339: Property 'isMuted' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(174,25): error TS2339: Property 'toggleMute' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameBearGrowlsOrSleepsEvent/GameBearGrowlsOrSleepsEvent.nuxt.spec.ts(52,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameBearGrowlsOrSleepsEvent/GameBearGrowlsOrSleepsEvent.nuxt.spec.ts(66,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameCupidHasCharmedEvent/GameCupidHasCharmedEvent.nuxt.spec.ts(65,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameScandalmongerMayHaveMarkedEvent/GameScandalmongerMayHaveMarkedEvent.nuxt.spec.ts(64,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameScandalmongerMayHaveMarkedEvent/GameScandalmongerMayHaveMarkedEvent.nuxt.spec.ts(70,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent.nuxt.spec.ts(36,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameActorTurnStartsEvent/GameActorTurnStartsEvent.nuxt.spec.ts(36,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameFoxTurnStartsEvent/GameFoxTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameHunterTurnStartsEvent/GameHunterTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GamePiedPiperTurnStartsEvent/GamePiedPiperTurnStartsEvent.nuxt.spec.ts(43,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScandalmongerTurnStartsEvent/GameScandalmongerTurnStartsEvent.nuxt.spec.ts(43,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScapegoatTurnStartsEvent/GameScapegoatTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameStutteringJudgeTurnStartsEvent/GameStutteringJudgeTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWildChildTurnStartsEvent/GameWildChildTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(76,15): error TS2339: Property 'playingBackgroundAudioName' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(82,15): error TS2339: Property 'nightBackgroundAudioNames' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(88,15): error TS2339: Property 'dayBackgroundAudioNames' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(94,15): error TS2339: Property 'isMuted' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(103,18): error TS2339: Property 'isMuted' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(104,18): error TS2339: Property 'setHowlerAudioSettingsFromAudioStoreState' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(112,15): error TS2339: Property 'soundEffects' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(112,29): error TS2339: Property 'loadSoundEffects' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(116,16): error TS18046: 'soundEffect' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(123,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(123,33): error TS2339: Property 'loadBackgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(127,16): error TS18046: 'backgroundAudio' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(134,15): error TS2339: Property 'loadAllAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(135,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(135,33): error TS2339: Property 'soundEffects' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(139,16): error TS18046: 'backgroundAudio' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(142,16): error TS18046: 'soundEffect' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(149,15): error TS2339: Property 'soundEffects' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(149,29): error TS2339: Property 'playSoundEffect' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(159,15): error TS2339: Property 'fadeOutPlayingBackgroundAudio' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(159,46): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(163,16): error TS18046: 'backgroundAudio' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(169,15): error TS2339: Property 'fadeOutPlayingBackgroundAudio' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(169,46): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(170,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(178,15): error TS2339: Property 'fadeOutPlayingBackgroundAudio' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(178,46): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(179,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(189,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(189,33): error TS2339: Property 'playBackgroundAudio' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(197,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(197,33): error TS2339: Property 'playBackgroundAudio' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(205,15): error TS2339: Property 'playBackgroundAudio' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(209,30): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(220,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(221,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(228,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(229,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(231,83): error TS2339: Property 'nightBackgroundAudioNames' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(236,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(238,83): error TS2339: Property 'dayBackgroundAudioNames' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(243,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(244,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(245,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(252,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(253,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(254,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(261,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(262,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(264,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(273,15): error TS2339: Property 'setMute' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(276,25): error TS2339: Property 'isMuted' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(281,15): error TS2339: Property 'setMute' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(289,15): error TS2339: Property 'setMute' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(292,25): error TS2339: Property 'audioSettingsFromLocalStorage' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(299,15): error TS2339: Property 'toggleMute' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(300,18): error TS2339: Property 'isMuted' does not exist on type 'Store'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(303,25): error TS2339: Property 'isMuted' does not exist on type 'Store'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "64" - ], + "killedBy": [], "coveredBy": [ - "64", - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 86, - "line": 119 + "column": 2, + "line": 121 }, "start": { "column": 57, - "line": 119 + "line": 11 } } }, { - "id": "4090", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected [] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", + "id": "3974", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"audioSettings\",\n Object {\n \"isMuted\": false,\n },\n Object {\n \"mergeDefaults\": true,\n },\n], but it was called with \"audioSettings\"", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 60, "static": false, "killedBy": [ - "64" + "601" ], "coveredBy": [ - "64", - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 86, - "line": 119 + "column": 152, + "line": 12 }, "start": { - "column": 57, - "line": 119 + "column": 129, + "line": 12 } } }, { - "id": "4091", - "mutatorName": "EqualityOperator", - "replacement": "player.role.name !== roleName", - "statusReason": "expected [ _CreateGamePlayerDto{ …(4) } ] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", + "id": "3975", + "mutatorName": "BooleanLiteral", + "replacement": "false", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"audioSettings\",\n Object {\n \"isMuted\": false,\n },\n Object {\n \"mergeDefaults\": true,\n },\n], but it was called with \"audioSettings\"", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 106, "static": false, "killedBy": [ - "64" - ], - "coveredBy": [ - "64", - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389" + "601" ], - "location": { - "end": { - "column": 86, - "line": 119 - }, - "start": { - "column": 57, - "line": 119 - } - } - }, - { - "id": "4092", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(122,77): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], "coveredBy": [ - "41", - "42", - "43", - "44", - "65", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", "747", "748", "749", @@ -193743,175 +188393,411 @@ "755", "756", "757", - "758" + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 4, - "line": 124 + "column": 150, + "line": 12 }, "start": { - "column": 99, - "line": 122 + "column": 146, + "line": 12 } } }, { - "id": "4093", + "id": "3976", "mutatorName": "MethodExpression", - "replacement": "createGameDto.value.players", - "statusReason": "expected true to be falsy", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "42" - ], - "coveredBy": [ - "41", - "42", - "43", - "44", - "65", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758" - ], - "location": { - "end": { - "column": 114, - "line": 123 - }, - "start": { - "column": 12, - "line": 123 - } - } - }, - { - "id": "4094", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected false to be truthy", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "41" - ], - "coveredBy": [ - "41", - "42", - "43", - "44", - "65", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758" - ], - "location": { - "end": { - "column": 113, - "line": 123 - }, - "start": { - "column": 47, - "line": 123 - } - } - }, - { - "id": "4095", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected true to be falsy", - "status": "Killed", - "testsCompleted": 2, + "replacement": "Object.keys(backgroundAudios)", + "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type 'string' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "42" - ], + "killedBy": [], "coveredBy": [ - "41", - "42", - "43", - "44", - "65", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", "747", "748", "749", @@ -193923,55 +188809,411 @@ "755", "756", "757", - "758" + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 113, - "line": 123 + "column": 139, + "line": 22 }, "start": { - "column": 57, - "line": 123 + "column": 37, + "line": 22 } } }, { - "id": "4096", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "Snapshot `Game Lobby Header Setup Buttons Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, + "id": "3977", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type 'string' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "747" - ], + "killedBy": [], "coveredBy": [ - "41", - "42", - "43", - "44", - "65", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", "747", "748", "749", @@ -193983,52 +189225,414 @@ "755", "756", "757", - "758" + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 113, - "line": 123 + "column": 138, + "line": 22 }, "start": { - "column": 57, - "line": 123 + "column": 74, + "line": 22 } } }, { - "id": "4097", - "mutatorName": "LogicalOperator", - "replacement": "player.role.name || roleNames.includes(player.role.name)", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(123,96): error TS2345: Argument of type 'undefined' is not assignable to parameter of type '\"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | ... 15 more ... | \"devoted-servant\"'.\n", - "status": "CompileError", + "id": "3978", + "mutatorName": "MethodExpression", + "replacement": "name.endsWith(\"night-\")", + "statusReason": "expected [] to strictly equal [ 'night-1', 'night-2', 'night-3' ]", + "status": "Killed", + "testsCompleted": 62, "static": false, - "killedBy": [], + "killedBy": [ + "603" + ], "coveredBy": [ - "41", - "42", - "43", - "44", - "65", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", "747", "748", "749", @@ -194040,3122 +189644,7812 @@ "755", "756", "757", - "758" - ], - "location": { - "end": { - "column": 113, - "line": 123 - }, - "start": { - "column": 57, - "line": 123 - } - } - }, - { - "id": "4098", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(126,65): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "66", - "67", - "68", - "69" - ], - "location": { - "end": { - "column": 4, - "line": 131 - }, - "start": { - "column": 73, - "line": 126 - } - } - }, - { - "id": "4099", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected true to be false // Object.is equality", - "status": "Killed", - "testsCompleted": 3, - "static": false, - "killedBy": [ - "67" - ], - "coveredBy": [ - "66", - "67", - "68", - "69" - ], - "location": { - "end": { - "column": 100, - "line": 130 - }, - "start": { - "column": 12, - "line": 130 - } - } - }, - { - "id": "4100", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected false to be true // Object.is equality", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "66" - ], - "coveredBy": [ - "66", - "67", - "68", - "69" - ], - "location": { - "end": { - "column": 100, - "line": 130 - }, - "start": { - "column": 12, - "line": 130 - } - } - }, - { - "id": "4101", - "mutatorName": "LogicalOperator", - "replacement": "!!role || role.minInGame === undefined || playersWithRoleName.length >= role.minInGame", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,22): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,84): error TS18048: 'role' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "66", - "67", - "68", - "69" - ], - "location": { - "end": { - "column": 100, - "line": 130 - }, - "start": { - "column": 12, - "line": 130 - } - } - }, - { - "id": "4102", - "mutatorName": "BooleanLiteral", - "replacement": "!role", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,22): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,84): error TS18048: 'role' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "66", - "67", - "68", - "69" - ], - "location": { - "end": { - "column": 18, - "line": 130 - }, - "start": { - "column": 12, - "line": 130 - } - } - }, - { - "id": "4103", - "mutatorName": "BooleanLiteral", - "replacement": "role", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,22): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,84): error TS18048: 'role' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "66", - "67", - "68", - "69" - ], - "location": { - "end": { - "column": 18, - "line": 130 - }, - "start": { - "column": 13, - "line": 130 - } - } - }, - { - "id": "4104", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected true to be false // Object.is equality", - "status": "Killed", - "testsCompleted": 3, - "static": false, - "killedBy": [ - "67" - ], - "coveredBy": [ - "66", - "67", - "68", - "69" - ], - "location": { - "end": { - "column": 99, - "line": 130 - }, - "start": { - "column": 23, - "line": 130 - } - } - }, - { - "id": "4105", - "mutatorName": "LogicalOperator", - "replacement": "role.minInGame === undefined && playersWithRoleName.length >= role.minInGame", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,85): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "66", - "67", - "68", - "69" - ], - "location": { - "end": { - "column": 99, - "line": 130 - }, - "start": { - "column": 23, - "line": 130 - } - } - }, - { - "id": "4106", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,62): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "66", - "67", - "68", - "69" - ], - "location": { - "end": { - "column": 51, - "line": 130 - }, - "start": { - "column": 23, - "line": 130 - } - } - }, - { - "id": "4107", - "mutatorName": "EqualityOperator", - "replacement": "role.minInGame !== undefined", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,85): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "66", - "67", - "68", - "69" - ], - "location": { - "end": { - "column": 51, - "line": 130 - }, - "start": { - "column": 23, - "line": 130 - } - } - }, - { - "id": "4108", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected false to be true // Object.is equality", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "66" - ], - "coveredBy": [ - "66", - "67", - "68" - ], - "location": { - "end": { - "column": 99, - "line": 130 - }, - "start": { - "column": 55, - "line": 130 - } - } - }, - { - "id": "4109", - "mutatorName": "EqualityOperator", - "replacement": "playersWithRoleName.length > role.minInGame", - "statusReason": "expected false to be true // Object.is equality", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "66" - ], - "coveredBy": [ - "66", - "67", - "68" - ], - "location": { - "end": { - "column": 99, - "line": 130 - }, - "start": { - "column": 55, - "line": 130 - } - } - }, - { - "id": "4110", - "mutatorName": "EqualityOperator", - "replacement": "playersWithRoleName.length < role.minInGame", - "statusReason": "expected false to be true // Object.is equality", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "66" - ], - "coveredBy": [ - "66", - "67", - "68" - ], - "location": { - "end": { - "column": 99, - "line": 130 - }, - "start": { - "column": 55, - "line": 130 - } - } - }, - { - "id": "4111", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(133,65): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "70", - "71", - "72" - ], - "location": { - "end": { - "column": 4, - "line": 138 - }, - "start": { - "column": 73, - "line": 133 - } - } - }, - { - "id": "4112", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected true to be false // Object.is equality", - "status": "Killed", - "testsCompleted": 3, - "static": false, - "killedBy": [ - "71" - ], - "coveredBy": [ - "70", - "71", - "72" + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 66, - "line": 137 + "column": 138, + "line": 22 }, "start": { - "column": 12, - "line": 137 + "column": 113, + "line": 22 } } }, { - "id": "4113", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected false to be true // Object.is equality", + "id": "3979", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expected [ 'day-1', 'day-2', 'night-1', …(2) ] to strictly equal [ 'night-1', 'night-2', 'night-3' ]", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 17, "static": false, "killedBy": [ - "70" - ], - "coveredBy": [ - "70", - "71", - "72" + "603" ], - "location": { - "end": { - "column": 66, - "line": 137 - }, - "start": { - "column": 12, - "line": 137 - } - } - }, - { - "id": "4114", - "mutatorName": "LogicalOperator", - "replacement": "!!role || playersWithRoleName.length >= role.maxInGame", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(137,52): error TS18048: 'role' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], "coveredBy": [ - "70", - "71", - "72" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 66, - "line": 137 + "column": 137, + "line": 22 }, "start": { - "column": 12, - "line": 137 + "column": 129, + "line": 22 } } }, { - "id": "4115", - "mutatorName": "BooleanLiteral", - "replacement": "!role", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(137,51): error TS18048: 'role' is possibly 'undefined'.\n", + "id": "3980", + "mutatorName": "MethodExpression", + "replacement": "Object.keys(backgroundAudios)", + "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type 'string' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "70", - "71", - "72" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 18, - "line": 137 + "column": 135, + "line": 24 }, "start": { - "column": 12, - "line": 137 + "column": 35, + "line": 24 } } }, { - "id": "4116", - "mutatorName": "BooleanLiteral", - "replacement": "role", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(137,51): error TS18048: 'role' is possibly 'undefined'.\n", + "id": "3981", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type 'string' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "70", - "71", - "72" - ], - "location": { - "end": { - "column": 18, - "line": 137 - }, - "start": { - "column": 13, - "line": 137 - } - } - }, - { - "id": "4117", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected true to be false // Object.is equality", - "status": "Killed", - "testsCompleted": 3, - "static": false, - "killedBy": [ - "71" - ], - "coveredBy": [ - "70", - "71" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 66, - "line": 137 + "column": 134, + "line": 24 }, "start": { - "column": 22, - "line": 137 + "column": 72, + "line": 24 } } }, { - "id": "4118", - "mutatorName": "EqualityOperator", - "replacement": "playersWithRoleName.length > role.maxInGame", - "statusReason": "expected false to be true // Object.is equality", + "id": "3982", + "mutatorName": "MethodExpression", + "replacement": "name.endsWith(\"day-\")", + "statusReason": "expected [] to strictly equal [ 'day-1', 'day-2' ]", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 5, "static": false, "killedBy": [ - "70" + "604" ], "coveredBy": [ - "70", - "71" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 66, - "line": 137 + "column": 134, + "line": 24 }, "start": { - "column": 22, - "line": 137 + "column": 111, + "line": 24 } } }, { - "id": "4119", - "mutatorName": "EqualityOperator", - "replacement": "playersWithRoleName.length < role.maxInGame", - "statusReason": "expected false to be true // Object.is equality", + "id": "3983", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "expected [ 'day-1', 'day-2', 'night-1', …(2) ] to strictly equal [ 'day-1', 'day-2' ]", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 18, "static": false, "killedBy": [ - "70" + "604" ], "coveredBy": [ - "70", - "71" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 66, - "line": 137 + "column": 133, + "line": 24 }, "start": { - "column": 22, - "line": 137 + "column": 127, + "line": 24 } } }, { - "id": "4120", + "id": "3984", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(140,75): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "statusReason": "app/stores/audio/useAudioStore.ts(26,53): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "73", - "74", - "75" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { "column": 4, - "line": 149 - }, - "start": { - "column": 82, - "line": 140 - } - } - }, - { - "id": "4121", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(146,23): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(146,23): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "73", - "74", - "75" - ], - "location": { - "end": { - "column": 38, - "line": 143 - }, - "start": { - "column": 9, - "line": 143 - } - } - }, - { - "id": "4122", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(146,23): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(146,23): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "73", - "74", - "75" - ], - "location": { - "end": { - "column": 38, - "line": 143 - }, - "start": { - "column": 9, - "line": 143 - } - } - }, - { - "id": "4123", - "mutatorName": "EqualityOperator", - "replacement": "role?.minInGame !== undefined", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(146,23): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(146,23): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "73", - "74", - "75" - ], - "location": { - "end": { - "column": 38, - "line": 143 - }, - "start": { - "column": 9, - "line": 143 - } - } - }, - { - "id": "4124", - "mutatorName": "OptionalChaining", - "replacement": "role.minInGame", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(143,9): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(146,23): error TS18048: 'role' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "73", - "74", - "75" - ], - "location": { - "end": { - "column": 24, - "line": 143 + "line": 31 }, "start": { - "column": 9, - "line": 143 + "column": 58, + "line": 26 } } }, { - "id": "4125", - "mutatorName": "BlockStatement", + "id": "3985", + "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(144,23): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(144,23): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", + "statusReason": "app/stores/audio/useAudioStore.ts(27,21): error TS2345: Argument of type '{}' is not assignable to parameter of type 'HowlOptions'.\n Property 'src' is missing in type '{}' but required in type 'HowlOptions'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "75" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { "column": 6, - "line": 145 - }, - "start": { - "column": 40, - "line": 143 - } - } - }, - { - "id": "4126", - "mutatorName": "ArithmeticOperator", - "replacement": "role.minInGame + playersWithRoleName.length", - "statusReason": "expected 2 to be +0 // Object.is equality", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "73" - ], - "coveredBy": [ - "73", - "74" - ], - "location": { - "end": { - "column": 66, - "line": 146 + "line": 30 }, "start": { - "column": 23, - "line": 146 + "column": 21, + "line": 27 } } }, { - "id": "4127", - "mutatorName": "ConditionalExpression", + "id": "3986", + "mutatorName": "BooleanLiteral", "replacement": "true", - "statusReason": "expected +0 to be 1 // Object.is equality", - "status": "Killed", - "testsCompleted": 4, - "static": false, - "killedBy": [ - "74" - ], - "coveredBy": [ - "73", - "74" - ], - "location": { - "end": { - "column": 27, - "line": 148 - }, - "start": { - "column": 12, - "line": 148 - } - } - }, - { - "id": "4128", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected -1 to be +0 // Object.is equality", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "73" - ], - "coveredBy": [ - "73", - "74" - ], - "location": { - "end": { - "column": 27, - "line": 148 - }, - "start": { - "column": 12, - "line": 148 - } - } - }, - { - "id": "4129", - "mutatorName": "EqualityOperator", - "replacement": "leftCount < -1", - "statusReason": "expected -1 to be +0 // Object.is equality", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "73" - ], - "coveredBy": [ - "73", - "74" - ], - "location": { - "end": { - "column": 27, - "line": 148 - }, - "start": { - "column": 12, - "line": 148 - } - } - }, - { - "id": "4130", - "mutatorName": "EqualityOperator", - "replacement": "leftCount > -1", - "statusReason": "expected -1 to be +0 // Object.is equality", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "73" - ], - "coveredBy": [ - "73", - "74" - ], - "location": { - "end": { - "column": 27, - "line": 148 - }, - "start": { - "column": 12, - "line": 148 - } - } - }, - { - "id": "4131", - "mutatorName": "UnaryOperator", - "replacement": "+1", - "statusReason": "expected +0 to be 1 // Object.is equality", + "statusReason": "expected 1st \"spy\" call to have been called with [ { preload: false, …(1) } ]", "status": "Killed", - "testsCompleted": 4, + "testsCompleted": 1, "static": false, "killedBy": [ - "74" + "600" ], "coveredBy": [ - "73", - "74" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 27, - "line": 148 + "column": 21, + "line": 28 }, "start": { - "column": 25, - "line": 148 + "column": 16, + "line": 28 } } }, { - "id": "4132", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected undefined to strictly equal [ …(2) ]", + "id": "3987", + "mutatorName": "ArrayDeclaration", + "replacement": "[]", + "statusReason": "expected 1st \"spy\" call to have been called with [ { preload: false, …(1) } ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "76" - ], - "coveredBy": [ - "76", - "77", - "533", - "536" + "600" ], - "location": { - "end": { - "column": 4, - "line": 158 - }, - "start": { - "column": 160, - "line": 151 - } - } - }, - { - "id": "4133", - "mutatorName": "BooleanLiteral", - "replacement": "createGameDto.value.additionalCards", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(156,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], "coveredBy": [ - "76", - "77", - "533", - "536" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 45, - "line": 152 + "column": 48, + "line": 29 }, "start": { - "column": 9, - "line": 152 + "column": 12, + "line": 29 } - } - }, - { - "id": "4134", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected [ Array(1) ] to strictly equal [ …(3) ]", + } + }, + { + "id": "3988", + "mutatorName": "StringLiteral", + "replacement": "``", + "statusReason": "expected 1st \"spy\" call to have been called with [ { preload: false, …(1) } ]", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "77" + "600" ], "coveredBy": [ - "76", - "77", - "533", - "536" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 45, - "line": 152 + "column": 47, + "line": 29 }, "start": { - "column": 9, - "line": 152 + "column": 13, + "line": 29 } } }, { - "id": "4135", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(156,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", + "id": "3989", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/audio/useAudioStore.ts(33,61): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "76", - "77", - "533", - "536" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 45, - "line": 152 + "column": 4, + "line": 39 }, "start": { - "column": 9, - "line": 152 + "column": 66, + "line": 33 } } }, { - "id": "4136", - "mutatorName": "BlockStatement", + "id": "3990", + "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(154,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", + "statusReason": "app/stores/audio/useAudioStore.ts(34,21): error TS2345: Argument of type '{}' is not assignable to parameter of type 'HowlOptions'.\n Property 'src' is missing in type '{}' but required in type 'HowlOptions'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "76" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { "column": 6, - "line": 154 - }, - "start": { - "column": 47, - "line": 152 - } - } - }, - { - "id": "4137", - "mutatorName": "MethodExpression", - "replacement": "createGameDto.value.additionalCards", - "statusReason": "expected [ …(4) ] to strictly equal [ …(3) ]", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "77" - ], - "coveredBy": [ - "76", - "77", - "533", - "536" - ], - "location": { - "end": { - "column": 123, - "line": 156 - }, - "start": { - "column": 43, - "line": 156 - } - } - }, - { - "id": "4138", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected [ Array(1) ] to strictly equal [ …(3) ]", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "77" - ], - "coveredBy": [ - "76", - "77", - "533", - "536" - ], - "location": { - "end": { - "column": 122, - "line": 156 + "line": 38 }, "start": { - "column": 86, - "line": 156 + "column": 21, + "line": 34 } } }, { - "id": "4139", - "mutatorName": "ConditionalExpression", + "id": "3991", + "mutatorName": "BooleanLiteral", "replacement": "true", - "statusReason": "expected [ …(4) ] to strictly equal [ …(2) ]", + "statusReason": "expected 47th \"spy\" call to have been called with [ { preload: false, …(2) } ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "76" - ], - "coveredBy": [ - "76", - "77", - "533", - "536" - ], - "location": { - "end": { - "column": 122, - "line": 156 - }, - "start": { - "column": 94, - "line": 156 - } - } - }, - { - "id": "4140", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected [ Array(1) ] to strictly equal [ …(3) ]", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "77" + "600" ], "coveredBy": [ - "76", - "77", - "533", - "536" + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 122, - "line": 156 + "column": 21, + "line": 35 }, "start": { - "column": 94, - "line": 156 + "column": 16, + "line": 35 } } }, { - "id": "4141", - "mutatorName": "EqualityOperator", - "replacement": "card.recipient === recipient", - "statusReason": "expected [ …(4) ] to strictly equal [ …(2) ]", + "id": "3992", + "mutatorName": "ArrayDeclaration", + "replacement": "[]", + "statusReason": "expected 47th \"spy\" call to have been called with [ { preload: false, …(2) } ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "76" - ], - "coveredBy": [ - "76", - "77", - "533", - "536" - ], - "location": { - "end": { - "column": 122, - "line": 156 - }, - "start": { - "column": 94, - "line": 156 - } - } - }, - { - "id": "4142", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(160,107): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "78", - "79", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1283", - "1284", - "1285", - "1286", - "1287" + "600" ], - "location": { - "end": { - "column": 4, - "line": 162 - }, - "start": { - "column": 137, - "line": 160 - } - } - }, - { - "id": "4143", - "mutatorName": "LogicalOperator", - "replacement": "createGameDto.value.additionalCards?.filter(card => card.recipient === recipient) && []", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(161,5): error TS2322: Type 'never[] | undefined' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n Type 'undefined' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], "coveredBy": [ - "78", - "79", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", "1283", "1284", "1285", - "1286", - "1287" + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 99, - "line": 161 + "column": 52, + "line": 36 }, "start": { "column": 12, - "line": 161 + "line": 36 } } }, { - "id": "4144", - "mutatorName": "MethodExpression", - "replacement": "createGameDto.value.additionalCards", - "statusReason": "expected [ …(4) ] to strictly equal [ …(2) ]", + "id": "3993", + "mutatorName": "StringLiteral", + "replacement": "``", + "statusReason": "expected 47th \"spy\" call to have been called with [ { preload: false, …(2) } ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "78" - ], - "coveredBy": [ - "78", - "79", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1283", - "1284", - "1285", - "1286", - "1287" + "600" ], - "location": { - "end": { - "column": 93, - "line": 161 - }, - "start": { - "column": 12, - "line": 161 - } - } - }, - { - "id": "4145", - "mutatorName": "OptionalChaining", - "replacement": "createGameDto.value.additionalCards.filter", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(161,12): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], "coveredBy": [ - "78", - "79", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", "1283", "1284", "1285", - "1286", - "1287" + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 55, - "line": 161 + "column": 51, + "line": 36 }, "start": { - "column": 12, - "line": 161 + "column": 13, + "line": 36 } } }, { - "id": "4146", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected [] to strictly equal [ …(2) ]", + "id": "3994", + "mutatorName": "BooleanLiteral", + "replacement": "false", + "statusReason": "expected 47th \"spy\" call to have been called with [ { preload: false, …(2) } ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "78" + "600" ], "coveredBy": [ - "78", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", + "965", + "966", + "967", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", + "1255", + "1256", + "1257", + "1279", + "1280", + "1281", + "1282", "1283", "1284", "1285", - "1286", - "1287" + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", + "1500", + "1501", + "1502", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 92, - "line": 161 + "column": 17, + "line": 37 }, "start": { - "column": 56, - "line": 161 + "column": 13, + "line": 37 } } }, { - "id": "4147", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected [ …(4) ] to strictly equal [ …(2) ]", + "id": "3995", + "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": [ - "78" + "606" ], "coveredBy": [ - "78", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1283", - "1284", - "1285", - "1286", - "1287" + "606" ], "location": { "end": { - "column": 92, - "line": 161 + "column": 4, + "line": 43 }, "start": { - "column": 64, - "line": 161 + "column": 62, + "line": 41 } } }, { - "id": "4148", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected [] to strictly equal [ …(2) ]", + "id": "3996", + "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": [ - "78" + "607" ], "coveredBy": [ - "78", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1283", - "1284", - "1285", - "1286", - "1287" + "607", + "609" ], "location": { "end": { - "column": 92, - "line": 161 + "column": 4, + "line": 47 }, "start": { - "column": 64, - "line": 161 + "column": 37, + "line": 45 } } }, { - "id": "4149", - "mutatorName": "EqualityOperator", - "replacement": "card.recipient !== recipient", - "statusReason": "expected [ …(2) ] to strictly equal [ …(2) ]", + "id": "3997", + "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", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "78" - ], - "coveredBy": [ - "78", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1283", - "1284", - "1285", - "1286", - "1287" + "607" ], - "location": { - "end": { - "column": 92, - "line": 161 - }, - "start": { - "column": 64, - "line": 161 - } - } - }, - { - "id": "4150", - "mutatorName": "ArrayDeclaration", - "replacement": "[\"Stryker was here\"]", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(161,5): error TS2322: Type '{ roleName: \"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | ... 16 more ... | \"devoted-servant\"; recipient: \"thief\" | \"actor\"; }[] | string[]' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n Type 'string[]' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n Type 'string' is not assignable to type 'CreateGameAdditionalCardDto'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], "coveredBy": [ - "79", - "529", - "1287" + "607", + "609" ], "location": { "end": { - "column": 99, - "line": 161 + "column": 74, + "line": 46 }, "start": { - "column": 97, - "line": 161 + "column": 41, + "line": 46 } } }, { - "id": "4151", + "id": "3998", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(164,79): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", + "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": [], - "coveredBy": [ - "80", - "81" + "killedBy": [ + "608" ], - "location": { - "end": { - "column": 4, - "line": 166 - }, - "start": { - "column": 109, - "line": 164 - } - } - }, - { - "id": "4152", - "mutatorName": "LogicalOperator", - "replacement": "createGameDto.value.additionalCards?.filter(card => card.roleName === roleName) && []", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(165,5): error TS2322: Type 'never[] | undefined' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n Type 'undefined' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], "coveredBy": [ - "80", - "81" + "608", + "609" ], "location": { "end": { - "column": 97, - "line": 165 + "column": 4, + "line": 51 }, "start": { - "column": 12, - "line": 165 + "column": 41, + "line": 49 } } }, { - "id": "4153", - "mutatorName": "MethodExpression", - "replacement": "createGameDto.value.additionalCards", - "statusReason": "expected [ …(4) ] to strictly equal [ …(2) ]", + "id": "3999", + "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", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "80" - ], - "coveredBy": [ - "80", - "81" + "608" ], - "location": { - "end": { - "column": 91, - "line": 165 - }, - "start": { - "column": 12, - "line": 165 - } - } - }, - { - "id": "4154", - "mutatorName": "OptionalChaining", - "replacement": "createGameDto.value.additionalCards.filter", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(165,12): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], "coveredBy": [ - "80", - "81" + "608", + "609" ], "location": { "end": { - "column": 55, - "line": 165 + "column": 86, + "line": 50 }, "start": { - "column": 12, - "line": 165 + "column": 45, + "line": 50 } } }, { - "id": "4155", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected [] to strictly equal [ …(2) ]", + "id": "4000", + "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": [ - "80" + "609" ], "coveredBy": [ - "80" + "609" ], "location": { "end": { - "column": 90, - "line": 165 + "column": 4, + "line": 56 }, "start": { - "column": 56, - "line": 165 + "column": 34, + "line": 53 } } }, { - "id": "4156", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected [ …(4) ] to strictly equal [ …(2) ]", + "id": "4001", + "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": [ - "80" + "610" ], "coveredBy": [ - "80" + "610" ], "location": { "end": { - "column": 90, - "line": 165 + "column": 4, + "line": 60 }, "start": { - "column": 64, - "line": 165 + "column": 68, + "line": 58 } } }, { - "id": "4157", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected [] to strictly equal [ …(2) ]", + "id": "4002", + "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, + "testsCompleted": 2, "static": false, "killedBy": [ - "80" + "612" ], "coveredBy": [ - "80" + "611", + "612", + "613", + "618", + "619", + "620", + "621" ], "location": { "end": { - "column": 90, - "line": 165 + "column": 4, + "line": 71 }, "start": { - "column": 64, - "line": 165 + "column": 50, + "line": 62 } } }, { - "id": "4158", - "mutatorName": "EqualityOperator", - "replacement": "card.roleName !== roleName", - "statusReason": "expected [ …(2) ] to strictly equal [ …(2) ]", - "status": "Killed", - "testsCompleted": 1, + "id": "4003", + "mutatorName": "BooleanLiteral", + "replacement": "playingBackgroundAudioName.value", + "statusReason": "app/stores/audio/useAudioStore.ts(67,53): error TS2538: Type 'undefined' cannot be used as an index type.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "80" - ], + "killedBy": [], "coveredBy": [ - "80" + "611", + "612", + "613", + "618", + "619", + "620", + "621" ], "location": { "end": { - "column": 90, - "line": 165 + "column": 42, + "line": 63 }, "start": { - "column": 64, - "line": 165 + "column": 9, + "line": 63 } } }, { - "id": "4159", - "mutatorName": "ArrayDeclaration", - "replacement": "[\"Stryker was here\"]", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(165,5): error TS2322: Type '{ roleName: \"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | ... 16 more ... | \"devoted-servant\"; recipient: \"thief\" | \"actor\"; }[] | string[]' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n Type 'string[]' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n Type 'string' is not assignable to type 'CreateGameAdditionalCardDto'.\n", + "id": "4004", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "app/stores/audio/useAudioStore.ts(67,53): error TS2538: Type 'undefined' cannot be used as an index type.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "81" + "611", + "612", + "613", + "618", + "619", + "620", + "621" ], "location": { "end": { - "column": 97, - "line": 165 + "column": 42, + "line": 63 }, "start": { - "column": 95, - "line": 165 + "column": 9, + "line": 63 } } }, { - "id": "4016", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "tests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/GameLobbyAdditionalCardsManagerContent.spec.ts(38,24): error TS2339: Property 'isRoleInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/GameLobbyAdditionalCardsManagerContent.spec.ts(39,24): error TS2339: Property 'isRoleInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/GameLobbyAdditionalCardsManagerContent.spec.ts(40,24): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(57,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(80,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(89,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(104,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(128,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(142,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsManager.spec.ts(60,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsManager.spec.ts(98,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsManager.spec.ts(114,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(100,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(150,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(227,33): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(232,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(249,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(270,33): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyBeforeLeaveConfirmDialog/GameLobbyBeforeLeaveConfirmDialog.nuxt.spec.ts(68,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyBeforeLeaveConfirmDialog/GameLobbyBeforeLeaveConfirmDialog.nuxt.spec.ts(109,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyBeforeLeaveConfirmDialog/GameLobbyBeforeLeaveConfirmDialog.nuxt.spec.ts(119,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(55,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(66,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(120,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(129,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(146,30): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(163,41): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(182,37): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(187,30): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(201,37): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(218,37): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(223,30): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(237,37): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store'.\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'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(128,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(157,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(166,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(176,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(205,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(221,111): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(86,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(103,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(115,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(127,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(131,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(170,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogActorAdditionalCardsPlaced/GameLobbyStartGameConfirmDialogActorAdditionalCardsPlaced.nuxt.spec.ts(56,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(40,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(69,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(78,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(83,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(86,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(91,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(92,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/GameLobbyStartGameConfirmDialogGameOptionsChanged.nuxt.spec.ts(40,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogThiefAdditionalCardsPlaced/GameLobbyStartGameConfirmDialogThiefAdditionalCardsPlaced.nuxt.spec.ts(56,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeader.nuxt.spec.ts(123,35): error TS2339: Property 'addPlayerToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeader.nuxt.spec.ts(137,35): error TS2339: Property 'addPlayerToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderAdditionalCardsManagerButton/GameLobbyHeaderAdditionalCardsManagerButton.nuxt.spec.ts(45,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderAdditionalCardsManagerButton/GameLobbyHeaderAdditionalCardsManagerButton.nuxt.spec.ts(62,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderOptionsButton/GameLobbyHeaderOptionsButton.nuxt.spec.ts(41,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderOptionsButton/GameLobbyHeaderOptionsButton.nuxt.spec.ts(58,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderSetupButtons.nuxt.spec.ts(85,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderSetupButtons.nuxt.spec.ts(119,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(52,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(61,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(74,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(91,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(100,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(114,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(128,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(155,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(164,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(51,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(76,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(77,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(88,35): error TS2339: Property 'resetCreateGameOptionsDto' 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(66,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(69,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(78,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(81,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(91,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(110,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(122,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(125,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(138,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(147,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(159,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(162,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(58,28): 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,28): 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(76,28): 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(85,28): 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(108,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(108,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(109,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(110,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(120,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(130,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(143,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(146,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(154,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(158,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(173,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(176,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(185,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(188,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(198,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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/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(49,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(59,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(72,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(75,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(100,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(103,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(113,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(116,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(126,33): error TS2339: Property 'setCreateGameDto' 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/GameLobbyPlayersParty/GameLobbyPlayerCard/GameLobbyPlayerCard.nuxt.spec.ts(79,33): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' 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/GameLobbyPositionCoordinator/GameLobbyPositionCoordinatorSorter/GameLobbyPositionCoordinatorSorter.nuxt.spec.ts(74,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(39,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(43,24): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(64,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(65,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(66,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(84,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(85,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(112,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(116,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' 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 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(132,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(133,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(134,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(144,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(145,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(146,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(147,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(157,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(158,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(159,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(160,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(57,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(121,28): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(122,28): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(139,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(154,28): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(155,28): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(182,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(183,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(193,28): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(194,28): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(216,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(255,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(260,35): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(268,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(295,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(308,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(319,35): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' 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 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(33,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(34,24): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(58,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(59,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(60,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(74,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(75,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(76,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(89,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(90,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(91,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(116,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(117,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(118,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' 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 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(133,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' 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 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(144,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(145,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(168,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(169,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(170,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(184,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(185,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(186,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(196,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(197,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(198,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(208,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(209,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(210,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(161,33): error TS2339: Property 'resetCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(369,33): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(381,33): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(44,31): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(50,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(55,33): error TS2339: Property 'doesCreateGameDtoContainPositionDependantRoles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(60,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(65,33): error TS2339: Property 'doesCreateGameDtoContainPositionDependantRoles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(72,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(77,33): error TS2339: Property 'doesCreateGameDtoContainAdditionalCardsDependantRoles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(82,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(87,33): error TS2339: Property 'doesCreateGameDtoContainAdditionalCardsDependantRoles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(102,26): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(104,33): 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 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(119,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(126,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(137,26): error TS2339: Property 'resetCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(139,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(146,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(157,26): error TS2339: Property 'resetCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(159,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(166,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(173,26): error TS2339: Property 'resetCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(176,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(183,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(184,26): error TS2339: Property 'resetCreateGameOptionsDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(187,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(192,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(193,26): error TS2339: Property 'resetCreateGameOptionsDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(196,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(203,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(204,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(205,26): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(208,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(216,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(217,26): error TS2339: Property 'saveCreateGameOptionsDtoToLocalStorage' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(219,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(240,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(245,26): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(247,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(252,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(253,26): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(255,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(268,26): error TS2339: Property 'addPlayerToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(270,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(282,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(293,26): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(295,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(305,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(312,26): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(314,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(326,26): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(328,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(340,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(348,26): error TS2339: Property 'removePlayerFromCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(350,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(360,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(366,26): error TS2339: Property 'removePlayerFromCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(368,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(375,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(380,33): error TS2339: Property 'isRoleInCreateGameDto' 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(390,33): error TS2339: Property 'isRoleInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(402,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(405,41): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(420,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(423,41): error TS2339: Property 'getPlayersWithAnyRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(499,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(501,33): error TS2339: Property 'isRoleMinReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(556,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(558,33): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(620,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(622,33): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(639,26): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(641,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(660,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(673,26): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(675,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(700,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(706,41): error TS2339: Property 'getAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(713,41): error TS2339: Property 'getAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(740,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(746,41): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(753,41): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\n", - "status": "CompileError", - "static": false, - "coveredBy": [ - "39", - "40", - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "50", - "51", - "52", - "53", - "54", - "55", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "65", - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "76", - "77", - "78", - "79", - "80", - "81", - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "285", - "286", - "287", - "288", - "289", - "290", - "291", - "292", - "293", - "294", - "295", - "296", - "297", - "298", - "299", - "300", - "328", - "329", - "330", - "331", - "332", - "333", - "334", - "335", - "336", - "337", - "338", - "339", - "340", - "341", - "342", - "343", - "344", - "345", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", - "469", - "470", - "471", - "472", - "473", - "474", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "965", - "966", - "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1043", - "1044", - "1045", - "1046", - "1047", - "1048", - "1049", - "1050", - "1051", - "1081", - "1082", - "1083", - "1084", - "1085", - "1086", - "1087", - "1088", - "1089", - "1090", - "1109", - "1110", - "1111", - "1112", - "1113", - "1114", - "1115", - "1116", - "1117", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1164", - "1165", - "1166", - "1167", - "1168", - "1169", - "1170", - "1171", - "1172", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", - "1208", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1283", - "1284", - "1285", - "1286", - "1287", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "1309", - "1310", - "1311", - "1312", - "1313", - "1314", - "1315", - "1316", - "1317", - "1318", - "1319", - "1320", - "1321", - "1322", - "1339", - "1340", - "1341", - "1342", - "1343", - "1344", - "1345", - "1366", - "1367", - "1368", - "1369", - "1370", - "1371", - "1372", - "1373", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", - "1441", - "1442", - "1443", - "1444", - "1445", - "1446", - "1475", - "1476", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482", - "1500", - "1501", - "1502", - "1503", - "1504", - "1516", - "1517", - "1518", - "1519", - "1520", - "1521", - "1522", - "1523", - "1524", - "1525", - "1526", - "1537", - "1538", - "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", - "1553", - "1554", - "1555", - "1556", - "1557", - "1558", - "1559", - "1560", - "1561", - "1562", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", - "1579", - "1580", - "1581", - "1582", - "1583", - "1584", - "1585", - "1586", - "1587", - "1588", - "1589", - "1590", - "1591", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", - "1678", - "1679", - "1931", - "1932", - "1933", - "1934" + "id": "4005", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/audio/useAudioStore.ts(67,53): error TS2538: Type 'undefined' cannot be used as an index type.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "611", + "612", + "613", + "618", + "619", + "620", + "621" ], "location": { "end": { - "column": 2, - "line": 193 + "column": 42, + "line": 63 }, "start": { - "column": 75, - "line": 20 + "column": 9, + "line": 63 + } + } + }, + { + "id": "4006", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/audio/useAudioStore.ts(65,53): error TS2538: Type 'undefined' cannot be used as an index type.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "611", + "619" + ], + "location": { + "end": { + "column": 6, + "line": 65 + }, + "start": { + "column": 44, + "line": 63 + } + } + }, + { + "id": "4007", + "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", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "613" + ], + "coveredBy": [ + "612", + "613", + "618", + "620", + "621" + ], + "location": { + "end": { + "column": 51, + "line": 70 + }, + "start": { + "column": 16, + "line": 70 + } + } + }, + { + "id": "4008", + "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": [ + "614" + ], + "coveredBy": [ + "614", + "615", + "616", + "618", + "619", + "620", + "621" + ], + "location": { + "end": { + "column": 4, + "line": 78 + }, + "start": { + "column": 80, + "line": 73 + } + } + }, + { + "id": "4009", + "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": 2, + "static": false, + "killedBy": [ + "618" + ], + "coveredBy": [ + "617", + "618", + "619", + "620", + "621", + "622" + ], + "location": { + "end": { + "column": 4, + "line": 91 + }, + "start": { + "column": 79, + "line": 80 + } + } + }, + { + "id": "4010", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n Array [\n \"day-1\",\n \"day-2\",\n ],\n], but it was called with Array [\n \"night-1\",\n \"night-2\",\n \"night-3\",\n]", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "619" + ], + "coveredBy": [ + "617", + "618", + "619", + "620", + "621", + "622" + ], + "location": { + "end": { + "column": 55, + "line": 81 + }, + "start": { + "column": 34, + "line": 81 + } + } + }, + { + "id": "4011", + "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 Array [\n \"day-1\",\n \"day-2\",\n ],\n ]\n\n\nNumber of calls: 1\n", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "617" + ], + "coveredBy": [ + "617", + "618", + "619", + "620", + "621", + "622" + ], + "location": { + "end": { + "column": 55, + "line": 81 + }, + "start": { + "column": 34, + "line": 81 + } + } + }, + { + "id": "4012", + "mutatorName": "EqualityOperator", + "replacement": "gamePhase !== \"night\"", + "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 Array [\n \"day-1\",\n \"day-2\",\n ],\n ]\n\n\nNumber of calls: 1\n", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "617" + ], + "coveredBy": [ + "617", + "618", + "619", + "620", + "621", + "622" + ], + "location": { + "end": { + "column": 55, + "line": 81 + }, + "start": { + "column": 34, + "line": 81 + } + } + }, + { + "id": "4013", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/audio/useAudioStore.ts(81,34): 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": [ + "617", + "618", + "619", + "620", + "621", + "622" + ], + "location": { + "end": { + "column": 55, + "line": 81 + }, + "start": { + "column": 48, + "line": 81 + } + } + }, + { + "id": "4014", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\" | null' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n Type 'null' is not assignable to type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "617", + "618", + "619", + "620", + "621", + "622" + ], + "location": { + "end": { + "column": 108, + "line": 82 + }, + "start": { + "column": 9, + "line": 82 + } + } + }, + { + "id": "4015", + "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 Array [\n \"night-1\",\n \"night-2\",\n \"night-3\",\n ],\n ]\n\n\nNumber of calls: 1\n", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "617" + ], + "coveredBy": [ + "617", + "618", + "619", + "620", + "621", + "622" + ], + "location": { + "end": { + "column": 108, + "line": 82 + }, + "start": { + "column": 9, + "line": 82 + } + } + }, + { + "id": "4016", + "mutatorName": "LogicalOperator", + "replacement": "playingBackgroundAudioName.value || backgroundAudioNames.includes(playingBackgroundAudioName.value)", + "statusReason": "app/stores/audio/useAudioStore.ts(82,75): error TS2345: Argument of type 'undefined' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "617", + "618", + "619", + "620", + "621", + "622" + ], + "location": { + "end": { + "column": 108, + "line": 82 + }, + "start": { + "column": 9, + "line": 82 + } + } + }, + { + "id": "4017", + "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 Array [\n \"night-1\",\n \"night-2\",\n \"night-3\",\n ],\n ]\n\n\nNumber of calls: 1\n", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "617" + ], + "coveredBy": [ + "617" + ], + "location": { + "end": { + "column": 6, + "line": 84 + }, + "start": { + "column": 110, + "line": 82 + } + } + }, + { + "id": "4018", + "mutatorName": "BooleanLiteral", + "replacement": "randomGamePhaseBackgroundAudioName", + "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type 'null' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "618", + "619", + "620", + "621", + "622" + ], + "location": { + "end": { + "column": 44, + "line": 86 + }, + "start": { + "column": 9, + "line": 86 } } }, { "id": "4019", - "mutatorName": "ObjectLiteral", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\" | null' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n Type 'null' is not assignable to type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "618", + "619", + "620", + "621", + "622" + ], + "location": { + "end": { + "column": 44, + "line": 86 + }, + "start": { + "column": 9, + "line": 86 + } + } + }, + { + "id": "4020", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/audio/useAudioStore.ts(90,25): error TS2345: Argument of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\" | null' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n Type 'null' is not assignable to type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "618", + "619", + "620", + "621", + "622" + ], + "location": { + "end": { + "column": 44, + "line": 86 + }, + "start": { + "column": 9, + "line": 86 + } + } + }, + { + "id": "4021", + "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(26,53): error TS2345: Argument of type '{}' is not assignable to parameter of type 'OmitToJSON'.\n Type '{}' is missing the following properties from type 'OmitToJSON': players, options\n", + "statusReason": "app/stores/audio/useAudioStore.ts(88,25): error TS2345: Argument of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\" | null' is not assignable to parameter of type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n Type 'null' is not assignable to type '\"day-1\" | \"day-2\" | \"night-1\" | \"night-2\" | \"night-3\"'.\n", "status": "CompileError", "static": false, + "killedBy": [], "coveredBy": [ - "39", - "40", - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "50", - "51", - "52", - "53", - "54", - "55", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "65", - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "76", - "77", - "78", - "79", - "80", - "81", - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "285", - "286", - "287", - "288", - "289", - "290", - "291", - "292", - "293", - "294", - "295", - "296", - "297", - "298", - "299", - "300", - "328", - "329", - "330", - "331", - "332", - "333", - "334", - "335", - "336", - "337", - "338", - "339", - "340", - "341", - "342", - "343", - "344", - "345", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", - "469", - "470", - "471", - "472", - "473", - "474", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "965", - "966", - "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1043", - "1044", - "1045", - "1046", - "1047", - "1048", - "1049", - "1050", - "1051", - "1081", - "1082", - "1083", - "1084", - "1085", - "1086", - "1087", - "1088", - "1089", - "1090", - "1109", - "1110", - "1111", - "1112", - "1113", - "1114", - "1115", - "1116", - "1117", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1164", - "1165", - "1166", - "1167", - "1168", - "1169", - "1170", - "1171", - "1172", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", - "1208", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1283", - "1284", - "1285", - "1286", - "1287", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "1309", - "1310", - "1311", - "1312", - "1313", - "1314", - "1315", - "1316", - "1317", - "1318", - "1319", - "1320", - "1321", - "1322", - "1339", - "1340", - "1341", - "1342", - "1343", - "1344", - "1345", - "1366", - "1367", - "1368", - "1369", - "1370", - "1371", - "1372", - "1373", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", - "1441", - "1442", - "1443", - "1444", - "1445", - "1446", - "1475", - "1476", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482", - "1500", - "1501", - "1502", - "1503", - "1504", - "1516", - "1517", - "1518", - "1519", - "1520", - "1521", - "1522", - "1523", - "1524", - "1525", - "1526", - "1537", - "1538", - "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", - "1553", - "1554", - "1555", - "1556", - "1557", - "1558", - "1559", - "1560", - "1561", - "1562", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", - "1579", - "1580", - "1581", - "1582", - "1583", - "1584", - "1585", - "1586", - "1587", - "1588", - "1589", - "1590", - "1591", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", - "1678", - "1679", - "1931", - "1932", - "1933", - "1934" + "622" + ], + "location": { + "end": { + "column": 6, + "line": 88 + }, + "start": { + "column": 46, + "line": 86 + } + } + }, + { + "id": "4022", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "623" + ], + "coveredBy": [ + "623", + "624", + "625", + "626" + ], + "location": { + "end": { + "column": 4, + "line": 97 + }, + "start": { + "column": 49, + "line": 93 + } + } + }, + { + "id": "4023", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "626" + ], + "coveredBy": [ + "626" ], "location": { "end": { "column": 4, - "line": 29 + "line": 101 }, "start": { - "column": 53, - "line": 26 + "column": 31, + "line": 99 } } }, { - "id": "4020", - "mutatorName": "ArrayDeclaration", - "replacement": "[\"Stryker was here\"]", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(27,15): error TS2322: Type 'string' is not assignable to type 'CreateGamePlayerDto'.\n", + "id": "4024", + "mutatorName": "BooleanLiteral", + "replacement": "isMuted.value", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "626" + ], + "coveredBy": [ + "626" + ], + "location": { + "end": { + "column": 27, + "line": 100 + }, + "start": { + "column": 13, + "line": 100 + } + } + }, + { + "id": "4025", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "tests/unit/specs/app.nuxt.spec.ts(54,23): error TS2339: Property 'setHowlerAudioSettingsFromAudioStoreState' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(135,18): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(144,18): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(153,18): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(162,18): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts(174,25): error TS2339: Property 'toggleMute' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameBearGrowlsOrSleepsEvent/GameBearGrowlsOrSleepsEvent.nuxt.spec.ts(52,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameBearGrowlsOrSleepsEvent/GameBearGrowlsOrSleepsEvent.nuxt.spec.ts(66,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameCupidHasCharmedEvent/GameCupidHasCharmedEvent.nuxt.spec.ts(65,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameScandalmongerMayHaveMarkedEvent/GameScandalmongerMayHaveMarkedEvent.nuxt.spec.ts(64,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameScandalmongerMayHaveMarkedEvent/GameScandalmongerMayHaveMarkedEvent.nuxt.spec.ts(70,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent.nuxt.spec.ts(36,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameActorTurnStartsEvent/GameActorTurnStartsEvent.nuxt.spec.ts(36,25): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameFoxTurnStartsEvent/GameFoxTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameHunterTurnStartsEvent/GameHunterTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GamePiedPiperTurnStartsEvent/GamePiedPiperTurnStartsEvent.nuxt.spec.ts(43,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScandalmongerTurnStartsEvent/GameScandalmongerTurnStartsEvent.nuxt.spec.ts(43,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScapegoatTurnStartsEvent/GameScapegoatTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameStutteringJudgeTurnStartsEvent/GameStutteringJudgeTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWildChildTurnStartsEvent/GameWildChildTurnStartsEvent.nuxt.spec.ts(35,23): error TS2339: Property 'playSoundEffect' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(76,15): error TS2339: Property 'playingBackgroundAudioName' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(82,15): error TS2339: Property 'nightBackgroundAudioNames' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(88,15): error TS2339: Property 'dayBackgroundAudioNames' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(94,15): error TS2339: Property 'isMuted' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(103,18): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(104,18): error TS2339: Property 'setHowlerAudioSettingsFromAudioStoreState' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(112,15): error TS2339: Property 'soundEffects' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(112,29): error TS2339: Property 'loadSoundEffects' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(116,16): error TS18046: 'soundEffect' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(123,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(123,33): error TS2339: Property 'loadBackgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(127,16): error TS18046: 'backgroundAudio' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(134,15): error TS2339: Property 'loadAllAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(135,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(135,33): error TS2339: Property 'soundEffects' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(139,16): error TS18046: 'backgroundAudio' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(142,16): error TS18046: 'soundEffect' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(149,15): error TS2339: Property 'soundEffects' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(149,29): error TS2339: Property 'playSoundEffect' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(159,15): error TS2339: Property 'fadeOutPlayingBackgroundAudio' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(159,46): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(163,16): error TS18046: 'backgroundAudio' is of type 'unknown'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(169,15): error TS2339: Property 'fadeOutPlayingBackgroundAudio' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(169,46): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(170,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(178,15): error TS2339: Property 'fadeOutPlayingBackgroundAudio' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(178,46): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(179,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(189,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(189,33): error TS2339: Property 'playBackgroundAudio' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(197,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(197,33): error TS2339: Property 'playBackgroundAudio' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(205,15): error TS2339: Property 'playBackgroundAudio' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(209,30): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(220,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(221,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(228,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(229,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(231,83): error TS2339: Property 'nightBackgroundAudioNames' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(236,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(238,83): error TS2339: Property 'dayBackgroundAudioNames' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(243,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(244,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(245,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(252,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(253,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(254,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(261,15): error TS2339: Property 'backgroundAudios' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(262,18): error TS2339: Property 'playingBackgroundAudioName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(264,18): error TS2339: Property 'playRandomGamePhaseBackgroundAudio' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(273,15): error TS2339: Property 'setMute' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(276,25): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(281,15): error TS2339: Property 'setMute' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(289,15): error TS2339: Property 'setMute' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(292,25): error TS2339: Property 'audioSettingsFromLocalStorage' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(299,15): error TS2339: Property 'toggleMute' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(300,18): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/audio/useAudioStore.spec.ts(303,25): error TS2339: Property 'isMuted' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", "status": "CompileError", "static": false, + "killedBy": [], "coveredBy": [ - "39", - "40", - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "50", - "51", - "52", - "53", - "54", - "55", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "65", - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "76", - "77", - "78", - "79", - "80", - "81", "134", "135", "136", @@ -197186,177 +197480,72 @@ "161", "162", "163", - "285", - "286", - "287", - "288", - "289", - "290", - "291", - "292", - "293", - "294", - "295", - "296", - "297", - "298", - "299", - "300", - "328", - "329", - "330", - "331", - "332", - "333", - "334", - "335", - "336", - "337", - "338", - "339", - "340", - "341", - "342", - "343", - "344", - "345", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", - "469", - "470", - "471", - "472", - "473", - "474", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "600", + "601", + "602", + "603", + "604", + "605", + "606", + "607", + "608", + "609", + "610", + "611", + "612", + "613", + "614", + "615", + "616", + "617", + "618", + "619", + "620", + "621", + "622", + "623", + "624", + "625", + "626", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", "747", "748", "749", @@ -197369,10 +197558,13 @@ "756", "757", "758", - "774", - "775", - "776", - "777", + "759", + "760", + "761", + "762", + "763", + "764", + "765", "778", "779", "780", @@ -197385,294 +197577,300 @@ "787", "788", "789", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "946", + "947", + "948", + "949", + "950", + "951", + "952", + "953", + "954", + "955", + "956", + "957", + "958", + "959", + "960", + "961", + "962", + "963", + "964", "965", "966", "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", "1043", "1044", "1045", - "1046", - "1047", - "1048", - "1049", - "1050", - "1051", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", "1081", "1082", "1083", - "1084", - "1085", - "1086", - "1087", - "1088", - "1089", - "1090", - "1109", - "1110", - "1111", - "1112", - "1113", - "1114", - "1115", - "1116", - "1117", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1164", - "1165", - "1166", - "1167", - "1168", - "1169", - "1170", - "1171", - "1172", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", - "1208", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1250", + "1251", + "1252", + "1253", + "1254", "1255", "1256", "1257", - "1258", - "1259", - "1260", + "1279", + "1280", + "1281", + "1282", "1283", "1284", "1285", - "1286", - "1287", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "1309", - "1310", - "1311", - "1312", - "1313", - "1314", - "1315", - "1316", - "1317", - "1318", - "1319", - "1320", - "1321", - "1322", - "1339", - "1340", - "1341", - "1342", - "1343", - "1344", - "1345", - "1366", - "1367", - "1368", - "1369", - "1370", - "1371", - "1372", - "1373", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", - "1441", - "1442", - "1443", - "1444", - "1445", - "1446", - "1475", - "1476", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1486", + "1487", + "1488", + "1489", + "1490", + "1498", + "1499", "1500", "1501", "1502", - "1503", - "1504", + "1513", + "1514", + "1515", "1516", "1517", "1518", - "1519", - "1520", - "1521", - "1522", - "1523", - "1524", - "1525", - "1526", + "1535", + "1536", "1537", "1538", "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", + "1550", + "1551", + "1552", "1553", "1554", "1555", - "1556", - "1557", - "1558", - "1559", - "1560", - "1561", - "1562", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", - "1579", - "1580", - "1581", - "1582", - "1583", - "1584", - "1585", - "1586", - "1587", - "1588", - "1589", - "1590", - "1591", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", - "1678", - "1679", - "1931", - "1932", - "1933", - "1934" + "1629", + "1630", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1779", + "1780", + "1781", + "1782", + "1818", + "1819", + "1820", + "1821", + "1850", + "1851", + "1852", + "1853", + "1866", + "1867", + "1868", + "1869", + "1870", + "1871", + "1872", + "1873", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922" ], "location": { "end": { - "column": 16, - "line": 27 + "column": 4, + "line": 120 }, "start": { - "column": 14, - "line": 27 + "column": 10, + "line": 102 } } - }, + } + ], + "source": "import { useLocalStorage } from \"@vueuse/core\";\nimport { Howl, Howler } from \"howler\";\nimport { draw } from \"radash\";\nimport { defineStore } from \"pinia\";\nimport type { GamePhaseName } from \"~/composables/api/game/types/game-phase/game-phase.types\";\nimport { BACKGROUND_AUDIO_NAMES, DEFAULT_AUDIO_SETTINGS, SOUND_EFFECT_NAMES } from \"~/stores/audio/constants/audio.constants\";\nimport type { AudioSettings, BackgroundAudioName, SoundEffectName } from \"~/stores/audio/types/audio.types\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { LocalStorageKeys } from \"~/utils/enums/local-storage.enums\";\n\nconst useAudioStore = defineStore(StoreIds.AUDIO, () => {\n const audioSettingsFromLocalStorage = useLocalStorage(LocalStorageKeys.AUDIO_SETTINGS, DEFAULT_AUDIO_SETTINGS, { mergeDefaults: true });\n\n const isMuted = ref(audioSettingsFromLocalStorage.value.isMuted);\n\n const soundEffects = Object.fromEntries(SOUND_EFFECT_NAMES.map(name => [name, createSoundEffect(name)])) as Record;\n\n const backgroundAudios = Object.fromEntries(BACKGROUND_AUDIO_NAMES.map(name => [name, createBackgroundAudio(name)])) as Record;\n\n const playingBackgroundAudioName = ref();\n\n const nightBackgroundAudioNames = Object.keys(backgroundAudios).filter((name): name is BackgroundAudioName => name.startsWith(\"night-\"));\n\n const dayBackgroundAudioNames = Object.keys(backgroundAudios).filter((name): name is BackgroundAudioName => name.startsWith(\"day-\"));\n\n function createSoundEffect(src: SoundEffectName): Howl {\n return new Howl({\n preload: false,\n src: [`/audio/sound-effects/${src}.webm`],\n });\n }\n\n function createBackgroundAudio(src: BackgroundAudioName): Howl {\n return new Howl({\n preload: false,\n src: [`/audio/audio-backgrounds/${src}.webm`],\n loop: true,\n });\n }\n\n function setHowlerAudioSettingsFromAudioStoreState(): void {\n Howler.mute(isMuted.value);\n }\n\n function loadSoundEffects(): void {\n Object.values(soundEffects).forEach(soundEffect => soundEffect.load());\n }\n\n function loadBackgroundAudios(): void {\n Object.values(backgroundAudios).forEach(backgroundAudio => backgroundAudio.load());\n }\n\n function loadAllAudios(): void {\n loadBackgroundAudios();\n loadSoundEffects();\n }\n\n function playSoundEffect(soundEffectName: SoundEffectName): void {\n soundEffects[soundEffectName].play();\n }\n\n function fadeOutPlayingBackgroundAudio(): void {\n if (!playingBackgroundAudioName.value) {\n return;\n }\n const fadeOutDuration = 1000;\n const playingBackgroundAudio = backgroundAudios[playingBackgroundAudioName.value];\n playingBackgroundAudio.fade(1, 0, fadeOutDuration);\n playingBackgroundAudioName.value = undefined;\n setTimeout(() => playingBackgroundAudio.stop(), fadeOutDuration);\n }\n\n function playBackgroundAudio(backgroundAudioName: BackgroundAudioName): void {\n const fadeInDuration = 1000;\n backgroundAudios[backgroundAudioName].fade(0, 1, fadeInDuration);\n backgroundAudios[backgroundAudioName].play();\n playingBackgroundAudioName.value = backgroundAudioName;\n }\n\n function playRandomGamePhaseBackgroundAudio(gamePhase: GamePhaseName): void {\n const backgroundAudioNames = gamePhase === \"night\" ? nightBackgroundAudioNames : dayBackgroundAudioNames;\n if (playingBackgroundAudioName.value && backgroundAudioNames.includes(playingBackgroundAudioName.value)) {\n return;\n }\n const randomGamePhaseBackgroundAudioName = draw(backgroundAudioNames);\n if (!randomGamePhaseBackgroundAudioName) {\n return;\n }\n fadeOutPlayingBackgroundAudio();\n playBackgroundAudio(randomGamePhaseBackgroundAudioName);\n }\n\n function setMute(isAudioMuted: boolean): void {\n isMuted.value = isAudioMuted;\n Howler.mute(isAudioMuted);\n audioSettingsFromLocalStorage.value.isMuted = isAudioMuted;\n }\n\n function toggleMute(): void {\n setMute(!isMuted.value);\n }\n return {\n audioSettingsFromLocalStorage,\n isMuted,\n soundEffects,\n backgroundAudios,\n playingBackgroundAudioName,\n nightBackgroundAudioNames,\n dayBackgroundAudioNames,\n setHowlerAudioSettingsFromAudioStoreState,\n loadSoundEffects,\n loadBackgroundAudios,\n loadAllAudios,\n playSoundEffect,\n fadeOutPlayingBackgroundAudio,\n playBackgroundAudio,\n playRandomGamePhaseBackgroundAudio,\n setMute,\n toggleMute,\n };\n});\n\nexport { useAudioStore };" + }, + "app/stores/game/create-game-dto/useCreateGameDtoStore.ts": { + "language": "typescript", + "mutants": [ { - "id": "4021", - "mutatorName": "ObjectLiteral", + "id": "4026", + "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(31,65): error TS2345: Argument of type '{}' is not assignable to parameter of type 'OmitToJSON'.\n Type '{}' is missing the following properties from type 'OmitToJSON': players, options\n", + "statusReason": "tests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/GameLobbyAdditionalCardsManagerContent.spec.ts(38,24): error TS2339: Property 'isRoleInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/GameLobbyAdditionalCardsManagerContent.spec.ts(39,24): error TS2339: Property 'isRoleInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/GameLobbyAdditionalCardsManagerContent.spec.ts(40,24): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(57,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(80,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(89,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(104,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(128,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(142,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsManager.spec.ts(60,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsManager.spec.ts(98,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsManager.spec.ts(114,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(100,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(150,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(227,33): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(232,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(249,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(270,33): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyBeforeLeaveConfirmDialog/GameLobbyBeforeLeaveConfirmDialog.nuxt.spec.ts(68,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyBeforeLeaveConfirmDialog/GameLobbyBeforeLeaveConfirmDialog.nuxt.spec.ts(109,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyBeforeLeaveConfirmDialog/GameLobbyBeforeLeaveConfirmDialog.nuxt.spec.ts(119,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(55,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(66,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(120,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(129,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(146,30): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(163,41): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(182,37): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(187,30): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(201,37): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(218,37): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(223,30): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(237,37): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store'.\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'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(128,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(157,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(166,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(176,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(205,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(221,111): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(86,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(103,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(115,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(127,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(131,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(170,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogActorAdditionalCardsPlaced/GameLobbyStartGameConfirmDialogActorAdditionalCardsPlaced.nuxt.spec.ts(56,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(40,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(69,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(78,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(83,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(86,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(91,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(92,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/GameLobbyStartGameConfirmDialogGameOptionsChanged.nuxt.spec.ts(40,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogThiefAdditionalCardsPlaced/GameLobbyStartGameConfirmDialogThiefAdditionalCardsPlaced.nuxt.spec.ts(56,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeader.nuxt.spec.ts(123,35): error TS2339: Property 'addPlayerToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeader.nuxt.spec.ts(137,35): error TS2339: Property 'addPlayerToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderAdditionalCardsManagerButton/GameLobbyHeaderAdditionalCardsManagerButton.nuxt.spec.ts(45,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderAdditionalCardsManagerButton/GameLobbyHeaderAdditionalCardsManagerButton.nuxt.spec.ts(62,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderOptionsButton/GameLobbyHeaderOptionsButton.nuxt.spec.ts(41,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderOptionsButton/GameLobbyHeaderOptionsButton.nuxt.spec.ts(58,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderSetupButtons.nuxt.spec.ts(85,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderSetupButtons.nuxt.spec.ts(119,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(97,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(106,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(119,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(136,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(145,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(159,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(173,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(200,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts(209,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(51,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(76,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(77,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(88,35): error TS2339: Property 'resetCreateGameOptionsDto' 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(66,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(69,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(78,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(81,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(91,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(110,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(122,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(125,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(138,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(147,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(159,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(162,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(58,28): 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,28): 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(76,28): 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(85,28): 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(108,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(108,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(109,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(110,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(120,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(130,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(143,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(146,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(154,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(158,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(173,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(176,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(185,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(188,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(198,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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/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(49,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(59,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(72,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(75,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(100,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(103,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(113,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(116,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(126,33): error TS2339: Property 'setCreateGameDto' 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/GameLobbyPlayersParty/GameLobbyPlayerCard/GameLobbyPlayerCard.nuxt.spec.ts(79,33): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' 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/GameLobbyPositionCoordinator/GameLobbyPositionCoordinatorSorter/GameLobbyPositionCoordinatorSorter.nuxt.spec.ts(74,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(39,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(43,24): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(64,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(65,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(66,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(84,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(85,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(112,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(116,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' 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 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(132,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(133,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(134,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(144,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(145,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(146,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(147,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(157,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(158,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(159,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(160,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(57,24): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(121,28): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(122,28): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(139,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(154,28): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(155,28): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(182,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(183,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(193,28): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(194,28): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(216,35): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(255,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(260,35): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(268,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(295,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(308,28): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(319,35): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' 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 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(33,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(34,24): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(58,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(59,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(60,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(74,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(75,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(76,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(89,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(90,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(91,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(116,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(117,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(118,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' 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 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(133,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' 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 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(144,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(145,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(168,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(169,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(170,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(184,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(185,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(186,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(196,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(197,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(198,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(208,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(209,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(210,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(161,33): error TS2339: Property 'resetCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(369,33): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(381,33): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(44,31): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(50,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(55,33): error TS2339: Property 'doesCreateGameDtoContainPositionDependantRoles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(60,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(65,33): error TS2339: Property 'doesCreateGameDtoContainPositionDependantRoles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(72,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(77,33): error TS2339: Property 'doesCreateGameDtoContainAdditionalCardsDependantRoles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(82,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(87,33): error TS2339: Property 'doesCreateGameDtoContainAdditionalCardsDependantRoles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(102,26): error TS2339: Property 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(104,33): 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 'setCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(119,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(126,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(137,26): error TS2339: Property 'resetCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(139,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(146,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(157,26): error TS2339: Property 'resetCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(159,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(166,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(173,26): error TS2339: Property 'resetCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(176,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(183,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(184,26): error TS2339: Property 'resetCreateGameOptionsDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(187,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(192,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(193,26): error TS2339: Property 'resetCreateGameOptionsDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(196,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(203,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(204,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(205,26): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(208,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(216,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(217,26): error TS2339: Property 'saveCreateGameOptionsDtoToLocalStorage' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(219,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(240,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(245,26): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(247,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(252,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(253,26): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(255,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(268,26): error TS2339: Property 'addPlayerToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(270,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(282,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(293,26): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(295,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(305,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(312,26): error TS2339: Property 'updatePlayerInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(314,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(326,26): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(328,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(340,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(348,26): error TS2339: Property 'removePlayerFromCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(350,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(360,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(366,26): error TS2339: Property 'removePlayerFromCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(368,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(375,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(380,33): error TS2339: Property 'isRoleInCreateGameDto' 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(390,33): error TS2339: Property 'isRoleInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(402,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(405,41): error TS2339: Property 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(420,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(423,41): error TS2339: Property 'getPlayersWithAnyRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(499,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(501,33): error TS2339: Property 'isRoleMinReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(556,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(558,33): error TS2339: Property 'isRoleMaxReachedInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(620,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(622,33): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(639,26): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(641,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(660,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(673,26): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(675,33): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(700,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(706,41): error TS2339: Property 'getAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(713,41): error TS2339: Property 'getAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(740,26): error TS2339: Property 'createGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(746,41): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(753,41): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store'.\n", "status": "CompileError", "static": false, + "killedBy": [], "coveredBy": [ "39", "40", @@ -197891,6 +198089,13 @@ "667", "668", "669", + "670", + "671", + "672", + "673", + "674", + "675", + "676", "677", "678", "679", @@ -197903,13 +198108,6 @@ "686", "687", "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -197918,37 +198116,37 @@ "701", "702", "703", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", "774", "775", "776", "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "819", - "820", - "821", "822", "823", "824", @@ -197957,18 +198155,18 @@ "827", "828", "829", - "934", - "935", - "936", + "830", + "831", + "832", "937", "938", "939", "940", "941", "942", - "965", - "966", - "967", + "943", + "944", + "945", "968", "969", "970", @@ -197977,9 +198175,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -197987,18 +198185,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -198006,18 +198204,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -198044,29 +198242,29 @@ "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1283", - "1284", - "1285", + "1261", + "1262", + "1263", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -198087,24 +198285,24 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -198116,28 +198314,28 @@ "1392", "1393", "1394", - "1441", - "1442", - "1443", + "1395", + "1396", + "1397", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1516", - "1517", - "1518", + "1505", + "1506", + "1507", "1519", "1520", "1521", @@ -198146,9 +198344,9 @@ "1524", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -198156,9 +198354,9 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", "1558", @@ -198176,9 +198374,9 @@ "1570", "1571", "1572", - "1579", - "1580", - "1581", + "1573", + "1574", + "1575", "1582", "1583", "1584", @@ -198204,36 +198402,43 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1678", - "1679", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1681", + "1682", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { - "column": 4, - "line": 34 + "column": 2, + "line": 193 }, "start": { - "column": 65, - "line": 31 + "column": 75, + "line": 20 } } }, { - "id": "4022", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(36,32): 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 'GameOptions'.\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", + "id": "4027", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"gameOptions\",\n Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n Object {\n \"mergeDefaults\": true,\n },\n], but it was called with \"gameOptions\"", + "status": "Killed", + "testsCompleted": 1, "static": false, + "killedBy": [ + "39" + ], "coveredBy": [ "39", "40", @@ -198452,6 +198657,13 @@ "667", "668", "669", + "670", + "671", + "672", + "673", + "674", + "675", + "676", "677", "678", "679", @@ -198464,13 +198676,6 @@ "686", "687", "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -198479,37 +198684,37 @@ "701", "702", "703", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", "774", "775", "776", "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "819", - "820", - "821", "822", "823", "824", @@ -198518,18 +198723,18 @@ "827", "828", "829", - "934", - "935", - "936", + "830", + "831", + "832", "937", "938", "939", "940", "941", "942", - "965", - "966", - "967", + "943", + "944", + "945", "968", "969", "970", @@ -198538,9 +198743,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -198548,18 +198753,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -198567,18 +198772,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -198605,29 +198810,29 @@ "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1283", - "1284", - "1285", + "1261", + "1262", + "1263", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -198648,24 +198853,24 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -198677,28 +198882,28 @@ "1392", "1393", "1394", - "1441", - "1442", - "1443", + "1395", + "1396", + "1397", "1444", "1445", "1446", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", "1481", "1482", - "1500", - "1501", - "1502", + "1483", + "1484", + "1485", "1503", "1504", - "1516", - "1517", - "1518", + "1505", + "1506", + "1507", "1519", "1520", "1521", @@ -198707,9 +198912,9 @@ "1524", "1525", "1526", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -198717,9 +198922,9 @@ "1544", "1545", "1546", - "1553", - "1554", - "1555", + "1547", + "1548", + "1549", "1556", "1557", "1558", @@ -198737,9 +198942,9 @@ "1570", "1571", "1572", - "1579", - "1580", - "1581", + "1573", + "1574", + "1575", "1582", "1583", "1584", @@ -198765,36 +198970,43 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", - "1678", - "1679", - "1931", - "1932", - "1933", - "1934" + "1620", + "1621", + "1622", + "1681", + "1682", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { - "column": 87, - "line": 36 + "column": 140, + "line": 24 }, "start": { - "column": 54, - "line": 36 + "column": 117, + "line": 24 } } }, { - "id": "4160", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "tests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/GameLobbyAdditionalCardsManagerContent.spec.ts(38,24): error TS2339: Property 'isRoleInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/GameLobbyAdditionalCardsManagerContent.spec.ts(39,24): error TS2339: Property 'isRoleInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/GameLobbyAdditionalCardsManagerContent.spec.ts(40,24): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(57,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.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/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.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/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(104,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(128,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(142,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsManager.spec.ts(60,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsManager.spec.ts(98,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsManager.spec.ts(114,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(100,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(150,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(227,33): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(232,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(249,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(270,33): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyBeforeLeaveConfirmDialog/GameLobbyBeforeLeaveConfirmDialog.nuxt.spec.ts(68,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyBeforeLeaveConfirmDialog/GameLobbyBeforeLeaveConfirmDialog.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/GameLobbyBeforeLeaveConfirmDialog/GameLobbyBeforeLeaveConfirmDialog.nuxt.spec.ts(119,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(55,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(66,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(120,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(129,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(146,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(163,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(182,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(187,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(201,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(218,37): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(223,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(237,37): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' 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(128,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(157,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(166,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(176,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(205,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(221,111): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(86,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.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/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.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/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(127,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(131,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(170,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogActorAdditionalCardsPlaced/GameLobbyStartGameConfirmDialogActorAdditionalCardsPlaced.nuxt.spec.ts(56,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(40,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(69,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(78,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(83,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(86,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(91,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(92,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/GameLobbyStartGameConfirmDialogGameOptionsChanged.nuxt.spec.ts(40,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogThiefAdditionalCardsPlaced/GameLobbyStartGameConfirmDialogThiefAdditionalCardsPlaced.nuxt.spec.ts(56,24): 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(123,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(137,35): error TS2339: Property 'addPlayerToCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderAdditionalCardsManagerButton/GameLobbyHeaderAdditionalCardsManagerButton.nuxt.spec.ts(45,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderAdditionalCardsManagerButton/GameLobbyHeaderAdditionalCardsManagerButton.nuxt.spec.ts(62,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderOptionsButton/GameLobbyHeaderOptionsButton.nuxt.spec.ts(41,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderOptionsButton/GameLobbyHeaderOptionsButton.nuxt.spec.ts(58,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderSetupButtons.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/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderSetupButtons.nuxt.spec.ts(119,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(52,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(61,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(74,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(91,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(100,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(114,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(128,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(155,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(164,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(51,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(76,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(77,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(88,35): error TS2339: Property 'resetCreateGameOptionsDto' 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(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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(138,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(147,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(159,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(162,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(58,28): 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,28): 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(76,28): 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(85,28): 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(108,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(108,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(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/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.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/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(120,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(130,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(143,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(146,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(154,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(158,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(173,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(176,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(185,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(188,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(198,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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/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(49,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(59,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(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/GameLobbyOptionsHubVotesTab/GameLobbyOptionsHubVotesTab.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/GameLobbyOptionsHubVotesTab/GameLobbyOptionsHubVotesTab.nuxt.spec.ts(100,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(103,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(113,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(116,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(126,33): error TS2339: Property 'setCreateGameDto' 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/GameLobbyPlayersParty/GameLobbyPlayerCard/GameLobbyPlayerCard.nuxt.spec.ts(79,33): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' 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/GameLobbyPositionCoordinator/GameLobbyPositionCoordinatorSorter/GameLobbyPositionCoordinatorSorter.nuxt.spec.ts(74,33): error TS2339: Property 'createGameDto' 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(39,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(43,24): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(64,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(65,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(66,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(84,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(85,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(112,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(116,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' 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 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.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/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(133,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(134,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(144,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(145,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(146,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(147,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(157,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(158,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(159,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(160,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(57,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(121,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(122,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(139,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(154,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(155,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(182,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(183,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(193,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(194,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(216,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(255,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(260,35): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(268,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(295,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(308,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(319,35): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(32,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(33,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(34,24): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(58,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(59,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(60,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(74,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(75,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(76,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(89,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(90,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(91,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(116,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(117,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(118,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' 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 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(133,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' 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 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(144,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(145,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(168,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(169,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(170,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(184,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(185,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(186,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(196,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(197,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(198,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(208,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(209,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(210,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(161,33): error TS2339: Property 'resetCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(369,33): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(381,33): 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(44,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(50,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(55,33): error TS2339: Property 'doesCreateGameDtoContainPositionDependantRoles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(60,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(65,33): error TS2339: Property 'doesCreateGameDtoContainPositionDependantRoles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(72,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(77,33): error TS2339: Property 'doesCreateGameDtoContainAdditionalCardsDependantRoles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(82,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(87,33): error TS2339: Property 'doesCreateGameDtoContainAdditionalCardsDependantRoles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(102,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(104,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(117,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(119,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(126,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(137,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(139,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(146,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(157,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(159,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(166,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(173,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(176,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(183,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(184,26): error TS2339: Property 'resetCreateGameOptionsDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(187,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(192,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(193,26): error TS2339: Property 'resetCreateGameOptionsDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(196,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(203,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(204,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(205,26): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(208,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(216,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(217,26): error TS2339: Property 'saveCreateGameOptionsDtoToLocalStorage' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(219,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(240,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(245,26): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(247,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(252,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(253,26): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(255,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(268,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(270,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(282,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(293,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(295,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(305,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(312,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(314,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(326,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(328,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(340,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(348,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(350,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(360,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(366,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(368,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(375,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(380,33): error TS2339: Property 'isRoleInCreateGameDto' 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(390,33): error TS2339: Property 'isRoleInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(402,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(405,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(420,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(423,41): error TS2339: Property 'getPlayersWithAnyRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(499,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(501,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(556,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(558,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(620,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(622,33): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(639,26): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(641,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(660,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(673,26): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(675,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(700,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(706,41): error TS2339: Property 'getAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(713,41): error TS2339: Property 'getAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(740,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(746,41): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(753,41): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", - "status": "CompileError", + "id": "4028", + "mutatorName": "BooleanLiteral", + "replacement": "false", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once with Array [\n \"gameOptions\",\n Object {\n \"composition\": Object {\n \"isHidden\": false,\n },\n \"roles\": Object {\n \"actor\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"areRevealedOnDeath\": true,\n \"bearTamer\": Object {\n \"doesGrowlOnWerewolvesSide\": true,\n },\n \"bigBadWolf\": Object {\n \"isPowerlessIfWerewolfDies\": true,\n },\n \"cupid\": Object {\n \"lovers\": Object {\n \"doRevealRoleToEachOther\": false,\n },\n \"mustWinWithLovers\": false,\n },\n \"defender\": Object {\n \"canProtectTwice\": false,\n },\n \"doSkipCallIfNoTarget\": false,\n \"elder\": Object {\n \"doesTakeHisRevenge\": true,\n \"livesCountAgainstWerewolves\": 2,\n },\n \"fox\": Object {\n \"isPowerlessIfMissesWerewolf\": true,\n },\n \"idiot\": Object {\n \"doesDieOnElderDeath\": true,\n },\n \"littleGirl\": Object {\n \"isProtectedByDefender\": false,\n },\n \"piedPiper\": Object {\n \"areCharmedPeopleRevealed\": false,\n \"charmedPeopleCountPerNight\": 2,\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"prejudicedManipulator\": Object {\n \"isPowerlessOnWerewolvesSide\": true,\n },\n \"scandalmonger\": Object {\n \"markPenalty\": 2,\n },\n \"seer\": Object {\n \"canSeeRoles\": true,\n \"isTalkative\": true,\n },\n \"sheriff\": Object {\n \"electedAt\": Object {\n \"phaseName\": \"night\",\n \"turn\": 1,\n },\n \"hasDoubledVote\": true,\n \"isEnabled\": true,\n \"mustSettleTieInVotes\": true,\n },\n \"stutteringJudge\": Object {\n \"voteRequestsCount\": 1,\n },\n \"thief\": Object {\n \"isChosenCardRevealed\": false,\n \"mustChooseBetweenWerewolves\": true,\n },\n \"threeBrothers\": Object {\n \"wakingUpInterval\": 2,\n },\n \"twoSisters\": Object {\n \"wakingUpInterval\": 2,\n },\n \"werewolf\": Object {\n \"canEatEachOther\": false,\n },\n \"whiteWerewolf\": Object {\n \"wakingUpInterval\": 2,\n },\n \"wildChild\": Object {\n \"isTransformationRevealed\": false,\n },\n \"witch\": Object {\n \"doesKnowWerewolvesTargets\": true,\n },\n \"wolfHound\": Object {\n \"isChosenSideRevealed\": false,\n \"isSideRandomlyChosen\": false,\n },\n },\n \"votes\": Object {\n \"canBeSkipped\": true,\n \"duration\": 180,\n },\n },\n Object {\n \"mergeDefaults\": true,\n },\n], but it was called with \"gameOptions\"", + "status": "Killed", + "testsCompleted": 1, "static": false, + "killedBy": [ + "39" + ], "coveredBy": [ "39", "40", @@ -199013,6 +199225,13 @@ "667", "668", "669", + "670", + "671", + "672", + "673", + "674", + "675", + "676", "677", "678", "679", @@ -199025,13 +199244,6 @@ "686", "687", "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -199040,37 +199252,37 @@ "701", "702", "703", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", "774", "775", "776", "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "819", - "820", - "821", "822", "823", "824", @@ -199079,18 +199291,18 @@ "827", "828", "829", - "934", - "935", - "936", + "830", + "831", + "832", "937", "938", "939", "940", "941", "942", - "965", - "966", - "967", + "943", + "944", + "945", "968", "969", "970", @@ -199099,9 +199311,9 @@ "973", "974", "975", - "1024", - "1025", - "1026", + "976", + "977", + "978", "1027", "1028", "1029", @@ -199109,18 +199321,18 @@ "1031", "1032", "1033", - "1043", - "1044", - "1045", + "1034", + "1035", + "1036", "1046", "1047", "1048", "1049", "1050", "1051", - "1081", - "1082", - "1083", + "1052", + "1053", + "1054", "1084", "1085", "1086", @@ -199128,18 +199340,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -199166,29 +199378,29 @@ "1170", "1171", "1172", - "1200", - "1201", - "1202", + "1173", + "1174", + "1175", "1203", "1204", "1205", "1206", "1207", "1208", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1283", - "1284", - "1285", + "1261", + "1262", + "1263", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -199209,872 +199421,201 @@ "1320", "1321", "1322", - "1339", - "1340", - "1341", + "1323", + "1324", + "1325", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", - "1369", - "1370", - "1371", - "1372", - "1373", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", - "1441", - "1442", - "1443", - "1444", - "1445", - "1446", - "1475", - "1476", - "1477", - "1478", - "1479", - "1480", - "1481", - "1482", - "1500", - "1501", - "1502", - "1503", - "1504", - "1516", - "1517", - "1518", - "1519", - "1520", - "1521", - "1522", - "1523", - "1524", - "1525", - "1526", - "1537", - "1538", - "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", - "1553", - "1554", - "1555", - "1556", - "1557", - "1558", - "1559", - "1560", - "1561", - "1562", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", - "1579", - "1580", - "1581", - "1582", - "1583", - "1584", - "1585", - "1586", - "1587", - "1588", - "1589", - "1590", - "1591", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", - "1678", - "1679", - "1931", - "1932", - "1933", - "1934" - ], - "location": { - "end": { - "column": 4, - "line": 192 - }, - "start": { - "column": 10, - "line": 167 - } - } - } - ], - "source": "import { defineStore } from \"pinia\";\nimport { get, set } from \"radash\";\nimport type { Paths } from \"type-fest\";\nimport { ref } from \"vue\";\nimport { DEFAULT_GAME_OPTIONS } from \"~/composables/api/game/constants/game-options/game-options.constants\";\nimport type { CreateGameAdditionalCardDto } from \"~/composables/api/game/dto/create-game/create-game-additional-card/create-game-additional-card.dto\";\n\nimport { CreateGamePlayerDto } from \"~/composables/api/game/dto/create-game/create-game-player/create-game-player.dto\";\nimport { CreateGameDto } from \"~/composables/api/game/dto/create-game/create-game.dto\";\nimport type { GameAdditionalCardRecipientRoleName } from \"~/composables/api/game/types/game-additional-card/game-additional-card.types\";\nimport { GameOptions } from \"~/composables/api/game/types/game-options/game-options.class\";\nimport type { DeepStringifiedGameOptions } from \"~/composables/api/game/types/game-options/game-options.types\";\nimport { ADDITIONAL_CARDS_DEPENDANT_ROLES } from \"~/composables/api/role/constants/role.constants\";\nimport type { RoleName } from \"~/composables/api/role/types/role.types\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { useRolesStore } from \"~/stores/role/useRolesStore\";\nimport { useLocalStorage } from \"@vueuse/core\";\nimport { LocalStorageKeys } from \"~/utils/enums/local-storage.enums\";\n\nconst useCreateGameDtoStore = defineStore(StoreIds.CREATE_GAME_DTO, () => {\n const rolesStore = useRolesStore();\n const { getRoleWithNameInRoles } = rolesStore;\n\n const createGameOptionsDtoFromLocalStorage = useLocalStorage(LocalStorageKeys.GAME_OPTIONS, DEFAULT_GAME_OPTIONS, { mergeDefaults: true });\n\n const defaultCreateGameDto = CreateGameDto.create({\n players: [],\n options: DEFAULT_GAME_OPTIONS,\n });\n\n const createGameDto = ref(CreateGameDto.create({\n ...defaultCreateGameDto,\n options: createGameOptionsDtoFromLocalStorage.value,\n }));\n\n const createGameOptionsDto = computed(() => createGameDto.value.options);\n\n const doesCreateGameDtoContainPositionDependantRoles = computed(() => {\n const positionDependantRoles: RoleName[] = [\"rusty-sword-knight\", \"bear-tamer\", \"fox\"];\n const playersWithPositionDependantRoles = getPlayersWithAnyRoleNameInCreateGameDto(positionDependantRoles);\n\n return playersWithPositionDependantRoles.length > 0;\n });\n\n const doesCreateGameDtoContainAdditionalCardsDependantRoles = computed(() => {\n const playersWithAdditionalCardsDependantRoles = getPlayersWithAnyRoleNameInCreateGameDto([...ADDITIONAL_CARDS_DEPENDANT_ROLES]);\n\n return playersWithAdditionalCardsDependantRoles.length > 0;\n });\n\n function setCreateGameDto(createGameDtoValue: CreateGameDto): void {\n createGameDto.value = CreateGameDto.create(createGameDtoValue);\n saveCreateGameOptionsDtoToLocalStorage();\n }\n\n function resetCreateGameDto(doesRetrieveLocalStorageValues = true): void {\n if (!doesRetrieveLocalStorageValues) {\n createGameDto.value = CreateGameDto.create(defaultCreateGameDto);\n saveCreateGameOptionsDtoToLocalStorage();\n\n return;\n }\n createGameDto.value = CreateGameDto.create({\n ...defaultCreateGameDto,\n options: createGameOptionsDtoFromLocalStorage.value,\n });\n }\n\n function resetCreateGameOptionsDto(): void {\n createGameDto.value.options = GameOptions.create(DEFAULT_GAME_OPTIONS);\n saveCreateGameOptionsDtoToLocalStorage();\n }\n\n function resetCreateGameOptionDto(optionKey: Paths): void {\n const defaultOptionValue = get(DEFAULT_GAME_OPTIONS, optionKey);\n createGameDto.value.options = GameOptions.create(set(createGameDto.value.options, optionKey, defaultOptionValue));\n saveCreateGameOptionsDtoToLocalStorage();\n }\n\n function saveCreateGameOptionsDtoToLocalStorage(): void {\n createGameOptionsDtoFromLocalStorage.value = createGameDto.value.options;\n }\n\n function removeObsoleteAdditionalCardsFromCreateGameDto(): void {\n if (!createGameDto.value.additionalCards) {\n return;\n }\n const rolesInGame = new Set(createGameDto.value.players.map(player => player.role.name));\n createGameDto.value.additionalCards = createGameDto.value.additionalCards.filter(({ recipient }) => rolesInGame.has(recipient));\n }\n\n function addPlayerToCreateGameDto(player: CreateGamePlayerDto): void {\n createGameDto.value.players.push(CreateGamePlayerDto.create(player));\n }\n\n function updatePlayerInCreateGameDto(player: CreateGamePlayerDto): void {\n const playerIndex = createGameDto.value.players.findIndex(({ name }) => name === player.name);\n if (playerIndex !== -1) {\n createGameDto.value.players.splice(playerIndex, 1, CreateGamePlayerDto.create(player));\n }\n }\n\n function setPlayersToCreateGameDto(players: CreateGamePlayerDto[]): void {\n createGameDto.value.players = players.map(player => CreateGamePlayerDto.create(player));\n }\n\n function removePlayerFromCreateGameDto(playerName: string): void {\n const playerIndex = createGameDto.value.players.findIndex(player => player.name === playerName);\n if (playerIndex !== -1) {\n createGameDto.value.players = createGameDto.value.players.toSpliced(playerIndex, 1);\n }\n }\n\n function isRoleInCreateGameDto(roleName: RoleName): boolean {\n return createGameDto.value.players.some(player => player.role.name === roleName);\n }\n\n function getPlayersWithRoleNameInCreateGameDto(roleName: RoleName): CreateGamePlayerDto[] {\n return createGameDto.value.players.filter(player => player.role.name === roleName);\n }\n\n function getPlayersWithAnyRoleNameInCreateGameDto(roleNames: RoleName[]): CreateGamePlayerDto[] {\n return createGameDto.value.players.filter(player => player.role.name && roleNames.includes(player.role.name));\n }\n\n function isRoleMinReachedInCreateGameDto(roleName: RoleName): boolean {\n const playersWithRoleName = getPlayersWithRoleNameInCreateGameDto(roleName);\n const role = getRoleWithNameInRoles(roleName);\n\n return !!role && (role.minInGame === undefined || playersWithRoleName.length >= role.minInGame);\n }\n\n function isRoleMaxReachedInCreateGameDto(roleName: RoleName): boolean {\n const playersWithRoleName = getPlayersWithRoleNameInCreateGameDto(roleName);\n const role = getRoleWithNameInRoles(roleName);\n\n return !!role && playersWithRoleName.length >= role.maxInGame;\n }\n\n function getRoleLeftCountToReachMinInCreateGameDto(roleName: RoleName): number {\n const playersWithRoleName = getPlayersWithRoleNameInCreateGameDto(roleName);\n const role = getRoleWithNameInRoles(roleName);\n if (role?.minInGame === undefined) {\n return 0;\n }\n const leftCount = role.minInGame - playersWithRoleName.length;\n\n return leftCount <= -1 ? 0 : leftCount;\n }\n\n function setAdditionalCardsForRecipientInCreateGameDto(additionalCards: CreateGameAdditionalCardDto[], recipient: GameAdditionalCardRecipientRoleName): void {\n if (!createGameDto.value.additionalCards) {\n createGameDto.value.additionalCards = additionalCards;\n }\n\n createGameDto.value.additionalCards = createGameDto.value.additionalCards.filter(card => card.recipient !== recipient);\n createGameDto.value.additionalCards.push(...additionalCards);\n }\n\n function getAdditionalCardsForRecipientInCreateGameDto(recipient: GameAdditionalCardRecipientRoleName): CreateGameAdditionalCardDto[] {\n return createGameDto.value.additionalCards?.filter(card => card.recipient === recipient) ?? [];\n }\n\n function getAdditionalCardsWithRoleNameInCreateGameDto(roleName: RoleName): CreateGameAdditionalCardDto[] {\n return createGameDto.value.additionalCards?.filter(card => card.roleName === roleName) ?? [];\n }\n return {\n createGameOptionsDtoFromLocalStorage,\n createGameDto,\n createGameOptionsDto,\n doesCreateGameDtoContainPositionDependantRoles,\n doesCreateGameDtoContainAdditionalCardsDependantRoles,\n setCreateGameDto,\n resetCreateGameDto,\n resetCreateGameOptionsDto,\n resetCreateGameOptionDto,\n saveCreateGameOptionsDtoToLocalStorage,\n removeObsoleteAdditionalCardsFromCreateGameDto,\n addPlayerToCreateGameDto,\n updatePlayerInCreateGameDto,\n setPlayersToCreateGameDto,\n removePlayerFromCreateGameDto,\n isRoleInCreateGameDto,\n getPlayersWithRoleNameInCreateGameDto,\n getPlayersWithAnyRoleNameInCreateGameDto,\n isRoleMinReachedInCreateGameDto,\n isRoleMaxReachedInCreateGameDto,\n getRoleLeftCountToReachMinInCreateGameDto,\n setAdditionalCardsForRecipientInCreateGameDto,\n getAdditionalCardsForRecipientInCreateGameDto,\n getAdditionalCardsWithRoleNameInCreateGameDto,\n };\n});\n\nexport { useCreateGameDtoStore };" - }, - "app/stores/game/game-event/useGameEventsStore.ts": { - "language": "typescript", - "mutants": [ - { - "id": "4161", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/game/useGameStore.ts(24,11): error TS2339: Property 'resetGameEventIndex' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(62,21): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(72,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(124,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(129,30): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(134,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(139,30): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(145,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(155,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(160,30): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(168,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(172,30): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(183,30): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(189,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(230,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(239,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(257,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(268,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(279,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(98,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(44,28): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(45,28): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(46,28): error TS2339: Property 'canGoToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(58,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(60,30): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(72,30): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(84,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(86,30): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(100,30): error TS2339: Property 'canGoToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(113,30): error TS2339: Property 'canGoToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(120,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(121,23): error TS2339: Property 'resetGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(123,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(137,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(139,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(147,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(149,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(150,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(161,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(163,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(174,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(176,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(190,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(203,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(215,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(220,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(233,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(235,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(243,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(245,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(258,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(259,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(260,23): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(262,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\n", - "status": "CompileError", - "static": true, - "killedBy": [], - "coveredBy": [ - "82", - "83", - "84", - "85", - "86", - "87", - "88", - "89", - "90", - "91", - "92", - "93", - "94", - "95", - "96", - "97", - "98", - "99", - "100", - "101", - "102", - "103", - "104", - "105", - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "164", - "165", - "166", - "167", - "168", - "169", - "170", - "171", - "172", - "173", - "174", - "175", - "176", - "177", - "178", - "179", - "180", - "181", - "182", - "183", - "184", - "185", - "186", - "187", - "188", - "189", - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "213", - "214", - "215", - "216", - "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", - "270", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "441", - "442", - "443", - "444", - "445", - "446", - "447", - "448", - "449", - "450", - "451", - "452", - "453", - "454", - "455", - "456", - "457", - "458", - "459", - "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "571", - "572", - "573", - "574", - "575", - "576", - "577", - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "880", - "881", - "882", - "883", - "884", - "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "957", - "976", - "977", - "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1173", - "1174", - "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1271", - "1272", - "1273", - "1274", - "1275", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", + "1346", + "1347", + "1348", + "1369", + "1370", + "1371", + "1372", + "1373", + "1374", + "1375", + "1376", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", "1395", "1396", "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", + "1444", + "1445", + "1446", + "1447", + "1448", + "1449", + "1478", + "1479", + "1480", + "1481", + "1482", "1483", "1484", "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", - "1499", + "1503", + "1504", "1505", "1506", "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", + "1519", + "1520", + "1521", + "1522", + "1523", + "1524", + "1525", + "1526", + "1527", + "1528", + "1529", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", "1547", "1548", "1549", - "1550", - "1551", - "1552", + "1556", + "1557", + "1558", + "1559", + "1560", + "1561", + "1562", + "1563", + "1564", + "1565", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", "1573", "1574", "1575", - "1576", - "1577", - "1578", + "1582", + "1583", + "1584", + "1585", + "1586", + "1587", + "1588", + "1589", + "1590", + "1591", + "1592", + "1593", + "1594", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", "1620", "1621", "1622", - "1623", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1674", - "1675", - "1676", - "1677", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", - "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1916" + "1681", + "1682", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { - "column": 2, - "line": 56 + "column": 138, + "line": 24 }, "start": { - "column": 68, - "line": 7 + "column": 134, + "line": 24 } } }, { - "id": "4162", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "Snapshot `Game Events Monitor Current Event Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 51, - "static": true, - "killedBy": [ - "190" - ], + "id": "4029", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(26,53): error TS2345: Argument of type '{}' is not assignable to parameter of type 'OmitToJSON'.\n Type '{}' is missing the following properties from type 'OmitToJSON': options, players\n", + "status": "CompileError", + "static": false, + "killedBy": [], "coveredBy": [ - "82", - "83", - "84", - "85", - "86", - "87", - "88", - "89", - "90", - "91", - "92", - "93", - "94", - "95", - "96", - "97", - "98", - "99", - "100", - "101", - "102", - "103", - "104", - "105", + "39", + "40", + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "50", + "51", + "52", + "53", + "54", + "55", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "65", + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "76", + "77", + "78", + "79", + "80", + "81", "134", "135", "136", @@ -200105,227 +199646,150 @@ "161", "162", "163", - "164", - "165", - "166", - "167", - "168", - "169", - "170", - "171", - "172", - "173", - "174", - "175", - "176", - "177", - "178", - "179", - "180", - "181", - "182", - "183", - "184", - "185", - "186", - "187", - "188", - "189", - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "213", - "214", - "215", - "216", - "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", - "270", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "441", - "442", - "443", - "444", - "445", - "446", - "447", - "448", - "449", - "450", - "451", - "452", - "453", - "454", - "455", - "456", - "457", - "458", - "459", - "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "571", - "572", - "573", - "574", - "575", - "576", - "577", - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587", + "285", + "286", + "287", + "288", + "289", + "290", + "291", + "292", + "293", + "294", + "295", + "296", + "297", + "298", + "299", + "300", + "328", + "329", + "330", + "331", + "332", + "333", + "334", + "335", + "336", + "337", + "338", + "339", + "340", + "341", + "342", + "343", + "344", + "345", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "469", + "470", + "471", + "472", + "473", + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "552", + "553", + "554", + "555", + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "564", + "565", + "566", + "567", + "568", + "569", + "570", + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657", + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", "670", "671", "672", @@ -200333,6 +199797,26 @@ "674", "675", "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", "704", "705", "706", @@ -200343,35 +199827,15 @@ "711", "712", "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "766", "767", "768", @@ -200380,388 +199844,343 @@ "771", "772", "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", + "774", + "775", + "776", + "777", + "822", + "823", + "824", + "825", + "826", + "827", + "828", + "829", "830", "831", "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "880", - "881", - "882", - "883", - "884", - "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "957", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", "976", "977", "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", "1034", "1035", "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", + "1046", + "1047", + "1048", + "1049", + "1050", + "1051", "1052", "1053", "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1084", + "1085", + "1086", + "1087", + "1088", + "1089", + "1090", + "1091", + "1092", + "1093", + "1112", + "1113", + "1114", + "1115", + "1116", + "1117", + "1118", + "1119", + "1120", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1167", + "1168", + "1169", + "1170", + "1171", + "1172", "1173", "1174", "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1271", - "1272", - "1273", - "1274", - "1275", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", + "1203", + "1204", + "1205", + "1206", + "1207", + "1208", + "1209", + "1210", + "1211", + "1258", + "1259", + "1260", + "1261", + "1262", + "1263", + "1286", + "1287", + "1288", + "1289", + "1290", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", + "1309", + "1310", + "1311", + "1312", + "1313", + "1314", + "1315", + "1316", + "1317", + "1318", + "1319", + "1320", + "1321", + "1322", "1323", "1324", "1325", - "1326", - "1327", - "1328", + "1342", + "1343", + "1344", + "1345", + "1346", + "1347", + "1348", + "1369", + "1370", + "1371", + "1372", + "1373", + "1374", + "1375", + "1376", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", "1395", "1396", "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", + "1444", + "1445", + "1446", + "1447", + "1448", + "1449", + "1478", + "1479", + "1480", + "1481", + "1482", "1483", "1484", "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", - "1499", + "1503", + "1504", "1505", "1506", "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", + "1519", + "1520", + "1521", + "1522", + "1523", + "1524", + "1525", + "1526", + "1527", + "1528", + "1529", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", "1547", "1548", "1549", - "1550", - "1551", - "1552", + "1556", + "1557", + "1558", + "1559", + "1560", + "1561", + "1562", + "1563", + "1564", + "1565", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", "1573", "1574", "1575", - "1576", - "1577", - "1578", + "1582", + "1583", + "1584", + "1585", + "1586", + "1587", + "1588", + "1589", + "1590", + "1591", + "1592", + "1593", + "1594", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", "1620", "1621", "1622", - "1623", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1674", - "1675", - "1676", - "1677", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", - "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1916" + "1681", + "1682", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { - "column": 83, - "line": 12 + "column": 4, + "line": 29 }, "start": { - "column": 56, - "line": 12 + "column": 53, + "line": 26 } } }, { - "id": "4163", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "Snapshot `Game Events Monitor Current Event Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 51, - "static": true, - "killedBy": [ - "190" - ], + "id": "4030", + "mutatorName": "ArrayDeclaration", + "replacement": "[\"Stryker was here\"]", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(27,15): error TS2322: Type 'string' is not assignable to type 'CreateGamePlayerDto'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], "coveredBy": [ - "82", - "83", - "84", - "85", - "86", - "87", - "88", - "89", - "90", - "91", - "92", - "93", - "94", - "95", - "96", - "97", - "98", - "99", - "100", - "101", - "102", - "103", - "104", - "105", + "39", + "40", + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "50", + "51", + "52", + "53", + "54", + "55", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "65", + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "76", + "77", + "78", + "79", + "80", + "81", "134", "135", "136", @@ -200792,227 +200211,150 @@ "161", "162", "163", - "164", - "165", - "166", - "167", - "168", - "169", - "170", - "171", - "172", - "173", - "174", - "175", - "176", - "177", - "178", - "179", - "180", - "181", - "182", - "183", - "184", - "185", - "186", - "187", - "188", - "189", - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "213", - "214", - "215", - "216", - "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", - "270", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "441", - "442", - "443", - "444", - "445", - "446", - "447", - "448", - "449", - "450", - "451", - "452", - "453", - "454", - "455", - "456", - "457", - "458", - "459", - "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "571", - "572", - "573", - "574", - "575", - "576", - "577", - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587", + "285", + "286", + "287", + "288", + "289", + "290", + "291", + "292", + "293", + "294", + "295", + "296", + "297", + "298", + "299", + "300", + "328", + "329", + "330", + "331", + "332", + "333", + "334", + "335", + "336", + "337", + "338", + "339", + "340", + "341", + "342", + "343", + "344", + "345", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "469", + "470", + "471", + "472", + "473", + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "552", + "553", + "554", + "555", + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "564", + "565", + "566", + "567", + "568", + "569", + "570", + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657", + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", "670", "671", "672", @@ -201020,6 +200362,26 @@ "674", "675", "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", "704", "705", "706", @@ -201030,35 +200392,15 @@ "711", "712", "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "766", "767", "768", @@ -201067,439 +200409,343 @@ "771", "772", "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", + "774", + "775", + "776", + "777", + "822", + "823", + "824", + "825", + "826", + "827", + "828", + "829", "830", "831", "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "880", - "881", - "882", - "883", - "884", - "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "957", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", "976", "977", "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", "1034", "1035", "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", + "1046", + "1047", + "1048", + "1049", + "1050", + "1051", "1052", "1053", "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1084", + "1085", + "1086", + "1087", + "1088", + "1089", + "1090", + "1091", + "1092", + "1093", + "1112", + "1113", + "1114", + "1115", + "1116", + "1117", + "1118", + "1119", + "1120", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1167", + "1168", + "1169", + "1170", + "1171", + "1172", "1173", "1174", "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1271", - "1272", - "1273", - "1274", - "1275", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", + "1203", + "1204", + "1205", + "1206", + "1207", + "1208", + "1209", + "1210", + "1211", + "1258", + "1259", + "1260", + "1261", + "1262", + "1263", + "1286", + "1287", + "1288", + "1289", + "1290", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", + "1309", + "1310", + "1311", + "1312", + "1313", + "1314", + "1315", + "1316", + "1317", + "1318", + "1319", + "1320", + "1321", + "1322", "1323", "1324", "1325", - "1326", - "1327", - "1328", + "1342", + "1343", + "1344", + "1345", + "1346", + "1347", + "1348", + "1369", + "1370", + "1371", + "1372", + "1373", + "1374", + "1375", + "1376", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", "1395", "1396", "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", + "1444", + "1445", + "1446", + "1447", + "1448", + "1449", + "1478", + "1479", + "1480", + "1481", + "1482", "1483", "1484", "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", - "1499", + "1503", + "1504", "1505", "1506", "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", + "1519", + "1520", + "1521", + "1522", + "1523", + "1524", + "1525", + "1526", + "1527", + "1528", + "1529", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", "1547", "1548", "1549", - "1550", - "1551", - "1552", + "1556", + "1557", + "1558", + "1559", + "1560", + "1561", + "1562", + "1563", + "1564", + "1565", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", "1573", "1574", "1575", - "1576", - "1577", - "1578", + "1582", + "1583", + "1584", + "1585", + "1586", + "1587", + "1588", + "1589", + "1590", + "1591", + "1592", + "1593", + "1594", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", "1620", "1621", "1622", - "1623", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1674", - "1675", - "1676", - "1677", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", - "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1916" + "1681", + "1682", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { - "column": 113, - "line": 14 + "column": 16, + "line": 27 }, "start": { - "column": 60, - "line": 14 + "column": 14, + "line": 27 } } }, { - "id": "4164", - "mutatorName": "OptionalChaining", - "replacement": "gameEvents.value[currentGameEventIndex.value]", - "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(14,66): error TS18048: 'gameEvents.value' is possibly 'undefined'.\n", + "id": "4031", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(31,65): error TS2345: Argument of type '{}' is not assignable to parameter of type 'OmitToJSON'.\n Type '{}' is missing the following properties from type 'OmitToJSON': players, options\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "571", - "578", - "579", - "581", - "587", - "1758", - "1759", - "1760", - "1761", - "1762" - ], - "location": { - "end": { - "column": 113, - "line": 14 - }, - "start": { - "column": 66, - "line": 14 - } - } - }, - { - "id": "4165", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(15,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, - "killedBy": [], - "coveredBy": [ - "82", - "83", - "84", - "85", - "86", - "87", - "88", - "89", - "90", - "91", - "92", - "93", - "94", - "95", - "96", - "97", - "98", - "99", - "100", - "101", - "102", - "103", - "104", - "105", + "39", + "40", + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "50", + "51", + "52", + "53", + "54", + "55", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "65", + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "76", + "77", + "78", + "79", + "80", + "81", "134", "135", "136", @@ -201530,227 +200776,150 @@ "161", "162", "163", - "164", - "165", - "166", - "167", - "168", - "169", - "170", - "171", - "172", - "173", - "174", - "175", - "176", - "177", - "178", - "179", - "180", - "181", - "182", - "183", - "184", - "185", - "186", - "187", - "188", - "189", - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "213", - "214", - "215", - "216", - "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", - "270", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "441", - "442", - "443", - "444", - "445", - "446", - "447", - "448", - "449", - "450", - "451", - "452", - "453", - "454", - "455", - "456", - "457", - "458", - "459", - "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "571", - "572", - "573", - "574", - "575", - "576", - "577", - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587", + "285", + "286", + "287", + "288", + "289", + "290", + "291", + "292", + "293", + "294", + "295", + "296", + "297", + "298", + "299", + "300", + "328", + "329", + "330", + "331", + "332", + "333", + "334", + "335", + "336", + "337", + "338", + "339", + "340", + "341", + "342", + "343", + "344", + "345", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "469", + "470", + "471", + "472", + "473", + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "552", + "553", + "554", + "555", + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "564", + "565", + "566", + "567", + "568", + "569", + "570", + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657", + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", "670", "671", "672", @@ -201758,6 +200927,26 @@ "674", "675", "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", "704", "705", "706", @@ -201768,35 +200957,15 @@ "711", "712", "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "766", "767", "768", @@ -201805,784 +200974,343 @@ "771", "772", "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", + "774", + "775", + "776", + "777", + "822", + "823", + "824", + "825", + "826", + "827", + "828", + "829", "830", "831", "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "880", - "881", - "882", - "883", - "884", - "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "957", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", "976", "977", "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", "1034", "1035", "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", + "1046", + "1047", + "1048", + "1049", + "1050", + "1051", "1052", "1053", "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1173", - "1174", - "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1271", - "1272", - "1273", - "1274", - "1275", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", + "1084", + "1085", + "1086", + "1087", + "1088", + "1089", + "1090", + "1091", + "1092", + "1093", + "1112", + "1113", + "1114", + "1115", + "1116", + "1117", + "1118", + "1119", + "1120", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1167", + "1168", + "1169", + "1170", + "1171", + "1172", + "1173", + "1174", + "1175", + "1203", + "1204", + "1205", + "1206", + "1207", + "1208", + "1209", + "1210", + "1211", + "1258", + "1259", + "1260", + "1261", + "1262", + "1263", + "1286", + "1287", + "1288", + "1289", + "1290", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", + "1309", + "1310", + "1311", + "1312", + "1313", + "1314", + "1315", + "1316", + "1317", + "1318", + "1319", + "1320", + "1321", + "1322", "1323", "1324", "1325", - "1326", - "1327", - "1328", + "1342", + "1343", + "1344", + "1345", + "1346", + "1347", + "1348", + "1369", + "1370", + "1371", + "1372", + "1373", + "1374", + "1375", + "1376", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", "1395", "1396", "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", + "1444", + "1445", + "1446", + "1447", + "1448", + "1449", + "1478", + "1479", + "1480", + "1481", + "1482", "1483", "1484", "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", - "1499", + "1503", + "1504", "1505", "1506", "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", + "1519", + "1520", + "1521", + "1522", + "1523", + "1524", + "1525", + "1526", + "1527", + "1528", + "1529", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", "1547", "1548", "1549", - "1550", - "1551", - "1552", + "1556", + "1557", + "1558", + "1559", + "1560", + "1561", + "1562", + "1563", + "1564", + "1565", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", "1573", "1574", "1575", - "1576", - "1577", - "1578", + "1582", + "1583", + "1584", + "1585", + "1586", + "1587", + "1588", + "1589", + "1590", + "1591", + "1592", + "1593", + "1594", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", "1620", "1621", "1622", - "1623", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1674", - "1675", - "1676", - "1677", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", - "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1916" - ], - "location": { - "end": { - "column": 139, - "line": 15 - }, - "start": { - "column": 54, - "line": 15 - } - } - }, - { - "id": "4166", - "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": [ - "390" - ], - "coveredBy": [ - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "571", - "572", - "573", - "574" - ], - "location": { - "end": { - "column": 139, - "line": 15 - }, - "start": { - "column": 60, - "line": 15 - } - } - }, - { - "id": "4167", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected '' to be undefined", - "status": "Killed", - "testsCompleted": 4, - "static": false, - "killedBy": [ - "393" - ], - "coveredBy": [ - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "571", - "572", - "573", - "574" - ], - "location": { - "end": { - "column": 139, - "line": 15 - }, - "start": { - "column": 60, - "line": 15 - } - } - }, - { - "id": "4168", - "mutatorName": "LogicalOperator", - "replacement": "currentGameEventIndex.value > 0 || gameStore.makingGamePlayStatus !== \"pending\"", - "statusReason": "Snapshot `Game Events Monitor Footer Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "390" - ], - "coveredBy": [ - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "571", - "572", - "573", - "574" - ], - "location": { - "end": { - "column": 139, - "line": 15 - }, - "start": { - "column": 60, - "line": 15 - } - } - }, - { - "id": "4169", - "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": [ - "390" - ], - "coveredBy": [ - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "571", - "572", - "573", - "574" - ], - "location": { - "end": { - "column": 91, - "line": 15 - }, - "start": { - "column": 60, - "line": 15 - } - } - }, - { - "id": "4170", - "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": [ - "390" - ], - "coveredBy": [ - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "571", - "572", - "573", - "574" - ], - "location": { - "end": { - "column": 91, - "line": 15 - }, - "start": { - "column": 60, - "line": 15 - } - } - }, - { - "id": "4171", - "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": [ - "390" - ], - "coveredBy": [ - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "571", - "572", - "573", - "574" - ], - "location": { - "end": { - "column": 91, - "line": 15 - }, - "start": { - "column": 60, - "line": 15 - } - } - }, - { - "id": "4172", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected true to be falsy", - "status": "Killed", - "testsCompleted": 2, - "static": false, - "killedBy": [ - "574" - ], - "coveredBy": [ - "393", - "395", - "396", - "397", - "398", - "399", - "400", - "402", - "572", - "574" - ], - "location": { - "end": { - "column": 139, - "line": 15 - }, - "start": { - "column": 95, - "line": 15 - } - } - }, - { - "id": "4173", - "mutatorName": "EqualityOperator", - "replacement": "gameStore.makingGamePlayStatus === \"pending\"", - "statusReason": "expected '' to be undefined", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "393" - ], - "coveredBy": [ - "393", - "395", - "396", - "397", - "398", - "399", - "400", - "402", - "572", - "574" - ], - "location": { - "end": { - "column": 139, - "line": 15 - }, - "start": { - "column": 95, - "line": 15 - } - } - }, - { - "id": "4174", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(15,95): error TS2367: This comparison appears to be unintentional because the types 'AsyncDataRequestStatus' and '\"\"' have no overlap.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "393", - "395", - "396", - "397", - "398", - "399", - "400", - "402", - "572", - "574" + "1681", + "1682", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { - "column": 139, - "line": 15 + "column": 4, + "line": 34 }, "start": { - "column": 130, - "line": 15 + "column": 65, + "line": 31 } } }, { - "id": "4175", + "id": "4032", "mutatorName": "ArrowFunction", "replacement": "() => undefined", - "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(16,32): 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": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(36,32): 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 'GameOptions'.\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, + "static": false, "killedBy": [], "coveredBy": [ - "82", - "83", - "84", - "85", - "86", - "87", - "88", - "89", - "90", - "91", - "92", - "93", - "94", - "95", - "96", - "97", - "98", - "99", - "100", - "101", - "102", - "103", - "104", - "105", + "39", + "40", + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "50", + "51", + "52", + "53", + "54", + "55", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "65", + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "76", + "77", + "78", + "79", + "80", + "81", "134", "135", "136", @@ -202595,245 +201323,168 @@ "143", "144", "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "164", - "165", - "166", - "167", - "168", - "169", - "170", - "171", - "172", - "173", - "174", - "175", - "176", - "177", - "178", - "179", - "180", - "181", - "182", - "183", - "184", - "185", - "186", - "187", - "188", - "189", - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "213", - "214", - "215", - "216", - "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", - "270", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "441", - "442", - "443", - "444", - "445", - "446", - "447", - "448", - "449", - "450", - "451", - "452", - "453", - "454", - "455", - "456", - "457", - "458", - "459", - "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "571", - "572", - "573", - "574", - "575", - "576", - "577", - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "285", + "286", + "287", + "288", + "289", + "290", + "291", + "292", + "293", + "294", + "295", + "296", + "297", + "298", + "299", + "300", + "328", + "329", + "330", + "331", + "332", + "333", + "334", + "335", + "336", + "337", + "338", + "339", + "340", + "341", + "342", + "343", + "344", + "345", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "469", + "470", + "471", + "472", + "473", + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "552", + "553", + "554", + "555", + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "564", + "565", + "566", + "567", + "568", + "569", + "570", + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657", + "658", + "659", + "660", + "661", + "662", + "663", + "664", + "665", + "666", + "667", + "668", + "669", "670", "671", "672", @@ -202841,6 +201492,26 @@ "674", "675", "676", + "677", + "678", + "679", + "680", + "681", + "682", + "683", + "684", + "685", + "686", + "687", + "688", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", "704", "705", "706", @@ -202851,35 +201522,15 @@ "711", "712", "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "766", "767", "768", @@ -202888,4800 +201539,6002 @@ "771", "772", "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", + "774", + "775", + "776", + "777", + "822", + "823", + "824", + "825", + "826", + "827", + "828", + "829", "830", "831", "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "880", - "881", - "882", - "883", - "884", - "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "957", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", "976", "977", "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", "1034", "1035", "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", + "1046", + "1047", + "1048", + "1049", + "1050", + "1051", "1052", "1053", "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", + "1084", + "1085", + "1086", + "1087", + "1088", + "1089", + "1090", + "1091", + "1092", + "1093", + "1112", + "1113", + "1114", + "1115", + "1116", + "1117", + "1118", + "1119", + "1120", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1167", + "1168", + "1169", + "1170", + "1171", + "1172", "1173", "1174", "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1271", - "1272", - "1273", - "1274", - "1275", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", + "1203", + "1204", + "1205", + "1206", + "1207", + "1208", + "1209", + "1210", + "1211", + "1258", + "1259", + "1260", + "1261", + "1262", + "1263", + "1286", + "1287", + "1288", + "1289", + "1290", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", + "1309", + "1310", + "1311", + "1312", + "1313", + "1314", + "1315", + "1316", + "1317", + "1318", + "1319", + "1320", + "1321", + "1322", "1323", "1324", "1325", - "1326", - "1327", - "1328", + "1342", + "1343", + "1344", + "1345", + "1346", + "1347", + "1348", + "1369", + "1370", + "1371", + "1372", + "1373", + "1374", + "1375", + "1376", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", "1395", "1396", "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", + "1444", + "1445", + "1446", + "1447", + "1448", + "1449", + "1478", + "1479", + "1480", + "1481", + "1482", "1483", "1484", "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", - "1499", + "1503", + "1504", "1505", "1506", "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", + "1519", + "1520", + "1521", + "1522", + "1523", + "1524", + "1525", + "1526", + "1527", + "1528", + "1529", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", "1547", "1548", "1549", - "1550", - "1551", - "1552", + "1556", + "1557", + "1558", + "1559", + "1560", + "1561", + "1562", + "1563", + "1564", + "1565", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", "1573", "1574", "1575", - "1576", - "1577", - "1578", + "1582", + "1583", + "1584", + "1585", + "1586", + "1587", + "1588", + "1589", + "1590", + "1591", + "1592", + "1593", + "1594", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", "1620", "1621", "1622", - "1623", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1674", - "1675", - "1676", - "1677", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", - "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1916" + "1681", + "1682", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { - "column": 100, - "line": 16 + "column": 87, + "line": 36 }, "start": { - "column": 50, - "line": 16 + "column": 54, + "line": 36 } } }, { - "id": "4176", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected true to be falsy", + "id": "4033", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(38,76): 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", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "41", + "42", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" + ], + "location": { + "end": { + "column": 4, + "line": 43 + }, + "start": { + "column": 82, + "line": 38 + } + } + }, + { + "id": "4034", + "mutatorName": "ArrayDeclaration", + "replacement": "[]", + "statusReason": "expected false to be truthy", "status": "Killed", - "testsCompleted": 3, + "testsCompleted": 1, "static": false, "killedBy": [ - "576" + "41" ], "coveredBy": [ - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "571", - "575", - "576" + "41", + "42", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" ], "location": { "end": { - "column": 100, - "line": 16 + "column": 91, + "line": 39 }, "start": { - "column": 56, - "line": 16 + "column": 48, + "line": 39 } } }, { - "id": "4177", + "id": "4035", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(39,49): error TS2322: Type '\"\"' is not assignable to type '\"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | ... 15 more ... | \"devoted-servant\"'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "41", + "42", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" + ], + "location": { + "end": { + "column": 69, + "line": 39 + }, + "start": { + "column": 49, + "line": 39 + } + } + }, + { + "id": "4036", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(39,71): error TS2322: Type '\"\"' is not assignable to type '\"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | ... 15 more ... | \"devoted-servant\"'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "41", + "42", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" + ], + "location": { + "end": { + "column": 83, + "line": 39 + }, + "start": { + "column": 71, + "line": 39 + } + } + }, + { + "id": "4037", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(39,85): error TS2322: Type '\"\"' is not assignable to type '\"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | ... 15 more ... | \"devoted-servant\"'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "41", + "42", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" + ], + "location": { + "end": { + "column": 90, + "line": 39 + }, + "start": { + "column": 85, + "line": 39 + } + } + }, + { + "id": "4038", "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "Snapshot `Game Events Monitor Footer Component > should match snapshot when rendered. 1` mismatched", + "replacement": "true", + "statusReason": "expected true to be falsy", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "390" + "42" ], "coveredBy": [ - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "571", - "575", - "576" + "41", + "42", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" ], "location": { "end": { - "column": 100, - "line": 16 + "column": 56, + "line": 42 }, "start": { - "column": 56, - "line": 16 + "column": 12, + "line": 42 } } }, { - "id": "4178", - "mutatorName": "EqualityOperator", - "replacement": "gameStore.makingGamePlayStatus === \"pending\"", - "statusReason": "Snapshot `Game Events Monitor Footer Component > should match snapshot when rendered. 1` mismatched", + "id": "4039", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected false to be truthy", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "390" + "41" ], "coveredBy": [ - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "571", - "575", - "576" + "41", + "42", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" ], "location": { "end": { - "column": 100, - "line": 16 + "column": 56, + "line": 42 }, "start": { - "column": 56, - "line": 16 + "column": 12, + "line": 42 } } }, { - "id": "4179", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(16,56): error TS2367: This comparison appears to be unintentional because the types 'AsyncDataRequestStatus' and '\"\"' have no overlap.\n", - "status": "CompileError", + "id": "4040", + "mutatorName": "EqualityOperator", + "replacement": "playersWithPositionDependantRoles.length >= 0", + "statusReason": "expected true to be falsy", + "status": "Killed", + "testsCompleted": 2, "static": false, - "killedBy": [], + "killedBy": [ + "42" + ], "coveredBy": [ - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "571", - "575", - "576" + "41", + "42", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" ], "location": { "end": { - "column": 100, - "line": 16 + "column": 56, + "line": 42 }, "start": { - "column": 91, - "line": 16 + "column": 12, + "line": 42 } } }, { - "id": "4180", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected 2 to be +0 // Object.is equality", + "id": "4041", + "mutatorName": "EqualityOperator", + "replacement": "playersWithPositionDependantRoles.length <= 0", + "statusReason": "expected false to be truthy", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "577" + "41" ], "coveredBy": [ - "577", - "581", - "583", - "584", - "585" + "41", + "42", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" ], "location": { "end": { - "column": 4, - "line": 20 + "column": 56, + "line": 42 }, "start": { - "column": 40, - "line": 18 + "column": 12, + "line": 42 } } }, { - "id": "4181", + "id": "4042", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'death', …(1) }", - "status": "Killed", - "testsCompleted": 1, + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(45,83): 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", + "status": "CompileError", "static": false, - "killedBy": [ - "578" - ], + "killedBy": [], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587" + "43", + "44", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { "column": 4, - "line": 41 + "line": 49 }, "start": { - "column": 53, - "line": 22 + "column": 89, + "line": 45 } } }, { - "id": "4182", - "mutatorName": "BooleanLiteral", - "replacement": "gameEvents.value", - "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(27,27): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(28,61): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(29,43): error TS18048: 'gameEvents.value' is possibly 'undefined'.\n", - "status": "CompileError", + "id": "4043", + "mutatorName": "ArrayDeclaration", + "replacement": "[]", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "43" + ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587" + "43", + "44", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { - "column": 26, - "line": 23 + "column": 132, + "line": 46 }, "start": { - "column": 9, - "line": 23 + "column": 95, + "line": 46 } } }, { - "id": "4183", + "id": "4044", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(27,27): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(28,61): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(29,43): error TS18048: 'gameEvents.value' is possibly 'undefined'.\n", - "status": "CompileError", + "statusReason": "expected true to be falsy", + "status": "Killed", + "testsCompleted": 2, "static": false, - "killedBy": [], + "killedBy": [ + "44" + ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587" + "43", + "44", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { - "column": 26, - "line": 23 + "column": 63, + "line": 48 }, "start": { - "column": 9, - "line": 23 + "column": 12, + "line": 48 } } }, { - "id": "4184", + "id": "4045", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(27,27): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(28,61): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(29,43): error TS18048: 'gameEvents.value' is possibly 'undefined'.\n", - "status": "CompileError", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "43" + ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587" + "43", + "44", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { - "column": 26, - "line": 23 + "column": 63, + "line": 48 }, "start": { - "column": 9, - "line": 23 + "column": 12, + "line": 48 } } }, { - "id": "4185", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(25,27): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(26,61): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(27,43): error TS18048: 'gameEvents.value' is possibly 'undefined'.\n", - "status": "CompileError", + "id": "4046", + "mutatorName": "EqualityOperator", + "replacement": "playersWithAdditionalCardsDependantRoles.length >= 0", + "statusReason": "expected true to be falsy", + "status": "Killed", + "testsCompleted": 2, "static": false, - "killedBy": [], + "killedBy": [ + "44" + ], "coveredBy": [ - "586" + "43", + "44", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { - "column": 6, - "line": 25 + "column": 63, + "line": 48 }, "start": { - "column": 28, - "line": 23 + "column": 12, + "line": 48 } } }, { - "id": "4186", - "mutatorName": "ArithmeticOperator", - "replacement": "currentGameEventIndex.value - 1", - "statusReason": "Cannot read properties of undefined (reading 'type')", + "id": "4047", + "mutatorName": "EqualityOperator", + "replacement": "playersWithAdditionalCardsDependantRoles.length <= 0", + "statusReason": "expected false to be truthy", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "578" + "43" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "43", + "44", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { - "column": 75, - "line": 27 + "column": 63, + "line": 48 }, "start": { - "column": 44, - "line": 27 + "column": 12, + "line": 48 } } }, { - "id": "4187", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected +0 to be 1 // Object.is equality", + "id": "4048", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected _CreateGameDto{ players: [], …(2) } to strictly equal _CreateGameDto{ …(3) }", "status": "Killed", - "testsCompleted": 3, + "testsCompleted": 1, "static": false, "killedBy": [ - "580" + "45" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "45", + "46" ], "location": { "end": { - "column": 88, - "line": 28 + "column": 4, + "line": 54 }, "start": { - "column": 29, - "line": 28 + "column": 70, + "line": 51 } } }, { - "id": "4188", - "mutatorName": "ConditionalExpression", + "id": "4049", + "mutatorName": "BooleanLiteral", "replacement": "false", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "statusReason": "expected _CreateGameDto{ players: [], …(2) } to strictly equal _CreateGameDto{ players: [], …(2) }", "status": "Killed", - "testsCompleted": 7, + "testsCompleted": 1, "static": false, "killedBy": [ - "584" + "48" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "48" ], "location": { "end": { - "column": 88, - "line": 28 + "column": 68, + "line": 56 }, "start": { - "column": 29, - "line": 28 + "column": 64, + "line": 56 } } }, { - "id": "4189", - "mutatorName": "EqualityOperator", - "replacement": "currentGameEventIndex.value !== gameEvents.value.length - 1", - "statusReason": "expected +0 to be 1 // Object.is equality", + "id": "4050", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ players: [], …(2) }", "status": "Killed", - "testsCompleted": 3, + "testsCompleted": 1, "static": false, "killedBy": [ - "580" + "47" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "47", + "48", + "49" ], "location": { "end": { - "column": 88, - "line": 28 + "column": 4, + "line": 67 }, "start": { - "column": 29, - "line": 28 + "column": 76, + "line": 56 } } }, { - "id": "4190", - "mutatorName": "ArithmeticOperator", - "replacement": "gameEvents.value.length + 1", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "id": "4051", + "mutatorName": "BooleanLiteral", + "replacement": "doesRetrieveLocalStorageValues", + "statusReason": "expected _CreateGameDto{ players: [], …(2) } to strictly equal _CreateGameDto{ players: [], …(2) }", "status": "Killed", - "testsCompleted": 7, + "testsCompleted": 2, "static": false, "killedBy": [ - "584" + "48" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "47", + "48", + "49" ], "location": { "end": { - "column": 88, - "line": 28 + "column": 40, + "line": 57 }, "start": { - "column": 61, - "line": 28 + "column": 9, + "line": 57 } } }, { - "id": "4191", + "id": "4052", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "expected +0 to be 1 // Object.is equality", + "statusReason": "expected _CreateGameDto{ players: [], …(2) } to strictly equal _CreateGameDto{ players: [], …(2) }", "status": "Killed", - "testsCompleted": 3, + "testsCompleted": 2, "static": false, "killedBy": [ - "580" + "48" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "47", + "48", + "49" ], "location": { "end": { - "column": 145, - "line": 29 + "column": 40, + "line": 57 }, "start": { - "column": 43, - "line": 29 + "column": 9, + "line": 57 } } }, { - "id": "4192", + "id": "4053", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", - "status": "Killed", - "testsCompleted": 4, - "static": false, - "killedBy": [ - "581" - ], - "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" - ], - "location": { - "end": { - "column": 145, - "line": 29 - }, - "start": { - "column": 43, - "line": 29 - } - } - }, - { - "id": "4193", - "mutatorName": "LogicalOperator", - "replacement": "gameEvents.value.length > currentGameEventIndex.value + 1 || nextGameEvent.type === \"game-turn-starts\"", - "statusReason": "Cannot read properties of undefined (reading 'type')", + "statusReason": "expected { value: _GameOptions{ …(3) } } to strictly equal { value: _GameOptions{ …(3) } }", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 3, "static": false, "killedBy": [ - "579" + "49" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "47", + "48", + "49" ], "location": { "end": { - "column": 145, - "line": 29 + "column": 40, + "line": 57 }, "start": { - "column": 43, - "line": 29 + "column": 9, + "line": 57 } } }, { - "id": "4194", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "Cannot read properties of undefined (reading 'type')", + "id": "4054", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected { value: _GameOptions{ …(3) } } to strictly equal { value: _GameOptions{ …(3) } }", "status": "Killed", "testsCompleted": 2, "static": false, "killedBy": [ - "579" + "49" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "47", + "49" ], "location": { "end": { - "column": 100, - "line": 29 + "column": 6, + "line": 62 }, "start": { - "column": 43, - "line": 29 + "column": 42, + "line": 57 } } }, { - "id": "4195", - "mutatorName": "EqualityOperator", - "replacement": "gameEvents.value.length >= currentGameEventIndex.value + 1", - "statusReason": "Cannot read properties of undefined (reading 'type')", - "status": "Killed", - "testsCompleted": 2, + "id": "4055", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(63,48): error TS2345: Argument of type '{}' is not assignable to parameter of type 'OmitToJSON'.\n Type '{}' is missing the following properties from type 'OmitToJSON': players, options\n", + "status": "CompileError", "static": false, - "killedBy": [ - "579" - ], + "killedBy": [], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "48" ], "location": { "end": { - "column": 100, - "line": 29 + "column": 6, + "line": 66 }, "start": { - "column": 43, - "line": 29 + "column": 48, + "line": 63 } } }, { - "id": "4196", - "mutatorName": "EqualityOperator", - "replacement": "gameEvents.value.length <= currentGameEventIndex.value + 1", - "statusReason": "Cannot read properties of undefined (reading 'type')", + "id": "4056", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected _GameOptions{ …(3) } to strictly equal _GameOptions{ …(3) }", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "579" + "50" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "50", + "51" ], "location": { "end": { - "column": 100, - "line": 29 + "column": 4, + "line": 72 }, "start": { - "column": 43, - "line": 29 + "column": 46, + "line": 69 } } }, { - "id": "4197", - "mutatorName": "ArithmeticOperator", - "replacement": "currentGameEventIndex.value - 1", - "statusReason": "Cannot read properties of undefined (reading 'type')", + "id": "4057", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected _GameOptions{ …(3) } to strictly equal _GameOptions{ …(3) }", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "579" + "52" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "52" ], "location": { "end": { - "column": 100, - "line": 29 + "column": 4, + "line": 78 }, "start": { - "column": 69, - "line": 29 + "column": 89, + "line": 74 } } }, { - "id": "4198", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected +0 to be 1 // Object.is equality", + "id": "4058", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected { value: { …(3) } } to strictly equal { value: _GameOptions{ …(3) } }", "status": "Killed", "testsCompleted": 2, "static": false, "killedBy": [ - "580" + "46" ], "coveredBy": [ - "578", - "580", - "581", - "582", - "583", - "585", - "587" + "45", + "46", + "47", + "49", + "50", + "51", + "52", + "53" ], "location": { "end": { - "column": 145, - "line": 29 + "column": 4, + "line": 82 }, "start": { - "column": 104, - "line": 29 + "column": 59, + "line": 80 } } }, { - "id": "4199", - "mutatorName": "EqualityOperator", - "replacement": "nextGameEvent.type !== \"game-turn-starts\"", - "statusReason": "expected +0 to be 1 // Object.is equality", + "id": "4059", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected [ …(3) ] to strictly equal [ Array(1) ]", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "580" + "54" ], "coveredBy": [ - "578", - "580", - "581", - "582", - "583", - "585", - "587" + "54", + "55" ], "location": { "end": { - "column": 145, - "line": 29 + "column": 4, + "line": 90 }, "start": { - "column": 104, - "line": 29 + "column": 67, + "line": 84 } } }, { - "id": "4200", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(29,104): error TS2367: This comparison appears to be unintentional because the types '\"game-starts\" | \"game-phase-starts\" | \"game-turn-starts\" | \"villager-villager-introduction\" | \"death\" | \"seer-has-seen\" | \"sheriff-promotion\" | \"scandalmonger-may-have-marked\" | ... 12 more ... | \"scandalmonger-mark-is-active\"' and '\"\"' have no overlap.\n", + "id": "4060", + "mutatorName": "BooleanLiteral", + "replacement": "createGameDto.value.additionalCards", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(89,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(89,89): error TS7031: Binding element 'recipient' implicitly has an 'any' type.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "578", - "580", - "581", - "582", - "583", - "585", - "587" + "54", + "55" ], "location": { "end": { - "column": 145, - "line": 29 + "column": 45, + "line": 85 }, "start": { - "column": 127, - "line": 29 + "column": 9, + "line": 85 } } }, { - "id": "4201", + "id": "4061", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "expected +0 to be 1 // Object.is equality", - "status": "Killed", - "testsCompleted": 3, + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(89,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "580" - ], + "killedBy": [], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "54", + "55" ], "location": { "end": { - "column": 163, - "line": 30 + "column": 45, + "line": 85 }, "start": { - "column": 73, - "line": 30 + "column": 9, + "line": 85 } } }, { - "id": "4202", + "id": "4062", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", - "status": "Killed", - "testsCompleted": 4, + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(89,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "581" - ], + "killedBy": [], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "54", + "55" ], "location": { "end": { - "column": 163, - "line": 30 + "column": 45, + "line": 85 }, "start": { - "column": 73, - "line": 30 + "column": 9, + "line": 85 } } }, { - "id": "4203", - "mutatorName": "LogicalOperator", - "replacement": "gameStore.game.currentPlay?.action === \"bury-dead-bodies\" || isNextGameEventGameTurnStarts", - "statusReason": "expected +0 to be 1 // Object.is equality", - "status": "Killed", - "testsCompleted": 3, + "id": "4063", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(87,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "580" - ], + "killedBy": [], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "55" ], "location": { "end": { - "column": 163, - "line": 30 + "column": 6, + "line": 87 }, "start": { - "column": 73, - "line": 30 + "column": 47, + "line": 85 } } }, { - "id": "4204", - "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", - "status": "Killed", - "testsCompleted": 5, + "id": "4064", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(89,121): error TS2345: Argument of type '\"thief\" | \"actor\"' is not assignable to parameter of type 'undefined'.\n Type '\"thief\"' is not assignable to type 'undefined'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "582" - ], + "killedBy": [], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "54" ], "location": { "end": { - "column": 130, - "line": 30 + "column": 91, + "line": 88 }, "start": { - "column": 73, - "line": 30 + "column": 65, + "line": 88 } } }, { - "id": "4205", - "mutatorName": "EqualityOperator", - "replacement": "gameStore.game.currentPlay?.action !== \"bury-dead-bodies\"", - "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", + "id": "4065", + "mutatorName": "MethodExpression", + "replacement": "createGameDto.value.additionalCards", + "statusReason": "expected [ …(3) ] to strictly equal [ Array(1) ]", "status": "Killed", - "testsCompleted": 4, + "testsCompleted": 1, "static": false, "killedBy": [ - "581" + "54" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "54" ], "location": { "end": { - "column": 130, - "line": 30 + "column": 132, + "line": 89 }, "start": { - "column": 73, - "line": 30 + "column": 43, + "line": 89 } } }, { - "id": "4206", - "mutatorName": "OptionalChaining", - "replacement": "gameStore.game.currentPlay.action", - "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(30,73): error TS18047: 'gameStore.game.currentPlay' is possibly 'null'.\n", - "status": "CompileError", + "id": "4066", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected [] to strictly equal [ Array(1) ]", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "54" + ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "54" ], "location": { "end": { - "column": 107, - "line": 30 + "column": 131, + "line": 89 }, "start": { - "column": 73, - "line": 30 + "column": 86, + "line": 89 } } }, { - "id": "4207", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(30,73): 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", + "id": "4067", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected _CreateGameDto{ players: [], …(2) } to strictly equal _CreateGameDto{ …(3) }", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "56" + ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "56" ], "location": { "end": { - "column": 130, - "line": 30 + "column": 4, + "line": 94 }, "start": { - "column": 112, - "line": 30 + "column": 72, + "line": 92 } } }, { - "id": "4208", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ …(2) }", + "id": "4068", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "578" + "57" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "57", + "58" ], "location": { "end": { - "column": 60, - "line": 33 + "column": 4, + "line": 101 }, "start": { - "column": 7, - "line": 32 + "column": 75, + "line": 96 } } }, { - "id": "4209", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", + "id": "4069", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", "status": "Killed", - "testsCompleted": 4, + "testsCompleted": 1, "static": false, "killedBy": [ - "581" + "57" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "57", + "58" ], "location": { "end": { - "column": 60, - "line": 33 + "column": 97, + "line": 97 }, "start": { - "column": 7, - "line": 32 + "column": 63, + "line": 97 } } }, { - "id": "4210", - "mutatorName": "LogicalOperator", - "replacement": "isCurrentGamePlayBuryDeadBodiesAndNextEventIsGameTurnStarts && mustCurrentGamePlayBeSkipped.value && isLastGameEvent && mustCurrentGamePlayBeSkipped.value", - "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", + "id": "4070", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", "status": "Killed", - "testsCompleted": 4, + "testsCompleted": 1, "static": false, "killedBy": [ - "581" + "57" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "57", + "58" ], "location": { "end": { - "column": 60, - "line": 33 + "column": 97, + "line": 97 }, "start": { - "column": 7, - "line": 32 + "column": 77, + "line": 97 } } }, { - "id": "4211", + "id": "4071", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", "status": "Killed", - "testsCompleted": 4, + "testsCompleted": 1, "static": false, "killedBy": [ - "581" + "57" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "57", + "58" ], "location": { "end": { - "column": 104, - "line": 32 + "column": 97, + "line": 97 }, "start": { - "column": 7, - "line": 32 + "column": 77, + "line": 97 } } }, { - "id": "4212", - "mutatorName": "LogicalOperator", - "replacement": "isCurrentGamePlayBuryDeadBodiesAndNextEventIsGameTurnStarts || mustCurrentGamePlayBeSkipped.value", - "statusReason": "expected +0 to be 1 // Object.is equality", + "id": "4072", + "mutatorName": "EqualityOperator", + "replacement": "name !== player.name", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", "status": "Killed", - "testsCompleted": 3, + "testsCompleted": 1, "static": false, "killedBy": [ - "580" + "57" ], "coveredBy": [ - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "587" + "57", + "58" ], "location": { "end": { - "column": 104, - "line": 32 + "column": 97, + "line": 97 }, "start": { - "column": 7, - "line": 32 + "column": 77, + "line": 97 } } }, { - "id": "4213", + "id": "4073", "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", + "replacement": "true", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", "status": "Killed", - "testsCompleted": 5, + "testsCompleted": 2, "static": false, "killedBy": [ - "584" + "58" ], "coveredBy": [ - "578", - "579", - "580", - "582", - "584", - "587" + "57", + "58" ], "location": { "end": { - "column": 60, - "line": 33 + "column": 27, + "line": 98 }, "start": { - "column": 7, - "line": 33 + "column": 9, + "line": 98 } } }, { - "id": "4214", - "mutatorName": "LogicalOperator", - "replacement": "isLastGameEvent || mustCurrentGamePlayBeSkipped.value", - "statusReason": "expected _GameEvent{ …(2) } to be undefined", + "id": "4074", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "579" + "57" ], "coveredBy": [ - "578", - "579", - "580", - "582", - "584", - "587" + "57", + "58" ], "location": { "end": { - "column": 60, - "line": 33 + "column": 27, + "line": 98 }, "start": { - "column": 7, - "line": 33 + "column": 9, + "line": 98 } } }, { - "id": "4215", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", + "id": "4075", + "mutatorName": "EqualityOperator", + "replacement": "playerIndex === -1", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "581" + "57" ], "coveredBy": [ - "581", - "583", - "584", - "585" + "57", + "58" ], "location": { "end": { - "column": 6, - "line": 39 + "column": 27, + "line": 98 }, "start": { - "column": 7, - "line": 34 + "column": 9, + "line": 98 } } }, { - "id": "4216", - "mutatorName": "AssignmentOperator", - "replacement": "currentGameEventIndex.value -= 1", - "statusReason": "expected undefined to strictly equal _GameEvent{ …(2) }", + "id": "4076", + "mutatorName": "UnaryOperator", + "replacement": "+1", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "578" + "57" ], "coveredBy": [ - "578", - "579", - "580", - "582", - "587" + "57", + "58" ], "location": { "end": { - "column": 37, - "line": 40 + "column": 27, + "line": 98 }, "start": { - "column": 5, - "line": 40 + "column": 25, + "line": 98 } } }, { - "id": "4217", + "id": "4077", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ …(2) }", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "587" + "57" ], "coveredBy": [ - "587" + "57" ], "location": { "end": { - "column": 4, - "line": 45 + "column": 6, + "line": 100 }, "start": { - "column": 42, - "line": 43 + "column": 29, + "line": 98 } } }, { - "id": "4218", - "mutatorName": "AssignmentOperator", - "replacement": "currentGameEventIndex.value += 1", - "statusReason": "expected undefined to strictly equal _GameEvent{ …(2) }", + "id": "4078", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected [] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(2) ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "587" + "59" ], "coveredBy": [ - "587" + "59" ], "location": { "end": { - "column": 37, - "line": 44 + "column": 4, + "line": 105 }, "start": { - "column": 5, - "line": 44 + "column": 76, + "line": 103 } } }, { - "id": "4219", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "app/stores/game/useGameStore.ts(24,11): error TS2339: Property 'resetGameEventIndex' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(62,21): 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(72,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(124,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(129,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(134,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(139,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(145,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(155,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(160,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(168,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(172,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(183,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(189,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(230,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(239,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(257,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(268,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(279,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(98,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(44,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(45,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(46,28): error TS2339: Property 'canGoToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(58,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(60,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(72,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(84,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(86,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(100,30): error TS2339: Property 'canGoToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(113,30): error TS2339: Property 'canGoToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(120,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(121,23): error TS2339: Property 'resetGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(123,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(137,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(139,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(147,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(149,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(150,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(161,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(163,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(174,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(176,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(190,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(203,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(215,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(220,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(233,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(235,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(243,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(245,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(258,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(259,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(260,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(262,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", + "id": "4079", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(104,5): error TS2322: Type 'undefined[]' is not assignable to type '{ name: string; role: { name?: \"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | ... 17 more ... | undefined; }; side: { ...; }; group?: string | undefined; }[]'.\n Type 'undefined' is not assignable to type '{ name: string; role: { name?: \"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | ... 17 more ... | undefined; }; side: { ...; }; group?: string | undefined; }'.\n", "status": "CompileError", - "static": true, + "static": false, "killedBy": [], "coveredBy": [ - "82", - "83", - "84", - "85", - "86", - "87", - "88", - "89", - "90", - "91", - "92", - "93", - "94", - "95", - "96", - "97", - "98", - "99", - "100", - "101", - "102", - "103", - "104", - "105", - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "164", - "165", - "166", - "167", - "168", - "169", - "170", - "171", - "172", - "173", - "174", - "175", - "176", - "177", - "178", - "179", - "180", - "181", - "182", - "183", - "184", - "185", - "186", - "187", - "188", - "189", - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "213", - "214", - "215", - "216", - "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", - "270", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "441", - "442", - "443", - "444", - "445", - "446", - "447", - "448", - "449", - "450", - "451", - "452", - "453", - "454", - "455", - "456", - "457", - "458", - "459", - "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "571", - "572", - "573", - "574", - "575", - "576", - "577", - "578", - "579", - "580", - "581", - "582", - "583", - "584", - "585", - "586", - "587", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "880", - "881", - "882", - "883", - "884", - "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "957", - "976", - "977", - "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1173", - "1174", - "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1271", - "1272", - "1273", - "1274", - "1275", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1483", - "1484", - "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", - "1499", - "1505", - "1506", - "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1573", - "1574", - "1575", - "1576", - "1577", - "1578", - "1620", - "1621", - "1622", - "1623", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1674", - "1675", - "1676", - "1677", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", - "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1916" + "59" + ], + "location": { + "end": { + "column": 91, + "line": 104 + }, + "start": { + "column": 47, + "line": 104 + } + } + }, + { + "id": "4080", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "60" + ], + "coveredBy": [ + "60", + "61" ], "location": { "end": { "column": 4, - "line": 55 + "line": 112 }, "start": { - "column": 10, - "line": 46 + "column": 68, + "line": 107 } } - } - ], - "source": "import { defineStore } from \"pinia\";\nimport type { GameEvent } from \"~/composables/api/game/game-event/game-event.class\";\nimport { useCurrentGamePlay } from \"~/composables/api/game/game-play/useCurrentGamePlay\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { useGameStore } from \"~/stores/game/useGameStore\";\n\nconst useGameEventsStore = defineStore(StoreIds.GAME_EVENTS, () => {\n const currentGameEventIndex = ref(0);\n\n const gameStore = useGameStore();\n\n const gameEvents = computed(() => gameStore.game.events);\n\n const currentGameEvent = computed(() => gameEvents.value?.[currentGameEventIndex.value]);\n const canGoToPreviousGameEvent = computed(() => currentGameEventIndex.value > 0 && gameStore.makingGamePlayStatus !== \"pending\");\n const canGoToNextGameEvent = computed(() => gameStore.makingGamePlayStatus !== \"pending\");\n\n function resetGameEventIndex(): void {\n currentGameEventIndex.value = 0;\n }\n\n async function goToNextGameEvent(): Promise {\n if (!gameEvents.value) {\n return;\n }\n const { mustCurrentGamePlayBeSkipped } = useCurrentGamePlay(gameStore.game);\n const nextGameEvent = gameEvents.value[currentGameEventIndex.value + 1];\n const isLastGameEvent = currentGameEventIndex.value === gameEvents.value.length - 1;\n const isNextGameEventGameTurnStarts = gameEvents.value.length > currentGameEventIndex.value + 1 && nextGameEvent.type === \"game-turn-starts\";\n const isCurrentGamePlayBuryDeadBodiesAndNextEventIsGameTurnStarts = gameStore.game.currentPlay?.action === \"bury-dead-bodies\" && isNextGameEventGameTurnStarts;\n if (\n isCurrentGamePlayBuryDeadBodiesAndNextEventIsGameTurnStarts && mustCurrentGamePlayBeSkipped.value ||\n isLastGameEvent && mustCurrentGamePlayBeSkipped.value\n ) {\n await gameStore.skipGamePlay();\n resetGameEventIndex();\n\n return;\n }\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 canGoToNextGameEvent,\n resetGameEventIndex,\n goToNextGameEvent,\n goToPreviousGameEvent,\n };\n});\n\nexport { useGameEventsStore };" - }, - "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts": { - "language": "typescript", - "mutants": [ + }, { - "id": "4220", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "tests/unit/specs/components/pages/game/GameOver/GameOverActions/GameOverActions.nuxt.spec.ts(50,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", - "status": "CompileError", + "id": "4081", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "60" + ], "coveredBy": [ - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "1689", - "1690", - "1691", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1852", - "1853", - "1854" + "60", + "61" ], "location": { "end": { - "column": 2, - "line": 30 + "column": 99, + "line": 108 }, "start": { - "column": 85, - "line": 8 + "column": 63, + "line": 108 } } }, { - "id": "4221", - "mutatorName": "ArrayDeclaration", - "replacement": "[\"Stryker was here\"]", - "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(11,56): error TS2322: Type 'string' is not assignable to type 'GameHistoryRecord'.\n", - "status": "CompileError", + "id": "4082", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "60" + ], "coveredBy": [ - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "1689", - "1690", - "1691", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1852", - "1853", - "1854" + "60", + "61" ], "location": { "end": { - "column": 57, - "line": 11 + "column": 99, + "line": 108 }, "start": { - "column": 55, - "line": 11 + "column": 73, + "line": 108 } } }, { - "id": "4222", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(12,72): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", - "status": "CompileError", + "id": "4083", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "60" + ], "coveredBy": [ - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "1689", - "1690", - "1691", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1852", - "1853", - "1854" + "60", + "61" ], "location": { "end": { - "column": 78, - "line": 12 + "column": 99, + "line": 108 }, "start": { - "column": 72, - "line": 12 + "column": 73, + "line": 108 } } }, { - "id": "4223", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "id": "4084", + "mutatorName": "EqualityOperator", + "replacement": "player.name !== playerName", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "1853" + "60" ], "coveredBy": [ - "1853", - "1854" + "60", + "61" ], "location": { "end": { - "column": 4, - "line": 24 + "column": 99, + "line": 108 }, "start": { - "column": 79, - "line": 14 + "column": 73, + "line": 108 } } }, { - "id": "4224", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(15,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", - "status": "CompileError", + "id": "4085", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "status": "Killed", + "testsCompleted": 2, "static": false, - "killedBy": [], + "killedBy": [ + "61" + ], "coveredBy": [ - "1853", - "1854" + "60", + "61" ], "location": { "end": { - "column": 55, - "line": 15 + "column": 27, + "line": 109 }, "start": { - "column": 46, - "line": 15 + "column": 9, + "line": 109 } } }, { - "id": "4225", - "mutatorName": "BooleanLiteral", - "replacement": "fetchedGameHistoryRecords", - "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(22,5): error TS2322: Type 'null' is not assignable to type 'GameHistoryRecord[] | { _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | ... 4 more ... | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; ... 4 more ...; createdAt:...'.\n", - "status": "CompileError", + "id": "4086", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "60" + ], "coveredBy": [ - "1853", - "1854" + "60", + "61" ], "location": { "end": { - "column": 35, - "line": 17 + "column": 27, + "line": 109 }, "start": { "column": 9, - "line": 17 + "line": 109 } } }, { - "id": "4226", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(22,5): error TS2322: Type 'GameHistoryRecord[] | null' is not assignable to type 'GameHistoryRecord[] | { _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | ... 4 more ... | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; ... 4 more ...; createdAt:...'.\n Type 'null' is not assignable to type 'GameHistoryRecord[] | { _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | ... 4 more ... | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; ... 4 more ...; createdAt:...'.\n", - "status": "CompileError", + "id": "4087", + "mutatorName": "EqualityOperator", + "replacement": "playerIndex === -1", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "60" + ], "coveredBy": [ - "1853", - "1854" + "60", + "61" ], "location": { "end": { - "column": 35, - "line": 17 + "column": 27, + "line": 109 }, "start": { "column": 9, - "line": 17 + "line": 109 } } }, { - "id": "4227", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(22,5): error TS2322: Type 'GameHistoryRecord[] | null' is not assignable to type 'GameHistoryRecord[] | { _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | ... 4 more ... | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; ... 4 more ...; createdAt:...'.\n Type 'null' is not assignable to type 'GameHistoryRecord[] | { _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | ... 4 more ... | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; ... 4 more ...; createdAt:...'.\n", - "status": "CompileError", + "id": "4088", + "mutatorName": "UnaryOperator", + "replacement": "+1", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "60" + ], "coveredBy": [ - "1853", - "1854" + "60", + "61" ], "location": { "end": { - "column": 35, - "line": 17 + "column": 27, + "line": 109 }, "start": { - "column": 9, - "line": 17 + "column": 25, + "line": 109 } } }, { - "id": "4228", + "id": "4089", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(18,5): error TS2322: Type 'GameHistoryRecord[] | null' is not assignable to type 'GameHistoryRecord[] | { _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | ... 4 more ... | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; ... 4 more ...; createdAt:...'.\n Type 'null' is not assignable to type 'GameHistoryRecord[] | { _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | ... 4 more ... | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; ... 4 more ...; createdAt:...'.\n", - "status": "CompileError", + "statusReason": "expected _CreateGameDto{ …(3) } to strictly equal _CreateGameDto{ …(3) }", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "60" + ], "coveredBy": [ - "1853" + "60" ], "location": { "end": { "column": 6, - "line": 21 + "line": 111 }, "start": { - "column": 37, - "line": 17 + "column": 29, + "line": 109 } } }, { - "id": "4229", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(18,7): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "id": "4090", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(114,55): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1853" + "62", + "63" ], "location": { "end": { - "column": 55, - "line": 18 + "column": 4, + "line": 116 }, "start": { - "column": 48, - "line": 18 + "column": 63, + "line": 114 } } }, { - "id": "4230", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(23,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", - "status": "CompileError", + "id": "4091", + "mutatorName": "MethodExpression", + "replacement": "createGameDto.value.players.every(player => player.role.name === roleName)", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "62" + ], + "coveredBy": [ + "62", + "63" + ], + "location": { + "end": { + "column": 85, + "line": 115 + }, + "start": { + "column": 12, + "line": 115 + } + } + }, + { + "id": "4092", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "62" + ], + "coveredBy": [ + "62", + "63" + ], + "location": { + "end": { + "column": 84, + "line": 115 + }, + "start": { + "column": 45, + "line": 115 + } + } + }, + { + "id": "4093", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected true to be falsy", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "63" + ], "coveredBy": [ - "1854" + "62", + "63" ], "location": { "end": { + "column": 84, + "line": 115 + }, + "start": { "column": 55, - "line": 23 + "line": 115 + } + } + }, + { + "id": "4094", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected false to be truthy", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "62" + ], + "coveredBy": [ + "62", + "63" + ], + "location": { + "end": { + "column": 84, + "line": 115 }, "start": { - "column": 46, - "line": 23 + "column": 55, + "line": 115 } } }, { - "id": "4231", - "mutatorName": "ObjectLiteral", + "id": "4095", + "mutatorName": "EqualityOperator", + "replacement": "player.role.name !== roleName", + "statusReason": "expected true to be falsy", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "63" + ], + "coveredBy": [ + "62", + "63" + ], + "location": { + "end": { + "column": 84, + "line": 115 + }, + "start": { + "column": 55, + "line": 115 + } + } + }, + { + "id": "4096", + "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "tests/unit/specs/components/pages/game/GameOver/GameOverActions/GameOverActions.nuxt.spec.ts(50,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", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(118,71): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "1689", - "1690", - "1691", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1852", - "1853", - "1854" + "64", + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" ], "location": { "end": { "column": 4, - "line": 29 + "line": 120 }, "start": { - "column": 10, - "line": 25 + "column": 93, + "line": 118 } } - } - ], - "source": "import type { AsyncDataRequestStatus } from \"nuxt/app\";\nimport { defineStore } from \"pinia\";\n\nimport { useFetchGameHistoryRecords } from \"~/composables/api/game/game-history-record/useFetchGameHistoryRecords\";\nimport type { GameHistoryRecord } from \"~/composables/api/game/types/game-history-record/game-history-record.class\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\n\nconst useGameHistoryRecordsStore = defineStore(StoreIds.GAME_HISTORY_RECORDS, () => {\n const { getGameHistoryRecords } = useFetchGameHistoryRecords();\n\n const gameHistoryRecords = ref([]);\n const fetchingGameHistoryRecordsStatus = ref(\"idle\");\n\n async function fetchAndSetGameHistoryRecords(gameId: string): Promise {\n fetchingGameHistoryRecordsStatus.value = \"pending\";\n const fetchedGameHistoryRecords = await getGameHistoryRecords(gameId);\n if (!fetchedGameHistoryRecords) {\n fetchingGameHistoryRecordsStatus.value = \"error\";\n\n return;\n }\n gameHistoryRecords.value = fetchedGameHistoryRecords;\n fetchingGameHistoryRecordsStatus.value = \"success\";\n }\n return {\n gameHistoryRecords,\n fetchingGameHistoryRecordsStatus,\n fetchAndSetGameHistoryRecords,\n };\n});\n\nexport { useGameHistoryRecordsStore };" - }, - "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts": { - "language": "typescript", - "mutants": [ + }, { - "id": "4232", + "id": "4097", + "mutatorName": "MethodExpression", + "replacement": "createGameDto.value.players", + "statusReason": "expected [ _CreateGamePlayerDto{ …(4) }, …(2) ] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "64" + ], + "coveredBy": [ + "64", + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" + ], + "location": { + "end": { + "column": 87, + "line": 119 + }, + "start": { + "column": 12, + "line": 119 + } + } + }, + { + "id": "4098", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected [] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "64" + ], + "coveredBy": [ + "64", + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" + ], + "location": { + "end": { + "column": 86, + "line": 119 + }, + "start": { + "column": 47, + "line": 119 + } + } + }, + { + "id": "4099", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected [ _CreateGamePlayerDto{ …(4) }, …(2) ] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "64" + ], + "coveredBy": [ + "64", + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" + ], + "location": { + "end": { + "column": 86, + "line": 119 + }, + "start": { + "column": 57, + "line": 119 + } + } + }, + { + "id": "4100", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected [] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "64" + ], + "coveredBy": [ + "64", + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" + ], + "location": { + "end": { + "column": 86, + "line": 119 + }, + "start": { + "column": 57, + "line": 119 + } + } + }, + { + "id": "4101", + "mutatorName": "EqualityOperator", + "replacement": "player.role.name !== roleName", + "statusReason": "expected [ _CreateGamePlayerDto{ …(4) } ] to strictly equal [ _CreateGamePlayerDto{ …(4) }, …(1) ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "64" + ], + "coveredBy": [ + "64", + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389" + ], + "location": { + "end": { + "column": 86, + "line": 119 + }, + "start": { + "column": 57, + "line": 119 + } + } + }, + { + "id": "4102", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseCardPlayground/GameChooseCardPlayground.nuxt.spec.ts(86,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseCardPlayground/GameChooseCardPlayground.nuxt.spec.ts(92,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseCardPlayground/GameChooseCardPlayground.nuxt.spec.ts(98,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseCardPlayground/GameChooseCardPlayground.nuxt.spec.ts(104,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/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(76,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(86,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(87,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", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(122,77): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "82", - "83", - "84", - "85", - "86", - "87", - "88", - "89", - "90", - "91", - "92", - "93", - "94", - "95", - "96", - "97", - "98", - "99", - "100", - "101", - "102", - "103", - "104", - "105", - "346", - "347", - "348", - "349", - "350", - "351", - "352", - "353", - "354", - "355", - "356", - "357", - "358", - "359", - "360", - "361", - "362", - "363", - "364", - "365", - "366", - "367", - "368", - "369", - "370", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "627", - "628", - "629", - "630", - "631", - "632", - "633", - "634", - "635", - "636", - "637", - "638", - "1271", - "1272", - "1273", - "1274", - "1275", - "1346", - "1347", - "1348", - "1349", - "1350", - "1351", - "1352", - "1353", - "1354", - "1374", - "1375", - "1376", - "1377", - "1378", - "1379", - "1380" + "41", + "42", + "43", + "44", + "65", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" + ], + "location": { + "end": { + "column": 4, + "line": 124 + }, + "start": { + "column": 99, + "line": 122 + } + } + }, + { + "id": "4103", + "mutatorName": "MethodExpression", + "replacement": "createGameDto.value.players", + "statusReason": "expected true to be falsy", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "42" + ], + "coveredBy": [ + "41", + "42", + "43", + "44", + "65", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { - "column": 2, - "line": 101 + "column": 114, + "line": 123 }, "start": { - "column": 80, - "line": 10 + "column": 12, + "line": 123 } } }, { - "id": "4233", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected _MakeGamePlayDto{ …(5) } to strictly equal _MakeGamePlayDto{ targets: [], …(4) }", + "id": "4104", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected false to be truthy", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "347" + "41" ], "coveredBy": [ - "347" + "41", + "42", + "43", + "44", + "65", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { - "column": 4, - "line": 15 + "column": 113, + "line": 123 }, "start": { - "column": 76, - "line": 13 + "column": 47, + "line": 123 } } }, { - "id": "4234", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected _MakeGamePlayDto{ targets: [], …(4) } to strictly equal _MakeGamePlayDto{ …(5) }", + "id": "4105", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected true to be falsy", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "348" + "42" ], "coveredBy": [ - "348" + "41", + "42", + "43", + "44", + "65", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { - "column": 4, - "line": 19 + "column": 113, + "line": 123 }, "start": { - "column": 41, - "line": 17 + "column": 57, + "line": 123 } } }, { - "id": "4235", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", + "id": "4106", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "Snapshot `Game Lobby Header Setup Buttons Component > should match snapshot when rendered. 1` mismatched", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "349" + "766" ], "coveredBy": [ - "349", - "350" + "41", + "42", + "43", + "44", + "65", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { - "column": 4, - "line": 26 + "column": 113, + "line": 123 }, "start": { - "column": 74, - "line": 21 + "column": 57, + "line": 123 } } }, { - "id": "4236", - "mutatorName": "BooleanLiteral", - "replacement": "makeGamePlayDto.value.targets", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(25,5): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", + "id": "4107", + "mutatorName": "LogicalOperator", + "replacement": "player.role.name || roleNames.includes(player.role.name)", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(123,96): error TS2345: Argument of type 'undefined' is not assignable to parameter of type '\"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | ... 15 more ... | \"devoted-servant\"'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "349", - "350" + "41", + "42", + "43", + "44", + "65", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777" ], "location": { "end": { - "column": 39, - "line": 22 + "column": 113, + "line": 123 }, "start": { - "column": 9, - "line": 22 + "column": 57, + "line": 123 } } }, { - "id": "4237", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected [ _MakeGamePlayTargetDto{ …(2) } ] to strictly equal [ Array(2) ]", - "status": "Killed", - "testsCompleted": 2, + "id": "4108", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(126,65): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "350" - ], + "killedBy": [], "coveredBy": [ - "349", - "350" + "66", + "67", + "68", + "69" ], "location": { "end": { - "column": 39, - "line": 22 + "column": 4, + "line": 131 }, "start": { - "column": 9, - "line": 22 + "column": 73, + "line": 126 } } }, { - "id": "4238", + "id": "4109", "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(25,5): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", - "status": "CompileError", + "replacement": "true", + "statusReason": "expected true to be false // Object.is equality", + "status": "Killed", + "testsCompleted": 3, "static": false, - "killedBy": [], + "killedBy": [ + "67" + ], "coveredBy": [ - "349", - "350" + "66", + "67", + "68", + "69" ], "location": { "end": { - "column": 39, - "line": 22 + "column": 100, + "line": 130 }, "start": { - "column": 9, - "line": 22 + "column": 12, + "line": 130 } } }, { - "id": "4239", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(23,5): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", - "status": "CompileError", + "id": "4110", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected false to be true // Object.is equality", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "66" + ], "coveredBy": [ - "349" + "66", + "67", + "68", + "69" ], "location": { "end": { - "column": 6, - "line": 24 + "column": 100, + "line": 130 }, "start": { - "column": 41, - "line": 22 + "column": 12, + "line": 130 } } }, { - "id": "4240", - "mutatorName": "ArrayDeclaration", - "replacement": "[\"Stryker was here\"]", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(23,40): error TS2322: Type 'string' is not assignable to type '{ playerId: string; drankPotion?: \"death\" | \"life\" | undefined; }'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(25,5): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", + "id": "4111", + "mutatorName": "LogicalOperator", + "replacement": "!!role || role.minInGame === undefined || playersWithRoleName.length >= role.minInGame", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,22): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,84): error TS18048: 'role' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "349" + "66", + "67", + "68", + "69" ], "location": { "end": { - "column": 41, - "line": 23 + "column": 100, + "line": 130 }, "start": { - "column": 39, - "line": 23 + "column": 12, + "line": 130 } } }, { - "id": "4241", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", - "status": "Killed", - "testsCompleted": 3, + "id": "4112", + "mutatorName": "BooleanLiteral", + "replacement": "!role", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,22): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,84): error TS18048: 'role' is possibly 'undefined'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "353" - ], + "killedBy": [], "coveredBy": [ - "351", - "352", - "353", - "354", - "357", - "361" + "66", + "67", + "68", + "69" ], "location": { "end": { - "column": 4, - "line": 39 + "column": 18, + "line": 130 }, "start": { - "column": 64, - "line": 28 + "column": 12, + "line": 130 } } }, { - "id": "4242", + "id": "4113", "mutatorName": "BooleanLiteral", - "replacement": "makeGamePlayDto.value.targets", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,65): error TS7006: Parameter 'target' implicitly has an 'any' type.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(36,9): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", + "replacement": "role", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,22): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,84): error TS18048: 'role' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "351", - "352", - "353", - "354", - "357", - "361" + "66", + "67", + "68", + "69" ], "location": { "end": { - "column": 39, - "line": 29 + "column": 18, + "line": 130 }, "start": { - "column": 9, - "line": 29 + "column": 13, + "line": 130 } } }, { - "id": "4243", + "id": "4114", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(36,9): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", - "status": "CompileError", + "statusReason": "expected true to be false // Object.is equality", + "status": "Killed", + "testsCompleted": 3, "static": false, - "killedBy": [], + "killedBy": [ + "67" + ], "coveredBy": [ - "351", - "352", - "353", - "354", - "357", - "361" + "66", + "67", + "68", + "69" ], "location": { "end": { - "column": 39, - "line": 29 + "column": 99, + "line": 130 }, "start": { - "column": 9, - "line": 29 + "column": 23, + "line": 130 } } }, { - "id": "4244", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(36,9): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", + "id": "4115", + "mutatorName": "LogicalOperator", + "replacement": "role.minInGame === undefined && playersWithRoleName.length >= role.minInGame", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,85): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "351", - "352", - "353", - "354", - "357", - "361" + "66", + "67", + "68", + "69" ], "location": { "end": { - "column": 39, - "line": 29 + "column": 99, + "line": 130 }, "start": { - "column": 9, - "line": 29 + "column": 23, + "line": 130 } } }, { - "id": "4245", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(30,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,9): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", + "id": "4116", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,62): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "351" + "66", + "67", + "68", + "69" ], "location": { "end": { - "column": 6, - "line": 31 + "column": 51, + "line": 130 }, "start": { - "column": 41, - "line": 29 + "column": 23, + "line": 130 } } }, { - "id": "4246", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", - "status": "Killed", - "testsCompleted": 2, + "id": "4117", + "mutatorName": "EqualityOperator", + "replacement": "role.minInGame !== undefined", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(130,85): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "353" - ], + "killedBy": [], "coveredBy": [ - "352", - "353", - "354", - "357", - "361" + "66", + "67", + "68", + "69" ], "location": { "end": { - "column": 103, - "line": 32 + "column": 51, + "line": 130 }, "start": { - "column": 65, - "line": 32 + "column": 23, + "line": 130 } } }, { - "id": "4247", + "id": "4118", "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", + "replacement": "false", + "statusReason": "expected false to be true // Object.is equality", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "352" + "66" ], "coveredBy": [ - "352", - "353", - "354", - "357", - "361" + "66", + "67", + "68" ], "location": { "end": { - "column": 103, - "line": 32 + "column": 99, + "line": 130 }, "start": { - "column": 75, - "line": 32 + "column": 55, + "line": 130 } } }, { - "id": "4248", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", + "id": "4119", + "mutatorName": "EqualityOperator", + "replacement": "playersWithRoleName.length > role.minInGame", + "statusReason": "expected false to be true // Object.is equality", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "353" + "66" ], "coveredBy": [ - "352", - "353", - "354", - "357", - "361" + "66", + "67", + "68" ], "location": { "end": { - "column": 103, - "line": 32 + "column": 99, + "line": 130 }, "start": { - "column": 75, - "line": 32 + "column": 55, + "line": 130 } } }, { - "id": "4249", + "id": "4120", "mutatorName": "EqualityOperator", - "replacement": "target.playerId !== targetId", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", + "replacement": "playersWithRoleName.length < role.minInGame", + "statusReason": "expected false to be true // Object.is equality", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "352" + "66" ], "coveredBy": [ - "352", - "353", - "354", - "357", - "361" + "66", + "67", + "68" ], "location": { "end": { - "column": 103, - "line": 32 + "column": 99, + "line": 130 }, "start": { - "column": 75, - "line": 32 + "column": 55, + "line": 130 } } }, { - "id": "4250", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", - "status": "Killed", - "testsCompleted": 1, + "id": "4121", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(133,65): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "352" - ], + "killedBy": [], "coveredBy": [ - "352", - "353", - "354", - "357", - "361" + "70", + "71", + "72" ], "location": { "end": { - "column": 27, - "line": 33 + "column": 4, + "line": 138 }, "start": { - "column": 9, - "line": 33 + "column": 73, + "line": 133 } } }, { - "id": "4251", + "id": "4122", "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", - "status": "CompileError", + "replacement": "true", + "statusReason": "expected true to be false // Object.is equality", + "status": "Killed", + "testsCompleted": 3, "static": false, - "killedBy": [], + "killedBy": [ + "71" + ], "coveredBy": [ - "352", - "353", - "354", - "357", - "361" + "70", + "71", + "72" ], "location": { "end": { - "column": 27, - "line": 33 + "column": 66, + "line": 137 }, "start": { - "column": 9, - "line": 33 + "column": 12, + "line": 137 } } }, { - "id": "4252", - "mutatorName": "EqualityOperator", - "replacement": "targetIndex === -1", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", + "id": "4123", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected false to be true // Object.is equality", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "352" + "70" ], "coveredBy": [ - "352", - "353", - "354", - "357", - "361" + "70", + "71", + "72" ], "location": { "end": { - "column": 27, - "line": 33 + "column": 66, + "line": 137 }, "start": { - "column": 9, - "line": 33 + "column": 12, + "line": 137 } } }, { - "id": "4253", - "mutatorName": "UnaryOperator", - "replacement": "+1", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", - "status": "Killed", - "testsCompleted": 1, + "id": "4124", + "mutatorName": "LogicalOperator", + "replacement": "!!role || playersWithRoleName.length >= role.maxInGame", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(137,52): error TS18048: 'role' is possibly 'undefined'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "352" - ], + "killedBy": [], "coveredBy": [ - "352", - "353", - "354", - "357", - "361" + "70", + "71", + "72" ], "location": { "end": { - "column": 27, - "line": 33 + "column": 66, + "line": 137 }, "start": { - "column": 25, - "line": 33 + "column": 12, + "line": 137 } } }, { - "id": "4254", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", - "status": "Killed", - "testsCompleted": 1, + "id": "4125", + "mutatorName": "BooleanLiteral", + "replacement": "!role", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(137,51): error TS18048: 'role' is possibly 'undefined'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "353" - ], + "killedBy": [], "coveredBy": [ - "353", - "354", - "357", - "361" + "70", + "71", + "72" ], "location": { "end": { - "column": 6, - "line": 35 + "column": 18, + "line": 137 }, "start": { - "column": 29, - "line": 33 + "column": 12, + "line": 137 } } }, { - "id": "4255", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", - "status": "Killed", - "testsCompleted": 1, + "id": "4126", + "mutatorName": "BooleanLiteral", + "replacement": "role", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(137,51): error TS18048: 'role' is possibly 'undefined'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "352" - ], + "killedBy": [], "coveredBy": [ - "352", - "353", - "354", - "357", - "361" + "70", + "71", + "72" ], "location": { "end": { - "column": 51, - "line": 36 + "column": 18, + "line": 137 }, "start": { - "column": 9, - "line": 36 + "column": 13, + "line": 137 } } }, { - "id": "4256", + "id": "4127", "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected [] to be undefined", + "replacement": "true", + "statusReason": "expected true to be false // Object.is equality", "status": "Killed", "testsCompleted": 3, "static": false, "killedBy": [ - "354" + "71" ], "coveredBy": [ - "352", - "353", - "354", - "357", - "361" + "70", + "71" ], "location": { "end": { - "column": 51, - "line": 36 + "column": 66, + "line": 137 }, "start": { - "column": 9, - "line": 36 + "column": 22, + "line": 137 } } }, { - "id": "4257", + "id": "4128", "mutatorName": "EqualityOperator", - "replacement": "makeGamePlayDto.value.targets.length !== 0", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", + "replacement": "playersWithRoleName.length > role.maxInGame", + "statusReason": "expected false to be true // Object.is equality", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "352" + "70" ], "coveredBy": [ - "352", - "353", - "354", - "357", - "361" + "70", + "71" ], "location": { "end": { - "column": 51, - "line": 36 + "column": 66, + "line": 137 }, "start": { - "column": 9, - "line": 36 + "column": 22, + "line": 137 } } }, { - "id": "4258", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected [] to be undefined", + "id": "4129", + "mutatorName": "EqualityOperator", + "replacement": "playersWithRoleName.length < role.maxInGame", + "statusReason": "expected false to be true // Object.is equality", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "354" + "70" ], "coveredBy": [ - "354" + "70", + "71" ], "location": { "end": { - "column": 6, - "line": 38 + "column": 66, + "line": 137 }, "start": { - "column": 53, - "line": 36 + "column": 22, + "line": 137 } } }, { - "id": "4259", + "id": "4130", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", - "status": "Killed", - "testsCompleted": 3, + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(140,75): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "357" - ], + "killedBy": [], "coveredBy": [ - "355", - "356", - "357" + "73", + "74", + "75" ], "location": { "end": { "column": 4, - "line": 47 + "line": 149 }, "start": { - "column": 53, - "line": 41 + "column": 82, + "line": 140 } } }, { - "id": "4260", + "id": "4131", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(45,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(146,23): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(146,23): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "355", - "356", - "357" + "73", + "74", + "75" ], "location": { "end": { - "column": 85, - "line": 42 + "column": 38, + "line": 143 }, "start": { "column": 9, - "line": 42 + "line": 143 } } }, { - "id": "4261", + "id": "4132", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(45,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(146,23): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(146,23): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "355", - "356", - "357" + "73", + "74", + "75" ], "location": { "end": { - "column": 85, - "line": 42 + "column": 38, + "line": 143 }, "start": { "column": 9, - "line": 42 + "line": 143 } } }, { - "id": "4262", - "mutatorName": "LogicalOperator", - "replacement": "!makeGamePlayDto.value.targets && makeGamePlayDto.value.targets.length === 0", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(42,43): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(45,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", + "id": "4133", + "mutatorName": "EqualityOperator", + "replacement": "role?.minInGame !== undefined", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(146,23): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(146,23): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "355", - "356", - "357" + "73", + "74", + "75" ], "location": { "end": { - "column": 85, - "line": 42 + "column": 38, + "line": 143 }, "start": { "column": 9, - "line": 42 + "line": 143 } } }, { - "id": "4263", - "mutatorName": "BooleanLiteral", - "replacement": "makeGamePlayDto.value.targets", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(42,42): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(45,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", + "id": "4134", + "mutatorName": "OptionalChaining", + "replacement": "role.minInGame", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(143,9): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(146,23): error TS18048: 'role' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "355", - "356", - "357" + "73", + "74", + "75" ], "location": { "end": { - "column": 39, - "line": 42 + "column": 24, + "line": 143 }, "start": { "column": 9, - "line": 42 - } - } - }, - { - "id": "4264", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "Cannot read properties of undefined (reading 'playerId')", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "356" - ], - "coveredBy": [ - "356", - "357" - ], - "location": { - "end": { - "column": 85, - "line": 42 - }, - "start": { - "column": 43, - "line": 42 - } - } - }, - { - "id": "4265", - "mutatorName": "EqualityOperator", - "replacement": "makeGamePlayDto.value.targets.length !== 0", - "statusReason": "Cannot read properties of undefined (reading 'playerId')", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "356" - ], - "coveredBy": [ - "356", - "357" - ], - "location": { - "end": { - "column": 85, - "line": 42 - }, - "start": { - "column": 43, - "line": 42 - } - } - }, - { - "id": "4266", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(43,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "355", - "356" - ], - "location": { - "end": { - "column": 6, - "line": 44 - }, - "start": { - "column": 87, - "line": 42 + "line": 143 } } }, { - "id": "4267", + "id": "4135", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", - "status": "Killed", - "testsCompleted": 4, - "static": false, - "killedBy": [ - "361" - ], - "coveredBy": [ - "358", - "359", - "360", - "361" - ], - "location": { - "end": { - "column": 4, - "line": 54 - }, - "start": { - "column": 87, - "line": 49 - } - } - }, - { - "id": "4268", - "mutatorName": "OptionalChaining", - "replacement": "makeGamePlayDto.value.targets.find", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(50,36): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(144,23): error TS18048: 'role' is possibly 'undefined'.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(144,23): error TS18048: 'role.minInGame' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "358", - "359", - "360", - "361" + "75" ], "location": { "end": { - "column": 71, - "line": 50 + "column": 6, + "line": 145 }, "start": { - "column": 36, - "line": 50 + "column": 40, + "line": 143 } } }, { - "id": "4269", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", + "id": "4136", + "mutatorName": "ArithmeticOperator", + "replacement": "role.minInGame + playersWithRoleName.length", + "statusReason": "expected 2 to be +0 // Object.is equality", "status": "Killed", - "testsCompleted": 3, + "testsCompleted": 1, "static": false, "killedBy": [ - "361" + "73" ], "coveredBy": [ - "359", - "360", - "361" + "73", + "74" ], "location": { "end": { - "column": 116, - "line": 50 + "column": 66, + "line": 146 }, "start": { - "column": 72, - "line": 50 + "column": 23, + "line": 146 } } }, { - "id": "4270", + "id": "4137", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "expected [ Array(2) ] to strictly equal [ Array(3) ]", + "statusReason": "expected +0 to be 1 // Object.is equality", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 4, "static": false, "killedBy": [ - "360" + "74" ], "coveredBy": [ - "360", - "361" + "73", + "74" ], "location": { "end": { - "column": 116, - "line": 50 + "column": 27, + "line": 148 }, "start": { - "column": 82, - "line": 50 + "column": 12, + "line": 148 } } }, { - "id": "4271", + "id": "4138", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", + "statusReason": "expected -1 to be +0 // Object.is equality", "status": "Killed", "testsCompleted": 2, "static": false, "killedBy": [ - "361" + "73" ], "coveredBy": [ - "360", - "361" + "73", + "74" ], "location": { "end": { - "column": 116, - "line": 50 + "column": 27, + "line": 148 }, "start": { - "column": 82, - "line": 50 + "column": 12, + "line": 148 } } }, { - "id": "4272", + "id": "4139", "mutatorName": "EqualityOperator", - "replacement": "target.drankPotion !== drankPotion", - "statusReason": "expected [ Array(2) ] to strictly equal [ Array(3) ]", + "replacement": "leftCount < -1", + "statusReason": "expected -1 to be +0 // Object.is equality", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 2, "static": false, "killedBy": [ - "360" + "73" ], "coveredBy": [ - "360", - "361" + "73", + "74" ], "location": { "end": { - "column": 116, - "line": 50 + "column": 27, + "line": 148 }, "start": { - "column": 82, - "line": 50 + "column": 12, + "line": 148 } } }, { - "id": "4273", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(52,35): error TS18048: 'firstDrankPotionTarget' is possibly 'undefined'.\n", - "status": "CompileError", + "id": "4140", + "mutatorName": "EqualityOperator", + "replacement": "leftCount > -1", + "statusReason": "expected -1 to be +0 // Object.is equality", + "status": "Killed", + "testsCompleted": 2, "static": false, - "killedBy": [], - "coveredBy": [ - "358", - "359", - "360", - "361" + "killedBy": [ + "73" ], - "location": { - "end": { - "column": 31, - "line": 51 - }, - "start": { - "column": 9, - "line": 51 - } - } - }, - { - "id": "4274", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(52,35): error TS18048: 'firstDrankPotionTarget' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], "coveredBy": [ - "358", - "359", - "360", - "361" + "73", + "74" ], "location": { "end": { - "column": 31, - "line": 51 + "column": 27, + "line": 148 }, "start": { - "column": 9, - "line": 51 + "column": 12, + "line": 148 } } }, { - "id": "4275", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", + "id": "4141", + "mutatorName": "UnaryOperator", + "replacement": "+1", + "statusReason": "expected +0 to be 1 // Object.is equality", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 4, "static": false, "killedBy": [ - "361" + "74" ], "coveredBy": [ - "361" + "73", + "74" ], "location": { "end": { - "column": 6, - "line": 53 + "column": 27, + "line": 148 }, "start": { - "column": 33, - "line": 51 + "column": 25, + "line": 148 } } }, { - "id": "4276", + "id": "4142", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", + "statusReason": "expected undefined to strictly equal [ …(2) ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "362" + "76" ], "coveredBy": [ - "362", - "363" + "76", + "77", + "533", + "536" ], "location": { "end": { "column": 4, - "line": 61 + "line": 158 }, "start": { - "column": 68, - "line": 56 + "column": 160, + "line": 151 } } }, { - "id": "4277", + "id": "4143", "mutatorName": "BooleanLiteral", - "replacement": "makeGamePlayDto.value.votes", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(60,5): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", + "replacement": "createGameDto.value.additionalCards", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(156,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "362", - "363" + "76", + "77", + "533", + "536" ], "location": { "end": { - "column": 37, - "line": 57 + "column": 45, + "line": 152 }, "start": { "column": 9, - "line": 57 + "line": 152 } } }, { - "id": "4278", + "id": "4144", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) } ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", + "statusReason": "expected [ Array(1) ] to strictly equal [ …(3) ]", "status": "Killed", "testsCompleted": 2, "static": false, "killedBy": [ - "363" + "77" ], "coveredBy": [ - "362", - "363" + "76", + "77", + "533", + "536" ], "location": { "end": { - "column": 37, - "line": 57 + "column": 45, + "line": 152 }, "start": { "column": 9, - "line": 57 + "line": 152 } } }, { - "id": "4279", + "id": "4145", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(60,5): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(156,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "362", - "363" + "76", + "77", + "533", + "536" ], "location": { "end": { - "column": 37, - "line": 57 + "column": 45, + "line": 152 }, "start": { "column": 9, - "line": 57 + "line": 152 } } }, { - "id": "4280", + "id": "4146", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(58,5): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(154,43): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "362" + "76" ], "location": { "end": { "column": 6, - "line": 59 + "line": 154 }, "start": { - "column": 39, - "line": 57 + "column": 47, + "line": 152 } } }, { - "id": "4281", - "mutatorName": "ArrayDeclaration", - "replacement": "[\"Stryker was here\"]", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(58,38): error TS2322: Type 'string' is not assignable to type '{ sourceId: string; targetId: string; }'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(60,5): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", - "status": "CompileError", + "id": "4147", + "mutatorName": "MethodExpression", + "replacement": "createGameDto.value.additionalCards", + "statusReason": "expected [ …(4) ] to strictly equal [ …(3) ]", + "status": "Killed", + "testsCompleted": 2, "static": false, - "killedBy": [], + "killedBy": [ + "77" + ], "coveredBy": [ - "362" + "76", + "77", + "533", + "536" ], "location": { "end": { - "column": 39, - "line": 58 + "column": 123, + "line": 156 }, "start": { - "column": 37, - "line": 58 + "column": 43, + "line": 156 } } }, { - "id": "4282", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) }, …(2) ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", + "id": "4148", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected [ Array(1) ] to strictly equal [ …(3) ]", "status": "Killed", - "testsCompleted": 3, + "testsCompleted": 2, "static": false, "killedBy": [ - "366" + "77" ], "coveredBy": [ - "364", - "365", - "366", - "367" + "76", + "77", + "533", + "536" ], "location": { "end": { - "column": 4, - "line": 74 + "column": 122, + "line": 156 }, "start": { - "column": 62, - "line": 63 + "column": 86, + "line": 156 } } }, { - "id": "4283", - "mutatorName": "BooleanLiteral", - "replacement": "makeGamePlayDto.value.votes", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,23): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,61): error TS7006: Parameter 'vote' implicitly has an 'any' type.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(71,9): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", - "status": "CompileError", + "id": "4149", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected [ …(4) ] to strictly equal [ …(2) ]", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "76" + ], "coveredBy": [ - "364", - "365", - "366", - "367" + "76", + "77", + "533", + "536" ], "location": { "end": { - "column": 37, - "line": 64 + "column": 122, + "line": 156 }, "start": { - "column": 9, - "line": 64 + "column": 94, + "line": 156 } } }, { - "id": "4284", + "id": "4150", "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,23): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(71,9): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", + "replacement": "false", + "statusReason": "expected [ Array(1) ] to strictly equal [ …(3) ]", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "77" + ], + "coveredBy": [ + "76", + "77", + "533", + "536" + ], + "location": { + "end": { + "column": 122, + "line": 156 + }, + "start": { + "column": 94, + "line": 156 + } + } + }, + { + "id": "4151", + "mutatorName": "EqualityOperator", + "replacement": "card.recipient === recipient", + "statusReason": "expected [ …(4) ] to strictly equal [ …(2) ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "76" + ], + "coveredBy": [ + "76", + "77", + "533", + "536" + ], + "location": { + "end": { + "column": 122, + "line": 156 + }, + "start": { + "column": 94, + "line": 156 + } + } + }, + { + "id": "4152", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(160,107): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "364", - "365", - "366", - "367" + "78", + "79", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1286", + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { - "column": 37, - "line": 64 + "column": 4, + "line": 162 }, "start": { - "column": 9, - "line": 64 + "column": 137, + "line": 160 } } }, { - "id": "4285", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,23): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(71,9): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", + "id": "4153", + "mutatorName": "LogicalOperator", + "replacement": "createGameDto.value.additionalCards?.filter(card => card.recipient === recipient) && []", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(161,5): error TS2322: Type 'never[] | undefined' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n Type 'undefined' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "364", - "365", - "366", - "367" + "78", + "79", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1286", + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { - "column": 37, - "line": 64 + "column": 99, + "line": 161 }, "start": { - "column": 9, - "line": 64 + "column": 12, + "line": 161 } } }, { - "id": "4286", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(65,23): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,9): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", + "id": "4154", + "mutatorName": "MethodExpression", + "replacement": "createGameDto.value.additionalCards", + "statusReason": "expected [ …(4) ] to strictly equal [ …(2) ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "78" + ], + "coveredBy": [ + "78", + "79", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1286", + "1287", + "1288", + "1289", + "1290" + ], + "location": { + "end": { + "column": 93, + "line": 161 + }, + "start": { + "column": 12, + "line": 161 + } + } + }, + { + "id": "4155", + "mutatorName": "OptionalChaining", + "replacement": "createGameDto.value.additionalCards.filter", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(161,12): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "364" + "78", + "79", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1286", + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { - "column": 6, - "line": 66 + "column": 55, + "line": 161 }, "start": { - "column": 39, - "line": 64 + "column": 12, + "line": 161 } } }, { - "id": "4287", + "id": "4156", "mutatorName": "ArrowFunction", "replacement": "() => undefined", - "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) }, …(2) ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", + "statusReason": "expected [] to strictly equal [ …(2) ]", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "366" + "78" ], "coveredBy": [ - "365", - "366", - "367" + "78", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1286", + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { - "column": 95, - "line": 67 + "column": 92, + "line": 161 }, "start": { - "column": 61, - "line": 67 + "column": 56, + "line": 161 } } }, { - "id": "4288", + "id": "4157", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", + "statusReason": "expected [ …(4) ] to strictly equal [ …(2) ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "365" + "78" ], "coveredBy": [ - "365", - "366", - "367" + "78", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1286", + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { - "column": 95, - "line": 67 + "column": 92, + "line": 161 }, "start": { - "column": 69, - "line": 67 + "column": 64, + "line": 161 } } }, { - "id": "4289", + "id": "4158", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) }, …(2) ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", + "statusReason": "expected [] to strictly equal [ …(2) ]", "status": "Killed", - "testsCompleted": 2, + "testsCompleted": 1, "static": false, "killedBy": [ - "366" + "78" ], "coveredBy": [ - "365", - "366", - "367" + "78", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1286", + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { - "column": 95, - "line": 67 + "column": 92, + "line": 161 }, "start": { - "column": 69, - "line": 67 + "column": 64, + "line": 161 } } }, { - "id": "4290", + "id": "4159", "mutatorName": "EqualityOperator", - "replacement": "vote.sourceId !== sourceId", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", + "replacement": "card.recipient !== recipient", + "statusReason": "expected [ …(2) ] to strictly equal [ …(2) ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "365" + "78" ], "coveredBy": [ - "365", - "366", - "367" + "78", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1286", + "1287", + "1288", + "1289", + "1290" ], "location": { "end": { - "column": 95, - "line": 67 + "column": 92, + "line": 161 }, "start": { - "column": 69, - "line": 67 + "column": 64, + "line": 161 } } }, { - "id": "4291", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", - "status": "Killed", - "testsCompleted": 1, + "id": "4160", + "mutatorName": "ArrayDeclaration", + "replacement": "[\"Stryker was here\"]", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(161,5): error TS2322: Type '{ roleName: \"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | ... 16 more ... | \"devoted-servant\"; recipient: \"thief\" | \"actor\"; }[] | string[]' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n Type 'string[]' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n Type 'string' is not assignable to type 'CreateGameAdditionalCardDto'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "365" + "killedBy": [], + "coveredBy": [ + "79", + "529", + "1290" ], + "location": { + "end": { + "column": 99, + "line": 161 + }, + "start": { + "column": 97, + "line": 161 + } + } + }, + { + "id": "4161", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(164,79): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", + "static": false, + "killedBy": [], "coveredBy": [ - "365", - "366", - "367" + "80", + "81" ], "location": { "end": { - "column": 25, - "line": 68 + "column": 4, + "line": 166 }, "start": { - "column": 9, - "line": 68 + "column": 109, + "line": 164 } } }, { - "id": "4292", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", + "id": "4162", + "mutatorName": "LogicalOperator", + "replacement": "createGameDto.value.additionalCards?.filter(card => card.roleName === roleName) && []", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(165,5): error TS2322: Type 'never[] | undefined' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n Type 'undefined' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "365", - "366", - "367" + "80", + "81" ], "location": { "end": { - "column": 25, - "line": 68 + "column": 97, + "line": 165 }, "start": { - "column": 9, - "line": 68 + "column": 12, + "line": 165 } } }, { - "id": "4293", - "mutatorName": "EqualityOperator", - "replacement": "voteIndex === -1", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", + "id": "4163", + "mutatorName": "MethodExpression", + "replacement": "createGameDto.value.additionalCards", + "statusReason": "expected [ …(4) ] to strictly equal [ …(2) ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "365" + "80" ], "coveredBy": [ - "365", - "366", - "367" + "80", + "81" ], "location": { "end": { - "column": 25, - "line": 68 + "column": 91, + "line": 165 }, "start": { - "column": 9, - "line": 68 + "column": 12, + "line": 165 } } }, { - "id": "4294", - "mutatorName": "UnaryOperator", - "replacement": "+1", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", - "status": "Killed", - "testsCompleted": 1, + "id": "4164", + "mutatorName": "OptionalChaining", + "replacement": "createGameDto.value.additionalCards.filter", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(165,12): error TS18048: 'createGameDto.value.additionalCards' is possibly 'undefined'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "365" - ], + "killedBy": [], "coveredBy": [ - "365", - "366", - "367" + "80", + "81" ], "location": { "end": { - "column": 25, - "line": 68 + "column": 55, + "line": 165 }, "start": { - "column": 23, - "line": 68 + "column": 12, + "line": 165 } } }, { - "id": "4295", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) }, …(2) ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", + "id": "4165", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected [] to strictly equal [ …(2) ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "366" + "80" ], "coveredBy": [ - "366", - "367" + "80" ], "location": { "end": { - "column": 6, - "line": 70 + "column": 90, + "line": 165 }, "start": { - "column": 27, - "line": 68 + "column": 56, + "line": 165 } } }, { - "id": "4296", + "id": "4166", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", + "statusReason": "expected [ …(4) ] to strictly equal [ …(2) ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "365" + "80" ], "coveredBy": [ - "365", - "366", - "367" + "80" ], "location": { "end": { - "column": 49, - "line": 71 + "column": 90, + "line": 165 }, "start": { - "column": 9, - "line": 71 + "column": 64, + "line": 165 } } }, { - "id": "4297", + "id": "4167", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "expected [] to be undefined", + "statusReason": "expected [] to strictly equal [ …(2) ]", "status": "Killed", - "testsCompleted": 3, + "testsCompleted": 1, "static": false, "killedBy": [ - "367" + "80" ], "coveredBy": [ - "365", - "366", - "367" + "80" ], "location": { "end": { - "column": 49, - "line": 71 + "column": 90, + "line": 165 }, "start": { - "column": 9, - "line": 71 + "column": 64, + "line": 165 } } }, { - "id": "4298", + "id": "4168", "mutatorName": "EqualityOperator", - "replacement": "makeGamePlayDto.value.votes.length !== 0", - "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", + "replacement": "card.roleName !== roleName", + "statusReason": "expected [ …(2) ] to strictly equal [ …(2) ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "365" + "80" ], "coveredBy": [ - "365", - "366", - "367" + "80" ], "location": { "end": { - "column": 49, - "line": 71 + "column": 90, + "line": 165 }, "start": { - "column": 9, - "line": 71 + "column": 64, + "line": 165 } } }, { - "id": "4299", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected [] to be undefined", - "status": "Killed", - "testsCompleted": 1, + "id": "4169", + "mutatorName": "ArrayDeclaration", + "replacement": "[\"Stryker was here\"]", + "statusReason": "app/stores/game/create-game-dto/useCreateGameDtoStore.ts(165,5): error TS2322: Type '{ roleName: \"werewolf\" | \"seer\" | \"cupid\" | \"defender\" | \"elder\" | \"idiot\" | \"fox\" | \"thief\" | \"scandalmonger\" | \"witch\" | \"actor\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | ... 16 more ... | \"devoted-servant\"; recipient: \"thief\" | \"actor\"; }[] | string[]' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n Type 'string[]' is not assignable to type 'CreateGameAdditionalCardDto[]'.\n Type 'string' is not assignable to type 'CreateGameAdditionalCardDto'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "367" - ], + "killedBy": [], "coveredBy": [ - "367" + "81" ], "location": { "end": { - "column": 6, - "line": 73 + "column": 97, + "line": 165 }, "start": { - "column": 51, - "line": 71 + "column": 95, + "line": 165 } } }, { - "id": "4300", - "mutatorName": "BlockStatement", + "id": "4170", + "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "expected undefined to be truthy", - "status": "Killed", - "testsCompleted": 1, + "statusReason": "tests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/GameLobbyAdditionalCardsManagerContent.spec.ts(38,24): error TS2339: Property 'isRoleInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/GameLobbyAdditionalCardsManagerContent.spec.ts(39,24): error TS2339: Property 'isRoleInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/GameLobbyAdditionalCardsManagerContent.spec.ts(40,24): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(57,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.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/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.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/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(104,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(128,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts(142,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsManager.spec.ts(60,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsManager.spec.ts(98,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsManager.spec.ts(114,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(100,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(150,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(227,33): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(232,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(249,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(270,33): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyBeforeLeaveConfirmDialog/GameLobbyBeforeLeaveConfirmDialog.nuxt.spec.ts(68,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyBeforeLeaveConfirmDialog/GameLobbyBeforeLeaveConfirmDialog.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/GameLobbyBeforeLeaveConfirmDialog/GameLobbyBeforeLeaveConfirmDialog.nuxt.spec.ts(119,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(55,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(66,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(120,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(129,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(146,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(163,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(182,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(187,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(201,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(218,37): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyRandomCompositionButton/GameLobbyRandomCompositionButton.nuxt.spec.ts(223,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(237,37): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' 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(128,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(157,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(166,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(176,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(205,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(221,111): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(86,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.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/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.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/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(127,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(131,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialog.nuxt.spec.ts(170,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogActorAdditionalCardsPlaced/GameLobbyStartGameConfirmDialogActorAdditionalCardsPlaced.nuxt.spec.ts(56,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(40,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(69,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(78,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(83,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(86,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(91,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts(92,35): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/GameLobbyStartGameConfirmDialogGameOptionsChanged.nuxt.spec.ts(40,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogThiefAdditionalCardsPlaced/GameLobbyStartGameConfirmDialogThiefAdditionalCardsPlaced.nuxt.spec.ts(56,24): 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(123,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(137,35): error TS2339: Property 'addPlayerToCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderAdditionalCardsManagerButton/GameLobbyHeaderAdditionalCardsManagerButton.nuxt.spec.ts(45,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderAdditionalCardsManagerButton/GameLobbyHeaderAdditionalCardsManagerButton.nuxt.spec.ts(62,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderOptionsButton/GameLobbyHeaderOptionsButton.nuxt.spec.ts(41,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderOptionsButton/GameLobbyHeaderOptionsButton.nuxt.spec.ts(58,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderSetupButtons.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/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderSetupButtons.nuxt.spec.ts(119,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(97,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(106,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(119,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(136,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(145,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(159,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(173,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(200,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(209,26): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(51,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(76,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(77,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts(88,35): error TS2339: Property 'resetCreateGameOptionsDto' 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(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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.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/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts(138,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(147,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(159,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(162,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(58,28): 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,28): 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(76,28): 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(85,28): 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(108,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(108,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(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/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.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/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts(120,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(130,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(143,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(146,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(154,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(158,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(173,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(176,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(185,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(188,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(198,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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.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/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(49,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(59,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(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/GameLobbyOptionsHubVotesTab/GameLobbyOptionsHubVotesTab.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/GameLobbyOptionsHubVotesTab/GameLobbyOptionsHubVotesTab.nuxt.spec.ts(100,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(103,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(113,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(116,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(126,33): error TS2339: Property 'setCreateGameDto' 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/GameLobbyPlayersParty/GameLobbyPlayerCard/GameLobbyPlayerCard.nuxt.spec.ts(79,33): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' 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/GameLobbyPositionCoordinator/GameLobbyPositionCoordinatorSorter/GameLobbyPositionCoordinatorSorter.nuxt.spec.ts(74,33): error TS2339: Property 'createGameDto' 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(39,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(43,24): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(64,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(65,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(66,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(84,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(85,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(112,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(116,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' 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 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.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/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(133,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(134,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(144,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(145,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(146,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(147,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts(157,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(158,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(159,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(160,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(57,24): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(121,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(122,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(139,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(154,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(155,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(182,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(183,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(193,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(194,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(216,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(255,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(260,35): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(268,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(295,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(308,28): error TS2339: Property 'createGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerFooter/GameLobbyRolePickerFooter.nuxt.spec.ts(319,35): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(32,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(33,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(34,24): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(58,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(59,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(60,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(74,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(75,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(76,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(89,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(90,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(91,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(116,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(117,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(118,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' 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 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(133,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' 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 'getPlayersWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(144,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(145,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(168,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(169,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(170,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(184,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(185,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(186,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(196,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(197,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(198,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElementBadges/GameLobbyRolePickerGridElementBadges.nuxt.spec.ts(208,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(209,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(210,26): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, {}>'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(161,33): error TS2339: Property 'resetCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(369,33): error TS2339: Property 'setPlayersToCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(381,33): 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(44,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(50,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(55,33): error TS2339: Property 'doesCreateGameDtoContainPositionDependantRoles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(60,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(65,33): error TS2339: Property 'doesCreateGameDtoContainPositionDependantRoles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(72,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(77,33): error TS2339: Property 'doesCreateGameDtoContainAdditionalCardsDependantRoles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(82,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(87,33): error TS2339: Property 'doesCreateGameDtoContainAdditionalCardsDependantRoles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(102,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(104,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(117,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(119,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(126,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(137,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(139,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(146,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(157,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(159,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(166,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(173,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(176,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(183,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(184,26): error TS2339: Property 'resetCreateGameOptionsDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(187,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(192,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(193,26): error TS2339: Property 'resetCreateGameOptionsDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(196,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(203,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(204,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(205,26): error TS2339: Property 'resetCreateGameOptionDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(208,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(216,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(217,26): error TS2339: Property 'saveCreateGameOptionsDtoToLocalStorage' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(219,33): error TS2339: Property 'createGameOptionsDtoFromLocalStorage' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(240,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(245,26): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(247,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(252,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(253,26): error TS2339: Property 'removeObsoleteAdditionalCardsFromCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(255,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(268,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(270,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(282,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(293,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(295,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(305,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(312,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(314,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(326,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(328,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(340,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(348,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(350,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(360,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(366,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(368,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(375,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(380,33): error TS2339: Property 'isRoleInCreateGameDto' 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(390,33): error TS2339: Property 'isRoleInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(402,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(405,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(420,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(423,41): error TS2339: Property 'getPlayersWithAnyRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(499,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(501,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(556,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(558,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(620,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(622,33): error TS2339: Property 'getRoleLeftCountToReachMinInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(639,26): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(641,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(660,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(673,26): error TS2339: Property 'setAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(675,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(700,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(706,41): error TS2339: Property 'getAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(713,41): error TS2339: Property 'getAdditionalCardsForRecipientInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(740,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(746,41): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(753,41): error TS2339: Property 'getAdditionalCardsWithRoleNameInCreateGameDto' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", + "status": "CompileError", "static": false, - "killedBy": [ - "368" - ], + "killedBy": [], "coveredBy": [ - "368" + "39", + "40", + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "50", + "51", + "52", + "53", + "54", + "55", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "65", + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "76", + "77", + "78", + "79", + "80", + "81", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "285", + "286", + "287", + "288", + "289", + "290", + "291", + "292", + "293", + "294", + "295", + "296", + "297", + "298", + "299", + "300", + "328", + "329", + "330", + "331", + "332", + "333", + "334", + "335", + "336", + "337", + "338", + "339", + "340", + "341", + "342", + "343", + "344", + "345", + "371", + "372", + "373", + "374", + "375", + "376", + "377", + "378", + "379", + "380", + "381", + "382", + "383", + "384", + "385", + "386", + "387", + "388", + "389", + "427", + "428", + "429", + "430", + "431", + "432", + "433", + "434", + "435", + "436", + "437", + "438", + "439", + "440", + "469", + "470", + "471", + "472", + "473", + "474", + "475", + "476", + "477", + "478", + "479", + "480", + "481", + "482", + "483", + "484", + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "552", + "553", + "554", + "555", + "556", + "557", + "558", + "559", + "560", + "561", + "562", + "563", + "564", + "565", + "566", + "567", + "568", + "569", + "570", + "639", + "640", + "641", + "642", + "643", + "644", + "645", + "646", + "647", + "648", + "649", + "650", + "651", + "652", + "653", + "654", + "655", + "656", + "657", + "658", + "659", + "660", + "661", + "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", + "696", + "697", + "698", + "699", + "700", + "701", + "702", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "766", + "767", + "768", + "769", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777", + "822", + "823", + "824", + "825", + "826", + "827", + "828", + "829", + "830", + "831", + "832", + "937", + "938", + "939", + "940", + "941", + "942", + "943", + "944", + "945", + "968", + "969", + "970", + "971", + "972", + "973", + "974", + "975", + "976", + "977", + "978", + "1027", + "1028", + "1029", + "1030", + "1031", + "1032", + "1033", + "1034", + "1035", + "1036", + "1046", + "1047", + "1048", + "1049", + "1050", + "1051", + "1052", + "1053", + "1054", + "1084", + "1085", + "1086", + "1087", + "1088", + "1089", + "1090", + "1091", + "1092", + "1093", + "1112", + "1113", + "1114", + "1115", + "1116", + "1117", + "1118", + "1119", + "1120", + "1147", + "1148", + "1149", + "1150", + "1151", + "1152", + "1153", + "1154", + "1155", + "1156", + "1157", + "1158", + "1159", + "1160", + "1161", + "1162", + "1163", + "1164", + "1165", + "1166", + "1167", + "1168", + "1169", + "1170", + "1171", + "1172", + "1173", + "1174", + "1175", + "1203", + "1204", + "1205", + "1206", + "1207", + "1208", + "1209", + "1210", + "1211", + "1258", + "1259", + "1260", + "1261", + "1262", + "1263", + "1286", + "1287", + "1288", + "1289", + "1290", + "1303", + "1304", + "1305", + "1306", + "1307", + "1308", + "1309", + "1310", + "1311", + "1312", + "1313", + "1314", + "1315", + "1316", + "1317", + "1318", + "1319", + "1320", + "1321", + "1322", + "1323", + "1324", + "1325", + "1342", + "1343", + "1344", + "1345", + "1346", + "1347", + "1348", + "1369", + "1370", + "1371", + "1372", + "1373", + "1374", + "1375", + "1376", + "1384", + "1385", + "1386", + "1387", + "1388", + "1389", + "1390", + "1391", + "1392", + "1393", + "1394", + "1395", + "1396", + "1397", + "1444", + "1445", + "1446", + "1447", + "1448", + "1449", + "1478", + "1479", + "1480", + "1481", + "1482", + "1483", + "1484", + "1485", + "1503", + "1504", + "1505", + "1506", + "1507", + "1519", + "1520", + "1521", + "1522", + "1523", + "1524", + "1525", + "1526", + "1527", + "1528", + "1529", + "1540", + "1541", + "1542", + "1543", + "1544", + "1545", + "1546", + "1547", + "1548", + "1549", + "1556", + "1557", + "1558", + "1559", + "1560", + "1561", + "1562", + "1563", + "1564", + "1565", + "1566", + "1567", + "1568", + "1569", + "1570", + "1571", + "1572", + "1573", + "1574", + "1575", + "1582", + "1583", + "1584", + "1585", + "1586", + "1587", + "1588", + "1589", + "1590", + "1591", + "1592", + "1593", + "1594", + "1595", + "1596", + "1597", + "1598", + "1599", + "1600", + "1601", + "1602", + "1603", + "1604", + "1605", + "1606", + "1607", + "1608", + "1609", + "1618", + "1619", + "1620", + "1621", + "1622", + "1681", + "1682", + "1934", + "1935", + "1936", + "1937" ], "location": { "end": { "column": 4, - "line": 78 + "line": 192 }, "start": { - "column": 99, - "line": 76 + "column": 10, + "line": 167 } } - }, + } + ], + "source": "import { defineStore } from \"pinia\";\nimport { get, set } from \"radash\";\nimport type { Paths } from \"type-fest\";\nimport { ref } from \"vue\";\nimport { DEFAULT_GAME_OPTIONS } from \"~/composables/api/game/constants/game-options/game-options.constants\";\nimport type { CreateGameAdditionalCardDto } from \"~/composables/api/game/dto/create-game/create-game-additional-card/create-game-additional-card.dto\";\n\nimport { CreateGamePlayerDto } from \"~/composables/api/game/dto/create-game/create-game-player/create-game-player.dto\";\nimport { CreateGameDto } from \"~/composables/api/game/dto/create-game/create-game.dto\";\nimport type { GameAdditionalCardRecipientRoleName } from \"~/composables/api/game/types/game-additional-card/game-additional-card.types\";\nimport { GameOptions } from \"~/composables/api/game/types/game-options/game-options.class\";\nimport type { DeepStringifiedGameOptions } from \"~/composables/api/game/types/game-options/game-options.types\";\nimport { ADDITIONAL_CARDS_DEPENDANT_ROLES } from \"~/composables/api/role/constants/role.constants\";\nimport type { RoleName } from \"~/composables/api/role/types/role.types\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { useRolesStore } from \"~/stores/role/useRolesStore\";\nimport { useLocalStorage } from \"@vueuse/core\";\nimport { LocalStorageKeys } from \"~/utils/enums/local-storage.enums\";\n\nconst useCreateGameDtoStore = defineStore(StoreIds.CREATE_GAME_DTO, () => {\n const rolesStore = useRolesStore();\n const { getRoleWithNameInRoles } = rolesStore;\n\n const createGameOptionsDtoFromLocalStorage = useLocalStorage(LocalStorageKeys.GAME_OPTIONS, DEFAULT_GAME_OPTIONS, { mergeDefaults: true });\n\n const defaultCreateGameDto = CreateGameDto.create({\n players: [],\n options: DEFAULT_GAME_OPTIONS,\n });\n\n const createGameDto = ref(CreateGameDto.create({\n ...defaultCreateGameDto,\n options: createGameOptionsDtoFromLocalStorage.value,\n }));\n\n const createGameOptionsDto = computed(() => createGameDto.value.options);\n\n const doesCreateGameDtoContainPositionDependantRoles = computed(() => {\n const positionDependantRoles: RoleName[] = [\"rusty-sword-knight\", \"bear-tamer\", \"fox\"];\n const playersWithPositionDependantRoles = getPlayersWithAnyRoleNameInCreateGameDto(positionDependantRoles);\n\n return playersWithPositionDependantRoles.length > 0;\n });\n\n const doesCreateGameDtoContainAdditionalCardsDependantRoles = computed(() => {\n const playersWithAdditionalCardsDependantRoles = getPlayersWithAnyRoleNameInCreateGameDto([...ADDITIONAL_CARDS_DEPENDANT_ROLES]);\n\n return playersWithAdditionalCardsDependantRoles.length > 0;\n });\n\n function setCreateGameDto(createGameDtoValue: CreateGameDto): void {\n createGameDto.value = CreateGameDto.create(createGameDtoValue);\n saveCreateGameOptionsDtoToLocalStorage();\n }\n\n function resetCreateGameDto(doesRetrieveLocalStorageValues = true): void {\n if (!doesRetrieveLocalStorageValues) {\n createGameDto.value = CreateGameDto.create(defaultCreateGameDto);\n saveCreateGameOptionsDtoToLocalStorage();\n\n return;\n }\n createGameDto.value = CreateGameDto.create({\n ...defaultCreateGameDto,\n options: createGameOptionsDtoFromLocalStorage.value,\n });\n }\n\n function resetCreateGameOptionsDto(): void {\n createGameDto.value.options = GameOptions.create(DEFAULT_GAME_OPTIONS);\n saveCreateGameOptionsDtoToLocalStorage();\n }\n\n function resetCreateGameOptionDto(optionKey: Paths): void {\n const defaultOptionValue = get(DEFAULT_GAME_OPTIONS, optionKey);\n createGameDto.value.options = GameOptions.create(set(createGameDto.value.options, optionKey, defaultOptionValue));\n saveCreateGameOptionsDtoToLocalStorage();\n }\n\n function saveCreateGameOptionsDtoToLocalStorage(): void {\n createGameOptionsDtoFromLocalStorage.value = createGameDto.value.options;\n }\n\n function removeObsoleteAdditionalCardsFromCreateGameDto(): void {\n if (!createGameDto.value.additionalCards) {\n return;\n }\n const rolesInGame = new Set(createGameDto.value.players.map(player => player.role.name));\n createGameDto.value.additionalCards = createGameDto.value.additionalCards.filter(({ recipient }) => rolesInGame.has(recipient));\n }\n\n function addPlayerToCreateGameDto(player: CreateGamePlayerDto): void {\n createGameDto.value.players.push(CreateGamePlayerDto.create(player));\n }\n\n function updatePlayerInCreateGameDto(player: CreateGamePlayerDto): void {\n const playerIndex = createGameDto.value.players.findIndex(({ name }) => name === player.name);\n if (playerIndex !== -1) {\n createGameDto.value.players.splice(playerIndex, 1, CreateGamePlayerDto.create(player));\n }\n }\n\n function setPlayersToCreateGameDto(players: CreateGamePlayerDto[]): void {\n createGameDto.value.players = players.map(player => CreateGamePlayerDto.create(player));\n }\n\n function removePlayerFromCreateGameDto(playerName: string): void {\n const playerIndex = createGameDto.value.players.findIndex(player => player.name === playerName);\n if (playerIndex !== -1) {\n createGameDto.value.players = createGameDto.value.players.toSpliced(playerIndex, 1);\n }\n }\n\n function isRoleInCreateGameDto(roleName: RoleName): boolean {\n return createGameDto.value.players.some(player => player.role.name === roleName);\n }\n\n function getPlayersWithRoleNameInCreateGameDto(roleName: RoleName): CreateGamePlayerDto[] {\n return createGameDto.value.players.filter(player => player.role.name === roleName);\n }\n\n function getPlayersWithAnyRoleNameInCreateGameDto(roleNames: RoleName[]): CreateGamePlayerDto[] {\n return createGameDto.value.players.filter(player => player.role.name && roleNames.includes(player.role.name));\n }\n\n function isRoleMinReachedInCreateGameDto(roleName: RoleName): boolean {\n const playersWithRoleName = getPlayersWithRoleNameInCreateGameDto(roleName);\n const role = getRoleWithNameInRoles(roleName);\n\n return !!role && (role.minInGame === undefined || playersWithRoleName.length >= role.minInGame);\n }\n\n function isRoleMaxReachedInCreateGameDto(roleName: RoleName): boolean {\n const playersWithRoleName = getPlayersWithRoleNameInCreateGameDto(roleName);\n const role = getRoleWithNameInRoles(roleName);\n\n return !!role && playersWithRoleName.length >= role.maxInGame;\n }\n\n function getRoleLeftCountToReachMinInCreateGameDto(roleName: RoleName): number {\n const playersWithRoleName = getPlayersWithRoleNameInCreateGameDto(roleName);\n const role = getRoleWithNameInRoles(roleName);\n if (role?.minInGame === undefined) {\n return 0;\n }\n const leftCount = role.minInGame - playersWithRoleName.length;\n\n return leftCount <= -1 ? 0 : leftCount;\n }\n\n function setAdditionalCardsForRecipientInCreateGameDto(additionalCards: CreateGameAdditionalCardDto[], recipient: GameAdditionalCardRecipientRoleName): void {\n if (!createGameDto.value.additionalCards) {\n createGameDto.value.additionalCards = additionalCards;\n }\n\n createGameDto.value.additionalCards = createGameDto.value.additionalCards.filter(card => card.recipient !== recipient);\n createGameDto.value.additionalCards.push(...additionalCards);\n }\n\n function getAdditionalCardsForRecipientInCreateGameDto(recipient: GameAdditionalCardRecipientRoleName): CreateGameAdditionalCardDto[] {\n return createGameDto.value.additionalCards?.filter(card => card.recipient === recipient) ?? [];\n }\n\n function getAdditionalCardsWithRoleNameInCreateGameDto(roleName: RoleName): CreateGameAdditionalCardDto[] {\n return createGameDto.value.additionalCards?.filter(card => card.roleName === roleName) ?? [];\n }\n return {\n createGameOptionsDtoFromLocalStorage,\n createGameDto,\n createGameOptionsDto,\n doesCreateGameDtoContainPositionDependantRoles,\n doesCreateGameDtoContainAdditionalCardsDependantRoles,\n setCreateGameDto,\n resetCreateGameDto,\n resetCreateGameOptionsDto,\n resetCreateGameOptionDto,\n saveCreateGameOptionsDtoToLocalStorage,\n removeObsoleteAdditionalCardsFromCreateGameDto,\n addPlayerToCreateGameDto,\n updatePlayerInCreateGameDto,\n setPlayersToCreateGameDto,\n removePlayerFromCreateGameDto,\n isRoleInCreateGameDto,\n getPlayersWithRoleNameInCreateGameDto,\n getPlayersWithAnyRoleNameInCreateGameDto,\n isRoleMinReachedInCreateGameDto,\n isRoleMaxReachedInCreateGameDto,\n getRoleLeftCountToReachMinInCreateGameDto,\n setAdditionalCardsForRecipientInCreateGameDto,\n getAdditionalCardsForRecipientInCreateGameDto,\n getAdditionalCardsWithRoleNameInCreateGameDto,\n };\n});\n\nexport { useCreateGameDtoStore };" + }, + "app/stores/game/game-event/useGameEventsStore.ts": { + "language": "typescript", + "mutants": [ { - "id": "4301", + "id": "4171", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected undefined to be 'cardId' // Object.is equality", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "369" - ], + "statusReason": "app/stores/game/useGameStore.ts(24,11): error TS2339: Property 'resetGameEventIndex' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(62,21): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(72,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(124,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(129,30): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(134,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(139,30): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(145,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(155,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(160,30): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(168,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(172,30): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(183,30): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(189,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(230,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(239,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(257,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(268,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(279,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(98,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(44,28): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(45,28): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(46,28): error TS2339: Property 'canGoToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(58,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(60,30): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(72,30): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(84,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(86,30): error TS2339: Property 'canGoToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(100,30): error TS2339: Property 'canGoToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(113,30): error TS2339: Property 'canGoToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(120,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(121,23): error TS2339: Property 'resetGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(123,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(137,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(139,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(147,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(149,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(150,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(161,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(163,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(174,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(176,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(190,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(203,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(215,23): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(220,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(233,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(235,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(243,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(245,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(258,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(259,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(260,23): error TS2339: Property 'goToPreviousGameEvent' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(262,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store'.\n", + "status": "CompileError", + "static": true, + "killedBy": [], "coveredBy": [ - "369" + "82", + "83", + "84", + "85", + "86", + "87", + "88", + "89", + "90", + "91", + "92", + "93", + "94", + "95", + "96", + "97", + "98", + "99", + "100", + "101", + "102", + "103", + "104", + "105", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "164", + "165", + "166", + "167", + "168", + "169", + "170", + "171", + "172", + "173", + "174", + "175", + "176", + "177", + "178", + "179", + "180", + "181", + "182", + "183", + "184", + "185", + "186", + "187", + "188", + "189", + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "213", + "214", + "215", + "216", + "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", + "270", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "441", + "442", + "443", + "444", + "445", + "446", + "447", + "448", + "449", + "450", + "451", + "452", + "453", + "454", + "455", + "456", + "457", + "458", + "459", + "460", + "461", + "462", + "463", + "464", + "465", + "466", + "467", + "468", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545", + "546", + "547", + "548", + "549", + "550", + "551", + "571", + "572", + "573", + "574", + "575", + "576", + "577", + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "586", + "587", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "883", + "884", + "885", + "886", + "887", + "888", + "889", + "890", + "891", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "960", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", + "1247", + "1248", + "1249", + "1251", + "1274", + "1275", + "1276", + "1277", + "1278", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", + "1441", + "1442", + "1443", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", + "1477", + "1486", + "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", + "1495", + "1496", + "1497", + "1498", + "1499", + "1500", + "1501", + "1502", + "1508", + "1509", + "1510", + "1511", + "1512", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1576", + "1577", + "1578", + "1579", + "1580", + "1581", + "1623", + "1624", + "1625", + "1626", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1677", + "1678", + "1679", + "1680", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1780", + "1784", + "1818", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", + "1850", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", + "1881", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1919" ], "location": { "end": { - "column": 4, - "line": 82 + "column": 2, + "line": 56 }, "start": { "column": 68, - "line": 80 + "line": 7 } } }, { - "id": "4302", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "expected undefined to be 'werewolves' // Object.is equality", + "id": "4172", + "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": 51, + "static": true, "killedBy": [ - "370" - ], - "coveredBy": [ - "370" + "190" ], - "location": { - "end": { - "column": 4, - "line": 86 - }, - "start": { - "column": 66, - "line": 84 - } - } - }, - { - "id": "4303", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "tests/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", - "status": "CompileError", - "static": false, - "killedBy": [], "coveredBy": [ "82", "83", @@ -207707,31 +207560,209 @@ "103", "104", "105", - "346", - "347", - "348", - "349", - "350", - "351", - "352", - "353", - "354", - "355", - "356", - "357", - "358", - "359", - "360", - "361", - "362", - "363", - "364", - "365", - "366", - "367", - "368", - "369", - "370", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "164", + "165", + "166", + "167", + "168", + "169", + "170", + "171", + "172", + "173", + "174", + "175", + "176", + "177", + "178", + "179", + "180", + "181", + "182", + "183", + "184", + "185", + "186", + "187", + "188", + "189", + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "213", + "214", + "215", + "216", + "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", + "270", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "441", + "442", + "443", + "444", + "445", + "446", + "447", + "448", + "449", + "450", + "451", + "452", + "453", + "454", + "455", + "456", + "457", + "458", + "459", + "460", + "461", + "462", + "463", + "464", + "465", + "466", + "467", + "468", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "507", + "508", + "509", "510", "511", "512", @@ -207763,65 +207794,434 @@ "549", "550", "551", - "627", - "628", - "629", - "630", - "631", - "632", - "633", - "634", - "635", - "636", - "637", - "638", - "1271", - "1272", - "1273", + "571", + "572", + "573", + "574", + "575", + "576", + "577", + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "586", + "587", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "760", + "761", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "883", + "884", + "885", + "886", + "887", + "888", + "889", + "890", + "891", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "960", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", + "1247", + "1248", + "1249", + "1251", "1274", "1275", - "1346", - "1347", - "1348", - "1349", - "1350", - "1351", - "1352", - "1353", - "1354", - "1374", - "1375", - "1376", - "1377", - "1378", - "1379", - "1380" + "1276", + "1277", + "1278", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", + "1441", + "1442", + "1443", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", + "1477", + "1486", + "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", + "1495", + "1496", + "1497", + "1498", + "1499", + "1500", + "1501", + "1502", + "1508", + "1509", + "1510", + "1511", + "1512", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1576", + "1577", + "1578", + "1579", + "1580", + "1581", + "1623", + "1624", + "1625", + "1626", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1677", + "1678", + "1679", + "1680", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1780", + "1784", + "1818", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", + "1850", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", + "1881", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1919" ], "location": { "end": { - "column": 4, - "line": 100 + "column": 83, + "line": 12 }, "start": { - "column": 10, - "line": 87 + "column": 56, + "line": 12 } } - } - ], - "source": "import { defineStore } from \"pinia\";\n\nimport { MakeGamePlayTargetDto } from \"~/composables/api/game/dto/make-game-play/make-game-play-target/make-game-play-target.dto\";\nimport { MakeGamePlayVoteDto } from \"~/composables/api/game/dto/make-game-play/make-game-play-vote/make-game-play-vote.dto\";\nimport { MakeGamePlayDto } from \"~/composables/api/game/dto/make-game-play/make-game-play.dto\";\nimport type { WitchPotion } from \"~/composables/api/game/types/game-play/game-play.types\";\nimport type { RoleSide } from \"~/composables/api/role/types/role.types\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\n\nconst useMakeGamePlayDtoStore = defineStore(StoreIds.MAKE_GAME_PLAY_DTO, () => {\n const makeGamePlayDto = ref(MakeGamePlayDto.create({}));\n\n function setMakeGamePlayDto(makeGamePlayDtoValue: MakeGamePlayDto): void {\n makeGamePlayDto.value = MakeGamePlayDto.create(makeGamePlayDtoValue);\n }\n\n function resetMakeGamePlayDto(): void {\n makeGamePlayDto.value = MakeGamePlayDto.create({});\n }\n\n function addMakeGamePlayTargetDto(target: MakeGamePlayTargetDto): void {\n if (!makeGamePlayDto.value.targets) {\n makeGamePlayDto.value.targets = [];\n }\n makeGamePlayDto.value.targets.push(MakeGamePlayTargetDto.create(target));\n }\n\n function removeMakeGamePlayTargetDto(targetId: string): void {\n if (!makeGamePlayDto.value.targets) {\n return;\n }\n const targetIndex = makeGamePlayDto.value.targets.findIndex(target => target.playerId === targetId);\n if (targetIndex !== -1) {\n makeGamePlayDto.value.targets = makeGamePlayDto.value.targets.toSpliced(targetIndex, 1);\n }\n if (makeGamePlayDto.value.targets.length === 0) {\n makeGamePlayDto.value.targets = undefined;\n }\n }\n\n function removeFirstMakeGamePlayTargetDto(): void {\n if (!makeGamePlayDto.value.targets || makeGamePlayDto.value.targets.length === 0) {\n return;\n }\n const firstTarget = makeGamePlayDto.value.targets[0];\n removeMakeGamePlayTargetDto(firstTarget.playerId);\n }\n\n function removeFirstMakeGamePlayTargetDtoWithPotion(drankPotion: WitchPotion): void {\n const firstDrankPotionTarget = makeGamePlayDto.value.targets?.find(target => target.drankPotion === drankPotion);\n if (firstDrankPotionTarget) {\n removeMakeGamePlayTargetDto(firstDrankPotionTarget.playerId);\n }\n }\n\n function addMakeGamePlayVoteDto(vote: MakeGamePlayVoteDto): void {\n if (!makeGamePlayDto.value.votes) {\n makeGamePlayDto.value.votes = [];\n }\n makeGamePlayDto.value.votes.push(MakeGamePlayVoteDto.create(vote));\n }\n\n function removeMakeGamePlayVoteDto(sourceId: string): void {\n if (!makeGamePlayDto.value.votes) {\n return;\n }\n const voteIndex = makeGamePlayDto.value.votes.findIndex(vote => vote.sourceId === sourceId);\n if (voteIndex !== -1) {\n makeGamePlayDto.value.votes = makeGamePlayDto.value.votes.toSpliced(voteIndex, 1);\n }\n if (makeGamePlayDto.value.votes.length === 0) {\n makeGamePlayDto.value.votes = undefined;\n }\n }\n\n function setDoesJudgeRequestAnotherVote(doesJudgeRequestAnotherVote: boolean | undefined): void {\n makeGamePlayDto.value.doesJudgeRequestAnotherVote = doesJudgeRequestAnotherVote;\n }\n\n function setChosenCardId(chosenCardId: string | undefined): void {\n makeGamePlayDto.value.chosenCardId = chosenCardId;\n }\n\n function setChosenSide(chosenSide: RoleSide | undefined): void {\n makeGamePlayDto.value.chosenSide = chosenSide;\n }\n return {\n makeGamePlayDto,\n setMakeGamePlayDto,\n resetMakeGamePlayDto,\n addMakeGamePlayTargetDto,\n removeMakeGamePlayTargetDto,\n removeFirstMakeGamePlayTargetDto,\n removeFirstMakeGamePlayTargetDtoWithPotion,\n addMakeGamePlayVoteDto,\n removeMakeGamePlayVoteDto,\n setDoesJudgeRequestAnotherVote,\n setChosenCardId,\n setChosenSide,\n };\n});\n\nexport { useMakeGamePlayDtoStore };" - }, - "app/stores/game/useGameStore.ts": { - "language": "typescript", - "mutants": [ + }, { - "id": "4304", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(12,72): error TS2339: Property 'game' does not exist on type 'Store'.\napp/stores/game/game-event/useGameEventsStore.ts(15,105): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store'.\napp/stores/game/game-event/useGameEventsStore.ts(16,66): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store'.\napp/stores/game/game-event/useGameEventsStore.ts(26,75): error TS2339: Property 'game' does not exist on type 'Store'.\napp/stores/game/game-event/useGameEventsStore.ts(30,83): error TS2339: Property 'game' does not exist on type 'Store'.\napp/stores/game/game-event/useGameEventsStore.ts(35,23): error TS2339: Property 'skipGamePlay' does not exist on type 'Store'.\ntests/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(137,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(166,13): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(194,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(198,24): error TS2339: Property 'cancelGame' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOver.nuxt.spec.ts(93,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOver.nuxt.spec.ts(102,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(97,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(200,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(321,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/GameAccursedWolfFatherMayHaveInfectedEvent/GameAccursedWolfFatherMayHaveInfectedEvent.nuxt.spec.ts(51,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameActorMayHaveChosenCardEvent/GameActorMayHaveChosenCardEvent.nuxt.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameActorMayHaveChosenCardEvent/GameActorMayHaveChosenCardEvent.nuxt.spec.ts(108,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameDeathEvent/GameDeathEvent.nuxt.spec.ts(95,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameElderHasTakenRevengeEvent/GameElderHasTakenRevengeEvent.nuxt.spec.ts(48,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameElderHasTakenRevengeEvent/GameElderHasTakenRevengeEvent.nuxt.spec.ts(86,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(60,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(79,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(91,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(103,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(115,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(127,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(139,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(151,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(163,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(175,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(187,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(199,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(211,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(223,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(235,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(247,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(259,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(271,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(283,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(295,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(307,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(319,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameFoxMayHaveSniffedEvent/GameFoxMayHaveSniffedEvent.nuxt.spec.ts(48,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameFoxMayHaveSniffedEvent/GameFoxMayHaveSniffedEvent.nuxt.spec.ts(99,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameFoxMayHaveSniffedEvent/GameFoxMayHaveSniffedEvent.nuxt.spec.ts(136,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameIdiotIsSparedEvent/GameIdiotIsSparedEvent.nuxt.spec.ts(46,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts(84,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(95,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(205,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePiedPiperHasCharmedEvent/GamePiedPiperHasCharmedEvent.nuxt.spec.ts(90,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePiedPiperHasCharmedEvent/GamePiedPiperHasCharmedEvent.nuxt.spec.ts(105,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameScandalmongerMarkIsActiveEvent/GameScandalmongerMarkIsActiveEvent.nuxt.spec.ts(42,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts(43,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts(112,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts(132,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts(150,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSheriffPromotionEvent/GameSheriffPromotionEvent.nuxt.spec.ts(52,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSheriffPromotionEvent/GameSheriffPromotionEvent.nuxt.spec.ts(76,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSheriffPromotionEvent/GameSheriffPromotionEvent.nuxt.spec.ts(93,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/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(142,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(143,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(144,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(50,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(95,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(114,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(149,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(163,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBigBadWolfTurnStartsEvent/GameBigBadWolfTurnStartsEvent.nuxt.spec.ts(31,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBigBadWolfTurnStartsEvent/GameBigBadWolfTurnStartsEvent.nuxt.spec.ts(63,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(72,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(52,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(67,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(68,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(79,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(80,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(63,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(77,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(58,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(69,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(89,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(138,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThiefTurnStartsEvent/GameThiefTurnStartsEvent.nuxt.spec.ts(46,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThiefTurnStartsEvent/GameThiefTurnStartsEvent.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/GameThiefTurnStartsEvent/GameThiefTurnStartsEvent.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/GameThreeBrothersTurnStartsEvent/GameThreeBrothersTurnStartsEvent.nuxt.spec.ts(67,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(60,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(69,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(78,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(87,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(96,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(105,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(114,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(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(132,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(141,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(150,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(159,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(168,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(177,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(186,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(195,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(204,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(213,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(222,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(231,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(240,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(249,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(258,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(267,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/GameTwoSistersTurnStartsEvent/GameTwoSistersTurnStartsEvent.nuxt.spec.ts(67,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(65,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(65,49): 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(66,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(81,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(82,22): 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(95,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(95,49): 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(96,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(97,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWitchTurnStartsEvent/GameWitchTurnStartsEvent.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/GameWolfHoundTurnStartsEvent/GameWolfHoundTurnStartsEvent.nuxt.spec.ts(58,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameVillagerVillagerIntroductionEvent/GameVillagerVillagerIntroductionEvent.nuxt.spec.ts(48,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWildChildHasTransformedEvent/GameWildChildHasTransformedEvent.nuxt.spec.ts(45,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWildChildHasTransformedEvent/GameWildChildHasTransformedEvent.nuxt.spec.ts(104,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(141,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(162,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(183,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(204,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(253,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(274,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(49,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(178,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(274,17): error TS2339: Property 'makingGamePlayStatus' 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(206,15): 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/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/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(92,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(101,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(110,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(121,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(132,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(152,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(172,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(189,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(225,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(253,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(281,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(317,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(345,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(367,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(389,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(400,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(432,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(465,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(474,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(99,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(113,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(127,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(143,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(73,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(95,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(128,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(196,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(228,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(259,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(296,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/GamePlaygroundFooter.nuxt.spec.ts(31,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.nuxt.spec.ts(42,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.nuxt.spec.ts(60,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.nuxt.spec.ts(69,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.nuxt.spec.ts(78,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(38,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(96,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(114,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(174,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(231,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(66,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(75,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(106,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(134,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(155,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(166,26): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(230,19): error TS2339: Property 'game' 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(196,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(360,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/GamePlaying.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/GameEventFlippingPlayersCard/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/GameEventFlippingPlayersCard/GameEventFlippingPlayerCard/GameEventFlippingPlaySourcePlayersCard/GameEventFlippingPlaySourcePlayersCard.nuxt.spec.ts(73,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventNextTextButton/GameEventNextTextButton.nuxt.spec.ts(61,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventNextTextButton/GameEventNextTextButton.nuxt.spec.ts(95,19): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventPreviousTextButton/GameEventPreviousTextButton.nuxt.spec.ts(86,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventTextsManager.nuxt.spec.ts(82,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(30,15): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(51,22): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(59,22): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(81,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(89,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(90,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(98,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(99,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(107,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(108,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(53,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(66,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(79,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(107,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(132,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(139,83): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(146,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(157,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(170,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(176,83): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(186,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(199,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(216,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(229,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(242,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(253,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(262,83): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(41,22): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(42,22): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(48,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(49,17): error TS2339: Property 'resetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(51,24): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(58,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(67,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(76,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(78,24): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(85,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(86,23): error TS2339: Property 'cancelGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(95,23): error TS2339: Property 'cancelGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(97,24): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(104,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(106,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(116,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(126,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(128,24): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(135,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(136,23): error TS2339: Property 'skipGamePlay' does not exist on type 'Store'.\n", - "status": "CompileError", + "id": "4173", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "Snapshot `Game Events Monitor Current Event Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 51, "static": true, - "killedBy": [], + "killedBy": [ + "190" + ], "coveredBy": [ "82", "83", @@ -208081,23 +208481,32 @@ "549", "550", "551", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", + "571", + "572", + "573", + "574", + "575", + "576", + "577", + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "586", + "587", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "723", + "724", "725", "726", "727", @@ -208106,20 +208515,21 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", "759", "760", "761", @@ -208127,26 +208537,30 @@ "763", "764", "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", - "830", - "831", - "832", + "813", + "814", + "815", "833", "834", "835", @@ -208161,9 +208575,9 @@ "844", "845", "846", - "880", - "881", - "882", + "847", + "848", + "849", "883", "884", "885", @@ -208201,10 +208615,10 @@ "917", "918", "919", - "957", - "976", - "977", - "978", + "920", + "921", + "922", + "960", "979", "980", "981", @@ -208221,18 +208635,18 @@ "992", "993", "994", - "1034", - "1035", - "1036", + "995", + "996", + "997", "1037", "1038", "1039", "1040", "1041", "1042", - "1052", - "1053", - "1054", + "1043", + "1044", + "1045", "1055", "1056", "1057", @@ -208243,9 +208657,9 @@ "1062", "1063", "1064", - "1069", - "1070", - "1071", + "1065", + "1066", + "1067", "1072", "1073", "1074", @@ -208255,24 +208669,24 @@ "1078", "1079", "1080", - "1173", - "1174", - "1175", + "1081", + "1082", + "1083", "1176", "1177", "1178", "1179", "1180", "1181", - "1218", - "1219", - "1220", + "1182", + "1183", + "1184", "1221", "1222", "1223", - "1234", - "1235", - "1236", + "1224", + "1225", + "1226", "1237", "1238", "1239", @@ -208283,10 +208697,10 @@ "1244", "1245", "1246", + "1247", "1248", - "1271", - "1272", - "1273", + "1249", + "1251", "1274", "1275", "1276", @@ -208296,26 +208710,15 @@ "1280", "1281", "1282", - "1323", - "1324", - "1325", + "1283", + "1284", + "1285", "1326", "1327", "1328", - "1355", - "1356", - "1357", - "1358", - "1359", - "1360", - "1361", - "1362", - "1363", - "1364", - "1365", - "1395", - "1396", - "1397", + "1329", + "1330", + "1331", "1398", "1399", "1400", @@ -208335,28 +208738,28 @@ "1414", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", "1457", - "1467", - "1468", - "1469", + "1458", + "1459", + "1460", "1470", "1471", "1472", "1473", "1474", - "1483", - "1484", - "1485", + "1475", + "1476", + "1477", "1486", "1487", "1488", @@ -208371,9 +208774,9 @@ "1497", "1498", "1499", - "1505", - "1506", - "1507", + "1500", + "1501", + "1502", "1508", "1509", "1510", @@ -208382,31 +208785,31 @@ "1513", "1514", "1515", - "1532", - "1533", - "1534", + "1516", + "1517", + "1518", "1535", "1536", - "1547", - "1548", - "1549", + "1537", + "1538", + "1539", "1550", "1551", "1552", - "1573", - "1574", - "1575", + "1553", + "1554", + "1555", "1576", "1577", "1578", - "1620", - "1621", - "1622", + "1579", + "1580", + "1581", "1623", - "1630", - "1654", - "1655", - "1656", + "1624", + "1625", + "1626", + "1633", "1657", "1658", "1659", @@ -208414,89 +208817,146 @@ "1661", "1662", "1663", - "1674", - "1675", - "1676", + "1664", + "1665", + "1666", "1677", - "1692", - "1693", - "1694", + "1678", + "1679", + "1680", "1695", "1696", - "1703", - "1704", - "1705", + "1697", + "1698", + "1699", "1706", "1707", - "1717", - "1718", - "1719", + "1708", + "1709", + "1710", "1720", "1721", - "1726", - "1727", - "1728", + "1722", + "1723", + "1724", "1729", "1730", - "1738", - "1739", - "1740", + "1731", + "1732", + "1733", "1741", "1742", - "1758", - "1759", - "1760", + "1743", + "1744", + "1745", "1761", "1762", - "1770", - "1771", - "1772", + "1763", + "1764", + "1765", "1773", "1774", "1775", + "1776", "1777", - "1781", - "1815", - "1816", - "1817", + "1778", + "1780", + "1784", "1818", "1819", "1820", "1821", "1822", - "1847", - "1848", - "1849", + "1823", + "1824", + "1825", "1850", - "1864", - "1868", - "1877", - "1878", - "1879", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1916" + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1919" ], "location": { "end": { - "column": 2, - "line": 83 + "column": 113, + "line": 14 }, "start": { - "column": 55, - "line": 11 + "column": 60, + "line": 14 } } }, { - "id": "4305", + "id": "4174", + "mutatorName": "OptionalChaining", + "replacement": "gameEvents.value[currentGameEventIndex.value]", + "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(14,66): error TS18048: 'gameEvents.value' is possibly 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "571", + "578", + "579", + "581", + "587", + "1761", + "1762", + "1763", + "1764", + "1765" + ], + "location": { + "end": { + "column": 113, + "line": 14 + }, + "start": { + "column": 66, + "line": 14 + } + } + }, + { + "id": "4175", "mutatorName": "ArrowFunction", "replacement": "() => undefined", - "statusReason": "app/stores/game/useGameStore.ts(19,23): 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 'GameOptions'.\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": "app/stores/game/game-event/useGameEventsStore.ts(15,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, "killedBy": [], @@ -208759,23 +209219,32 @@ "549", "550", "551", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", + "571", + "572", + "573", + "574", + "575", + "576", + "577", + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "586", + "587", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "723", + "724", "725", "726", "727", @@ -208784,20 +209253,21 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", "759", "760", "761", @@ -208805,26 +209275,30 @@ "763", "764", "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", - "830", - "831", - "832", + "813", + "814", + "815", "833", "834", "835", @@ -208839,9 +209313,9 @@ "844", "845", "846", - "880", - "881", - "882", + "847", + "848", + "849", "883", "884", "885", @@ -208879,10 +209353,10 @@ "917", "918", "919", - "957", - "976", - "977", - "978", + "920", + "921", + "922", + "960", "979", "980", "981", @@ -208899,18 +209373,18 @@ "992", "993", "994", - "1034", - "1035", - "1036", + "995", + "996", + "997", "1037", "1038", "1039", "1040", "1041", "1042", - "1052", - "1053", - "1054", + "1043", + "1044", + "1045", "1055", "1056", "1057", @@ -208921,9 +209395,9 @@ "1062", "1063", "1064", - "1069", - "1070", - "1071", + "1065", + "1066", + "1067", "1072", "1073", "1074", @@ -208933,24 +209407,24 @@ "1078", "1079", "1080", - "1173", - "1174", - "1175", + "1081", + "1082", + "1083", "1176", "1177", "1178", "1179", "1180", "1181", - "1218", - "1219", - "1220", + "1182", + "1183", + "1184", "1221", "1222", "1223", - "1234", - "1235", - "1236", + "1224", + "1225", + "1226", "1237", "1238", "1239", @@ -208961,10 +209435,10 @@ "1244", "1245", "1246", + "1247", "1248", - "1271", - "1272", - "1273", + "1249", + "1251", "1274", "1275", "1276", @@ -208974,26 +209448,15 @@ "1280", "1281", "1282", - "1323", - "1324", - "1325", + "1283", + "1284", + "1285", "1326", "1327", "1328", - "1355", - "1356", - "1357", - "1358", - "1359", - "1360", - "1361", - "1362", - "1363", - "1364", - "1365", - "1395", - "1396", - "1397", + "1329", + "1330", + "1331", "1398", "1399", "1400", @@ -209013,28 +209476,28 @@ "1414", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", "1457", - "1467", - "1468", - "1469", + "1458", + "1459", + "1460", "1470", "1471", "1472", "1473", "1474", - "1483", - "1484", - "1485", + "1475", + "1476", + "1477", "1486", "1487", "1488", @@ -209049,9 +209512,9 @@ "1497", "1498", "1499", - "1505", - "1506", - "1507", + "1500", + "1501", + "1502", "1508", "1509", "1510", @@ -209060,31 +209523,31 @@ "1513", "1514", "1515", - "1532", - "1533", - "1534", + "1516", + "1517", + "1518", "1535", "1536", - "1547", - "1548", - "1549", + "1537", + "1538", + "1539", "1550", "1551", "1552", - "1573", - "1574", - "1575", + "1553", + "1554", + "1555", "1576", "1577", "1578", - "1620", - "1621", - "1622", + "1579", + "1580", + "1581", "1623", - "1630", - "1654", - "1655", - "1656", + "1624", + "1625", + "1626", + "1633", "1657", "1658", "1659", @@ -209092,89 +209555,491 @@ "1661", "1662", "1663", - "1674", - "1675", - "1676", + "1664", + "1665", + "1666", "1677", - "1692", - "1693", - "1694", + "1678", + "1679", + "1680", "1695", "1696", - "1703", - "1704", - "1705", + "1697", + "1698", + "1699", "1706", "1707", - "1717", - "1718", - "1719", + "1708", + "1709", + "1710", "1720", "1721", - "1726", - "1727", - "1728", + "1722", + "1723", + "1724", "1729", "1730", - "1738", - "1739", - "1740", + "1731", + "1732", + "1733", "1741", "1742", - "1758", - "1759", - "1760", + "1743", + "1744", + "1745", "1761", "1762", - "1770", - "1771", - "1772", + "1763", + "1764", + "1765", "1773", "1774", "1775", + "1776", "1777", - "1781", - "1815", - "1816", - "1817", + "1778", + "1780", + "1784", "1818", "1819", "1820", "1821", "1822", - "1847", - "1848", - "1849", + "1823", + "1824", + "1825", "1850", - "1864", - "1868", - "1877", - "1878", - "1879", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1916" + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1919" + ], + "location": { + "end": { + "column": 139, + "line": 15 + }, + "start": { + "column": 54, + "line": 15 + } + } + }, + { + "id": "4176", + "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": [ + "390" + ], + "coveredBy": [ + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "571", + "572", + "573", + "574" + ], + "location": { + "end": { + "column": 139, + "line": 15 + }, + "start": { + "column": 60, + "line": 15 + } + } + }, + { + "id": "4177", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected '' to be undefined", + "status": "Killed", + "testsCompleted": 4, + "static": false, + "killedBy": [ + "393" + ], + "coveredBy": [ + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "571", + "572", + "573", + "574" + ], + "location": { + "end": { + "column": 139, + "line": 15 + }, + "start": { + "column": 60, + "line": 15 + } + } + }, + { + "id": "4178", + "mutatorName": "LogicalOperator", + "replacement": "currentGameEventIndex.value > 0 || gameStore.makingGamePlayStatus !== \"pending\"", + "statusReason": "Snapshot `Game Events Monitor Footer Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "390" + ], + "coveredBy": [ + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "571", + "572", + "573", + "574" + ], + "location": { + "end": { + "column": 139, + "line": 15 + }, + "start": { + "column": 60, + "line": 15 + } + } + }, + { + "id": "4179", + "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": [ + "390" + ], + "coveredBy": [ + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "571", + "572", + "573", + "574" + ], + "location": { + "end": { + "column": 91, + "line": 15 + }, + "start": { + "column": 60, + "line": 15 + } + } + }, + { + "id": "4180", + "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": [ + "390" + ], + "coveredBy": [ + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "571", + "572", + "573", + "574" + ], + "location": { + "end": { + "column": 91, + "line": 15 + }, + "start": { + "column": 60, + "line": 15 + } + } + }, + { + "id": "4181", + "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": [ + "390" + ], + "coveredBy": [ + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "571", + "572", + "573", + "574" + ], + "location": { + "end": { + "column": 91, + "line": 15 + }, + "start": { + "column": 60, + "line": 15 + } + } + }, + { + "id": "4182", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected true to be falsy", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "574" + ], + "coveredBy": [ + "393", + "395", + "396", + "397", + "398", + "399", + "400", + "402", + "572", + "574" + ], + "location": { + "end": { + "column": 139, + "line": 15 + }, + "start": { + "column": 95, + "line": 15 + } + } + }, + { + "id": "4183", + "mutatorName": "EqualityOperator", + "replacement": "gameStore.makingGamePlayStatus === \"pending\"", + "statusReason": "expected '' to be undefined", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "393" + ], + "coveredBy": [ + "393", + "395", + "396", + "397", + "398", + "399", + "400", + "402", + "572", + "574" ], "location": { "end": { - "column": 69, - "line": 19 + "column": 139, + "line": 15 }, "start": { - "column": 45, - "line": 19 + "column": 95, + "line": 15 } } }, { - "id": "4306", + "id": "4184", "mutatorName": "StringLiteral", "replacement": "\"\"", - "statusReason": "app/stores/game/useGameStore.ts(20,58): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", + "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(15,95): error TS2367: This comparison appears to be unintentional because the types 'AsyncDataRequestStatus' and '\"\"' have no overlap.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "393", + "395", + "396", + "397", + "398", + "399", + "400", + "402", + "572", + "574" + ], + "location": { + "end": { + "column": 139, + "line": 15 + }, + "start": { + "column": 130, + "line": 15 + } + } + }, + { + "id": "4185", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(16,32): 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, "killedBy": [], @@ -209437,23 +210302,32 @@ "549", "550", "551", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", + "571", + "572", + "573", + "574", + "575", + "576", + "577", + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "586", + "587", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "723", + "724", "725", "726", "727", @@ -209462,20 +210336,21 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", "759", "760", "761", @@ -209483,26 +210358,30 @@ "763", "764", "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", - "830", - "831", - "832", + "813", + "814", + "815", "833", "834", "835", @@ -209517,9 +210396,9 @@ "844", "845", "846", - "880", - "881", - "882", + "847", + "848", + "849", "883", "884", "885", @@ -209557,10 +210436,10 @@ "917", "918", "919", - "957", - "976", - "977", - "978", + "920", + "921", + "922", + "960", "979", "980", "981", @@ -209577,18 +210456,18 @@ "992", "993", "994", - "1034", - "1035", - "1036", + "995", + "996", + "997", "1037", "1038", "1039", "1040", "1041", "1042", - "1052", - "1053", - "1054", + "1043", + "1044", + "1045", "1055", "1056", "1057", @@ -209599,9 +210478,9 @@ "1062", "1063", "1064", - "1069", - "1070", - "1071", + "1065", + "1066", + "1067", "1072", "1073", "1074", @@ -209611,24 +210490,24 @@ "1078", "1079", "1080", - "1173", - "1174", - "1175", + "1081", + "1082", + "1083", "1176", "1177", "1178", "1179", "1180", "1181", - "1218", - "1219", - "1220", + "1182", + "1183", + "1184", "1221", "1222", "1223", - "1234", - "1235", - "1236", + "1224", + "1225", + "1226", "1237", "1238", "1239", @@ -209639,10 +210518,10 @@ "1244", "1245", "1246", + "1247", "1248", - "1271", - "1272", - "1273", + "1249", + "1251", "1274", "1275", "1276", @@ -209652,26 +210531,15 @@ "1280", "1281", "1282", - "1323", - "1324", - "1325", + "1283", + "1284", + "1285", "1326", "1327", "1328", - "1355", - "1356", - "1357", - "1358", - "1359", - "1360", - "1361", - "1362", - "1363", - "1364", - "1365", - "1395", - "1396", - "1397", + "1329", + "1330", + "1331", "1398", "1399", "1400", @@ -209691,28 +210559,28 @@ "1414", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", - "1452", - "1453", - "1454", + "1441", + "1442", + "1443", "1455", "1456", "1457", - "1467", - "1468", - "1469", + "1458", + "1459", + "1460", "1470", "1471", "1472", "1473", "1474", - "1483", - "1484", - "1485", + "1475", + "1476", + "1477", "1486", "1487", "1488", @@ -209727,9 +210595,9 @@ "1497", "1498", "1499", - "1505", - "1506", - "1507", + "1500", + "1501", + "1502", "1508", "1509", "1510", @@ -209738,31 +210606,31 @@ "1513", "1514", "1515", - "1532", - "1533", - "1534", + "1516", + "1517", + "1518", "1535", "1536", - "1547", - "1548", - "1549", + "1537", + "1538", + "1539", "1550", "1551", "1552", - "1573", - "1574", - "1575", + "1553", + "1554", + "1555", "1576", "1577", "1578", - "1620", - "1621", - "1622", + "1579", + "1580", + "1581", "1623", - "1630", - "1654", - "1655", - "1656", + "1624", + "1625", + "1626", + "1633", "1657", "1658", "1659", @@ -209770,767 +210638,1506 @@ "1661", "1662", "1663", - "1674", - "1675", - "1676", + "1664", + "1665", + "1666", "1677", - "1692", - "1693", - "1694", + "1678", + "1679", + "1680", "1695", "1696", - "1703", - "1704", - "1705", + "1697", + "1698", + "1699", "1706", "1707", - "1717", - "1718", - "1719", + "1708", + "1709", + "1710", "1720", "1721", - "1726", - "1727", - "1728", + "1722", + "1723", + "1724", "1729", "1730", - "1738", - "1739", - "1740", + "1731", + "1732", + "1733", "1741", "1742", - "1758", - "1759", - "1760", + "1743", + "1744", + "1745", "1761", "1762", - "1770", - "1771", - "1772", + "1763", + "1764", + "1765", "1773", "1774", "1775", + "1776", "1777", - "1781", - "1815", - "1816", - "1817", + "1778", + "1780", + "1784", "1818", "1819", "1820", "1821", "1822", - "1847", - "1848", - "1849", + "1823", + "1824", + "1825", "1850", - "1864", - "1868", - "1877", - "1878", - "1879", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1916" + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1919" + ], + "location": { + "end": { + "column": 100, + "line": 16 + }, + "start": { + "column": 50, + "line": 16 + } + } + }, + { + "id": "4186", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected true to be falsy", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "576" + ], + "coveredBy": [ + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "571", + "575", + "576" + ], + "location": { + "end": { + "column": 100, + "line": 16 + }, + "start": { + "column": 56, + "line": 16 + } + } + }, + { + "id": "4187", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "Snapshot `Game Events Monitor Footer Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "390" + ], + "coveredBy": [ + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "571", + "575", + "576" + ], + "location": { + "end": { + "column": 100, + "line": 16 + }, + "start": { + "column": 56, + "line": 16 + } + } + }, + { + "id": "4188", + "mutatorName": "EqualityOperator", + "replacement": "gameStore.makingGamePlayStatus === \"pending\"", + "statusReason": "Snapshot `Game Events Monitor Footer Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "390" + ], + "coveredBy": [ + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "571", + "575", + "576" + ], + "location": { + "end": { + "column": 100, + "line": 16 + }, + "start": { + "column": 56, + "line": 16 + } + } + }, + { + "id": "4189", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(16,56): error TS2367: This comparison appears to be unintentional because the types 'AsyncDataRequestStatus' and '\"\"' have no overlap.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "571", + "575", + "576" + ], + "location": { + "end": { + "column": 100, + "line": 16 + }, + "start": { + "column": 91, + "line": 16 + } + } + }, + { + "id": "4190", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected 2 to be +0 // Object.is equality", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "577" + ], + "coveredBy": [ + "577", + "581", + "583", + "584", + "585" + ], + "location": { + "end": { + "column": 4, + "line": 20 + }, + "start": { + "column": 40, + "line": 18 + } + } + }, + { + "id": "4191", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'death', …(1) }", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "578" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "586", + "587" + ], + "location": { + "end": { + "column": 4, + "line": 41 + }, + "start": { + "column": 53, + "line": 22 + } + } + }, + { + "id": "4192", + "mutatorName": "BooleanLiteral", + "replacement": "gameEvents.value", + "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(27,27): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(28,61): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(29,43): error TS18048: 'gameEvents.value' is possibly 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "586", + "587" + ], + "location": { + "end": { + "column": 26, + "line": 23 + }, + "start": { + "column": 9, + "line": 23 + } + } + }, + { + "id": "4193", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(27,27): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(28,61): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(29,43): error TS18048: 'gameEvents.value' is possibly 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "586", + "587" + ], + "location": { + "end": { + "column": 26, + "line": 23 + }, + "start": { + "column": 9, + "line": 23 + } + } + }, + { + "id": "4194", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(27,27): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(28,61): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(29,43): error TS18048: 'gameEvents.value' is possibly 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "586", + "587" + ], + "location": { + "end": { + "column": 26, + "line": 23 + }, + "start": { + "column": 9, + "line": 23 + } + } + }, + { + "id": "4195", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(25,27): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(26,61): error TS18048: 'gameEvents.value' is possibly 'undefined'.\napp/stores/game/game-event/useGameEventsStore.ts(27,43): error TS18048: 'gameEvents.value' is possibly 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "586" + ], + "location": { + "end": { + "column": 6, + "line": 25 + }, + "start": { + "column": 28, + "line": 23 + } + } + }, + { + "id": "4196", + "mutatorName": "ArithmeticOperator", + "replacement": "currentGameEventIndex.value - 1", + "statusReason": "Cannot read properties of undefined (reading 'type')", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "578" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 75, + "line": 27 + }, + "start": { + "column": 44, + "line": 27 + } + } + }, + { + "id": "4197", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected +0 to be 1 // Object.is equality", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "580" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 88, + "line": 28 + }, + "start": { + "column": 29, + "line": 28 + } + } + }, + { + "id": "4198", + "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", + "status": "Killed", + "testsCompleted": 7, + "static": false, + "killedBy": [ + "584" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 88, + "line": 28 + }, + "start": { + "column": 29, + "line": 28 + } + } + }, + { + "id": "4199", + "mutatorName": "EqualityOperator", + "replacement": "currentGameEventIndex.value !== gameEvents.value.length - 1", + "statusReason": "expected +0 to be 1 // Object.is equality", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "580" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 88, + "line": 28 + }, + "start": { + "column": 29, + "line": 28 + } + } + }, + { + "id": "4200", + "mutatorName": "ArithmeticOperator", + "replacement": "gameEvents.value.length + 1", + "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "status": "Killed", + "testsCompleted": 7, + "static": false, + "killedBy": [ + "584" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 88, + "line": 28 + }, + "start": { + "column": 61, + "line": 28 + } + } + }, + { + "id": "4201", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected +0 to be 1 // Object.is equality", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "580" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 145, + "line": 29 + }, + "start": { + "column": 43, + "line": 29 + } + } + }, + { + "id": "4202", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", + "status": "Killed", + "testsCompleted": 4, + "static": false, + "killedBy": [ + "581" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 145, + "line": 29 + }, + "start": { + "column": 43, + "line": 29 + } + } + }, + { + "id": "4203", + "mutatorName": "LogicalOperator", + "replacement": "gameEvents.value.length > currentGameEventIndex.value + 1 || nextGameEvent.type === \"game-turn-starts\"", + "statusReason": "Cannot read properties of undefined (reading 'type')", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "579" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 145, + "line": 29 + }, + "start": { + "column": 43, + "line": 29 + } + } + }, + { + "id": "4204", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "Cannot read properties of undefined (reading 'type')", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "579" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 100, + "line": 29 + }, + "start": { + "column": 43, + "line": 29 + } + } + }, + { + "id": "4205", + "mutatorName": "EqualityOperator", + "replacement": "gameEvents.value.length >= currentGameEventIndex.value + 1", + "statusReason": "Cannot read properties of undefined (reading 'type')", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "579" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" ], "location": { "end": { - "column": 64, - "line": 20 + "column": 100, + "line": 29 }, "start": { - "column": 58, - "line": 20 + "column": 43, + "line": 29 } } }, { - "id": "4307", + "id": "4206", + "mutatorName": "EqualityOperator", + "replacement": "gameEvents.value.length <= currentGameEventIndex.value + 1", + "statusReason": "Cannot read properties of undefined (reading 'type')", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "579" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 100, + "line": 29 + }, + "start": { + "column": 43, + "line": 29 + } + } + }, + { + "id": "4207", + "mutatorName": "ArithmeticOperator", + "replacement": "currentGameEventIndex.value - 1", + "statusReason": "Cannot read properties of undefined (reading 'type')", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "579" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 100, + "line": 29 + }, + "start": { + "column": 69, + "line": 29 + } + } + }, + { + "id": "4208", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected +0 to be 1 // Object.is equality", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "580" + ], + "coveredBy": [ + "578", + "580", + "581", + "582", + "583", + "585", + "587" + ], + "location": { + "end": { + "column": 145, + "line": 29 + }, + "start": { + "column": 104, + "line": 29 + } + } + }, + { + "id": "4209", + "mutatorName": "EqualityOperator", + "replacement": "nextGameEvent.type !== \"game-turn-starts\"", + "statusReason": "expected +0 to be 1 // Object.is equality", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "580" + ], + "coveredBy": [ + "578", + "580", + "581", + "582", + "583", + "585", + "587" + ], + "location": { + "end": { + "column": 145, + "line": 29 + }, + "start": { + "column": 104, + "line": 29 + } + } + }, + { + "id": "4210", "mutatorName": "StringLiteral", "replacement": "\"\"", - "statusReason": "app/stores/game/useGameStore.ts(21,59): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", + "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(29,104): error TS2367: This comparison appears to be unintentional because the types '\"game-starts\" | \"game-phase-starts\" | \"game-turn-starts\" | \"villager-villager-introduction\" | \"death\" | \"seer-has-seen\" | \"sheriff-promotion\" | \"scandalmonger-may-have-marked\" | ... 12 more ... | \"scandalmonger-mark-is-active\"' and '\"\"' have no overlap.\n", "status": "CompileError", - "static": true, + "static": false, "killedBy": [], "coveredBy": [ - "82", - "83", - "84", - "85", - "86", - "87", - "88", - "89", - "90", - "91", - "92", - "93", - "94", - "95", - "96", - "97", - "98", - "99", - "100", - "101", - "102", - "103", - "104", - "105", - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "164", - "165", - "166", - "167", - "168", - "169", - "170", - "171", - "172", - "173", - "174", - "175", - "176", - "177", - "178", - "179", - "180", - "181", - "182", - "183", - "184", - "185", - "186", - "187", - "188", - "189", - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "213", - "214", - "215", - "216", - "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", - "270", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "441", - "442", - "443", - "444", - "445", - "446", - "447", - "448", - "449", - "450", - "451", - "452", - "453", - "454", - "455", - "456", - "457", - "458", - "459", - "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "880", - "881", - "882", - "883", - "884", - "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "957", - "976", - "977", - "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1173", - "1174", - "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1271", - "1272", - "1273", - "1274", - "1275", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1355", - "1356", - "1357", - "1358", - "1359", - "1360", - "1361", - "1362", - "1363", - "1364", - "1365", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1483", - "1484", - "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", - "1499", - "1505", - "1506", - "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1573", - "1574", - "1575", - "1576", - "1577", - "1578", - "1620", - "1621", - "1622", - "1623", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1674", - "1675", - "1676", - "1677", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", - "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1916" + "578", + "580", + "581", + "582", + "583", + "585", + "587" + ], + "location": { + "end": { + "column": 145, + "line": 29 + }, + "start": { + "column": 127, + "line": 29 + } + } + }, + { + "id": "4211", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected +0 to be 1 // Object.is equality", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "580" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 163, + "line": 30 + }, + "start": { + "column": 73, + "line": 30 + } + } + }, + { + "id": "4212", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", + "status": "Killed", + "testsCompleted": 4, + "static": false, + "killedBy": [ + "581" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 163, + "line": 30 + }, + "start": { + "column": 73, + "line": 30 + } + } + }, + { + "id": "4213", + "mutatorName": "LogicalOperator", + "replacement": "gameStore.game.currentPlay?.action === \"bury-dead-bodies\" || isNextGameEventGameTurnStarts", + "statusReason": "expected +0 to be 1 // Object.is equality", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "580" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 163, + "line": 30 + }, + "start": { + "column": 73, + "line": 30 + } + } + }, + { + "id": "4214", + "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", + "status": "Killed", + "testsCompleted": 5, + "static": false, + "killedBy": [ + "582" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 130, + "line": 30 + }, + "start": { + "column": 73, + "line": 30 + } + } + }, + { + "id": "4215", + "mutatorName": "EqualityOperator", + "replacement": "gameStore.game.currentPlay?.action !== \"bury-dead-bodies\"", + "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", + "status": "Killed", + "testsCompleted": 4, + "static": false, + "killedBy": [ + "581" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 130, + "line": 30 + }, + "start": { + "column": 73, + "line": 30 + } + } + }, + { + "id": "4216", + "mutatorName": "OptionalChaining", + "replacement": "gameStore.game.currentPlay.action", + "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(30,73): error TS18047: 'gameStore.game.currentPlay' is possibly 'null'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 107, + "line": 30 + }, + "start": { + "column": 73, + "line": 30 + } + } + }, + { + "id": "4217", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(30,73): 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, + "killedBy": [], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" ], "location": { "end": { - "column": 65, - "line": 21 + "column": 130, + "line": 30 }, "start": { - "column": 59, - "line": 21 + "column": 112, + "line": 30 } } }, { - "id": "4308", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/useGameStore.ts(22,60): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", + "id": "4218", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ …(2) }", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "578" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 60, + "line": 33 + }, + "start": { + "column": 7, + "line": 32 + } + } + }, + { + "id": "4219", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", + "status": "Killed", + "testsCompleted": 4, + "static": false, + "killedBy": [ + "581" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 60, + "line": 33 + }, + "start": { + "column": 7, + "line": 32 + } + } + }, + { + "id": "4220", + "mutatorName": "LogicalOperator", + "replacement": "isCurrentGamePlayBuryDeadBodiesAndNextEventIsGameTurnStarts && mustCurrentGamePlayBeSkipped.value && isLastGameEvent && mustCurrentGamePlayBeSkipped.value", + "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", + "status": "Killed", + "testsCompleted": 4, + "static": false, + "killedBy": [ + "581" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 60, + "line": 33 + }, + "start": { + "column": 7, + "line": 32 + } + } + }, + { + "id": "4221", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", + "status": "Killed", + "testsCompleted": 4, + "static": false, + "killedBy": [ + "581" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 104, + "line": 32 + }, + "start": { + "column": 7, + "line": 32 + } + } + }, + { + "id": "4222", + "mutatorName": "LogicalOperator", + "replacement": "isCurrentGamePlayBuryDeadBodiesAndNextEventIsGameTurnStarts || mustCurrentGamePlayBeSkipped.value", + "statusReason": "expected +0 to be 1 // Object.is equality", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "580" + ], + "coveredBy": [ + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "587" + ], + "location": { + "end": { + "column": 104, + "line": 32 + }, + "start": { + "column": 7, + "line": 32 + } + } + }, + { + "id": "4223", + "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", + "status": "Killed", + "testsCompleted": 5, + "static": false, + "killedBy": [ + "584" + ], + "coveredBy": [ + "578", + "579", + "580", + "582", + "584", + "587" + ], + "location": { + "end": { + "column": 60, + "line": 33 + }, + "start": { + "column": 7, + "line": 33 + } + } + }, + { + "id": "4224", + "mutatorName": "LogicalOperator", + "replacement": "isLastGameEvent || mustCurrentGamePlayBeSkipped.value", + "statusReason": "expected _GameEvent{ …(2) } to be undefined", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "579" + ], + "coveredBy": [ + "578", + "579", + "580", + "582", + "584", + "587" + ], + "location": { + "end": { + "column": 60, + "line": 33 + }, + "start": { + "column": 7, + "line": 33 + } + } + }, + { + "id": "4225", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ type: 'game-starts', …(1) }", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "581" + ], + "coveredBy": [ + "581", + "583", + "584", + "585" + ], + "location": { + "end": { + "column": 6, + "line": 39 + }, + "start": { + "column": 7, + "line": 34 + } + } + }, + { + "id": "4226", + "mutatorName": "AssignmentOperator", + "replacement": "currentGameEventIndex.value -= 1", + "statusReason": "expected undefined to strictly equal _GameEvent{ …(2) }", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "578" + ], + "coveredBy": [ + "578", + "579", + "580", + "582", + "587" + ], + "location": { + "end": { + "column": 37, + "line": 40 + }, + "start": { + "column": 5, + "line": 40 + } + } + }, + { + "id": "4227", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected _GameEvent{ …(2) } to strictly equal _GameEvent{ …(2) }", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "587" + ], + "coveredBy": [ + "587" + ], + "location": { + "end": { + "column": 4, + "line": 45 + }, + "start": { + "column": 42, + "line": 43 + } + } + }, + { + "id": "4228", + "mutatorName": "AssignmentOperator", + "replacement": "currentGameEventIndex.value += 1", + "statusReason": "expected undefined to strictly equal _GameEvent{ …(2) }", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "587" + ], + "coveredBy": [ + "587" + ], + "location": { + "end": { + "column": 37, + "line": 44 + }, + "start": { + "column": 5, + "line": 44 + } + } + }, + { + "id": "4229", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "app/stores/game/useGameStore.ts(24,11): error TS2339: Property 'resetGameEventIndex' does not exist on type '_StoreWithState>, Pick<{}, never>, Pick<{}, never>> & _UnwrapAll> & _StoreWithGetters<...> & PiniaCustomProperties<...> & PiniaCustomStateProperties<...>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(62,21): 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(72,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(124,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(129,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(134,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(139,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(145,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(155,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(160,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(168,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(172,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(183,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(189,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(230,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(239,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(257,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(268,30): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(279,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(98,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(44,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(45,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(46,28): error TS2339: Property 'canGoToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(58,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(60,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(72,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(84,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(86,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(100,30): error TS2339: Property 'canGoToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(113,30): error TS2339: Property 'canGoToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(120,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(121,23): error TS2339: Property 'resetGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(123,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(137,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(139,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(147,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(149,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(150,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(161,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(163,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(174,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(176,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(190,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(203,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(215,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(220,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(233,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(235,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(243,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(245,30): error TS2339: Property 'currentGameEventIndex' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(258,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(259,29): error TS2339: Property 'goToNextGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(260,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(262,30): error TS2339: Property 'currentGameEvent' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", "status": "CompileError", "static": true, "killedBy": [], @@ -210793,23 +212400,32 @@ "549", "550", "551", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", + "571", + "572", + "573", + "574", + "575", + "576", + "577", + "578", + "579", + "580", + "581", + "582", + "583", + "584", + "585", + "586", + "587", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "723", + "724", "725", "726", "727", @@ -210818,20 +212434,21 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", "759", "760", "761", @@ -210839,26 +212456,30 @@ "763", "764", "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", - "830", - "831", - "832", + "813", + "814", + "815", "833", "834", "835", @@ -210873,9 +212494,9 @@ "844", "845", "846", - "880", - "881", - "882", + "847", + "848", + "849", "883", "884", "885", @@ -210913,10 +212534,10 @@ "917", "918", "919", - "957", - "976", - "977", - "978", + "920", + "921", + "922", + "960", "979", "980", "981", @@ -210933,18 +212554,18 @@ "992", "993", "994", - "1034", - "1035", - "1036", + "995", + "996", + "997", "1037", "1038", "1039", "1040", "1041", "1042", - "1052", - "1053", - "1054", + "1043", + "1044", + "1045", "1055", "1056", "1057", @@ -210955,9 +212576,9 @@ "1062", "1063", "1064", - "1069", - "1070", - "1071", + "1065", + "1066", + "1067", "1072", "1073", "1074", @@ -210967,24 +212588,24 @@ "1078", "1079", "1080", - "1173", - "1174", - "1175", + "1081", + "1082", + "1083", "1176", "1177", "1178", "1179", "1180", "1181", - "1218", - "1219", - "1220", + "1182", + "1183", + "1184", "1221", "1222", "1223", - "1234", - "1235", - "1236", + "1224", + "1225", + "1226", "1237", "1238", "1239", @@ -210995,2162 +212616,2623 @@ "1244", "1245", "1246", + "1247", "1248", - "1271", - "1272", - "1273", + "1249", + "1251", + "1274", + "1275", + "1276", + "1277", + "1278", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", + "1441", + "1442", + "1443", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", + "1477", + "1486", + "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", + "1495", + "1496", + "1497", + "1498", + "1499", + "1500", + "1501", + "1502", + "1508", + "1509", + "1510", + "1511", + "1512", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1576", + "1577", + "1578", + "1579", + "1580", + "1581", + "1623", + "1624", + "1625", + "1626", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1677", + "1678", + "1679", + "1680", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1780", + "1784", + "1818", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", + "1850", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", + "1881", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1919" + ], + "location": { + "end": { + "column": 4, + "line": 55 + }, + "start": { + "column": 10, + "line": 46 + } + } + } + ], + "source": "import { defineStore } from \"pinia\";\nimport type { GameEvent } from \"~/composables/api/game/game-event/game-event.class\";\nimport { useCurrentGamePlay } from \"~/composables/api/game/game-play/useCurrentGamePlay\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { useGameStore } from \"~/stores/game/useGameStore\";\n\nconst useGameEventsStore = defineStore(StoreIds.GAME_EVENTS, () => {\n const currentGameEventIndex = ref(0);\n\n const gameStore = useGameStore();\n\n const gameEvents = computed(() => gameStore.game.events);\n\n const currentGameEvent = computed(() => gameEvents.value?.[currentGameEventIndex.value]);\n const canGoToPreviousGameEvent = computed(() => currentGameEventIndex.value > 0 && gameStore.makingGamePlayStatus !== \"pending\");\n const canGoToNextGameEvent = computed(() => gameStore.makingGamePlayStatus !== \"pending\");\n\n function resetGameEventIndex(): void {\n currentGameEventIndex.value = 0;\n }\n\n async function goToNextGameEvent(): Promise {\n if (!gameEvents.value) {\n return;\n }\n const { mustCurrentGamePlayBeSkipped } = useCurrentGamePlay(gameStore.game);\n const nextGameEvent = gameEvents.value[currentGameEventIndex.value + 1];\n const isLastGameEvent = currentGameEventIndex.value === gameEvents.value.length - 1;\n const isNextGameEventGameTurnStarts = gameEvents.value.length > currentGameEventIndex.value + 1 && nextGameEvent.type === \"game-turn-starts\";\n const isCurrentGamePlayBuryDeadBodiesAndNextEventIsGameTurnStarts = gameStore.game.currentPlay?.action === \"bury-dead-bodies\" && isNextGameEventGameTurnStarts;\n if (\n isCurrentGamePlayBuryDeadBodiesAndNextEventIsGameTurnStarts && mustCurrentGamePlayBeSkipped.value ||\n isLastGameEvent && mustCurrentGamePlayBeSkipped.value\n ) {\n await gameStore.skipGamePlay();\n resetGameEventIndex();\n\n return;\n }\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 canGoToNextGameEvent,\n resetGameEventIndex,\n goToNextGameEvent,\n goToPreviousGameEvent,\n };\n});\n\nexport { useGameEventsStore };" + }, + "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts": { + "language": "typescript", + "mutants": [ + { + "id": "4230", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "tests/unit/specs/components/pages/game/GameOver/GameOverActions/GameOverActions.nuxt.spec.ts(50,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", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "1692", + "1693", + "1694", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1855", + "1856", + "1857" + ], + "location": { + "end": { + "column": 2, + "line": 30 + }, + "start": { + "column": 85, + "line": 8 + } + } + }, + { + "id": "4231", + "mutatorName": "ArrayDeclaration", + "replacement": "[\"Stryker was here\"]", + "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(11,56): error TS2322: Type 'string' is not assignable to type 'GameHistoryRecord'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "1692", + "1693", + "1694", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1855", + "1856", + "1857" + ], + "location": { + "end": { + "column": 57, + "line": 11 + }, + "start": { + "column": 55, + "line": 11 + } + } + }, + { + "id": "4232", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(12,72): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "1692", + "1693", + "1694", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1855", + "1856", + "1857" + ], + "location": { + "end": { + "column": 78, + "line": 12 + }, + "start": { + "column": 72, + "line": 12 + } + } + }, + { + "id": "4233", + "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": [ + "1856" + ], + "coveredBy": [ + "1856", + "1857" + ], + "location": { + "end": { + "column": 4, + "line": 24 + }, + "start": { + "column": 79, + "line": 14 + } + } + }, + { + "id": "4234", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(15,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1856", + "1857" + ], + "location": { + "end": { + "column": 55, + "line": 15 + }, + "start": { + "column": 46, + "line": 15 + } + } + }, + { + "id": "4235", + "mutatorName": "BooleanLiteral", + "replacement": "fetchedGameHistoryRecords", + "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(22,5): error TS2322: Type 'null' is not assignable to type 'GameHistoryRecord[] | { _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | ... 4 more ... | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; ... 4 more ...; createdAt:...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1856", + "1857" + ], + "location": { + "end": { + "column": 35, + "line": 17 + }, + "start": { + "column": 9, + "line": 17 + } + } + }, + { + "id": "4236", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(22,5): error TS2322: Type 'GameHistoryRecord[] | null' is not assignable to type 'GameHistoryRecord[] | { _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | ... 4 more ... | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; ... 4 more ...; createdAt:...'.\n Type 'null' is not assignable to type 'GameHistoryRecord[] | { _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | ... 4 more ... | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; ... 4 more ...; createdAt:...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1856", + "1857" + ], + "location": { + "end": { + "column": 35, + "line": 17 + }, + "start": { + "column": 9, + "line": 17 + } + } + }, + { + "id": "4237", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(22,5): error TS2322: Type 'GameHistoryRecord[] | null' is not assignable to type 'GameHistoryRecord[] | { _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | ... 4 more ... | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; ... 4 more ...; createdAt:...'.\n Type 'null' is not assignable to type 'GameHistoryRecord[] | { _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | ... 4 more ... | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; ... 4 more ...; createdAt:...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1856", + "1857" + ], + "location": { + "end": { + "column": 35, + "line": 17 + }, + "start": { + "column": 9, + "line": 17 + } + } + }, + { + "id": "4238", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(18,5): error TS2322: Type 'GameHistoryRecord[] | null' is not assignable to type 'GameHistoryRecord[] | { _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | ... 4 more ... | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; ... 4 more ...; createdAt:...'.\n Type 'null' is not assignable to type 'GameHistoryRecord[] | { _id: string; gameId: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; tick: number; }; tick: number; play: { type: \"no-action\" | \"vote\" | ... 4 more ... | \"bury-dead-bodies\"; ... 8 more ...; chosenSide?: \"villagers\" | ... 1 more ... | undefined; }; ... 4 more ...; createdAt:...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1856" + ], + "location": { + "end": { + "column": 6, + "line": 21 + }, + "start": { + "column": 37, + "line": 17 + } + } + }, + { + "id": "4239", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(18,7): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1856" + ], + "location": { + "end": { + "column": 55, + "line": 18 + }, + "start": { + "column": 48, + "line": 18 + } + } + }, + { + "id": "4240", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/game-history-record/useGameHistoryRecordsStore.ts(23,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1857" + ], + "location": { + "end": { + "column": 55, + "line": 23 + }, + "start": { + "column": 46, + "line": 23 + } + } + }, + { + "id": "4241", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "tests/unit/specs/components/pages/game/GameOver/GameOverActions/GameOverActions.nuxt.spec.ts(50,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", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "1692", + "1693", + "1694", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1855", + "1856", + "1857" + ], + "location": { + "end": { + "column": 4, + "line": 29 + }, + "start": { + "column": 10, + "line": 25 + } + } + } + ], + "source": "import type { AsyncDataRequestStatus } from \"nuxt/app\";\nimport { defineStore } from \"pinia\";\n\nimport { useFetchGameHistoryRecords } from \"~/composables/api/game/game-history-record/useFetchGameHistoryRecords\";\nimport type { GameHistoryRecord } from \"~/composables/api/game/types/game-history-record/game-history-record.class\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\n\nconst useGameHistoryRecordsStore = defineStore(StoreIds.GAME_HISTORY_RECORDS, () => {\n const { getGameHistoryRecords } = useFetchGameHistoryRecords();\n\n const gameHistoryRecords = ref([]);\n const fetchingGameHistoryRecordsStatus = ref(\"idle\");\n\n async function fetchAndSetGameHistoryRecords(gameId: string): Promise {\n fetchingGameHistoryRecordsStatus.value = \"pending\";\n const fetchedGameHistoryRecords = await getGameHistoryRecords(gameId);\n if (!fetchedGameHistoryRecords) {\n fetchingGameHistoryRecordsStatus.value = \"error\";\n\n return;\n }\n gameHistoryRecords.value = fetchedGameHistoryRecords;\n fetchingGameHistoryRecordsStatus.value = \"success\";\n }\n return {\n gameHistoryRecords,\n fetchingGameHistoryRecordsStatus,\n fetchAndSetGameHistoryRecords,\n };\n});\n\nexport { useGameHistoryRecordsStore };" + }, + "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts": { + "language": "typescript", + "mutants": [ + { + "id": "4242", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseCardPlayground/GameChooseCardPlayground.nuxt.spec.ts(86,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseCardPlayground/GameChooseCardPlayground.nuxt.spec.ts(92,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseCardPlayground/GameChooseCardPlayground.nuxt.spec.ts(98,28): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseCardPlayground/GameChooseCardPlayground.nuxt.spec.ts(104,35): error TS2339: Property 'makeGamePlayDto' does not exist on type 'Store'.\ntests/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(76,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(86,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(87,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", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "82", + "83", + "84", + "85", + "86", + "87", + "88", + "89", + "90", + "91", + "92", + "93", + "94", + "95", + "96", + "97", + "98", + "99", + "100", + "101", + "102", + "103", + "104", + "105", + "346", + "347", + "348", + "349", + "350", + "351", + "352", + "353", + "354", + "355", + "356", + "357", + "358", + "359", + "360", + "361", + "362", + "363", + "364", + "365", + "366", + "367", + "368", + "369", + "370", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545", + "546", + "547", + "548", + "549", + "550", + "551", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", "1274", "1275", "1276", "1277", "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", + "1349", + "1350", + "1351", + "1352", + "1353", + "1354", "1355", "1356", "1357", - "1358", - "1359", - "1360", - "1361", - "1362", - "1363", - "1364", - "1365", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1483", - "1484", - "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", - "1499", - "1505", - "1506", - "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1573", - "1574", - "1575", - "1576", - "1577", - "1578", - "1620", - "1621", - "1622", - "1623", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1674", - "1675", - "1676", - "1677", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", - "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1916" + "1377", + "1378", + "1379", + "1380", + "1381", + "1382", + "1383" ], "location": { "end": { - "column": 66, - "line": 22 + "column": 2, + "line": 101 }, "start": { - "column": 60, - "line": 22 + "column": 80, + "line": 10 } } }, { - "id": "4309", + "id": "4243", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expected _Game{ …(14) } to strictly equal _Game{ _id: undefined, …(13) }", + "statusReason": "expected _MakeGamePlayDto{ …(5) } to strictly equal _MakeGamePlayDto{ targets: [], …(4) }", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "1356" + "347" ], "coveredBy": [ - "1356" + "347" ], "location": { "end": { "column": 4, - "line": 28 + "line": 15 }, "start": { - "column": 30, - "line": 26 + "column": 76, + "line": 13 } } }, { - "id": "4310", + "id": "4244", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "statusReason": "expected _MakeGamePlayDto{ targets: [], …(4) } to strictly equal _MakeGamePlayDto{ …(5) }", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "1357" + "348" ], "coveredBy": [ - "1357", - "1358", - "1359" + "348" ], "location": { "end": { "column": 4, - "line": 41 + "line": 19 }, "start": { - "column": 65, - "line": 30 + "column": 41, + "line": 17 } } }, { - "id": "4311", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/useGameStore.ts(29,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "id": "4245", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "349" + ], + "coveredBy": [ + "349", + "350" + ], + "location": { + "end": { + "column": 4, + "line": 26 + }, + "start": { + "column": 74, + "line": 21 + } + } + }, + { + "id": "4246", + "mutatorName": "BooleanLiteral", + "replacement": "makeGamePlayDto.value.targets", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(25,5): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1357", - "1358", - "1359" + "349", + "350" + ], + "location": { + "end": { + "column": 39, + "line": 22 + }, + "start": { + "column": 9, + "line": 22 + } + } + }, + { + "id": "4247", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected [ _MakeGamePlayTargetDto{ …(2) } ] to strictly equal [ Array(2) ]", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "350" + ], + "coveredBy": [ + "349", + "350" ], "location": { "end": { + "column": 39, + "line": 22 + }, + "start": { + "column": 9, + "line": 22 + } + } + }, + { + "id": "4248", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(25,5): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "349", + "350" + ], + "location": { + "end": { + "column": 39, + "line": 22 + }, + "start": { + "column": 9, + "line": 22 + } + } + }, + { + "id": "4249", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(23,5): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "349" + ], + "location": { + "end": { + "column": 6, + "line": 24 + }, + "start": { "column": 41, - "line": 31 + "line": 22 + } + } + }, + { + "id": "4250", + "mutatorName": "ArrayDeclaration", + "replacement": "[\"Stryker was here\"]", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(23,40): error TS2322: Type 'string' is not assignable to type '{ playerId: string; drankPotion?: \"death\" | \"life\" | undefined; }'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(25,5): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "349" + ], + "location": { + "end": { + "column": 41, + "line": 23 }, "start": { - "column": 32, - "line": 31 + "column": 39, + "line": 23 } } }, { - "id": "4312", + "id": "4251", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "353" + ], + "coveredBy": [ + "351", + "352", + "353", + "354", + "357", + "361" + ], + "location": { + "end": { + "column": 4, + "line": 39 + }, + "start": { + "column": 64, + "line": 28 + } + } + }, + { + "id": "4252", "mutatorName": "BooleanLiteral", - "replacement": "fetchedGame", - "statusReason": "app/stores/game/useGameStore.ts(37,5): error TS2322: Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "replacement": "makeGamePlayDto.value.targets", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,65): error TS7006: Parameter 'target' implicitly has an 'any' type.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(36,9): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1357", - "1358", - "1359" + "351", + "352", + "353", + "354", + "357", + "361" ], "location": { "end": { - "column": 21, - "line": 33 + "column": 39, + "line": 29 }, "start": { "column": 9, - "line": 33 + "line": 29 } } }, { - "id": "4313", + "id": "4253", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "app/stores/game/useGameStore.ts(37,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(36,9): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1357", - "1358", - "1359" + "351", + "352", + "353", + "354", + "357", + "361" ], "location": { "end": { - "column": 21, - "line": 33 + "column": 39, + "line": 29 }, "start": { "column": 9, - "line": 33 + "line": 29 } } }, { - "id": "4314", + "id": "4254", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "app/stores/game/useGameStore.ts(37,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(36,9): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1357", - "1358", - "1359" + "351", + "352", + "353", + "354", + "357", + "361" ], "location": { "end": { - "column": 21, - "line": 33 + "column": 39, + "line": 29 }, "start": { "column": 9, - "line": 33 + "line": 29 } } }, { - "id": "4315", + "id": "4255", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/game/useGameStore.ts(33,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(30,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(32,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,9): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1357" + "351" ], "location": { "end": { "column": 6, - "line": 37 + "line": 31 }, "start": { - "column": 23, + "column": 41, + "line": 29 + } + } + }, + { + "id": "4256", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "353" + ], + "coveredBy": [ + "352", + "353", + "354", + "357", + "361" + ], + "location": { + "end": { + "column": 103, + "line": 32 + }, + "start": { + "column": 65, + "line": 32 + } + } + }, + { + "id": "4257", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "352" + ], + "coveredBy": [ + "352", + "353", + "354", + "357", + "361" + ], + "location": { + "end": { + "column": 103, + "line": 32 + }, + "start": { + "column": 75, + "line": 32 + } + } + }, + { + "id": "4258", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "353" + ], + "coveredBy": [ + "352", + "353", + "354", + "357", + "361" + ], + "location": { + "end": { + "column": 103, + "line": 32 + }, + "start": { + "column": 75, + "line": 32 + } + } + }, + { + "id": "4259", + "mutatorName": "EqualityOperator", + "replacement": "target.playerId !== targetId", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "352" + ], + "coveredBy": [ + "352", + "353", + "354", + "357", + "361" + ], + "location": { + "end": { + "column": 103, + "line": 32 + }, + "start": { + "column": 75, + "line": 32 + } + } + }, + { + "id": "4260", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "352" + ], + "coveredBy": [ + "352", + "353", + "354", + "357", + "361" + ], + "location": { + "end": { + "column": 27, + "line": 33 + }, + "start": { + "column": 9, "line": 33 } } }, { - "id": "4316", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/useGameStore.ts(32,7): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "id": "4261", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(34,39): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1357" + "352", + "353", + "354", + "357", + "361" ], "location": { "end": { - "column": 41, - "line": 34 + "column": 27, + "line": 33 }, "start": { - "column": 34, - "line": 34 + "column": 9, + "line": 33 } } }, { - "id": "4317", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/useGameStore.ts(38,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", - "status": "CompileError", + "id": "4262", + "mutatorName": "EqualityOperator", + "replacement": "targetIndex === -1", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "352" + ], "coveredBy": [ - "1358", - "1359" + "352", + "353", + "354", + "357", + "361" ], "location": { "end": { - "column": 41, - "line": 40 + "column": 27, + "line": 33 }, "start": { - "column": 32, - "line": 40 + "column": 9, + "line": 33 } } }, { - "id": "4318", + "id": "4263", + "mutatorName": "UnaryOperator", + "replacement": "+1", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "352" + ], + "coveredBy": [ + "352", + "353", + "354", + "357", + "361" + ], + "location": { + "end": { + "column": 27, + "line": 33 + }, + "start": { + "column": 25, + "line": 33 + } + } + }, + { + "id": "4264", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "1360" + "353" ], "coveredBy": [ - "1360", - "1361" + "353", + "354", + "357", + "361" + ], + "location": { + "end": { + "column": 6, + "line": 35 + }, + "start": { + "column": 29, + "line": 33 + } + } + }, + { + "id": "4265", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "352" + ], + "coveredBy": [ + "352", + "353", + "354", + "357", + "361" + ], + "location": { + "end": { + "column": 51, + "line": 36 + }, + "start": { + "column": 9, + "line": 36 + } + } + }, + { + "id": "4266", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected [] to be undefined", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "354" + ], + "coveredBy": [ + "352", + "353", + "354", + "357", + "361" + ], + "location": { + "end": { + "column": 51, + "line": 36 + }, + "start": { + "column": 9, + "line": 36 + } + } + }, + { + "id": "4267", + "mutatorName": "EqualityOperator", + "replacement": "makeGamePlayDto.value.targets.length !== 0", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayTargetDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "352" + ], + "coveredBy": [ + "352", + "353", + "354", + "357", + "361" + ], + "location": { + "end": { + "column": 51, + "line": 36 + }, + "start": { + "column": 9, + "line": 36 + } + } + }, + { + "id": "4268", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected [] to be undefined", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "354" + ], + "coveredBy": [ + "354" + ], + "location": { + "end": { + "column": 6, + "line": 38 + }, + "start": { + "column": 53, + "line": 36 + } + } + }, + { + "id": "4269", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "357" + ], + "coveredBy": [ + "355", + "356", + "357" ], "location": { "end": { "column": 4, - "line": 53 + "line": 47 }, "start": { - "column": 46, - "line": 43 + "column": 53, + "line": 41 } } }, { - "id": "4319", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/useGameStore.ts(42,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "id": "4270", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(45,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1360", - "1361" + "355", + "356", + "357" ], "location": { "end": { - "column": 42, - "line": 44 + "column": 85, + "line": 42 }, "start": { - "column": 33, - "line": 44 + "column": 9, + "line": 42 } } }, { - "id": "4320", - "mutatorName": "BooleanLiteral", - "replacement": "canceledGame", - "statusReason": "app/stores/game/useGameStore.ts(49,5): error TS2322: Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "id": "4271", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(45,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1360", - "1361" + "355", + "356", + "357" ], "location": { "end": { - "column": 22, - "line": 46 + "column": 85, + "line": 42 }, "start": { "column": 9, - "line": 46 + "line": 42 } } }, { - "id": "4321", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "app/stores/game/useGameStore.ts(49,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "id": "4272", + "mutatorName": "LogicalOperator", + "replacement": "!makeGamePlayDto.value.targets && makeGamePlayDto.value.targets.length === 0", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(42,43): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(45,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1360", - "1361" + "355", + "356", + "357" ], "location": { "end": { - "column": 22, - "line": 46 + "column": 85, + "line": 42 }, "start": { "column": 9, - "line": 46 + "line": 42 } } }, { - "id": "4322", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "app/stores/game/useGameStore.ts(49,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "id": "4273", + "mutatorName": "BooleanLiteral", + "replacement": "makeGamePlayDto.value.targets", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(42,42): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(45,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1360", - "1361" + "355", + "356", + "357" ], "location": { "end": { - "column": 22, - "line": 46 + "column": 39, + "line": 42 }, "start": { "column": 9, - "line": 46 + "line": 42 } } }, { - "id": "4323", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/game/useGameStore.ts(45,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", - "status": "CompileError", + "id": "4274", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "Cannot read properties of undefined (reading 'playerId')", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "356" + ], "coveredBy": [ - "1360" + "356", + "357" ], "location": { "end": { - "column": 6, - "line": 50 + "column": 85, + "line": 42 }, "start": { - "column": 24, - "line": 46 + "column": 43, + "line": 42 } } }, { - "id": "4324", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/useGameStore.ts(45,7): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", - "status": "CompileError", + "id": "4275", + "mutatorName": "EqualityOperator", + "replacement": "makeGamePlayDto.value.targets.length !== 0", + "statusReason": "Cannot read properties of undefined (reading 'playerId')", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "356" + ], "coveredBy": [ - "1360" + "356", + "357" ], "location": { "end": { - "column": 41, - "line": 47 + "column": 85, + "line": 42 }, "start": { - "column": 34, - "line": 47 + "column": 43, + "line": 42 } } }, { - "id": "4325", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/useGameStore.ts(50,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "id": "4276", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(43,25): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1361" + "355", + "356" ], "location": { "end": { - "column": 42, - "line": 52 + "column": 6, + "line": 44 }, "start": { - "column": 33, - "line": 52 + "column": 87, + "line": 42 } } }, { - "id": "4326", + "id": "4277", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", "status": "Killed", - "testsCompleted": 1, + "testsCompleted": 4, "static": false, "killedBy": [ - "1362" + "361" ], "coveredBy": [ - "1362", - "1363", - "1364", - "1365" + "358", + "359", + "360", + "361" ], "location": { "end": { "column": 4, - "line": 66 + "line": 54 }, "start": { - "column": 80, - "line": 55 + "column": 87, + "line": 49 } } }, { - "id": "4327", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/useGameStore.ts(54,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "id": "4278", + "mutatorName": "OptionalChaining", + "replacement": "makeGamePlayDto.value.targets.find", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(50,36): error TS18048: 'makeGamePlayDto.value.targets' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1362", - "1363", - "1364", - "1365" + "358", + "359", + "360", + "361" ], "location": { "end": { - "column": 43, - "line": 56 + "column": 71, + "line": 50 }, "start": { - "column": 34, - "line": 56 + "column": 36, + "line": 50 } } }, { - "id": "4328", - "mutatorName": "BooleanLiteral", - "replacement": "playedGame", - "statusReason": "app/stores/game/useGameStore.ts(62,5): error TS2322: Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", - "status": "CompileError", + "id": "4279", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", + "status": "Killed", + "testsCompleted": 3, "static": false, - "killedBy": [], + "killedBy": [ + "361" + ], "coveredBy": [ - "1362", - "1363", - "1364", - "1365" + "359", + "360", + "361" ], "location": { "end": { - "column": 20, - "line": 58 + "column": 116, + "line": 50 }, "start": { - "column": 9, - "line": 58 + "column": 72, + "line": 50 } } }, { - "id": "4329", + "id": "4280", "mutatorName": "ConditionalExpression", "replacement": "true", - "statusReason": "app/stores/game/useGameStore.ts(62,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", - "status": "CompileError", + "statusReason": "expected [ Array(2) ] to strictly equal [ Array(3) ]", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "360" + ], "coveredBy": [ - "1362", - "1363", - "1364", - "1365" + "360", + "361" ], "location": { "end": { - "column": 20, - "line": 58 + "column": 116, + "line": 50 }, "start": { - "column": 9, - "line": 58 + "column": 82, + "line": 50 } } }, { - "id": "4330", + "id": "4281", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "app/stores/game/useGameStore.ts(62,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", - "status": "CompileError", + "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", + "status": "Killed", + "testsCompleted": 2, "static": false, - "killedBy": [], + "killedBy": [ + "361" + ], "coveredBy": [ - "1362", - "1363", - "1364", - "1365" + "360", + "361" ], "location": { "end": { - "column": 20, - "line": 58 + "column": 116, + "line": 50 }, "start": { - "column": 9, - "line": 58 + "column": 82, + "line": 50 } } }, { - "id": "4331", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/game/useGameStore.ts(58,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", - "status": "CompileError", + "id": "4282", + "mutatorName": "EqualityOperator", + "replacement": "target.drankPotion !== drankPotion", + "statusReason": "expected [ Array(2) ] to strictly equal [ Array(3) ]", + "status": "Killed", + "testsCompleted": 1, "static": false, - "killedBy": [], + "killedBy": [ + "360" + ], "coveredBy": [ - "1362", - "1365" + "360", + "361" ], "location": { "end": { - "column": 6, - "line": 62 + "column": 116, + "line": 50 }, "start": { - "column": 22, - "line": 58 + "column": 82, + "line": 50 } } }, { - "id": "4332", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/useGameStore.ts(57,7): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "id": "4283", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(52,35): error TS18048: 'firstDrankPotionTarget' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1362", - "1365" + "358", + "359", + "360", + "361" ], "location": { "end": { - "column": 41, - "line": 59 + "column": 31, + "line": 51 }, "start": { - "column": 34, - "line": 59 + "column": 9, + "line": 51 } } }, { - "id": "4333", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/game/useGameStore.ts(63,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "id": "4284", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(52,35): error TS18048: 'firstDrankPotionTarget' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "1363", - "1364" + "358", + "359", + "360", + "361" ], "location": { "end": { - "column": 43, - "line": 65 + "column": 31, + "line": 51 }, "start": { - "column": 34, - "line": 65 + "column": 9, + "line": 51 } } }, { - "id": "4334", + "id": "4285", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "expect(received).toHaveBeenCalledExactlyOnceWith(expected)\n\nExpected mock function to have been called exactly once, but it was called 0 times", + "statusReason": "expected [ Array(3) ] to strictly equal [ Array(2) ]", "status": "Killed", "testsCompleted": 1, "static": false, "killedBy": [ - "1365" + "361" ], "coveredBy": [ - "1365" + "361" ], "location": { "end": { - "column": 4, - "line": 70 + "column": 6, + "line": 53 }, "start": { - "column": 48, - "line": 68 + "column": 33, + "line": 51 } } }, { - "id": "4335", - "mutatorName": "ObjectLiteral", + "id": "4286", + "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(12,72): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\napp/stores/game/game-event/useGameEventsStore.ts(15,105): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\napp/stores/game/game-event/useGameEventsStore.ts(16,66): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\napp/stores/game/game-event/useGameEventsStore.ts(26,75): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\napp/stores/game/game-event/useGameEventsStore.ts(30,83): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\napp/stores/game/game-event/useGameEventsStore.ts(35,23): error TS2339: Property 'skipGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/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(137,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(166,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(194,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(198,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(93,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(102,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(97,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(200,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(321,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/GameAccursedWolfFatherMayHaveInfectedEvent/GameAccursedWolfFatherMayHaveInfectedEvent.nuxt.spec.ts(51,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameActorMayHaveChosenCardEvent/GameActorMayHaveChosenCardEvent.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/GameActorMayHaveChosenCardEvent/GameActorMayHaveChosenCardEvent.nuxt.spec.ts(108,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameDeathEvent/GameDeathEvent.nuxt.spec.ts(95,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameElderHasTakenRevengeEvent/GameElderHasTakenRevengeEvent.nuxt.spec.ts(48,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameElderHasTakenRevengeEvent/GameElderHasTakenRevengeEvent.nuxt.spec.ts(86,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(60,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.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/GameEventsMonitorCurrentEvent.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/GameEventsMonitorCurrentEvent.nuxt.spec.ts(103,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.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/GameEventsMonitorCurrentEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(139,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.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/GameEventsMonitorCurrentEvent.nuxt.spec.ts(163,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(175,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.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/GameEventsMonitorCurrentEvent.nuxt.spec.ts(199,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(211,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.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/GameEventsMonitorCurrentEvent.nuxt.spec.ts(235,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(247,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.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/GameEventsMonitorCurrentEvent.nuxt.spec.ts(271,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(283,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(295,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(307,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(319,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameFoxMayHaveSniffedEvent/GameFoxMayHaveSniffedEvent.nuxt.spec.ts(48,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameFoxMayHaveSniffedEvent/GameFoxMayHaveSniffedEvent.nuxt.spec.ts(99,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameFoxMayHaveSniffedEvent/GameFoxMayHaveSniffedEvent.nuxt.spec.ts(136,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameIdiotIsSparedEvent/GameIdiotIsSparedEvent.nuxt.spec.ts(46,15): 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(84,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(95,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(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/GamePiedPiperHasCharmedEvent/GamePiedPiperHasCharmedEvent.nuxt.spec.ts(90,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePiedPiperHasCharmedEvent/GamePiedPiperHasCharmedEvent.nuxt.spec.ts(105,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameScandalmongerMarkIsActiveEvent/GameScandalmongerMarkIsActiveEvent.nuxt.spec.ts(42,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts(43,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts(132,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts(150,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSheriffPromotionEvent/GameSheriffPromotionEvent.nuxt.spec.ts(52,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSheriffPromotionEvent/GameSheriffPromotionEvent.nuxt.spec.ts(76,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSheriffPromotionEvent/GameSheriffPromotionEvent.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/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/GameStartsEvent/GameStartsEvent.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/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(143,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(144,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(50,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.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/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(95,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(114,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(149,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(163,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBigBadWolfTurnStartsEvent/GameBigBadWolfTurnStartsEvent.nuxt.spec.ts(31,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBigBadWolfTurnStartsEvent/GameBigBadWolfTurnStartsEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCharmedTurnStartsEvent/GameCharmedTurnStartsEvent.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/GameCupidTurnStartsEvent/GameCupidTurnStartsEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(67,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(68,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(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/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(80,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(63,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(77,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(58,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(69,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(89,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(138,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/GameThiefTurnStartsEvent/GameThiefTurnStartsEvent.nuxt.spec.ts(46,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThiefTurnStartsEvent/GameThiefTurnStartsEvent.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/GameThiefTurnStartsEvent/GameThiefTurnStartsEvent.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/GameThreeBrothersTurnStartsEvent/GameThreeBrothersTurnStartsEvent.nuxt.spec.ts(67,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(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/GameTurnStartsEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(105,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(114,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(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(132,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(141,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(150,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(159,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(168,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(177,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(186,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(195,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(204,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(213,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(222,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(231,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(240,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(249,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(258,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(267,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/GameTwoSistersTurnStartsEvent/GameTwoSistersTurnStartsEvent.nuxt.spec.ts(67,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(65,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(65,49): 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(66,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(81,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(82,22): 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(95,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(95,49): 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(96,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(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/GameWitchTurnStartsEvent/GameWitchTurnStartsEvent.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/GameWolfHoundTurnStartsEvent/GameWolfHoundTurnStartsEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameVillagerVillagerIntroductionEvent/GameVillagerVillagerIntroductionEvent.nuxt.spec.ts(48,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWildChildHasTransformedEvent/GameWildChildHasTransformedEvent.nuxt.spec.ts(45,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWildChildHasTransformedEvent/GameWildChildHasTransformedEvent.nuxt.spec.ts(104,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(141,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(162,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(183,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(204,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(253,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(274,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(49,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(178,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(274,17): error TS2339: Property 'makingGamePlayStatus' 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(206,15): 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/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/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.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/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(101,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(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/GamePlaygroundPlayerCard.nuxt.spec.ts(121,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(132,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(152,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(172,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(189,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(225,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(253,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(281,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(317,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(345,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(367,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(389,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(400,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(432,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(465,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(474,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(99,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(113,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(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/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(143,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(73,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(95,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(128,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(196,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(228,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(259,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(296,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/GamePlaygroundFooter.nuxt.spec.ts(31,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.nuxt.spec.ts(42,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.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/GamePlaygroundFooter/GamePlaygroundFooter.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/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.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/GamePlaygroundFooter/GamePlaygroundFooter.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/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(38,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.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/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(114,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(174,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(231,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(66,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(75,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(106,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(134,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(155,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(166,26): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(230,19): 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(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(196,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(360,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/GamePlaying.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/GameEventFlippingPlayersCard/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/GameEventFlippingPlayersCard/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/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventNextTextButton/GameEventNextTextButton.nuxt.spec.ts(61,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventNextTextButton/GameEventNextTextButton.nuxt.spec.ts(95,19): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventPreviousTextButton/GameEventPreviousTextButton.nuxt.spec.ts(86,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventTextsManager.nuxt.spec.ts(82,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(167,24): error TS2339: Property 'resetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(30,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(51,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(59,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(81,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(89,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(90,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(98,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(99,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(107,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(108,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(53,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(66,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(79,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(107,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(132,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(139,83): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(146,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(157,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(170,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(176,83): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(186,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(199,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(216,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(229,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(242,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(253,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(262,83): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(41,22): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(42,22): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(48,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(49,17): error TS2339: Property 'resetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(51,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(58,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(67,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(76,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(78,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(85,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(86,23): error TS2339: Property 'cancelGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(95,23): error TS2339: Property 'cancelGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(97,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(104,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(106,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(116,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(126,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(128,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(135,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(136,23): error TS2339: Property 'skipGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "362" + ], + "coveredBy": [ + "362", + "363" + ], + "location": { + "end": { + "column": 4, + "line": 61 + }, + "start": { + "column": 68, + "line": 56 + } + } + }, + { + "id": "4287", + "mutatorName": "BooleanLiteral", + "replacement": "makeGamePlayDto.value.votes", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(60,5): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", "status": "CompileError", - "static": true, + "static": false, "killedBy": [], "coveredBy": [ - "82", - "83", - "84", - "85", - "86", - "87", - "88", - "89", - "90", - "91", - "92", - "93", - "94", - "95", - "96", - "97", - "98", - "99", - "100", - "101", - "102", - "103", - "104", - "105", - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "164", - "165", - "166", - "167", - "168", - "169", - "170", - "171", - "172", - "173", - "174", - "175", - "176", - "177", - "178", - "179", - "180", - "181", - "182", - "183", - "184", - "185", - "186", - "187", - "188", - "189", - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "213", - "214", - "215", - "216", - "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", - "270", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "441", - "442", - "443", - "444", - "445", - "446", - "447", - "448", - "449", - "450", - "451", - "452", - "453", - "454", - "455", - "456", - "457", - "458", - "459", - "460", - "461", - "462", - "463", - "464", - "465", - "466", - "467", - "468", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "670", - "671", - "672", - "673", - "674", - "675", - "676", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "759", - "760", - "761", - "762", - "763", - "764", - "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "880", - "881", - "882", - "883", - "884", - "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "957", - "976", - "977", - "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", - "1034", - "1035", - "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1052", - "1053", - "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1173", - "1174", - "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1271", - "1272", - "1273", - "1274", - "1275", - "1276", - "1277", - "1278", - "1279", - "1280", - "1281", - "1282", - "1323", - "1324", - "1325", - "1326", - "1327", - "1328", - "1355", - "1356", - "1357", - "1358", - "1359", - "1360", - "1361", - "1362", - "1363", - "1364", - "1365", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1483", - "1484", - "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", - "1499", - "1505", - "1506", - "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1532", - "1533", - "1534", - "1535", - "1536", - "1547", - "1548", - "1549", - "1550", - "1551", - "1552", - "1573", - "1574", - "1575", - "1576", - "1577", - "1578", - "1620", - "1621", - "1622", - "1623", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1674", - "1675", - "1676", - "1677", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", - "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1916" + "362", + "363" + ], + "location": { + "end": { + "column": 37, + "line": 57 + }, + "start": { + "column": 9, + "line": 57 + } + } + }, + { + "id": "4288", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) } ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "363" + ], + "coveredBy": [ + "362", + "363" ], "location": { "end": { - "column": 4, - "line": 82 + "column": 37, + "line": 57 }, "start": { - "column": 10, - "line": 71 + "column": 9, + "line": 57 } } - } - ], - "source": "import type { AsyncDataRequestStatus } from \"nuxt/app\";\nimport { defineStore } from \"pinia\";\n\nimport type { MakeGamePlayDto } from \"~/composables/api/game/dto/make-game-play/make-game-play.dto\";\nimport type { GameOptions } from \"~/composables/api/game/types/game-options/game-options.class\";\nimport { Game } from \"~/composables/api/game/types/game.class\";\nimport { useFetchGames } from \"~/composables/api/game/useFetchGames\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { useGameEventsStore } from \"~/stores/game/game-event/useGameEventsStore\";\n\nconst useGameStore = defineStore(StoreIds.GAME, () => {\n const {\n getGame: fetchGameFromApi,\n cancelGame: cancelGameFromApi,\n makeGamePlay: makeGamePlayFromApi,\n } = useFetchGames();\n\n const game = ref(new Game());\n const gameOptions = computed(() => game.value.options);\n const fetchingGameStatus = ref(\"idle\");\n const cancelingGameStatus = ref(\"idle\");\n const makingGamePlayStatus = ref(\"idle\");\n\n const { resetGameEventIndex } = useGameEventsStore();\n\n function resetGame(): void {\n game.value = new Game();\n }\n\n async function fetchAndSetGame(gameId: string): Promise {\n fetchingGameStatus.value = \"pending\";\n const fetchedGame = await fetchGameFromApi(gameId);\n if (!fetchedGame) {\n fetchingGameStatus.value = \"error\";\n\n return;\n }\n resetGameEventIndex();\n game.value = fetchedGame;\n fetchingGameStatus.value = \"success\";\n }\n\n async function cancelGame(): Promise {\n cancelingGameStatus.value = \"pending\";\n const canceledGame = await cancelGameFromApi(game.value._id);\n if (!canceledGame) {\n fetchingGameStatus.value = \"error\";\n\n return;\n }\n game.value = canceledGame;\n cancelingGameStatus.value = \"success\";\n }\n\n async function makeGamePlay(makeGamePlayDto: MakeGamePlayDto): Promise {\n makingGamePlayStatus.value = \"pending\";\n const playedGame = await makeGamePlayFromApi(game.value._id, makeGamePlayDto);\n if (!playedGame) {\n fetchingGameStatus.value = \"error\";\n\n return;\n }\n resetGameEventIndex();\n game.value = playedGame;\n makingGamePlayStatus.value = \"success\";\n }\n\n async function skipGamePlay(): Promise {\n return makeGamePlay({});\n }\n return {\n game,\n gameOptions,\n fetchingGameStatus,\n cancelingGameStatus,\n makingGamePlayStatus,\n resetGame,\n fetchAndSetGame,\n cancelGame,\n makeGamePlay,\n skipGamePlay,\n };\n});\n\nexport { useGameStore };" - }, - "app/stores/keyboard/useKeyboardStore.ts": { - "language": "typescript", - "mutants": [ + }, { - "id": "4336", + "id": "4289", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(60,5): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "362", + "363" + ], + "location": { + "end": { + "column": 37, + "line": 57 + }, + "start": { + "column": 9, + "line": 57 + } + } + }, + { + "id": "4290", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "tests/unit/specs/stores/keyboard/useKeyboardStore.spec.ts(14,26): error TS2339: Property 'keyboard' does not exist on type 'Store'.\n", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(58,5): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "272", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "2051" + "362" ], "location": { "end": { - "column": 2, - "line": 21 + "column": 6, + "line": 59 }, "start": { - "column": 63, - "line": 5 + "column": 39, + "line": 57 } } }, { - "id": "4337", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "app/stores/keyboard/useKeyboardStore.ts(13,20): 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 'Keyboard'.\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", + "id": "4291", + "mutatorName": "ArrayDeclaration", + "replacement": "[\"Stryker was here\"]", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(58,38): error TS2322: Type 'string' is not assignable to type '{ sourceId: string; targetId: string; }'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(60,5): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "272", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "2051" + "362" ], "location": { "end": { - "column": 5, - "line": 18 + "column": 39, + "line": 58 }, "start": { - "column": 39, - "line": 13 + "column": 37, + "line": 58 } } }, { - "id": "4338", - "mutatorName": "ObjectLiteral", + "id": "4292", + "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/keyboard/useKeyboardStore.ts(13,20): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Type '{}' is missing the following properties from type 'Keyboard': shift, enter, arrowRight, arrowLeft\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => {}' is not assignable to parameter of type 'WritableComputedOptions'.\n", + "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) }, …(2) ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "366" + ], + "coveredBy": [ + "364", + "365", + "366", + "367" + ], + "location": { + "end": { + "column": 4, + "line": 74 + }, + "start": { + "column": 62, + "line": 63 + } + } + }, + { + "id": "4293", + "mutatorName": "BooleanLiteral", + "replacement": "makeGamePlayDto.value.votes", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,23): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,61): error TS7006: Parameter 'vote' implicitly has an 'any' type.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(71,9): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "272", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "2051" + "364", + "365", + "366", + "367" ], "location": { "end": { - "column": 4, - "line": 18 + "column": 37, + "line": 64 }, "start": { - "column": 46, - "line": 13 + "column": 9, + "line": 64 } } }, { - "id": "4339", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "app/stores/keyboard/useKeyboardStore.ts(13,20): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Property 'isPressed' is missing in type '{}' but required in type 'KeyboardKey'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { shift: {}; enter: { isPressed: boolean; }; arrowRight: { isPressed: boolean; }; arrowLeft: { isPressed: boolean; }; }' is not assignable to parameter of type 'WritableComputedOptions'.\n", + "id": "4294", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,23): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(71,9): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "272", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "2051" + "364", + "365", + "366", + "367" ], "location": { "end": { - "column": 38, - "line": 14 + "column": 37, + "line": 64 }, "start": { - "column": 12, - "line": 14 + "column": 9, + "line": 64 } } }, { - "id": "4340", - "mutatorName": "ObjectLiteral", + "id": "4295", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,23): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(71,9): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "364", + "365", + "366", + "367" + ], + "location": { + "end": { + "column": 37, + "line": 64 + }, + "start": { + "column": 9, + "line": 64 + } + } + }, + { + "id": "4296", + "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/keyboard/useKeyboardStore.ts(13,20): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Property 'isPressed' is missing in type '{}' but required in type 'KeyboardKey'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { shift: { isPressed: boolean; }; enter: {}; arrowRight: { isPressed: boolean; }; arrowLeft: { isPressed: boolean; }; }' is not assignable to parameter of type 'WritableComputedOptions'.\n", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(65,23): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(67,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\napp/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,9): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "272", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", - "1277", - "1324", - "1453", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "2051" + "364" + ], + "location": { + "end": { + "column": 6, + "line": 66 + }, + "start": { + "column": 39, + "line": 64 + } + } + }, + { + "id": "4297", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) }, …(2) ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "366" + ], + "coveredBy": [ + "365", + "366", + "367" + ], + "location": { + "end": { + "column": 95, + "line": 67 + }, + "start": { + "column": 61, + "line": 67 + } + } + }, + { + "id": "4298", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "365" + ], + "coveredBy": [ + "365", + "366", + "367" + ], + "location": { + "end": { + "column": 95, + "line": 67 + }, + "start": { + "column": 69, + "line": 67 + } + } + }, + { + "id": "4299", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) }, …(2) ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", + "status": "Killed", + "testsCompleted": 2, + "static": false, + "killedBy": [ + "366" + ], + "coveredBy": [ + "365", + "366", + "367" + ], + "location": { + "end": { + "column": 95, + "line": 67 + }, + "start": { + "column": 69, + "line": 67 + } + } + }, + { + "id": "4300", + "mutatorName": "EqualityOperator", + "replacement": "vote.sourceId !== sourceId", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "365" + ], + "coveredBy": [ + "365", + "366", + "367" + ], + "location": { + "end": { + "column": 95, + "line": 67 + }, + "start": { + "column": 69, + "line": 67 + } + } + }, + { + "id": "4301", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "365" + ], + "coveredBy": [ + "365", + "366", + "367" + ], + "location": { + "end": { + "column": 25, + "line": 68 + }, + "start": { + "column": 9, + "line": 68 + } + } + }, + { + "id": "4302", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/game/make-game-play-dto/useMakeGamePlayDtoStore.ts(69,37): error TS18048: 'makeGamePlayDto.value.votes' is possibly 'undefined'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "365", + "366", + "367" + ], + "location": { + "end": { + "column": 25, + "line": 68 + }, + "start": { + "column": 9, + "line": 68 + } + } + }, + { + "id": "4303", + "mutatorName": "EqualityOperator", + "replacement": "voteIndex === -1", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "365" + ], + "coveredBy": [ + "365", + "366", + "367" + ], + "location": { + "end": { + "column": 25, + "line": 68 + }, + "start": { + "column": 9, + "line": 68 + } + } + }, + { + "id": "4304", + "mutatorName": "UnaryOperator", + "replacement": "+1", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "365" + ], + "coveredBy": [ + "365", + "366", + "367" + ], + "location": { + "end": { + "column": 25, + "line": 68 + }, + "start": { + "column": 23, + "line": 68 + } + } + }, + { + "id": "4305", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected [ _MakeGamePlayVoteDto{ …(2) }, …(2) ] to strictly equal [ _MakeGamePlayVoteDto{ …(2) }, …(1) ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "366" + ], + "coveredBy": [ + "366", + "367" + ], + "location": { + "end": { + "column": 6, + "line": 70 + }, + "start": { + "column": 27, + "line": 68 + } + } + }, + { + "id": "4306", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "365" + ], + "coveredBy": [ + "365", + "366", + "367" + ], + "location": { + "end": { + "column": 49, + "line": 71 + }, + "start": { + "column": 9, + "line": 71 + } + } + }, + { + "id": "4307", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "expected [] to be undefined", + "status": "Killed", + "testsCompleted": 3, + "static": false, + "killedBy": [ + "367" + ], + "coveredBy": [ + "365", + "366", + "367" + ], + "location": { + "end": { + "column": 49, + "line": 71 + }, + "start": { + "column": 9, + "line": 71 + } + } + }, + { + "id": "4308", + "mutatorName": "EqualityOperator", + "replacement": "makeGamePlayDto.value.votes.length !== 0", + "statusReason": "expected undefined to strictly equal [ _MakeGamePlayVoteDto{ …(2) } ]", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "365" + ], + "coveredBy": [ + "365", + "366", + "367" + ], + "location": { + "end": { + "column": 49, + "line": 71 + }, + "start": { + "column": 9, + "line": 71 + } + } + }, + { + "id": "4309", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected [] to be undefined", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "367" + ], + "coveredBy": [ + "367" + ], + "location": { + "end": { + "column": 6, + "line": 73 + }, + "start": { + "column": 51, + "line": 71 + } + } + }, + { + "id": "4310", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected undefined to be truthy", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "368" + ], + "coveredBy": [ + "368" + ], + "location": { + "end": { + "column": 4, + "line": 78 + }, + "start": { + "column": 99, + "line": 76 + } + } + }, + { + "id": "4311", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected undefined to be 'cardId' // Object.is equality", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "369" + ], + "coveredBy": [ + "369" ], "location": { "end": { - "column": 38, - "line": 15 + "column": 4, + "line": 82 }, "start": { - "column": 12, - "line": 15 + "column": 68, + "line": 80 } } }, { - "id": "4341", + "id": "4312", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected undefined to be 'werewolves' // Object.is equality", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "370" + ], + "coveredBy": [ + "370" + ], + "location": { + "end": { + "column": 4, + "line": 86 + }, + "start": { + "column": 66, + "line": 84 + } + } + }, + { + "id": "4313", "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "app/stores/keyboard/useKeyboardStore.ts(13,20): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Property 'isPressed' is missing in type '{}' but required in type 'KeyboardKey'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { shift: { isPressed: boolean; }; enter: { isPressed: boolean; }; arrowRight: {}; arrowLeft: { isPressed: boolean; }; }' is not assignable to parameter of type 'WritableComputedOptions'.\n", + "statusReason": "tests/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", "status": "CompileError", "static": false, "killedBy": [], "coveredBy": [ - "272", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", + "82", + "83", + "84", + "85", + "86", + "87", + "88", + "89", + "90", + "91", + "92", + "93", + "94", + "95", + "96", + "97", + "98", + "99", + "100", + "101", + "102", + "103", + "104", + "105", + "346", + "347", + "348", + "349", + "350", + "351", + "352", + "353", + "354", + "355", + "356", + "357", + "358", + "359", + "360", + "361", + "362", + "363", + "364", + "365", + "366", + "367", + "368", + "369", + "370", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", "537", "538", "539", @@ -213166,91 +215248,218 @@ "549", "550", "551", - "705", - "726", - "739", - "760", - "761", - "805", - "890", - "900", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "957", - "1035", - "1053", - "1070", - "1076", - "1219", - "1235", - "1248", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", + "1274", + "1275", + "1276", "1277", - "1324", - "1453", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1496", - "1511", - "1533", - "1548", - "1655", - "1660", - "1693", - "1704", - "1718", - "1727", - "1739", - "1777", - "1781", - "1816", - "1848", - "1864", - "1868", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "2051" + "1278", + "1349", + "1350", + "1351", + "1352", + "1353", + "1354", + "1355", + "1356", + "1357", + "1377", + "1378", + "1379", + "1380", + "1381", + "1382", + "1383" ], "location": { "end": { - "column": 48, - "line": 16 + "column": 4, + "line": 100 }, "start": { - "column": 17, - "line": 16 + "column": 10, + "line": 87 } } - }, + } + ], + "source": "import { defineStore } from \"pinia\";\n\nimport { MakeGamePlayTargetDto } from \"~/composables/api/game/dto/make-game-play/make-game-play-target/make-game-play-target.dto\";\nimport { MakeGamePlayVoteDto } from \"~/composables/api/game/dto/make-game-play/make-game-play-vote/make-game-play-vote.dto\";\nimport { MakeGamePlayDto } from \"~/composables/api/game/dto/make-game-play/make-game-play.dto\";\nimport type { WitchPotion } from \"~/composables/api/game/types/game-play/game-play.types\";\nimport type { RoleSide } from \"~/composables/api/role/types/role.types\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\n\nconst useMakeGamePlayDtoStore = defineStore(StoreIds.MAKE_GAME_PLAY_DTO, () => {\n const makeGamePlayDto = ref(MakeGamePlayDto.create({}));\n\n function setMakeGamePlayDto(makeGamePlayDtoValue: MakeGamePlayDto): void {\n makeGamePlayDto.value = MakeGamePlayDto.create(makeGamePlayDtoValue);\n }\n\n function resetMakeGamePlayDto(): void {\n makeGamePlayDto.value = MakeGamePlayDto.create({});\n }\n\n function addMakeGamePlayTargetDto(target: MakeGamePlayTargetDto): void {\n if (!makeGamePlayDto.value.targets) {\n makeGamePlayDto.value.targets = [];\n }\n makeGamePlayDto.value.targets.push(MakeGamePlayTargetDto.create(target));\n }\n\n function removeMakeGamePlayTargetDto(targetId: string): void {\n if (!makeGamePlayDto.value.targets) {\n return;\n }\n const targetIndex = makeGamePlayDto.value.targets.findIndex(target => target.playerId === targetId);\n if (targetIndex !== -1) {\n makeGamePlayDto.value.targets = makeGamePlayDto.value.targets.toSpliced(targetIndex, 1);\n }\n if (makeGamePlayDto.value.targets.length === 0) {\n makeGamePlayDto.value.targets = undefined;\n }\n }\n\n function removeFirstMakeGamePlayTargetDto(): void {\n if (!makeGamePlayDto.value.targets || makeGamePlayDto.value.targets.length === 0) {\n return;\n }\n const firstTarget = makeGamePlayDto.value.targets[0];\n removeMakeGamePlayTargetDto(firstTarget.playerId);\n }\n\n function removeFirstMakeGamePlayTargetDtoWithPotion(drankPotion: WitchPotion): void {\n const firstDrankPotionTarget = makeGamePlayDto.value.targets?.find(target => target.drankPotion === drankPotion);\n if (firstDrankPotionTarget) {\n removeMakeGamePlayTargetDto(firstDrankPotionTarget.playerId);\n }\n }\n\n function addMakeGamePlayVoteDto(vote: MakeGamePlayVoteDto): void {\n if (!makeGamePlayDto.value.votes) {\n makeGamePlayDto.value.votes = [];\n }\n makeGamePlayDto.value.votes.push(MakeGamePlayVoteDto.create(vote));\n }\n\n function removeMakeGamePlayVoteDto(sourceId: string): void {\n if (!makeGamePlayDto.value.votes) {\n return;\n }\n const voteIndex = makeGamePlayDto.value.votes.findIndex(vote => vote.sourceId === sourceId);\n if (voteIndex !== -1) {\n makeGamePlayDto.value.votes = makeGamePlayDto.value.votes.toSpliced(voteIndex, 1);\n }\n if (makeGamePlayDto.value.votes.length === 0) {\n makeGamePlayDto.value.votes = undefined;\n }\n }\n\n function setDoesJudgeRequestAnotherVote(doesJudgeRequestAnotherVote: boolean | undefined): void {\n makeGamePlayDto.value.doesJudgeRequestAnotherVote = doesJudgeRequestAnotherVote;\n }\n\n function setChosenCardId(chosenCardId: string | undefined): void {\n makeGamePlayDto.value.chosenCardId = chosenCardId;\n }\n\n function setChosenSide(chosenSide: RoleSide | undefined): void {\n makeGamePlayDto.value.chosenSide = chosenSide;\n }\n return {\n makeGamePlayDto,\n setMakeGamePlayDto,\n resetMakeGamePlayDto,\n addMakeGamePlayTargetDto,\n removeMakeGamePlayTargetDto,\n removeFirstMakeGamePlayTargetDto,\n removeFirstMakeGamePlayTargetDtoWithPotion,\n addMakeGamePlayVoteDto,\n removeMakeGamePlayVoteDto,\n setDoesJudgeRequestAnotherVote,\n setChosenCardId,\n setChosenSide,\n };\n});\n\nexport { useMakeGamePlayDtoStore };" + }, + "app/stores/game/useGameStore.ts": { + "language": "typescript", + "mutants": [ { - "id": "4342", - "mutatorName": "ObjectLiteral", + "id": "4314", + "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/stores/keyboard/useKeyboardStore.ts(13,20): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Property 'isPressed' is missing in type '{}' but required in type 'KeyboardKey'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { shift: { isPressed: boolean; }; enter: { isPressed: boolean; }; arrowRight: { isPressed: boolean; }; arrowLeft: {}; }' is not assignable to parameter of type 'WritableComputedOptions'.\n", + "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(12,72): error TS2339: Property 'game' does not exist on type 'Store'.\napp/stores/game/game-event/useGameEventsStore.ts(15,105): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store'.\napp/stores/game/game-event/useGameEventsStore.ts(16,66): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store'.\napp/stores/game/game-event/useGameEventsStore.ts(26,75): error TS2339: Property 'game' does not exist on type 'Store'.\napp/stores/game/game-event/useGameEventsStore.ts(30,83): error TS2339: Property 'game' does not exist on type 'Store'.\napp/stores/game/game-event/useGameEventsStore.ts(35,23): error TS2339: Property 'skipGamePlay' does not exist on type 'Store'.\ntests/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(137,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(166,13): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(194,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts(198,24): error TS2339: Property 'cancelGame' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOver.nuxt.spec.ts(93,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOver.nuxt.spec.ts(102,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(97,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(200,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GameOver/GameOverVictoryText/GameOverVictoryText.nuxt.spec.ts(321,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/GameAccursedWolfFatherMayHaveInfectedEvent/GameAccursedWolfFatherMayHaveInfectedEvent.nuxt.spec.ts(51,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameActorMayHaveChosenCardEvent/GameActorMayHaveChosenCardEvent.nuxt.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameActorMayHaveChosenCardEvent/GameActorMayHaveChosenCardEvent.nuxt.spec.ts(108,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameDeathEvent/GameDeathEvent.nuxt.spec.ts(95,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameElderHasTakenRevengeEvent/GameElderHasTakenRevengeEvent.nuxt.spec.ts(48,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameElderHasTakenRevengeEvent/GameElderHasTakenRevengeEvent.nuxt.spec.ts(86,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(60,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(79,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(91,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(103,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(115,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(127,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(139,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(151,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(163,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(175,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(187,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(199,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(211,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(223,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(235,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(247,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(259,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(271,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(283,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(295,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(307,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(319,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameFoxMayHaveSniffedEvent/GameFoxMayHaveSniffedEvent.nuxt.spec.ts(48,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameFoxMayHaveSniffedEvent/GameFoxMayHaveSniffedEvent.nuxt.spec.ts(99,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameFoxMayHaveSniffedEvent/GameFoxMayHaveSniffedEvent.nuxt.spec.ts(136,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameIdiotIsSparedEvent/GameIdiotIsSparedEvent.nuxt.spec.ts(46,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts(84,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(95,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(205,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePiedPiperHasCharmedEvent/GamePiedPiperHasCharmedEvent.nuxt.spec.ts(90,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePiedPiperHasCharmedEvent/GamePiedPiperHasCharmedEvent.nuxt.spec.ts(105,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameScandalmongerMarkIsActiveEvent/GameScandalmongerMarkIsActiveEvent.nuxt.spec.ts(42,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts(43,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts(112,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts(132,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts(150,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSheriffPromotionEvent/GameSheriffPromotionEvent.nuxt.spec.ts(52,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSheriffPromotionEvent/GameSheriffPromotionEvent.nuxt.spec.ts(76,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSheriffPromotionEvent/GameSheriffPromotionEvent.nuxt.spec.ts(93,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/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(142,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(143,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(144,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(50,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(95,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(114,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(149,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(163,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBigBadWolfTurnStartsEvent/GameBigBadWolfTurnStartsEvent.nuxt.spec.ts(31,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBigBadWolfTurnStartsEvent/GameBigBadWolfTurnStartsEvent.nuxt.spec.ts(63,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(72,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(52,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(67,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(68,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(79,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(80,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(63,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(77,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(58,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(69,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(89,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(138,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThiefTurnStartsEvent/GameThiefTurnStartsEvent.nuxt.spec.ts(46,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThiefTurnStartsEvent/GameThiefTurnStartsEvent.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/GameThiefTurnStartsEvent/GameThiefTurnStartsEvent.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/GameThreeBrothersTurnStartsEvent/GameThreeBrothersTurnStartsEvent.nuxt.spec.ts(67,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(60,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(69,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(78,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(87,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(96,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(105,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(114,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(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(132,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(141,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(150,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(159,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(168,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(177,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(186,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(195,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(204,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(213,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(222,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(231,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(240,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(249,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(258,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(267,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/GameTwoSistersTurnStartsEvent/GameTwoSistersTurnStartsEvent.nuxt.spec.ts(67,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(65,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(65,49): 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(66,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(81,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(82,22): 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(95,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(95,49): 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(96,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(97,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWitchTurnStartsEvent/GameWitchTurnStartsEvent.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/GameWolfHoundTurnStartsEvent/GameWolfHoundTurnStartsEvent.nuxt.spec.ts(58,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameVillagerVillagerIntroductionEvent/GameVillagerVillagerIntroductionEvent.nuxt.spec.ts(48,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWildChildHasTransformedEvent/GameWildChildHasTransformedEvent.nuxt.spec.ts(45,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWildChildHasTransformedEvent/GameWildChildHasTransformedEvent.nuxt.spec.ts(104,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(141,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(162,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(183,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(204,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(253,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(274,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(49,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(178,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(274,17): error TS2339: Property 'makingGamePlayStatus' 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(206,15): 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/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/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(92,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(101,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(110,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(121,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(132,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(152,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(172,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(189,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(225,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(253,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(281,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(317,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(345,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(367,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(389,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(400,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(432,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(465,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(474,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(99,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(113,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(127,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(143,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(73,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(95,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(128,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(196,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(228,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(259,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(296,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/GamePlaygroundFooter.nuxt.spec.ts(31,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.nuxt.spec.ts(42,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.nuxt.spec.ts(51,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.nuxt.spec.ts(60,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.nuxt.spec.ts(69,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.nuxt.spec.ts(78,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(38,15): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(96,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(114,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(174,19): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(231,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(66,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(75,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(106,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(134,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(155,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(166,26): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(230,19): error TS2339: Property 'game' 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(196,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(360,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/GamePlaying.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/GameEventFlippingPlayersCard/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/GameEventFlippingPlayersCard/GameEventFlippingPlayerCard/GameEventFlippingPlaySourcePlayersCard/GameEventFlippingPlaySourcePlayersCard.nuxt.spec.ts(73,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventNextTextButton/GameEventNextTextButton.nuxt.spec.ts(61,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventNextTextButton/GameEventNextTextButton.nuxt.spec.ts(95,19): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventPreviousTextButton/GameEventPreviousTextButton.nuxt.spec.ts(86,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventTextsManager.nuxt.spec.ts(82,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(30,15): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(51,22): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(59,22): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(81,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(89,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(90,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(98,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(99,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(107,17): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(108,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(53,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(66,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(79,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(107,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(132,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(139,83): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(146,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(157,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(170,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(176,83): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(186,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(199,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(216,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(229,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(242,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(253,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(262,83): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(41,22): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(42,22): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(48,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(49,17): error TS2339: Property 'resetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(51,24): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(58,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(67,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(76,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(78,24): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(85,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(86,23): error TS2339: Property 'cancelGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(95,23): error TS2339: Property 'cancelGame' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(97,24): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(104,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(106,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(116,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(126,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(128,24): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(135,17): error TS2339: Property 'game' does not exist on type 'Store'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(136,23): error TS2339: Property 'skipGamePlay' does not exist on type 'Store'.\n", "status": "CompileError", - "static": false, + "static": true, "killedBy": [], "coveredBy": [ + "82", + "83", + "84", + "85", + "86", + "87", + "88", + "89", + "90", + "91", + "92", + "93", + "94", + "95", + "96", + "97", + "98", + "99", + "100", + "101", + "102", + "103", + "104", + "105", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "164", + "165", + "166", + "167", + "168", + "169", + "170", + "171", + "172", + "173", + "174", + "175", + "176", + "177", + "178", + "179", + "180", + "181", + "182", + "183", + "184", + "185", + "186", + "187", + "188", + "189", + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "213", + "214", + "215", + "216", + "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", + "270", + "271", "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", "390", "391", "392", @@ -213273,6 +215482,75 @@ "409", "410", "411", + "441", + "442", + "443", + "444", + "445", + "446", + "447", + "448", + "449", + "450", + "451", + "452", + "453", + "454", + "455", + "456", + "457", + "458", + "459", + "460", + "461", + "462", + "463", + "464", + "465", + "466", + "467", + "468", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", "537", "538", "539", @@ -213288,14 +215566,111 @@ "549", "550", "551", - "705", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "723", + "724", + "725", "726", - "739", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", "760", "761", - "805", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "883", + "884", + "885", + "886", + "887", + "888", + "889", "890", + "891", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", "908", "909", "910", @@ -213308,71 +215683,461 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", + "920", + "921", + "922", + "960", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", + "1072", + "1073", + "1074", + "1075", "1076", - "1219", - "1235", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", + "1247", "1248", + "1249", + "1251", + "1274", + "1275", + "1276", "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "1278", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1358", + "1359", + "1360", + "1361", + "1362", + "1363", + "1364", + "1365", + "1366", + "1367", + "1368", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", + "1441", + "1442", + "1443", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", "1470", "1471", "1472", "1473", "1474", + "1475", + "1476", + "1477", + "1486", + "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", + "1495", "1496", + "1497", + "1498", + "1499", + "1500", + "1501", + "1502", + "1508", + "1509", + "1510", "1511", - "1533", - "1548", - "1655", + "1512", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1576", + "1577", + "1578", + "1579", + "1580", + "1581", + "1623", + "1624", + "1625", + "1626", + "1633", + "1657", + "1658", + "1659", "1660", - "1693", - "1704", - "1718", - "1727", - "1739", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1677", + "1678", + "1679", + "1680", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", + "1776", "1777", - "1781", - "1816", - "1848", - "1864", - "1868", + "1778", + "1780", + "1784", + "1818", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", + "1850", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "2051" + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1919" ], "location": { "end": { - "column": 46, - "line": 17 + "column": 2, + "line": 83 }, "start": { - "column": 16, - "line": 17 + "column": 55, + "line": 11 } } }, { - "id": "4343", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "tests/unit/specs/stores/keyboard/useKeyboardStore.spec.ts(14,26): error TS2339: Property 'keyboard' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", + "id": "4315", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "app/stores/game/useGameStore.ts(19,23): 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 'GameOptions'.\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": false, + "static": true, "killedBy": [], "coveredBy": [ + "82", + "83", + "84", + "85", + "86", + "87", + "88", + "89", + "90", + "91", + "92", + "93", + "94", + "95", + "96", + "97", + "98", + "99", + "100", + "101", + "102", + "103", + "104", + "105", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", + "164", + "165", + "166", + "167", + "168", + "169", + "170", + "171", + "172", + "173", + "174", + "175", + "176", + "177", + "178", + "179", + "180", + "181", + "182", + "183", + "184", + "185", + "186", + "187", + "188", + "189", + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "213", + "214", + "215", + "216", + "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", + "270", + "271", "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", "390", "391", "392", @@ -213395,6 +216160,75 @@ "409", "410", "411", + "441", + "442", + "443", + "444", + "445", + "446", + "447", + "448", + "449", + "450", + "451", + "452", + "453", + "454", + "455", + "456", + "457", + "458", + "459", + "460", + "461", + "462", + "463", + "464", + "465", + "466", + "467", + "468", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", "537", "538", "539", @@ -213410,14 +216244,111 @@ "549", "550", "551", - "705", + "689", + "690", + "691", + "692", + "693", + "694", + "695", + "723", + "724", + "725", "726", - "739", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", + "747", + "748", + "749", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", "760", "761", - "805", + "762", + "763", + "764", + "765", + "778", + "779", + "780", + "781", + "782", + "783", + "784", + "785", + "786", + "787", + "788", + "789", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "883", + "884", + "885", + "886", + "887", + "888", + "889", "890", + "891", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", "908", "909", "910", @@ -213430,733 +216361,333 @@ "917", "918", "919", - "957", - "1035", - "1053", - "1070", + "920", + "921", + "922", + "960", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", + "1072", + "1073", + "1074", + "1075", "1076", - "1219", - "1235", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", + "1247", "1248", + "1249", + "1251", + "1274", + "1275", + "1276", "1277", - "1324", - "1453", - "1467", - "1468", - "1469", + "1278", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1358", + "1359", + "1360", + "1361", + "1362", + "1363", + "1364", + "1365", + "1366", + "1367", + "1368", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", + "1441", + "1442", + "1443", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", "1470", "1471", "1472", "1473", "1474", + "1475", + "1476", + "1477", + "1486", + "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", + "1495", "1496", + "1497", + "1498", + "1499", + "1500", + "1501", + "1502", + "1508", + "1509", + "1510", "1511", - "1533", - "1548", - "1655", + "1512", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1576", + "1577", + "1578", + "1579", + "1580", + "1581", + "1623", + "1624", + "1625", + "1626", + "1633", + "1657", + "1658", + "1659", "1660", - "1693", - "1704", - "1718", - "1727", - "1739", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1677", + "1678", + "1679", + "1680", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", + "1776", "1777", - "1781", - "1816", - "1848", - "1864", - "1868", + "1778", + "1780", + "1784", + "1818", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", + "1850", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "2051" - ], - "location": { - "end": { - "column": 22, - "line": 20 - }, - "start": { - "column": 10, - "line": 20 - } - } - } - ], - "source": "import { defineStore } from \"pinia\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport type { Keyboard } from \"~/stores/keyboard/types/keyboard.types\";\n\nconst useKeyboardStore = defineStore(StoreIds.KEYBOARD, () => {\n const {\n shift,\n arrowright,\n arrowleft,\n enter,\n } = useMagicKeys();\n\n const keyboard = computed(() => ({\n shift: { isPressed: shift.value },\n enter: { isPressed: enter.value },\n arrowRight: { isPressed: arrowright.value },\n arrowLeft: { isPressed: arrowleft.value },\n }));\n\n return { keyboard };\n});\n\nexport { useKeyboardStore };" - }, - "app/stores/role/useRolesStore.ts": { - "language": "typescript", - "mutants": [ - { - "id": "4346", - "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": [ - "1330" - ], - "coveredBy": [ - "1330", - "1331" - ], - "location": { - "end": { - "column": 4, - "line": 21 - }, - "start": { - "column": 52, - "line": 17 - } - } - }, - { - "id": "4347", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/role/useRolesStore.ts(18,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "1330", - "1331" - ], - "location": { - "end": { - "column": 41, - "line": 18 - }, - "start": { - "column": 32, - "line": 18 - } - } - }, - { - "id": "4348", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "app/stores/role/useRolesStore.ts(20,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "1330", - "1331" - ], - "location": { - "end": { - "column": 41, - "line": 20 - }, - "start": { - "column": 32, - "line": 20 - } - } - }, - { - "id": "4349", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/role/useRolesStore.ts(23,56): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "1332", - "1333", - "1337", - "1338" - ], - "location": { - "end": { - "column": 4, - "line": 25 - }, - "start": { - "column": 73, - "line": 23 - } - } - }, - { - "id": "4350", - "mutatorName": "OptionalChaining", - "replacement": "roles.value.find", - "statusReason": "app/stores/role/useRolesStore.ts(24,12): error TS18047: 'roles.value' is possibly 'null'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "1332", - "1333", - "1337", - "1338" - ], - "location": { - "end": { - "column": 29, - "line": 24 - }, - "start": { - "column": 12, - "line": 24 - } - } - }, - { - "id": "4351", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected false to be true // Object.is equality", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "66" - ], - "coveredBy": [ - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "1332", - "1333", - "1337", - "1338" - ], - "location": { - "end": { - "column": 60, - "line": 24 - }, - "start": { - "column": 30, - "line": 24 - } - } - }, - { - "id": "4352", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "expected true to be false // Object.is equality", - "status": "Killed", - "testsCompleted": 3, - "static": false, - "killedBy": [ - "67" - ], - "coveredBy": [ - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "1332", - "1333", - "1337", - "1338" - ], - "location": { - "end": { - "column": 60, - "line": 24 - }, - "start": { - "column": 38, - "line": 24 - } - } - }, - { - "id": "4353", - "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected false to be true // Object.is equality", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "66" - ], - "coveredBy": [ - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "1332", - "1333", - "1337", - "1338" - ], - "location": { - "end": { - "column": 60, - "line": 24 - }, - "start": { - "column": 38, - "line": 24 - } - } - }, - { - "id": "4354", - "mutatorName": "EqualityOperator", - "replacement": "role.name !== roleName", - "statusReason": "expected false to be true // Object.is equality", - "status": "Killed", - "testsCompleted": 1, - "static": false, - "killedBy": [ - "66" - ], - "coveredBy": [ - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "1332", - "1333", - "1337", - "1338" - ], - "location": { - "end": { - "column": 60, - "line": 24 - }, - "start": { - "column": 38, - "line": 24 - } - } - }, - { - "id": "4355", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/role/useRolesStore.ts(27,98): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "1334", - "1335", - "1336" - ], - "location": { - "end": { - "column": 4, - "line": 29 - }, - "start": { - "column": 105, - "line": 27 - } - } - }, - { - "id": "4356", - "mutatorName": "LogicalOperator", - "replacement": "roles.value?.filter(role => role.additionalCardsEligibleRecipients?.includes(recipientRoleName)) && []", - "statusReason": "app/stores/role/useRolesStore.ts(28,5): error TS2322: Type 'never[] | undefined' is not assignable to type 'Role[]'.\n Type 'undefined' is not assignable to type 'Role[]'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "1334", - "1335", - "1336" - ], - "location": { - "end": { - "column": 114, - "line": 28 - }, - "start": { - "column": 12, - "line": 28 - } - } - }, - { - "id": "4357", - "mutatorName": "MethodExpression", - "replacement": "roles.value", - "statusReason": "expected [ { …(3) }, …(4) ] to strictly equal [ { …(3) }, …(2) ]", - "status": "Killed", - "testsCompleted": 3, - "static": false, - "killedBy": [ - "528" - ], - "coveredBy": [ - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "1334", - "1335", - "1336" - ], - "location": { - "end": { - "column": 108, - "line": 28 - }, - "start": { - "column": 12, - "line": 28 - } - } - }, - { - "id": "4358", - "mutatorName": "OptionalChaining", - "replacement": "roles.value.filter", - "statusReason": "app/stores/role/useRolesStore.ts(28,12): error TS18047: 'roles.value' is possibly 'null'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "1334", - "1335", - "1336" - ], - "location": { - "end": { - "column": 31, - "line": 28 - }, - "start": { - "column": 12, - "line": 28 - } - } - }, - { - "id": "4359", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "expected [] to strictly equal [ { …(3) }, …(2) ]", - "status": "Killed", - "testsCompleted": 3, - "static": false, - "killedBy": [ - "528" - ], - "coveredBy": [ - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "1334", - "1335" - ], - "location": { - "end": { - "column": 107, - "line": 28 - }, - "start": { - "column": 32, - "line": 28 - } - } - }, - { - "id": "4360", - "mutatorName": "OptionalChaining", - "replacement": "role.additionalCardsEligibleRecipients.includes", - "statusReason": "app/stores/role/useRolesStore.ts(28,40): error TS18048: 'role.additionalCardsEligibleRecipients' is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "1334", - "1335" - ], - "location": { - "end": { - "column": 88, - "line": 28 - }, - "start": { - "column": 40, - "line": 28 - } - } - }, - { - "id": "4361", - "mutatorName": "ArrayDeclaration", - "replacement": "[\"Stryker was here\"]", - "statusReason": "app/stores/role/useRolesStore.ts(28,5): error TS2322: Type '{ name: \"werewolf\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | \"villager\" | \"villager-villager\" | \"seer\" | \"cupid\" | \"witch\" | \"hunter\" | \"little-girl\" | ... 18 more ... | \"devoted-servant\"; ... 6 more ...; recommendedMinPlayers?: number | undefined; }[] | string[]' is not assignable to type 'Role[]'.\n Type 'string[]' is not assignable to type 'Role[]'.\n Type 'string' is not assignable to type 'Role'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "1336" - ], - "location": { - "end": { - "column": 114, - "line": 28 - }, - "start": { - "column": 112, - "line": 28 - } - } - }, - { - "id": "4362", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/stores/role/useRolesStore.ts(31,56): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "1337", - "1338" - ], - "location": { - "end": { - "column": 4, - "line": 33 - }, - "start": { - "column": 77, - "line": 31 - } - } - }, - { - "id": "4363", - "mutatorName": "OptionalChaining", - "replacement": "getRoleWithNameInRoles(roleName).side", - "statusReason": "app/stores/role/useRolesStore.ts(32,12): error TS2532: Object is possibly 'undefined'.\n", - "status": "CompileError", - "static": false, - "killedBy": [], - "coveredBy": [ - "1337", - "1338" + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1919" ], "location": { "end": { - "column": 50, - "line": 32 + "column": 69, + "line": 19 }, "start": { - "column": 12, - "line": 32 + "column": 45, + "line": 19 } } }, { - "id": "4344", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(30,11): error TS2339: Property 'roles' does not exist on type 'StoreToRefs>'.\napp/composables/api/game/useCreateGameDtoValidation.ts(46,57): error TS7006: Parameter 'role' implicitly has an 'any' type.\napp/composables/api/game/useCreateGameDtoValidation.ts(48,42): error TS7006: Parameter 'role' implicitly has an 'any' type.\napp/composables/api/game/useCreateGameDtoValidation.ts(55,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\napp/composables/api/game/useCreateGameDtoValidation.ts(64,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(22,11): error TS2339: Property 'getRoleWithNameInRoles' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/app.nuxt.spec.ts(48,23): error TS2339: Property 'fetchAndSetRoles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/about/AboutAvailableRoles/AboutAvailableRoles.nuxt.spec.ts(62,20): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/about/AboutAvailableRoles/AboutAvailableRoles.nuxt.spec.ts(92,20): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(102,16): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(123,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(138,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGrid.nuxt.spec.ts(67,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(182,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(432,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(508,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(565,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'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(91,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(92,40): error TS2339: Property 'getRolesForRecipientRoleName' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(107,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(108,40): error TS2339: Property 'getRolesForRecipientRoleName' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(115,40): error TS2339: Property 'getRolesForRecipientRoleName' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(129,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(130,35): error TS2339: Property 'getRoleSideForRoleName' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(142,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(143,35): error TS2339: Property 'getRoleSideForRoleName' does not exist on type 'Store'.\n", + "id": "4316", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/useGameStore.ts(20,58): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", "status": "CompileError", - "static": false, + "static": true, + "killedBy": [], "coveredBy": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24", - "25", - "26", - "27", - "28", - "29", - "30", - "31", - "32", - "33", - "34", - "35", - "36", - "37", - "38", - "39", - "40", - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "50", - "51", - "52", - "53", - "54", - "55", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "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", "134", "135", "136", @@ -214187,162 +216718,210 @@ "161", "162", "163", - "285", - "286", - "287", - "288", - "289", - "290", - "291", - "292", - "293", - "294", - "295", - "296", - "297", - "298", - "299", - "300", - "328", - "329", - "330", - "331", - "332", - "333", - "334", - "335", - "336", - "337", - "338", - "339", - "340", - "341", - "342", - "343", - "344", - "345", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", - "469", - "470", - "471", - "472", - "473", - "474", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "688", + "164", + "165", + "166", + "167", + "168", + "169", + "170", + "171", + "172", + "173", + "174", + "175", + "176", + "177", + "178", + "179", + "180", + "181", + "182", + "183", + "184", + "185", + "186", + "187", + "188", + "189", + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "213", + "214", + "215", + "216", + "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", + "270", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "441", + "442", + "443", + "444", + "445", + "446", + "447", + "448", + "449", + "450", + "451", + "452", + "453", + "454", + "455", + "456", + "457", + "458", + "459", + "460", + "461", + "462", + "463", + "464", + "465", + "466", + "467", + "468", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545", + "546", + "547", + "548", + "549", + "550", + "551", "689", "690", "691", @@ -214350,14 +216929,19 @@ "693", "694", "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", "747", "748", "749", @@ -214370,10 +216954,13 @@ "756", "757", "758", - "774", - "775", - "776", - "777", + "759", + "760", + "761", + "762", + "763", + "764", + "765", "778", "779", "780", @@ -214386,424 +216973,399 @@ "787", "788", "789", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "883", + "884", + "885", + "886", + "887", + "888", + "889", + "890", + "891", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", "920", "921", "922", - "923", - "924", - "925", - "926", - "927", - "928", - "929", - "930", - "931", - "932", - "933", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "965", - "966", - "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "1003", - "1004", - "1005", - "1006", - "1007", - "1008", - "1009", - "1010", - "1011", - "1012", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", + "960", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", "1043", "1044", "1045", - "1046", - "1047", - "1048", - "1049", - "1050", - "1051", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", "1081", "1082", "1083", - "1084", - "1085", - "1086", - "1087", - "1088", - "1089", - "1090", - "1109", - "1110", - "1111", - "1112", - "1113", - "1114", - "1115", - "1116", - "1117", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1164", - "1165", - "1166", - "1167", - "1168", - "1169", - "1170", - "1171", - "1172", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", - "1208", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1272", - "1273", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", + "1247", + "1248", + "1249", + "1251", "1274", "1275", + "1276", + "1277", + "1278", + "1279", + "1280", + "1281", + "1282", "1283", "1284", "1285", - "1286", - "1287", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "1309", - "1310", - "1311", - "1312", - "1313", - "1314", - "1315", - "1316", - "1317", - "1318", - "1319", - "1320", - "1321", - "1322", + "1326", + "1327", + "1328", "1329", "1330", "1331", - "1332", - "1333", - "1334", - "1335", - "1336", - "1337", - "1338", - "1339", - "1340", - "1341", - "1342", - "1343", - "1344", - "1345", + "1358", + "1359", + "1360", + "1361", + "1362", + "1363", + "1364", + "1365", "1366", "1367", "1368", - "1369", - "1370", - "1371", - "1372", - "1373", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", "1441", "1442", "1443", - "1444", - "1445", - "1446", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1470", + "1471", + "1472", + "1473", + "1474", "1475", "1476", "1477", - "1478", - "1479", - "1480", - "1481", - "1482", + "1486", + "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", + "1495", + "1496", + "1497", + "1498", + "1499", "1500", "1501", "1502", - "1503", - "1504", + "1508", + "1509", + "1510", + "1511", + "1512", + "1513", + "1514", + "1515", "1516", "1517", "1518", - "1519", - "1520", - "1521", - "1522", - "1523", - "1524", - "1525", - "1526", + "1535", + "1536", "1537", "1538", "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", + "1550", + "1551", + "1552", "1553", "1554", "1555", - "1556", - "1557", - "1558", - "1559", - "1560", - "1561", - "1562", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", + "1576", + "1577", + "1578", "1579", "1580", "1581", - "1582", - "1583", - "1584", - "1585", - "1586", - "1587", - "1588", - "1589", - "1590", - "1591", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", + "1623", + "1624", + "1625", + "1626", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", "1664", "1665", "1666", - "1667", + "1677", "1678", "1679", + "1680", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1780", + "1784", + "1818", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", + "1850", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", + "1881", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", "1915", - "1916", - "1917", - "1918", - "1919", - "1931", - "1932", - "1933", - "1934" + "1919" ], "location": { "end": { - "column": 2, - "line": 42 + "column": 64, + "line": 20 }, "start": { - "column": 57, - "line": 11 + "column": 58, + "line": 20 } } }, { - "id": "4345", + "id": "4317", "mutatorName": "StringLiteral", "replacement": "\"\"", - "statusReason": "app/stores/role/useRolesStore.ts(14,58): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", + "statusReason": "app/stores/game/useGameStore.ts(21,59): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", "status": "CompileError", - "static": false, + "static": true, + "killedBy": [], "coveredBy": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24", - "25", - "26", - "27", - "28", - "29", - "30", - "31", - "32", - "33", - "34", - "35", - "36", - "37", - "38", - "39", - "40", - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "50", - "51", - "52", - "53", - "54", - "55", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "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", "134", "135", "136", @@ -214834,162 +217396,210 @@ "161", "162", "163", - "285", - "286", - "287", - "288", - "289", - "290", - "291", - "292", - "293", - "294", - "295", - "296", - "297", - "298", - "299", - "300", - "328", - "329", - "330", - "331", - "332", - "333", - "334", - "335", - "336", - "337", - "338", - "339", - "340", - "341", - "342", - "343", - "344", - "345", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", - "469", - "470", - "471", - "472", - "473", - "474", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "688", + "164", + "165", + "166", + "167", + "168", + "169", + "170", + "171", + "172", + "173", + "174", + "175", + "176", + "177", + "178", + "179", + "180", + "181", + "182", + "183", + "184", + "185", + "186", + "187", + "188", + "189", + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "213", + "214", + "215", + "216", + "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", + "270", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "441", + "442", + "443", + "444", + "445", + "446", + "447", + "448", + "449", + "450", + "451", + "452", + "453", + "454", + "455", + "456", + "457", + "458", + "459", + "460", + "461", + "462", + "463", + "464", + "465", + "466", + "467", + "468", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545", + "546", + "547", + "548", + "549", + "550", + "551", "689", "690", "691", @@ -214997,14 +217607,19 @@ "693", "694", "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", "747", "748", "749", @@ -215017,10 +217632,13 @@ "756", "757", "758", - "774", - "775", - "776", - "777", + "759", + "760", + "761", + "762", + "763", + "764", + "765", "778", "779", "780", @@ -215033,424 +217651,399 @@ "787", "788", "789", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "883", + "884", + "885", + "886", + "887", + "888", + "889", + "890", + "891", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", "920", "921", "922", - "923", - "924", - "925", - "926", - "927", - "928", - "929", - "930", - "931", - "932", - "933", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "965", - "966", - "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "1003", - "1004", - "1005", - "1006", - "1007", - "1008", - "1009", - "1010", - "1011", - "1012", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", + "960", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", "1043", "1044", "1045", - "1046", - "1047", - "1048", - "1049", - "1050", - "1051", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", "1081", "1082", "1083", - "1084", - "1085", - "1086", - "1087", - "1088", - "1089", - "1090", - "1109", - "1110", - "1111", - "1112", - "1113", - "1114", - "1115", - "1116", - "1117", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1164", - "1165", - "1166", - "1167", - "1168", - "1169", - "1170", - "1171", - "1172", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", - "1208", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1272", - "1273", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", + "1247", + "1248", + "1249", + "1251", "1274", "1275", + "1276", + "1277", + "1278", + "1279", + "1280", + "1281", + "1282", "1283", "1284", "1285", - "1286", - "1287", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "1309", - "1310", - "1311", - "1312", - "1313", - "1314", - "1315", - "1316", - "1317", - "1318", - "1319", - "1320", - "1321", - "1322", + "1326", + "1327", + "1328", "1329", "1330", "1331", - "1332", - "1333", - "1334", - "1335", - "1336", - "1337", - "1338", - "1339", - "1340", - "1341", - "1342", - "1343", - "1344", - "1345", + "1358", + "1359", + "1360", + "1361", + "1362", + "1363", + "1364", + "1365", "1366", "1367", "1368", - "1369", - "1370", - "1371", - "1372", - "1373", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", "1441", "1442", "1443", - "1444", - "1445", - "1446", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1470", + "1471", + "1472", + "1473", + "1474", "1475", "1476", "1477", - "1478", - "1479", - "1480", - "1481", - "1482", + "1486", + "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", + "1495", + "1496", + "1497", + "1498", + "1499", "1500", "1501", "1502", - "1503", - "1504", + "1508", + "1509", + "1510", + "1511", + "1512", + "1513", + "1514", + "1515", "1516", "1517", "1518", - "1519", - "1520", - "1521", - "1522", - "1523", - "1524", - "1525", - "1526", + "1535", + "1536", "1537", "1538", "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", - "1553", - "1554", - "1555", - "1556", - "1557", - "1558", - "1559", - "1560", - "1561", - "1562", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", - "1579", - "1580", - "1581", - "1582", - "1583", - "1584", - "1585", - "1586", - "1587", - "1588", - "1589", - "1590", - "1591", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1576", + "1577", + "1578", + "1579", + "1580", + "1581", + "1623", + "1624", + "1625", + "1626", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", "1664", "1665", "1666", - "1667", + "1677", "1678", "1679", + "1680", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1780", + "1784", + "1818", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", + "1850", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", + "1881", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", "1915", - "1916", - "1917", - "1918", - "1919", - "1931", - "1932", - "1933", - "1934" + "1919" ], "location": { "end": { - "column": 64, - "line": 14 + "column": 65, + "line": 21 }, "start": { - "column": 58, - "line": 14 + "column": 59, + "line": 21 } } }, { - "id": "4364", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(30,11): error TS2339: Property 'roles' does not exist on type 'StoreToRefs>, Pick<{}, never>, Pick<{}, never>>>'.\napp/composables/api/game/useCreateGameDtoValidation.ts(46,57): error TS7006: Parameter 'role' implicitly has an 'any' type.\napp/composables/api/game/useCreateGameDtoValidation.ts(48,42): error TS7006: Parameter 'role' implicitly has an 'any' type.\napp/composables/api/game/useCreateGameDtoValidation.ts(55,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\napp/composables/api/game/useCreateGameDtoValidation.ts(64,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(22,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(48,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(62,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(92,20): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(102,16): 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(123,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(138,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGrid.nuxt.spec.ts(67,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(182,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(432,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(508,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(565,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>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(91,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(92,40): error TS2339: Property 'getRolesForRecipientRoleName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(107,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(108,40): error TS2339: Property 'getRolesForRecipientRoleName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(115,40): error TS2339: Property 'getRolesForRecipientRoleName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(129,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(130,35): error TS2339: Property 'getRoleSideForRoleName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(142,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(143,35): error TS2339: Property 'getRoleSideForRoleName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", + "id": "4318", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/useGameStore.ts(22,60): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", "status": "CompileError", - "static": false, + "static": true, + "killedBy": [], "coveredBy": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24", - "25", - "26", - "27", - "28", - "29", - "30", - "31", - "32", - "33", - "34", - "35", - "36", - "37", - "38", - "39", - "40", - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "50", - "51", - "52", - "53", - "54", - "55", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "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", "134", "135", "136", @@ -215481,162 +218074,210 @@ "161", "162", "163", - "285", - "286", - "287", - "288", - "289", - "290", - "291", - "292", - "293", - "294", - "295", - "296", - "297", - "298", - "299", - "300", - "328", - "329", - "330", - "331", - "332", - "333", - "334", - "335", - "336", - "337", - "338", - "339", - "340", - "341", - "342", - "343", - "344", - "345", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", - "469", - "470", - "471", - "472", - "473", - "474", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "639", - "640", - "641", - "642", - "643", - "644", - "645", - "646", - "647", - "648", - "649", - "650", - "651", - "652", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "662", - "663", - "664", - "665", - "666", - "667", - "668", - "669", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "688", + "164", + "165", + "166", + "167", + "168", + "169", + "170", + "171", + "172", + "173", + "174", + "175", + "176", + "177", + "178", + "179", + "180", + "181", + "182", + "183", + "184", + "185", + "186", + "187", + "188", + "189", + "190", + "191", + "192", + "193", + "194", + "195", + "196", + "197", + "198", + "199", + "200", + "201", + "202", + "203", + "204", + "205", + "206", + "207", + "208", + "209", + "210", + "211", + "212", + "213", + "214", + "215", + "216", + "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", + "270", + "271", + "272", + "273", + "274", + "275", + "276", + "277", + "278", + "279", + "280", + "281", + "282", + "283", + "284", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "441", + "442", + "443", + "444", + "445", + "446", + "447", + "448", + "449", + "450", + "451", + "452", + "453", + "454", + "455", + "456", + "457", + "458", + "459", + "460", + "461", + "462", + "463", + "464", + "465", + "466", + "467", + "468", + "485", + "486", + "487", + "488", + "489", + "490", + "491", + "492", + "493", + "494", + "495", + "496", + "497", + "498", + "499", + "500", + "501", + "502", + "503", + "504", + "505", + "506", + "507", + "508", + "509", + "510", + "511", + "512", + "513", + "514", + "515", + "516", + "517", + "518", + "519", + "520", + "521", + "522", + "523", + "524", + "525", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545", + "546", + "547", + "548", + "549", + "550", + "551", "689", "690", "691", @@ -215644,14 +218285,19 @@ "693", "694", "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "730", + "731", + "732", + "744", + "745", + "746", "747", "748", "749", @@ -215664,10 +218310,13 @@ "756", "757", "758", - "774", - "775", - "776", - "777", + "759", + "760", + "761", + "762", + "763", + "764", + "765", "778", "779", "780", @@ -215680,322 +218329,406 @@ "787", "788", "789", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", + "790", + "791", + "792", + "807", + "808", + "809", + "810", + "811", + "812", + "813", + "814", + "815", + "833", + "834", + "835", + "836", + "837", + "838", + "839", + "840", + "841", + "842", + "843", + "844", + "845", + "846", + "847", + "848", + "849", + "883", + "884", + "885", + "886", + "887", + "888", + "889", + "890", + "891", + "892", + "893", + "894", + "895", + "896", + "897", + "898", + "899", + "900", + "901", + "902", + "903", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", "920", "921", "922", - "923", - "924", - "925", - "926", - "927", - "928", - "929", - "930", - "931", - "932", - "933", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "965", - "966", - "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "1003", - "1004", - "1005", - "1006", - "1007", - "1008", - "1009", - "1010", - "1011", - "1012", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", + "960", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", "1043", "1044", "1045", - "1046", - "1047", - "1048", - "1049", - "1050", - "1051", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", "1081", "1082", "1083", - "1084", - "1085", - "1086", - "1087", - "1088", - "1089", - "1090", - "1109", - "1110", - "1111", - "1112", - "1113", - "1114", - "1115", - "1116", - "1117", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1164", - "1165", - "1166", - "1167", - "1168", - "1169", - "1170", - "1171", - "1172", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", - "1208", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1272", - "1273", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", + "1247", + "1248", + "1249", + "1251", "1274", "1275", + "1276", + "1277", + "1278", + "1279", + "1280", + "1281", + "1282", "1283", "1284", "1285", - "1286", - "1287", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "1309", - "1310", - "1311", - "1312", - "1313", - "1314", - "1315", - "1316", - "1317", - "1318", - "1319", - "1320", - "1321", - "1322", + "1326", + "1327", + "1328", "1329", "1330", "1331", - "1332", - "1333", - "1334", - "1335", - "1336", - "1337", - "1338", - "1339", - "1340", - "1341", - "1342", - "1343", - "1344", - "1345", + "1358", + "1359", + "1360", + "1361", + "1362", + "1363", + "1364", + "1365", "1366", "1367", "1368", - "1369", - "1370", - "1371", - "1372", - "1373", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", "1441", "1442", "1443", - "1444", - "1445", - "1446", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1470", + "1471", + "1472", + "1473", + "1474", "1475", "1476", "1477", - "1478", - "1479", - "1480", - "1481", - "1482", + "1486", + "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", + "1495", + "1496", + "1497", + "1498", + "1499", "1500", "1501", "1502", - "1503", - "1504", + "1508", + "1509", + "1510", + "1511", + "1512", + "1513", + "1514", + "1515", "1516", "1517", "1518", - "1519", - "1520", - "1521", - "1522", - "1523", - "1524", - "1525", - "1526", + "1535", + "1536", "1537", "1538", "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", + "1550", + "1551", + "1552", "1553", "1554", "1555", - "1556", - "1557", - "1558", - "1559", - "1560", - "1561", - "1562", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", + "1576", + "1577", + "1578", "1579", "1580", "1581", - "1582", - "1583", - "1584", - "1585", - "1586", - "1587", - "1588", - "1589", - "1590", - "1591", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", + "1623", + "1624", + "1625", + "1626", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", "1664", "1665", "1666", - "1667", + "1677", "1678", "1679", + "1680", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1780", + "1784", + "1818", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", + "1850", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", + "1881", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", "1915", - "1916", - "1917", - "1918", - "1919", - "1931", - "1932", - "1933", - "1934" + "1919" + ], + "location": { + "end": { + "column": 66, + "line": 22 + }, + "start": { + "column": 60, + "line": 22 + } + } + }, + { + "id": "4319", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "expected _Game{ …(14) } to strictly equal _Game{ _id: undefined, …(13) }", + "status": "Killed", + "testsCompleted": 1, + "static": false, + "killedBy": [ + "1359" + ], + "coveredBy": [ + "1359" + ], + "location": { + "end": { + "column": 4, + "line": 28 + }, + "start": { + "column": 30, + "line": 26 + } + } + }, + { + "id": "4320", + "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": [ + "1360" + ], + "coveredBy": [ + "1360", + "1361", + "1362" ], "location": { "end": { @@ -216003,111 +218736,589 @@ "line": 41 }, "start": { - "column": 10, + "column": 65, + "line": 30 + } + } + }, + { + "id": "4321", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/useGameStore.ts(29,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1360", + "1361", + "1362" + ], + "location": { + "end": { + "column": 41, + "line": 31 + }, + "start": { + "column": 32, + "line": 31 + } + } + }, + { + "id": "4322", + "mutatorName": "BooleanLiteral", + "replacement": "fetchedGame", + "statusReason": "app/stores/game/useGameStore.ts(37,5): error TS2322: Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1360", + "1361", + "1362" + ], + "location": { + "end": { + "column": 21, + "line": 33 + }, + "start": { + "column": 9, + "line": 33 + } + } + }, + { + "id": "4323", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "app/stores/game/useGameStore.ts(37,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1360", + "1361", + "1362" + ], + "location": { + "end": { + "column": 21, + "line": 33 + }, + "start": { + "column": 9, + "line": 33 + } + } + }, + { + "id": "4324", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/game/useGameStore.ts(37,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1360", + "1361", + "1362" + ], + "location": { + "end": { + "column": 21, + "line": 33 + }, + "start": { + "column": 9, + "line": 33 + } + } + }, + { + "id": "4325", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/game/useGameStore.ts(33,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1360" + ], + "location": { + "end": { + "column": 6, + "line": 37 + }, + "start": { + "column": 23, + "line": 33 + } + } + }, + { + "id": "4326", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/useGameStore.ts(32,7): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1360" + ], + "location": { + "end": { + "column": 41, + "line": 34 + }, + "start": { + "column": 34, "line": 34 } } - } - ], - "source": "import type { AsyncDataRequestStatus } from \"nuxt/app\";\nimport { defineStore } from \"pinia\";\nimport { ref } from \"vue\";\nimport type { GameAdditionalCardRecipientRoleName } from \"~/composables/api/game/types/game-additional-card/game-additional-card.types\";\n\nimport type { Role } from \"~/composables/api/role/types/role.class\";\nimport type { RoleName, RoleSide } from \"~/composables/api/role/types/role.types\";\nimport { useFetchRoles } from \"~/composables/api/role/useFetchRoles\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\n\nconst useRolesStore = defineStore(StoreIds.ROLES, () => {\n const { fetchRoles } = useFetchRoles();\n\n const fetchingRoleStatus = ref(\"idle\");\n const roles = ref(null);\n\n async function fetchAndSetRoles(): Promise {\n fetchingRoleStatus.value = \"pending\";\n roles.value = await fetchRoles();\n fetchingRoleStatus.value = \"success\";\n }\n\n function getRoleWithNameInRoles(roleName: RoleName): Role | undefined {\n return roles.value?.find(role => role.name === roleName);\n }\n\n function getRolesForRecipientRoleName(recipientRoleName: GameAdditionalCardRecipientRoleName): Role[] {\n return roles.value?.filter(role => role.additionalCardsEligibleRecipients?.includes(recipientRoleName)) ?? [];\n }\n\n function getRoleSideForRoleName(roleName: RoleName): RoleSide | undefined {\n return getRoleWithNameInRoles(roleName)?.side;\n }\n return {\n roles,\n fetchingRoleStatus,\n fetchAndSetRoles,\n getRoleWithNameInRoles,\n getRolesForRecipientRoleName,\n getRoleSideForRoleName,\n };\n});\n\nexport { useRolesStore };" - }, - "app/utils/url.utils.ts": { - "language": "typescript", - "mutants": [ + }, { - "id": "4366", - "mutatorName": "Regex", - "replacement": "/\\/+/u", - "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", + "id": "4327", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/useGameStore.ts(38,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1361", + "1362" + ], + "location": { + "end": { + "column": 41, + "line": 40 + }, + "start": { + "column": 32, + "line": 40 + } + } + }, + { + "id": "4328", + "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": 663, - "static": true, + "testsCompleted": 1, + "static": false, "killedBy": [ - "1631" + "1363" ], "coveredBy": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24", - "25", - "26", - "27", - "28", - "29", - "30", - "31", - "32", - "33", - "34", - "35", - "36", - "37", - "38", - "39", - "40", - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "50", - "51", - "52", - "53", - "54", - "55", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "65", - "66", - "67", - "68", - "69", - "70", - "71", - "72", - "73", - "74", - "75", - "76", - "77", - "78", - "79", - "80", - "81", + "1363", + "1364" + ], + "location": { + "end": { + "column": 4, + "line": 53 + }, + "start": { + "column": 46, + "line": 43 + } + } + }, + { + "id": "4329", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/useGameStore.ts(42,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1363", + "1364" + ], + "location": { + "end": { + "column": 42, + "line": 44 + }, + "start": { + "column": 33, + "line": 44 + } + } + }, + { + "id": "4330", + "mutatorName": "BooleanLiteral", + "replacement": "canceledGame", + "statusReason": "app/stores/game/useGameStore.ts(49,5): error TS2322: Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1363", + "1364" + ], + "location": { + "end": { + "column": 22, + "line": 46 + }, + "start": { + "column": 9, + "line": 46 + } + } + }, + { + "id": "4331", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "app/stores/game/useGameStore.ts(49,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1363", + "1364" + ], + "location": { + "end": { + "column": 22, + "line": 46 + }, + "start": { + "column": 9, + "line": 46 + } + } + }, + { + "id": "4332", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/game/useGameStore.ts(49,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1363", + "1364" + ], + "location": { + "end": { + "column": 22, + "line": 46 + }, + "start": { + "column": 9, + "line": 46 + } + } + }, + { + "id": "4333", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/game/useGameStore.ts(45,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1363" + ], + "location": { + "end": { + "column": 6, + "line": 50 + }, + "start": { + "column": 24, + "line": 46 + } + } + }, + { + "id": "4334", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/useGameStore.ts(45,7): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1363" + ], + "location": { + "end": { + "column": 41, + "line": 47 + }, + "start": { + "column": 34, + "line": 47 + } + } + }, + { + "id": "4335", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/useGameStore.ts(50,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1364" + ], + "location": { + "end": { + "column": 42, + "line": 52 + }, + "start": { + "column": 33, + "line": 52 + } + } + }, + { + "id": "4336", + "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": [ + "1365" + ], + "coveredBy": [ + "1365", + "1366", + "1367", + "1368" + ], + "location": { + "end": { + "column": 4, + "line": 66 + }, + "start": { + "column": 80, + "line": 55 + } + } + }, + { + "id": "4337", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/useGameStore.ts(54,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1365", + "1366", + "1367", + "1368" + ], + "location": { + "end": { + "column": 43, + "line": 56 + }, + "start": { + "column": 34, + "line": 56 + } + } + }, + { + "id": "4338", + "mutatorName": "BooleanLiteral", + "replacement": "playedGame", + "statusReason": "app/stores/game/useGameStore.ts(62,5): error TS2322: Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1365", + "1366", + "1367", + "1368" + ], + "location": { + "end": { + "column": 20, + "line": 58 + }, + "start": { + "column": 9, + "line": 58 + } + } + }, + { + "id": "4339", + "mutatorName": "ConditionalExpression", + "replacement": "true", + "statusReason": "app/stores/game/useGameStore.ts(62,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1365", + "1366", + "1367", + "1368" + ], + "location": { + "end": { + "column": 20, + "line": 58 + }, + "start": { + "column": 9, + "line": 58 + } + } + }, + { + "id": "4340", + "mutatorName": "ConditionalExpression", + "replacement": "false", + "statusReason": "app/stores/game/useGameStore.ts(62,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1365", + "1366", + "1367", + "1368" + ], + "location": { + "end": { + "column": 20, + "line": 58 + }, + "start": { + "column": 9, + "line": 58 + } + } + }, + { + "id": "4341", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/game/useGameStore.ts(58,5): error TS2322: Type 'Game | null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n Type 'null' is not assignable to type '{ _id: string; turn: number; phase: { name: \"day\" | \"night\" | \"twilight\"; 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\"; isReve...'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1365", + "1368" + ], + "location": { + "end": { + "column": 6, + "line": 62 + }, + "start": { + "column": 22, + "line": 58 + } + } + }, + { + "id": "4342", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/useGameStore.ts(57,7): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1365", + "1368" + ], + "location": { + "end": { + "column": 41, + "line": 59 + }, + "start": { + "column": 34, + "line": 59 + } + } + }, + { + "id": "4343", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/game/useGameStore.ts(63,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "1366", + "1367" + ], + "location": { + "end": { + "column": 43, + "line": 65 + }, + "start": { + "column": 34, + "line": 65 + } + } + }, + { + "id": "4344", + "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": [ + "1368" + ], + "coveredBy": [ + "1368" + ], + "location": { + "end": { + "column": 4, + "line": 70 + }, + "start": { + "column": 48, + "line": 68 + } + } + }, + { + "id": "4345", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "app/stores/game/game-event/useGameEventsStore.ts(12,72): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\napp/stores/game/game-event/useGameEventsStore.ts(15,105): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\napp/stores/game/game-event/useGameEventsStore.ts(16,66): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\napp/stores/game/game-event/useGameEventsStore.ts(26,75): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\napp/stores/game/game-event/useGameEventsStore.ts(30,83): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\napp/stores/game/game-event/useGameEventsStore.ts(35,23): error TS2339: Property 'skipGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/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(137,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(166,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(194,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(198,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(93,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(102,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(97,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(200,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(321,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/GameAccursedWolfFatherMayHaveInfectedEvent/GameAccursedWolfFatherMayHaveInfectedEvent.nuxt.spec.ts(51,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameActorMayHaveChosenCardEvent/GameActorMayHaveChosenCardEvent.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/GameActorMayHaveChosenCardEvent/GameActorMayHaveChosenCardEvent.nuxt.spec.ts(108,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameDeathEvent/GameDeathEvent.nuxt.spec.ts(95,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameElderHasTakenRevengeEvent/GameElderHasTakenRevengeEvent.nuxt.spec.ts(48,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameElderHasTakenRevengeEvent/GameElderHasTakenRevengeEvent.nuxt.spec.ts(86,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(60,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.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/GameEventsMonitorCurrentEvent.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/GameEventsMonitorCurrentEvent.nuxt.spec.ts(103,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.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/GameEventsMonitorCurrentEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(139,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.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/GameEventsMonitorCurrentEvent.nuxt.spec.ts(163,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(175,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.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/GameEventsMonitorCurrentEvent.nuxt.spec.ts(199,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(211,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.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/GameEventsMonitorCurrentEvent.nuxt.spec.ts(235,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(247,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.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/GameEventsMonitorCurrentEvent.nuxt.spec.ts(271,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(283,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(295,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(307,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts(319,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameFoxMayHaveSniffedEvent/GameFoxMayHaveSniffedEvent.nuxt.spec.ts(48,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameFoxMayHaveSniffedEvent/GameFoxMayHaveSniffedEvent.nuxt.spec.ts(99,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameFoxMayHaveSniffedEvent/GameFoxMayHaveSniffedEvent.nuxt.spec.ts(136,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameIdiotIsSparedEvent/GameIdiotIsSparedEvent.nuxt.spec.ts(46,15): 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(84,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(95,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(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/GamePiedPiperHasCharmedEvent/GamePiedPiperHasCharmedEvent.nuxt.spec.ts(90,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePiedPiperHasCharmedEvent/GamePiedPiperHasCharmedEvent.nuxt.spec.ts(105,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameScandalmongerMarkIsActiveEvent/GameScandalmongerMarkIsActiveEvent.nuxt.spec.ts(42,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts(43,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts(132,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts(150,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSheriffPromotionEvent/GameSheriffPromotionEvent.nuxt.spec.ts(52,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSheriffPromotionEvent/GameSheriffPromotionEvent.nuxt.spec.ts(76,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSheriffPromotionEvent/GameSheriffPromotionEvent.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/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/GameStartsEvent/GameStartsEvent.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/GameStartsEvent/GameStartsEvent.nuxt.spec.ts(143,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(144,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(50,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.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/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(95,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(114,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(149,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts(163,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBigBadWolfTurnStartsEvent/GameBigBadWolfTurnStartsEvent.nuxt.spec.ts(31,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBigBadWolfTurnStartsEvent/GameBigBadWolfTurnStartsEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCharmedTurnStartsEvent/GameCharmedTurnStartsEvent.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/GameCupidTurnStartsEvent/GameCupidTurnStartsEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(67,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(68,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(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/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts(80,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(63,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(77,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(58,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(69,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(89,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(138,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/GameThiefTurnStartsEvent/GameThiefTurnStartsEvent.nuxt.spec.ts(46,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThiefTurnStartsEvent/GameThiefTurnStartsEvent.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/GameThiefTurnStartsEvent/GameThiefTurnStartsEvent.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/GameThreeBrothersTurnStartsEvent/GameThreeBrothersTurnStartsEvent.nuxt.spec.ts(67,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(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/GameTurnStartsEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts(105,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(114,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(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(132,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(141,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(150,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(159,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(168,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(177,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(186,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(195,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(204,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(213,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(222,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(231,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(240,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(249,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(258,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(267,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/GameTwoSistersTurnStartsEvent/GameTwoSistersTurnStartsEvent.nuxt.spec.ts(67,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(65,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(65,49): 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(66,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(81,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(82,22): 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(95,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(95,49): 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(96,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(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/GameWitchTurnStartsEvent/GameWitchTurnStartsEvent.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/GameWolfHoundTurnStartsEvent/GameWolfHoundTurnStartsEvent.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/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameVillagerVillagerIntroductionEvent/GameVillagerVillagerIntroductionEvent.nuxt.spec.ts(48,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWildChildHasTransformedEvent/GameWildChildHasTransformedEvent.nuxt.spec.ts(45,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWildChildHasTransformedEvent/GameWildChildHasTransformedEvent.nuxt.spec.ts(104,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(141,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(162,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(183,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(204,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(253,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWolfHoundHasChosenSideEvent/GameWolfHoundHasChosenSideEvent.nuxt.spec.ts(274,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(49,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(178,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorFooter/GameEventsMonitorFooter.nuxt.spec.ts(274,17): error TS2339: Property 'makingGamePlayStatus' 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(206,15): 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/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/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.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/GamePlayground/GamePlaygroundContent/GamePlaygroundPlayerCard/GamePlaygroundPlayerCard.nuxt.spec.ts(101,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(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/GamePlaygroundPlayerCard.nuxt.spec.ts(121,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(132,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(152,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(172,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(189,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(225,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(253,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(281,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(317,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(345,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(367,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(389,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(400,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(432,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(465,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(474,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(99,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(113,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(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/GamePlaygroundPlayerCard/GamePlaygroundPlayerCardVoteInput/GamePlaygroundPlayerCardVoteInput.nuxt.spec.ts(143,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(73,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(95,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(128,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(196,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(228,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(259,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(296,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/GamePlaygroundFooter.nuxt.spec.ts(31,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.nuxt.spec.ts(42,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.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/GamePlaygroundFooter/GamePlaygroundFooter.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/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.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/GamePlaygroundFooter/GamePlaygroundFooter.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/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(38,15): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.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/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(114,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(174,19): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdown.nuxt.spec.ts(231,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(66,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(75,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(106,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(134,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(155,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(166,26): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterMakePlayButton/GamePlaygroundFooterMakePlayButton.nuxt.spec.ts(230,19): 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(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(196,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(360,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/GamePlaying.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/GameEventFlippingPlayersCard/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/GameEventFlippingPlayersCard/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/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventNextTextButton/GameEventNextTextButton.nuxt.spec.ts(61,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventNextTextButton/GameEventNextTextButton.nuxt.spec.ts(95,19): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventPreviousTextButton/GameEventPreviousTextButton.nuxt.spec.ts(86,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventTextsManager.nuxt.spec.ts(82,17): error TS2339: Property 'makingGamePlayStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game-lobby/game-lobby.nuxt.spec.ts(167,24): error TS2339: Property 'resetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/pages/game/game-page.nuxt.spec.ts(30,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(51,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(59,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(81,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(89,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(90,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(98,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(99,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(107,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(108,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(53,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(66,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(79,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(94,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(107,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(132,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(139,83): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(146,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(157,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(170,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(176,83): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(186,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(199,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(216,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(229,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(242,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(253,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/game-event/useGameEventsStore.spec.ts(262,83): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(41,22): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(42,22): error TS2339: Property 'fetchingGameStatus' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(48,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(49,17): error TS2339: Property 'resetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(51,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(58,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(67,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(76,23): error TS2339: Property 'fetchAndSetGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(78,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(85,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(86,23): error TS2339: Property 'cancelGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(95,23): error TS2339: Property 'cancelGame' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(97,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(104,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(106,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(116,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(126,23): error TS2339: Property 'makeGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(128,24): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(135,17): error TS2339: Property 'game' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/game/useGameStore.spec.ts(136,23): error TS2339: Property 'skipGamePlay' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", + "status": "CompileError", + "static": true, + "killedBy": [], + "coveredBy": [ "82", "83", "84", @@ -216260,59 +219471,6 @@ "282", "283", "284", - "285", - "286", - "287", - "288", - "289", - "290", - "291", - "292", - "293", - "294", - "295", - "296", - "297", - "298", - "299", - "300", - "328", - "329", - "330", - "331", - "332", - "333", - "334", - "335", - "336", - "337", - "338", - "339", - "340", - "341", - "342", - "343", - "344", - "345", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", "390", "391", "392", @@ -216335,20 +219493,6 @@ "409", "410", "411", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", "441", "442", "443", @@ -216377,22 +219521,6 @@ "466", "467", "468", - "469", - "470", - "471", - "472", - "473", - "474", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", "485", "486", "487", @@ -216432,115 +219560,23 @@ "521", "522", "523", - "524", - "525", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "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", - "567", - "568", - "569", - "570", - "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", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "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", + "524", + "525", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545", + "546", + "547", + "548", + "549", + "550", + "551", "689", "690", "691", @@ -216548,24 +219584,8 @@ "693", "694", "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", + "723", + "724", "725", "726", "727", @@ -216574,17 +219594,6 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", @@ -216607,18 +219616,6 @@ "763", "764", "765", - "766", - "767", - "768", - "769", - "770", - "771", - "772", - "773", - "774", - "775", - "776", - "777", "778", "779", "780", @@ -216631,29 +219628,18 @@ "787", "788", "789", - "804", - "805", - "806", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", + "813", + "814", + "815", "833", "834", "835", @@ -216668,9 +219654,9 @@ "844", "845", "846", - "880", - "881", - "882", + "847", + "848", + "849", "883", "884", "885", @@ -216692,13 +219678,987 @@ "901", "902", "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", + "904", + "905", + "906", + "907", + "908", + "909", + "910", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "960", + "979", + "980", + "981", + "982", + "983", + "984", + "985", + "986", + "987", + "988", + "989", + "990", + "991", + "992", + "993", + "994", + "995", + "996", + "997", + "1037", + "1038", + "1039", + "1040", + "1041", + "1042", + "1043", + "1044", + "1045", + "1055", + "1056", + "1057", + "1058", + "1059", + "1060", + "1061", + "1062", + "1063", + "1064", + "1065", + "1066", + "1067", + "1072", + "1073", + "1074", + "1075", + "1076", + "1077", + "1078", + "1079", + "1080", + "1081", + "1082", + "1083", + "1176", + "1177", + "1178", + "1179", + "1180", + "1181", + "1182", + "1183", + "1184", + "1221", + "1222", + "1223", + "1224", + "1225", + "1226", + "1237", + "1238", + "1239", + "1240", + "1241", + "1242", + "1243", + "1244", + "1245", + "1246", + "1247", + "1248", + "1249", + "1251", + "1274", + "1275", + "1276", + "1277", + "1278", + "1279", + "1280", + "1281", + "1282", + "1283", + "1284", + "1285", + "1326", + "1327", + "1328", + "1329", + "1330", + "1331", + "1358", + "1359", + "1360", + "1361", + "1362", + "1363", + "1364", + "1365", + "1366", + "1367", + "1368", + "1398", + "1399", + "1400", + "1401", + "1402", + "1403", + "1404", + "1405", + "1406", + "1407", + "1408", + "1409", + "1410", + "1411", + "1412", + "1413", + "1414", + "1415", + "1416", + "1417", + "1418", + "1419", + "1439", + "1440", + "1441", + "1442", + "1443", + "1455", + "1456", + "1457", + "1458", + "1459", + "1460", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", + "1477", + "1486", + "1487", + "1488", + "1489", + "1490", + "1491", + "1492", + "1493", + "1494", + "1495", + "1496", + "1497", + "1498", + "1499", + "1500", + "1501", + "1502", + "1508", + "1509", + "1510", + "1511", + "1512", + "1513", + "1514", + "1515", + "1516", + "1517", + "1518", + "1535", + "1536", + "1537", + "1538", + "1539", + "1550", + "1551", + "1552", + "1553", + "1554", + "1555", + "1576", + "1577", + "1578", + "1579", + "1580", + "1581", + "1623", + "1624", + "1625", + "1626", + "1633", + "1657", + "1658", + "1659", + "1660", + "1661", + "1662", + "1663", + "1664", + "1665", + "1666", + "1677", + "1678", + "1679", + "1680", + "1695", + "1696", + "1697", + "1698", + "1699", + "1706", + "1707", + "1708", + "1709", + "1710", + "1720", + "1721", + "1722", + "1723", + "1724", + "1729", + "1730", + "1731", + "1732", + "1733", + "1741", + "1742", + "1743", + "1744", + "1745", + "1761", + "1762", + "1763", + "1764", + "1765", + "1773", + "1774", + "1775", + "1776", + "1777", + "1778", + "1780", + "1784", + "1818", + "1819", + "1820", + "1821", + "1822", + "1823", + "1824", + "1825", + "1850", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", + "1881", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "1919" + ], + "location": { + "end": { + "column": 4, + "line": 82 + }, + "start": { + "column": 10, + "line": 71 + } + } + } + ], + "source": "import type { AsyncDataRequestStatus } from \"nuxt/app\";\nimport { defineStore } from \"pinia\";\n\nimport type { MakeGamePlayDto } from \"~/composables/api/game/dto/make-game-play/make-game-play.dto\";\nimport type { GameOptions } from \"~/composables/api/game/types/game-options/game-options.class\";\nimport { Game } from \"~/composables/api/game/types/game.class\";\nimport { useFetchGames } from \"~/composables/api/game/useFetchGames\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { useGameEventsStore } from \"~/stores/game/game-event/useGameEventsStore\";\n\nconst useGameStore = defineStore(StoreIds.GAME, () => {\n const {\n getGame: fetchGameFromApi,\n cancelGame: cancelGameFromApi,\n makeGamePlay: makeGamePlayFromApi,\n } = useFetchGames();\n\n const game = ref(new Game());\n const gameOptions = computed(() => game.value.options);\n const fetchingGameStatus = ref(\"idle\");\n const cancelingGameStatus = ref(\"idle\");\n const makingGamePlayStatus = ref(\"idle\");\n\n const { resetGameEventIndex } = useGameEventsStore();\n\n function resetGame(): void {\n game.value = new Game();\n }\n\n async function fetchAndSetGame(gameId: string): Promise {\n fetchingGameStatus.value = \"pending\";\n const fetchedGame = await fetchGameFromApi(gameId);\n if (!fetchedGame) {\n fetchingGameStatus.value = \"error\";\n\n return;\n }\n resetGameEventIndex();\n game.value = fetchedGame;\n fetchingGameStatus.value = \"success\";\n }\n\n async function cancelGame(): Promise {\n cancelingGameStatus.value = \"pending\";\n const canceledGame = await cancelGameFromApi(game.value._id);\n if (!canceledGame) {\n fetchingGameStatus.value = \"error\";\n\n return;\n }\n game.value = canceledGame;\n cancelingGameStatus.value = \"success\";\n }\n\n async function makeGamePlay(makeGamePlayDto: MakeGamePlayDto): Promise {\n makingGamePlayStatus.value = \"pending\";\n const playedGame = await makeGamePlayFromApi(game.value._id, makeGamePlayDto);\n if (!playedGame) {\n fetchingGameStatus.value = \"error\";\n\n return;\n }\n resetGameEventIndex();\n game.value = playedGame;\n makingGamePlayStatus.value = \"success\";\n }\n\n async function skipGamePlay(): Promise {\n return makeGamePlay({});\n }\n return {\n game,\n gameOptions,\n fetchingGameStatus,\n cancelingGameStatus,\n makingGamePlayStatus,\n resetGame,\n fetchAndSetGame,\n cancelGame,\n makeGamePlay,\n skipGamePlay,\n };\n});\n\nexport { useGameStore };" + }, + "app/stores/keyboard/useKeyboardStore.ts": { + "language": "typescript", + "mutants": [ + { + "id": "4346", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "tests/unit/specs/stores/keyboard/useKeyboardStore.spec.ts(14,26): error TS2339: Property 'keyboard' does not exist on type 'Store'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "272", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545", + "546", + "547", + "548", + "549", + "550", + "551", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "2054" + ], + "location": { + "end": { + "column": 2, + "line": 21 + }, + "start": { + "column": 63, + "line": 5 + } + } + }, + { + "id": "4347", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "app/stores/keyboard/useKeyboardStore.ts(13,20): 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 'Keyboard'.\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": false, + "killedBy": [], + "coveredBy": [ + "272", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545", + "546", + "547", + "548", + "549", + "550", + "551", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "2054" + ], + "location": { + "end": { + "column": 5, + "line": 18 + }, + "start": { + "column": 39, + "line": 13 + } + } + }, + { + "id": "4348", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "app/stores/keyboard/useKeyboardStore.ts(13,20): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Type '{}' is missing the following properties from type 'Keyboard': shift, enter, arrowRight, arrowLeft\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => {}' is not assignable to parameter of type 'WritableComputedOptions'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "272", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545", + "546", + "547", + "548", + "549", + "550", + "551", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "2054" + ], + "location": { + "end": { + "column": 4, + "line": 18 + }, + "start": { + "column": 46, + "line": 13 + } + } + }, + { + "id": "4349", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "app/stores/keyboard/useKeyboardStore.ts(13,20): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Property 'isPressed' is missing in type '{}' but required in type 'KeyboardKey'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { shift: {}; enter: { isPressed: boolean; }; arrowRight: { isPressed: boolean; }; arrowLeft: { isPressed: boolean; }; }' is not assignable to parameter of type 'WritableComputedOptions'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "272", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545", + "546", + "547", + "548", + "549", + "550", + "551", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "2054" + ], + "location": { + "end": { + "column": 38, + "line": 14 + }, + "start": { + "column": 12, + "line": 14 + } + } + }, + { + "id": "4350", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "app/stores/keyboard/useKeyboardStore.ts(13,20): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Property 'isPressed' is missing in type '{}' but required in type 'KeyboardKey'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { shift: { isPressed: boolean; }; enter: {}; arrowRight: { isPressed: boolean; }; arrowLeft: { isPressed: boolean; }; }' is not assignable to parameter of type 'WritableComputedOptions'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "272", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545", + "546", + "547", + "548", + "549", + "550", + "551", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "2054" + ], + "location": { + "end": { + "column": 38, + "line": 15 + }, + "start": { + "column": 12, + "line": 15 + } + } + }, + { + "id": "4351", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "app/stores/keyboard/useKeyboardStore.ts(13,20): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Property 'isPressed' is missing in type '{}' but required in type 'KeyboardKey'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { shift: { isPressed: boolean; }; enter: { isPressed: boolean; }; arrowRight: {}; arrowLeft: { isPressed: boolean; }; }' is not assignable to parameter of type 'WritableComputedOptions'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "272", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545", + "546", + "547", + "548", + "549", + "550", + "551", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", "911", "912", "913", @@ -216711,329 +220671,17 @@ "920", "921", "922", - "923", - "924", - "925", - "926", - "927", - "928", - "929", - "930", - "931", - "932", - "933", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "957", - "965", - "966", - "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "976", - "977", - "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", - "1003", - "1004", - "1005", - "1006", - "1007", - "1008", - "1009", - "1010", - "1011", - "1012", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1034", - "1035", - "1036", - "1037", + "960", "1038", - "1039", - "1040", - "1041", - "1042", - "1043", - "1044", - "1045", - "1046", - "1047", - "1048", - "1049", - "1050", - "1051", - "1052", - "1053", - "1054", - "1055", "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", "1073", - "1074", - "1075", - "1076", - "1077", - "1078", "1079", - "1080", - "1081", - "1082", - "1083", - "1084", - "1085", - "1086", - "1087", - "1088", - "1089", - "1090", - "1109", - "1110", - "1111", - "1112", - "1113", - "1114", - "1115", - "1116", - "1117", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1164", - "1165", - "1166", - "1167", - "1168", - "1169", - "1170", - "1171", - "1172", - "1173", - "1174", - "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", - "1208", - "1218", - "1219", - "1220", - "1221", "1222", - "1223", - "1234", - "1235", - "1236", - "1237", "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1271", - "1272", - "1273", - "1274", - "1275", - "1276", - "1277", - "1278", - "1279", + "1251", "1280", - "1281", - "1282", - "1283", - "1284", - "1285", - "1286", - "1287", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "1309", - "1310", - "1311", - "1312", - "1313", - "1314", - "1315", - "1316", - "1317", - "1318", - "1319", - "1320", - "1321", - "1322", - "1323", - "1324", - "1325", - "1326", "1327", - "1328", - "1339", - "1340", - "1341", - "1342", - "1343", - "1344", - "1345", - "1366", - "1367", - "1368", - "1369", - "1370", - "1371", - "1372", - "1373", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1441", - "1442", - "1443", - "1444", - "1445", - "1446", - "1452", - "1453", - "1454", - "1455", "1456", - "1457", - "1467", - "1468", - "1469", "1470", "1471", "1472", @@ -217042,550 +220690,174 @@ "1475", "1476", "1477", - "1478", - "1479", - "1480", - "1481", - "1482", - "1483", - "1484", - "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", "1499", - "1500", - "1501", - "1502", - "1503", - "1504", - "1505", - "1506", - "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", "1514", - "1515", - "1516", - "1517", - "1518", - "1519", - "1520", - "1521", - "1522", - "1523", - "1524", - "1525", - "1526", - "1532", - "1533", - "1534", - "1535", "1536", - "1537", - "1538", - "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", - "1547", - "1548", - "1549", - "1550", "1551", - "1552", - "1553", - "1554", - "1555", - "1556", - "1557", - "1558", - "1559", - "1560", - "1561", - "1562", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", - "1573", - "1574", - "1575", - "1576", - "1577", - "1578", - "1579", - "1580", - "1581", - "1582", - "1583", - "1584", - "1585", - "1586", - "1587", - "1588", - "1589", - "1590", - "1591", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", - "1620", - "1621", - "1622", - "1623", - "1630", - "1631", - "1632", - "1633", - "1634", - "1635", - "1636", - "1637", - "1638", - "1654", - "1655", - "1656", - "1657", "1658", - "1659", - "1660", - "1661", - "1662", "1663", - "1664", - "1665", - "1666", - "1667", - "1674", - "1675", - "1676", - "1677", - "1678", - "1679", - "1689", - "1690", - "1691", - "1692", - "1693", - "1694", - "1695", "1696", - "1703", - "1704", - "1705", - "1706", "1707", - "1717", - "1718", - "1719", - "1720", "1721", - "1726", - "1727", - "1728", - "1729", "1730", - "1738", - "1739", - "1740", - "1741", "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", + "1780", + "1784", "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", "1915", - "1916", - "1917", - "1918", - "1919", - "1931", - "1932", - "1933", - "1934", - "2033", - "2065" + "2054" ], "location": { "end": { - "column": 29, - "line": 2 + "column": 48, + "line": 16 }, "start": { - "column": 22, - "line": 2 + "column": 17, + "line": 16 } } }, { - "id": "4365", - "mutatorName": "BlockStatement", + "id": "4352", + "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "app/utils/url.utils.ts(1,46): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "statusReason": "app/stores/keyboard/useKeyboardStore.ts(13,20): error TS2769: No overload matches this call.\n Overload 1 of 2, '(getter: ComputedGetter, debugOptions?: DebuggerOptions | undefined): ComputedRef', gave the following error.\n Property 'isPressed' is missing in type '{}' but required in type 'KeyboardKey'.\n Overload 2 of 2, '(options: WritableComputedOptions, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.\n Argument of type '() => { shift: { isPressed: boolean; }; enter: { isPressed: boolean; }; arrowRight: { isPressed: boolean; }; arrowLeft: {}; }' is not assignable to parameter of type 'WritableComputedOptions'.\n", "status": "CompileError", - "static": true, + "static": false, + "killedBy": [], + "coveredBy": [ + "272", + "390", + "391", + "392", + "393", + "394", + "395", + "396", + "397", + "398", + "399", + "400", + "401", + "402", + "403", + "404", + "405", + "406", + "407", + "408", + "409", + "410", + "411", + "537", + "538", + "539", + "540", + "541", + "542", + "543", + "544", + "545", + "546", + "547", + "548", + "549", + "550", + "551", + "724", + "745", + "758", + "779", + "780", + "808", + "893", + "903", + "911", + "912", + "913", + "914", + "915", + "916", + "917", + "918", + "919", + "920", + "921", + "922", + "960", + "1038", + "1056", + "1073", + "1079", + "1222", + "1238", + "1251", + "1280", + "1327", + "1456", + "1470", + "1471", + "1472", + "1473", + "1474", + "1475", + "1476", + "1477", + "1499", + "1514", + "1536", + "1551", + "1658", + "1663", + "1696", + "1707", + "1721", + "1730", + "1742", + "1780", + "1784", + "1819", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", + "1915", + "2054" + ], + "location": { + "end": { + "column": 46, + "line": 17 + }, + "start": { + "column": 16, + "line": 17 + } + } + }, + { + "id": "4353", + "mutatorName": "ObjectLiteral", + "replacement": "{}", + "statusReason": "tests/unit/specs/stores/keyboard/useKeyboardStore.spec.ts(14,26): error TS2339: Property 'keyboard' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], "coveredBy": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24", - "25", - "26", - "27", - "28", - "29", - "30", - "31", - "32", - "33", - "34", - "35", - "36", - "37", - "38", - "39", - "40", - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "50", - "51", - "52", - "53", - "54", - "55", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "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", - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "164", - "165", - "166", - "167", - "168", - "169", - "170", - "171", - "172", - "173", - "174", - "175", - "176", - "177", - "178", - "179", - "180", - "181", - "182", - "183", - "184", - "185", - "186", - "187", - "188", - "189", - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "213", - "214", - "215", - "216", - "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", - "270", - "271", "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", - "285", - "286", - "287", - "288", - "289", - "290", - "291", - "292", - "293", - "294", - "295", - "296", - "297", - "298", - "299", - "300", - "328", - "329", - "330", - "331", - "332", - "333", - "334", - "335", - "336", - "337", - "338", - "339", - "340", - "341", - "342", - "343", - "344", - "345", - "371", - "372", - "373", - "374", - "375", - "376", - "377", - "378", - "379", - "380", - "381", - "382", - "383", - "384", - "385", - "386", - "387", - "388", - "389", "390", "391", "392", @@ -217608,116 +220880,6 @@ "409", "410", "411", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", - "441", - "442", - "443", - "444", - "445", - "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", - "473", - "474", - "475", - "476", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", - "526", - "527", - "528", - "529", - "530", - "531", - "532", - "533", - "534", - "535", - "536", "537", "538", "539", @@ -217733,245 +220895,14 @@ "549", "550", "551", - "552", - "553", - "554", - "555", - "556", - "557", - "558", - "559", - "560", - "561", - "562", - "563", - "564", - "565", - "566", - "567", - "568", - "569", - "570", - "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", - "653", - "654", - "655", - "656", - "657", - "658", - "659", - "660", - "661", - "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", - "690", - "691", - "692", - "693", - "694", - "695", - "696", - "697", - "698", - "699", - "700", - "701", - "702", - "703", - "704", - "705", - "706", - "707", - "708", - "709", - "710", - "711", - "712", - "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", + "724", "745", - "746", - "747", - "748", - "749", - "750", - "751", - "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", "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "804", - "805", - "806", - "807", "808", - "809", - "810", - "811", - "812", - "819", - "820", - "821", - "822", - "823", - "824", - "825", - "826", - "827", - "828", - "829", - "830", - "831", - "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "880", - "881", - "882", - "883", - "884", - "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", "911", "912", "913", @@ -217984,329 +220915,17 @@ "920", "921", "922", - "923", - "924", - "925", - "926", - "927", - "928", - "929", - "930", - "931", - "932", - "933", - "934", - "935", - "936", - "937", - "938", - "939", - "940", - "941", - "942", - "957", - "965", - "966", - "967", - "968", - "969", - "970", - "971", - "972", - "973", - "974", - "975", - "976", - "977", - "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", - "1003", - "1004", - "1005", - "1006", - "1007", - "1008", - "1009", - "1010", - "1011", - "1012", - "1024", - "1025", - "1026", - "1027", - "1028", - "1029", - "1030", - "1031", - "1032", - "1033", - "1034", - "1035", - "1036", - "1037", + "960", "1038", - "1039", - "1040", - "1041", - "1042", - "1043", - "1044", - "1045", - "1046", - "1047", - "1048", - "1049", - "1050", - "1051", - "1052", - "1053", - "1054", - "1055", "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", "1073", - "1074", - "1075", - "1076", - "1077", - "1078", "1079", - "1080", - "1081", - "1082", - "1083", - "1084", - "1085", - "1086", - "1087", - "1088", - "1089", - "1090", - "1109", - "1110", - "1111", - "1112", - "1113", - "1114", - "1115", - "1116", - "1117", - "1144", - "1145", - "1146", - "1147", - "1148", - "1149", - "1150", - "1151", - "1152", - "1153", - "1154", - "1155", - "1156", - "1157", - "1158", - "1159", - "1160", - "1161", - "1162", - "1163", - "1164", - "1165", - "1166", - "1167", - "1168", - "1169", - "1170", - "1171", - "1172", - "1173", - "1174", - "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1200", - "1201", - "1202", - "1203", - "1204", - "1205", - "1206", - "1207", - "1208", - "1218", - "1219", - "1220", - "1221", "1222", - "1223", - "1234", - "1235", - "1236", - "1237", "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1255", - "1256", - "1257", - "1258", - "1259", - "1260", - "1271", - "1272", - "1273", - "1274", - "1275", - "1276", - "1277", - "1278", - "1279", + "1251", "1280", - "1281", - "1282", - "1283", - "1284", - "1285", - "1286", - "1287", - "1300", - "1301", - "1302", - "1303", - "1304", - "1305", - "1306", - "1307", - "1308", - "1309", - "1310", - "1311", - "1312", - "1313", - "1314", - "1315", - "1316", - "1317", - "1318", - "1319", - "1320", - "1321", - "1322", - "1323", - "1324", - "1325", - "1326", "1327", - "1328", - "1339", - "1340", - "1341", - "1342", - "1343", - "1344", - "1345", - "1366", - "1367", - "1368", - "1369", - "1370", - "1371", - "1372", - "1373", - "1381", - "1382", - "1383", - "1384", - "1385", - "1386", - "1387", - "1388", - "1389", - "1390", - "1391", - "1392", - "1393", - "1394", - "1395", - "1396", - "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1441", - "1442", - "1443", - "1444", - "1445", - "1446", - "1452", - "1453", - "1454", - "1455", "1456", - "1457", - "1467", - "1468", - "1469", "1470", "1471", "1472", @@ -218315,261 +220934,56 @@ "1475", "1476", "1477", - "1478", - "1479", - "1480", - "1481", - "1482", - "1483", - "1484", - "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", "1499", - "1500", - "1501", - "1502", - "1503", - "1504", - "1505", - "1506", - "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", "1514", - "1515", - "1516", - "1517", - "1518", - "1519", - "1520", - "1521", - "1522", - "1523", - "1524", - "1525", - "1526", - "1532", - "1533", - "1534", - "1535", "1536", - "1537", - "1538", - "1539", - "1540", - "1541", - "1542", - "1543", - "1544", - "1545", - "1546", - "1547", - "1548", - "1549", - "1550", "1551", - "1552", - "1553", - "1554", - "1555", - "1556", - "1557", - "1558", - "1559", - "1560", - "1561", - "1562", - "1563", - "1564", - "1565", - "1566", - "1567", - "1568", - "1569", - "1570", - "1571", - "1572", - "1573", - "1574", - "1575", - "1576", - "1577", - "1578", - "1579", - "1580", - "1581", - "1582", - "1583", - "1584", - "1585", - "1586", - "1587", - "1588", - "1589", - "1590", - "1591", - "1592", - "1593", - "1594", - "1595", - "1596", - "1597", - "1598", - "1599", - "1600", - "1601", - "1602", - "1603", - "1604", - "1605", - "1606", - "1615", - "1616", - "1617", - "1618", - "1619", - "1620", - "1621", - "1622", - "1623", - "1630", - "1631", - "1632", - "1633", - "1634", - "1635", - "1636", - "1637", - "1638", - "1654", - "1655", - "1656", - "1657", "1658", - "1659", - "1660", - "1661", - "1662", "1663", - "1664", - "1665", - "1666", - "1667", - "1674", - "1675", - "1676", - "1677", - "1678", - "1679", - "1689", - "1690", - "1691", - "1692", - "1693", - "1694", - "1695", "1696", - "1703", - "1704", - "1705", - "1706", "1707", - "1717", - "1718", - "1719", - "1720", "1721", - "1726", - "1727", - "1728", - "1729", "1730", - "1738", - "1739", - "1740", - "1741", "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", + "1780", + "1784", "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", + "1851", + "1867", + "1871", + "1884", + "1888", + "1894", + "1898", + "1911", "1915", - "1916", - "1917", - "1918", - "1919", - "1931", - "1932", - "1933", - "1934", - "2033", - "2065" + "2054" ], "location": { "end": { - "column": 2, - "line": 3 + "column": 22, + "line": 20 }, "start": { - "column": 53, - "line": 1 + "column": 10, + "line": 20 } } - }, + } + ], + "source": "import { defineStore } from \"pinia\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport type { Keyboard } from \"~/stores/keyboard/types/keyboard.types\";\n\nconst useKeyboardStore = defineStore(StoreIds.KEYBOARD, () => {\n const {\n shift,\n arrowright,\n arrowleft,\n enter,\n } = useMagicKeys();\n\n const keyboard = computed(() => ({\n shift: { isPressed: shift.value },\n enter: { isPressed: enter.value },\n arrowRight: { isPressed: arrowright.value },\n arrowLeft: { isPressed: arrowleft.value },\n }));\n\n return { keyboard };\n});\n\nexport { useKeyboardStore };" + }, + "app/stores/role/useRolesStore.ts": { + "language": "typescript", + "mutants": [ { - "id": "4367", - "mutatorName": "Regex", - "replacement": "/\\/$/u", - "status": "Timeout", - "static": true, + "id": "4354", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(30,11): error TS2339: Property 'roles' does not exist on type 'StoreToRefs>'.\napp/composables/api/game/useCreateGameDtoValidation.ts(46,57): error TS7006: Parameter 'role' implicitly has an 'any' type.\napp/composables/api/game/useCreateGameDtoValidation.ts(48,42): error TS7006: Parameter 'role' implicitly has an 'any' type.\napp/composables/api/game/useCreateGameDtoValidation.ts(55,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\napp/composables/api/game/useCreateGameDtoValidation.ts(64,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(22,11): error TS2339: Property 'getRoleWithNameInRoles' does not exist on type '_StoreWithState & _StoreWithGetters<{}> & PiniaCustomProperties & PiniaCustomStateProperties<...>'.\ntests/unit/specs/app.nuxt.spec.ts(48,23): error TS2339: Property 'fetchAndSetRoles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/about/AboutAvailableRoles/AboutAvailableRoles.nuxt.spec.ts(62,20): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/about/AboutAvailableRoles/AboutAvailableRoles.nuxt.spec.ts(92,20): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(102,16): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(123,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameButton.nuxt.spec.ts(138,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGrid.nuxt.spec.ts(67,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(182,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(432,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(508,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/game/create-game-dto/useCreateGameDtoStore.spec.ts(565,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'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(91,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(92,40): error TS2339: Property 'getRolesForRecipientRoleName' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(107,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(108,40): error TS2339: Property 'getRolesForRecipientRoleName' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(115,40): error TS2339: Property 'getRolesForRecipientRoleName' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(129,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(130,35): error TS2339: Property 'getRoleSideForRoleName' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(142,18): error TS2339: Property 'roles' does not exist on type 'Store'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(143,35): error TS2339: Property 'getRoleSideForRoleName' does not exist on type 'Store'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], "coveredBy": [ "0", "1", @@ -218601,210 +221015,88 @@ "27", "28", "29", - "30", - "31", - "32", - "33", - "34", - "35", - "36", - "37", - "38", - "39", - "40", - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "50", - "51", - "52", - "53", - "54", - "55", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "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", - "134", - "135", - "136", - "137", - "138", - "139", - "140", - "141", - "142", - "143", - "144", - "145", - "146", - "147", - "148", - "149", - "150", - "151", - "152", - "153", - "154", - "155", - "156", - "157", - "158", - "159", - "160", - "161", - "162", - "163", - "164", - "165", - "166", - "167", - "168", - "169", - "170", - "171", - "172", - "173", - "174", - "175", - "176", - "177", - "178", - "179", - "180", - "181", - "182", - "183", - "184", - "185", - "186", - "187", - "188", - "189", - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "213", - "214", - "215", - "216", - "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", - "270", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", + "30", + "31", + "32", + "33", + "34", + "35", + "36", + "37", + "38", + "39", + "40", + "41", + "42", + "43", + "44", + "45", + "46", + "47", + "48", + "49", + "50", + "51", + "52", + "53", + "54", + "55", + "56", + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64", + "65", + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "76", + "77", + "78", + "79", + "80", + "81", + "134", + "135", + "136", + "137", + "138", + "139", + "140", + "141", + "142", + "143", + "144", + "145", + "146", + "147", + "148", + "149", + "150", + "151", + "152", + "153", + "154", + "155", + "156", + "157", + "158", + "159", + "160", + "161", + "162", + "163", "285", "286", "287", @@ -218858,28 +221150,6 @@ "387", "388", "389", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", "427", "428", "429", @@ -218894,34 +221164,6 @@ "438", "439", "440", - "441", - "442", - "443", - "444", - "445", - "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", @@ -218938,47 +221180,6 @@ "482", "483", "484", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", "526", "527", "528", @@ -218990,21 +221191,6 @@ "534", "535", "536", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", "552", "553", "554", @@ -219024,18 +221210,6 @@ "568", "569", "570", - "627", - "628", - "629", - "630", - "631", - "632", - "633", - "634", - "635", - "636", - "637", - "638", "639", "640", "641", @@ -219086,13 +221260,6 @@ "686", "687", "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -219111,47 +221278,15 @@ "711", "712", "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "765", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "766", "767", "768", @@ -219164,30 +221299,6 @@ "775", "776", "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "819", - "820", - "821", "822", "823", "824", @@ -219199,63 +221310,6 @@ "830", "831", "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "880", - "881", - "882", - "883", - "884", - "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "920", - "921", - "922", "923", "924", "925", @@ -219276,10 +221330,9 @@ "940", "941", "942", - "957", - "965", - "966", - "967", + "943", + "944", + "945", "968", "969", "970", @@ -219291,25 +221344,6 @@ "976", "977", "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", - "1003", - "1004", - "1005", "1006", "1007", "1008", @@ -219317,9 +221351,9 @@ "1010", "1011", "1012", - "1024", - "1025", - "1026", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -219330,15 +221364,6 @@ "1034", "1035", "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1043", - "1044", - "1045", "1046", "1047", "1048", @@ -219348,31 +221373,6 @@ "1052", "1053", "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1081", - "1082", - "1083", "1084", "1085", "1086", @@ -219380,18 +221380,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -219421,67 +221421,30 @@ "1173", "1174", "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1200", - "1201", - "1202", "1203", "1204", "1205", "1206", "1207", "1208", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1271", - "1272", - "1273", - "1274", + "1261", + "1262", + "1263", "1275", "1276", "1277", "1278", - "1279", - "1280", - "1281", - "1282", - "1283", - "1284", - "1285", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -219505,9 +221468,13 @@ "1323", "1324", "1325", - "1326", - "1327", - "1328", + "1332", + "1333", + "1334", + "1335", + "1336", + "1337", + "1338", "1339", "1340", "1341", @@ -219515,17 +221482,17 @@ "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -219540,53 +221507,12 @@ "1395", "1396", "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1441", - "1442", - "1443", "1444", "1445", "1446", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", @@ -219595,39 +221521,11 @@ "1483", "1484", "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", - "1499", - "1500", - "1501", - "1502", "1503", "1504", "1505", "1506", "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1516", - "1517", - "1518", "1519", "1520", "1521", @@ -219636,14 +221534,9 @@ "1524", "1525", "1526", - "1532", - "1533", - "1534", - "1535", - "1536", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -219654,12 +221547,6 @@ "1547", "1548", "1549", - "1550", - "1551", - "1552", - "1553", - "1554", - "1555", "1556", "1557", "1558", @@ -219680,12 +221567,6 @@ "1573", "1574", "1575", - "1576", - "1577", - "1578", - "1579", - "1580", - "1581", "1582", "1583", "1584", @@ -219711,137 +221592,49 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", "1620", "1621", "1622", - "1623", - "1630", - "1631", - "1632", - "1633", - "1634", - "1635", - "1636", - "1637", - "1638", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1664", - "1665", - "1666", "1667", - "1674", - "1675", - "1676", - "1677", - "1678", - "1679", - "1689", - "1690", - "1691", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", - "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1915", - "1916", - "1917", + "1668", + "1669", + "1670", + "1681", + "1682", "1918", "1919", - "1931", - "1932", - "1933", + "1920", + "1921", + "1922", "1934", - "2033", - "2065" + "1935", + "1936", + "1937" ], "location": { "end": { - "column": 29, - "line": 2 + "column": 2, + "line": 42 }, "start": { - "column": 22, - "line": 2 + "column": 57, + "line": 11 } } }, { - "id": "4368", + "id": "4355", "mutatorName": "StringLiteral", - "replacement": "\"Stryker was here!\"", - "status": "Timeout", - "static": true, + "replacement": "\"\"", + "statusReason": "app/stores/role/useRolesStore.ts(14,58): error TS2345: Argument of type '\"\"' is not assignable to parameter of type 'AsyncDataRequestStatus'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], "coveredBy": [ "0", "1", @@ -219925,30 +221718,6 @@ "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", "134", "135", "136", @@ -219979,104 +221748,6 @@ "161", "162", "163", - "164", - "165", - "166", - "167", - "168", - "169", - "170", - "171", - "172", - "173", - "174", - "175", - "176", - "177", - "178", - "179", - "180", - "181", - "182", - "183", - "184", - "185", - "186", - "187", - "188", - "189", - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "213", - "214", - "215", - "216", - "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", - "270", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", "285", "286", "287", @@ -220130,28 +221801,6 @@ "387", "388", "389", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", "427", "428", "429", @@ -220166,34 +221815,6 @@ "438", "439", "440", - "441", - "442", - "443", - "444", - "445", - "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", @@ -220210,47 +221831,6 @@ "482", "483", "484", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", "526", "527", "528", @@ -220262,21 +221842,6 @@ "534", "535", "536", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", "552", "553", "554", @@ -220296,18 +221861,6 @@ "568", "569", "570", - "627", - "628", - "629", - "630", - "631", - "632", - "633", - "634", - "635", - "636", - "637", - "638", "639", "640", "641", @@ -220358,13 +221911,6 @@ "686", "687", "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -220383,83 +221929,27 @@ "711", "712", "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "765", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "766", "767", "768", "769", - "770", - "771", - "772", - "773", - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "819", - "820", - "821", + "770", + "771", + "772", + "773", + "774", + "775", + "776", + "777", "822", "823", "824", @@ -220471,63 +221961,6 @@ "830", "831", "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "880", - "881", - "882", - "883", - "884", - "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "920", - "921", - "922", "923", "924", "925", @@ -220548,10 +221981,9 @@ "940", "941", "942", - "957", - "965", - "966", - "967", + "943", + "944", + "945", "968", "969", "970", @@ -220563,25 +221995,6 @@ "976", "977", "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", - "1003", - "1004", - "1005", "1006", "1007", "1008", @@ -220589,9 +222002,9 @@ "1010", "1011", "1012", - "1024", - "1025", - "1026", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -220602,15 +222015,6 @@ "1034", "1035", "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1043", - "1044", - "1045", "1046", "1047", "1048", @@ -220620,31 +222024,6 @@ "1052", "1053", "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1081", - "1082", - "1083", "1084", "1085", "1086", @@ -220652,18 +222031,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -220693,67 +222072,30 @@ "1173", "1174", "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1200", - "1201", - "1202", "1203", "1204", "1205", "1206", "1207", "1208", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1271", - "1272", - "1273", - "1274", + "1261", + "1262", + "1263", "1275", "1276", "1277", "1278", - "1279", - "1280", - "1281", - "1282", - "1283", - "1284", - "1285", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -220777,9 +222119,13 @@ "1323", "1324", "1325", - "1326", - "1327", - "1328", + "1332", + "1333", + "1334", + "1335", + "1336", + "1337", + "1338", "1339", "1340", "1341", @@ -220787,17 +222133,17 @@ "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -220812,53 +222158,12 @@ "1395", "1396", "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1441", - "1442", - "1443", "1444", "1445", "1446", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", @@ -220867,39 +222172,11 @@ "1483", "1484", "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", - "1499", - "1500", - "1501", - "1502", "1503", "1504", "1505", "1506", "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1516", - "1517", - "1518", "1519", "1520", "1521", @@ -220908,14 +222185,9 @@ "1524", "1525", "1526", - "1532", - "1533", - "1534", - "1535", - "1536", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -220926,12 +222198,6 @@ "1547", "1548", "1549", - "1550", - "1551", - "1552", - "1553", - "1554", - "1555", "1556", "1557", "1558", @@ -220952,12 +222218,6 @@ "1573", "1574", "1575", - "1576", - "1577", - "1578", - "1579", - "1580", - "1581", "1582", "1583", "1584", @@ -220983,962 +222243,625 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", "1620", "1621", "1622", - "1623", - "1630", - "1631", - "1632", - "1633", - "1634", - "1635", - "1636", - "1637", - "1638", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1664", - "1665", - "1666", "1667", - "1674", - "1675", - "1676", - "1677", - "1678", - "1679", - "1689", - "1690", - "1691", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", - "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1915", - "1916", - "1917", + "1668", + "1669", + "1670", + "1681", + "1682", "1918", "1919", - "1931", - "1932", - "1933", + "1920", + "1921", + "1922", "1934", - "2033", - "2065" + "1935", + "1936", + "1937" ], "location": { "end": { - "column": 33, - "line": 2 + "column": 64, + "line": 14 }, "start": { - "column": 31, - "line": 2 + "column": 58, + "line": 14 } } - } - ], - "source": "function removeTrailingSlashes(url: string): string {\n return url.replace(/\\/+$/u, \"\");\n}\n\nexport { removeTrailingSlashes };" - }, - "app/composables/misc/useDevice.ts": { - "language": "typescript", - "mutants": [ + }, { - "id": "3786", + "id": "4356", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/composables/misc/useDevice.ts(7,23): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "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": [ + "1333" + ], + "coveredBy": [ + "1333", + "1334" + ], + "location": { + "end": { + "column": 4, + "line": 21 + }, + "start": { + "column": 52, + "line": 17 + } + } + }, + { + "id": "4357", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/role/useRolesStore.ts(18,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", "status": "CompileError", "static": false, + "killedBy": [], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "1969", - "1970", - "1971" + "1333", + "1334" ], "location": { "end": { - "column": 2, - "line": 13 + "column": 41, + "line": 18 }, "start": { - "column": 33, - "line": 7 + "column": 32, + "line": 18 } } }, { - "id": "3787", - "mutatorName": "ArrowFunction", - "replacement": "() => undefined", - "statusReason": "app/composables/misc/useDevice.ts(8,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", + "id": "4358", + "mutatorName": "StringLiteral", + "replacement": "\"\"", + "statusReason": "app/stores/role/useRolesStore.ts(20,5): error TS2322: Type '\"\"' is not assignable to type 'AsyncDataRequestStatus'.\n", "status": "CompileError", "static": false, + "killedBy": [], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "1969", - "1970", - "1971" + "1333", + "1334" ], "location": { "end": { - "column": 107, - "line": 8 + "column": 41, + "line": 20 }, "start": { - "column": 45, - "line": 8 + "column": 32, + "line": 20 } } }, { - "id": "3795", - "mutatorName": "ObjectLiteral", + "id": "4359", + "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/composables/misc/useDevice.ts(10,3): error TS2741: Property 'isOnTouchDevice' is missing in type '{}' but required in type 'UseDevice'.\n", + "statusReason": "app/stores/role/useRolesStore.ts(23,56): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", "static": false, + "killedBy": [], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "1969", - "1970", - "1971" + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "1335", + "1336", + "1340", + "1341" ], "location": { "end": { "column": 4, - "line": 12 + "line": 25 }, "start": { - "column": 10, - "line": 10 + "column": 73, + "line": 23 } } }, { - "id": "3788", - "mutatorName": "ConditionalExpression", - "replacement": "true", - "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", + "id": "4360", + "mutatorName": "OptionalChaining", + "replacement": "roles.value.find", + "statusReason": "app/stores/role/useRolesStore.ts(24,12): error TS18047: 'roles.value' is possibly 'null'.\n", + "status": "CompileError", "static": false, + "killedBy": [], + "coveredBy": [ + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "1335", + "1336", + "1340", + "1341" + ], + "location": { + "end": { + "column": 29, + "line": 24 + }, + "start": { + "column": 12, + "line": 24 + } + } + }, + { + "id": "4361", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected false to be true // Object.is equality", + "status": "Killed", "testsCompleted": 1, + "static": false, "killedBy": [ - "774" + "66" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "1969", - "1970", - "1971" + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "1335", + "1336", + "1340", + "1341" ], "location": { "end": { - "column": 107, - "line": 8 + "column": 60, + "line": 24 }, "start": { - "column": 51, - "line": 8 + "column": 30, + "line": 24 } } }, { - "id": "3789", + "id": "4362", "mutatorName": "ConditionalExpression", - "replacement": "false", - "statusReason": "expected false to be truthy", + "replacement": "true", + "statusReason": "expected true to be false // Object.is equality", "status": "Killed", + "testsCompleted": 3, "static": false, - "testsCompleted": 17, "killedBy": [ - "1969" + "67" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "1969", - "1970", - "1971" + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "1335", + "1336", + "1340", + "1341" ], "location": { "end": { - "column": 107, - "line": 8 + "column": 60, + "line": 24 }, "start": { - "column": 51, - "line": 8 + "column": 38, + "line": 24 } } }, { - "id": "3792", + "id": "4363", "mutatorName": "ConditionalExpression", "replacement": "false", - "statusReason": "expected false to be truthy", + "statusReason": "expected false to be true // Object.is equality", "status": "Killed", + "testsCompleted": 1, "static": false, - "testsCompleted": 17, "killedBy": [ - "1970" + "66" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "1970", - "1971" + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "1335", + "1336", + "1340", + "1341" ], "location": { "end": { - "column": 107, - "line": 8 + "column": 60, + "line": 24 }, "start": { - "column": 79, - "line": 8 + "column": 38, + "line": 24 } } }, { - "id": "3791", - "mutatorName": "StringLiteral", - "replacement": "\"\"", - "statusReason": "expected false to be truthy", + "id": "4364", + "mutatorName": "EqualityOperator", + "replacement": "role.name !== roleName", + "statusReason": "expected false to be true // Object.is equality", "status": "Killed", - "static": false, "testsCompleted": 1, + "static": false, "killedBy": [ - "1969" + "66" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "1969", - "1970", - "1971" + "66", + "67", + "68", + "69", + "70", + "71", + "72", + "73", + "74", + "75", + "1335", + "1336", + "1340", + "1341" ], "location": { "end": { - "column": 65, - "line": 8 + "column": 60, + "line": 24 }, "start": { - "column": 51, - "line": 8 + "column": 38, + "line": 24 } } }, { - "id": "3790", + "id": "4365", + "mutatorName": "BlockStatement", + "replacement": "{}", + "statusReason": "app/stores/role/useRolesStore.ts(27,98): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "1337", + "1338", + "1339" + ], + "location": { + "end": { + "column": 4, + "line": 29 + }, + "start": { + "column": 105, + "line": 27 + } + } + }, + { + "id": "4366", "mutatorName": "LogicalOperator", - "replacement": "\"ontouchstart\" in window && navigator.maxTouchPoints > 0", - "statusReason": "expected false to be truthy", + "replacement": "roles.value?.filter(role => role.additionalCardsEligibleRecipients?.includes(recipientRoleName)) && []", + "statusReason": "app/stores/role/useRolesStore.ts(28,5): error TS2322: Type 'never[] | undefined' is not assignable to type 'Role[]'.\n Type 'undefined' is not assignable to type 'Role[]'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "1337", + "1338", + "1339" + ], + "location": { + "end": { + "column": 114, + "line": 28 + }, + "start": { + "column": 12, + "line": 28 + } + } + }, + { + "id": "4367", + "mutatorName": "MethodExpression", + "replacement": "roles.value", + "statusReason": "expected [ { …(3) }, …(4) ] to strictly equal [ { …(3) }, …(2) ]", "status": "Killed", + "testsCompleted": 3, "static": false, - "testsCompleted": 1, "killedBy": [ - "1969" + "528" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "1969", - "1970", - "1971" + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "1337", + "1338", + "1339" ], "location": { "end": { - "column": 107, - "line": 8 + "column": 108, + "line": 28 }, "start": { - "column": 51, - "line": 8 + "column": 12, + "line": 28 } } }, { - "id": "3794", - "mutatorName": "EqualityOperator", - "replacement": "navigator.maxTouchPoints <= 0", - "statusReason": "expected false to be truthy", + "id": "4368", + "mutatorName": "OptionalChaining", + "replacement": "roles.value.filter", + "statusReason": "app/stores/role/useRolesStore.ts(28,12): error TS18047: 'roles.value' is possibly 'null'.\n", + "status": "CompileError", + "static": false, + "killedBy": [], + "coveredBy": [ + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "1337", + "1338", + "1339" + ], + "location": { + "end": { + "column": 31, + "line": 28 + }, + "start": { + "column": 12, + "line": 28 + } + } + }, + { + "id": "4369", + "mutatorName": "ArrowFunction", + "replacement": "() => undefined", + "statusReason": "expected [] to strictly equal [ { …(3) }, …(2) ]", "status": "Killed", + "testsCompleted": 3, "static": false, - "testsCompleted": 1, "killedBy": [ - "1970" + "528" ], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "1970", - "1971" + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "1337", + "1338" ], "location": { "end": { "column": 107, - "line": 8 + "line": 28 }, "start": { - "column": 79, - "line": 8 + "column": 32, + "line": 28 } } }, { - "id": "3793", - "mutatorName": "EqualityOperator", - "replacement": "navigator.maxTouchPoints >= 0", - "statusReason": "Snapshot `Game Lobby Player Input Component > should match snapshot when rendered. 1` mismatched", - "status": "Killed", + "id": "4370", + "mutatorName": "OptionalChaining", + "replacement": "role.additionalCardsEligibleRecipients.includes", + "statusReason": "app/stores/role/useRolesStore.ts(28,40): error TS18048: 'role.additionalCardsEligibleRecipients' is possibly 'undefined'.\n", + "status": "CompileError", "static": false, - "testsCompleted": 1, - "killedBy": [ - "774" - ], + "killedBy": [], "coveredBy": [ - "774", - "775", - "776", - "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "1970", - "1971" + "526", + "527", + "528", + "529", + "530", + "531", + "532", + "533", + "534", + "535", + "536", + "1337", + "1338" ], "location": { "end": { - "column": 107, - "line": 8 + "column": 88, + "line": 28 }, "start": { - "column": 79, - "line": 8 + "column": 40, + "line": 28 } } - } - ], - "source": "import type { ComputedRef } from \"vue\";\n\ntype UseDevice = {\n isOnTouchDevice: ComputedRef;\n};\n\nfunction useDevice(): UseDevice {\n const isOnTouchDevice = computed(() => \"ontouchstart\" in window || navigator.maxTouchPoints > 0);\n\n return {\n isOnTouchDevice,\n };\n}\n\nexport {\n useDevice,\n};" - }, - "app/composables/api/game/dto/create-game/create-game-player/create-game-player.dto.ts": { - "language": "typescript", - "mutants": [ + }, { - "id": "3129", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/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", + "id": "4371", + "mutatorName": "ArrayDeclaration", + "replacement": "[\"Stryker was here\"]", + "statusReason": "app/stores/role/useRolesStore.ts(28,5): error TS2322: Type '{ name: \"werewolf\" | \"big-bad-wolf\" | \"accursed-wolf-father\" | \"white-werewolf\" | \"villager\" | \"villager-villager\" | \"seer\" | \"cupid\" | \"witch\" | \"hunter\" | \"little-girl\" | ... 18 more ... | \"devoted-servant\"; ... 6 more ...; recommendedMinPlayers?: number | undefined; }[] | string[]' is not assignable to type 'Role[]'.\n Type 'string[]' is not assignable to type 'Role[]'.\n Type 'string' is not assignable to type 'Role'.\n", "status": "CompileError", - "static": true, + "static": false, + "killedBy": [], "coveredBy": [ - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "54", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "65", - "142", - "144", - "162", - "291", - "292", - "293", - "294", - "295", - "296", - "297", - "298", - "299", - "300", - "334", - "335", - "336", - "337", - "338", - "339", - "340", - "341", - "373", - "374", - "375", - "376", - "380", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", - "471", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "560", - "561", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "751", - "755", - "777", - "778", - "779", - "781", - "782", - "783", - "784", - "786", - "787", - "795", - "796", - "797", - "798", - "799", - "800", - "801", - "802", - "803", - "939", - "942", - "1371", - "1519", - "1520", - "1521", - "1582", - "1686", - "1938", - "1939", - "1972" + "1339" ], "location": { "end": { - "column": 4, - "line": 24 + "column": 114, + "line": 28 }, "start": { - "column": 87, - "line": 22 + "column": 112, + "line": 28 } } - } - ], - "source": "import { Expose, plainToInstance, Type } from \"class-transformer\";\n\nimport { CreateGamePlayerRoleDto } from \"~/composables/api/game/dto/create-game/create-game-player/create-game-player-role.dto\";\nimport { CreateGamePlayerSideDto } from \"~/composables/api/game/dto/create-game/create-game-player/create-game-player-side.dto\";\nimport { DEFAULT_PLAIN_TO_INSTANCE_OPTIONS } from \"~/utils/constants/class-transformer.constants\";\n\nclass CreateGamePlayerDto {\n @Expose()\n public name: string;\n\n @Type(() => CreateGamePlayerRoleDto)\n @Expose()\n public role: CreateGamePlayerRoleDto;\n\n @Type(() => CreateGamePlayerSideDto)\n @Expose()\n public side: CreateGamePlayerSideDto;\n\n @Expose()\n public group?: string;\n\n public static create(createGamePlayerDto: CreateGamePlayerDto): CreateGamePlayerDto {\n return plainToInstance(CreateGamePlayerDto, createGamePlayerDto, DEFAULT_PLAIN_TO_INSTANCE_OPTIONS);\n }\n}\n\nexport { CreateGamePlayerDto };" - }, - "app/composables/api/game/dto/create-game/create-game-player/create-game-player-side.dto.ts": { - "language": "typescript", - "mutants": [ + }, { - "id": "3128", + "id": "4372", "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/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", + "statusReason": "app/stores/role/useRolesStore.ts(31,56): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", - "static": true, + "static": false, + "killedBy": [], "coveredBy": [ - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "54", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "65", - "142", - "144", - "162", - "291", - "292", - "293", - "294", - "295", - "296", - "297", - "298", - "299", - "300", - "334", - "335", - "336", - "337", - "338", - "339", - "340", - "341", - "373", - "374", - "375", - "376", - "380", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", - "471", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "560", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "751", - "755", - "777", - "778", - "779", - "781", - "782", - "783", - "784", - "786", - "787", - "939", - "942", - "1371", - "1519", - "1520", - "1521", - "1582", - "1686", - "1938", - "1939", - "1972" + "1340", + "1341" ], "location": { "end": { "column": 4, - "line": 15 + "line": 33 }, "start": { - "column": 99, - "line": 13 + "column": 77, + "line": 31 } } - } - ], - "source": "import { Expose, plainToInstance } from \"class-transformer\";\n\nimport type { RoleSide } from \"~/composables/api/role/types/role.types\";\nimport { DEFAULT_PLAIN_TO_INSTANCE_OPTIONS } from \"~/utils/constants/class-transformer.constants\";\n\nclass CreateGamePlayerSideDto {\n @Expose()\n public original?: RoleSide;\n\n @Expose()\n public current?: RoleSide;\n\n public static create(createGamePlayerSideDto: CreateGamePlayerSideDto): CreateGamePlayerSideDto {\n return plainToInstance(CreateGamePlayerSideDto, createGamePlayerSideDto, DEFAULT_PLAIN_TO_INSTANCE_OPTIONS);\n }\n}\n\nexport { CreateGamePlayerSideDto };" - }, - "app/composables/api/game/dto/create-game/create-game-player/create-game-player-role.dto.ts": { - "language": "typescript", - "mutants": [ + }, { - "id": "3127", - "mutatorName": "BlockStatement", - "replacement": "{}", - "statusReason": "app/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", + "id": "4373", + "mutatorName": "OptionalChaining", + "replacement": "getRoleWithNameInRoles(roleName).side", + "statusReason": "app/stores/role/useRolesStore.ts(32,12): error TS2532: Object is possibly 'undefined'.\n", "status": "CompileError", - "static": true, + "static": false, + "killedBy": [], "coveredBy": [ - "41", - "42", - "43", - "44", - "45", - "46", - "47", - "48", - "49", - "54", - "56", - "57", - "58", - "59", - "60", - "61", - "62", - "63", - "64", - "65", - "142", - "144", - "162", - "291", - "292", - "293", - "294", - "295", - "296", - "297", - "298", - "299", - "300", - "334", - "335", - "336", - "337", - "338", - "339", - "340", - "341", - "373", - "374", - "375", - "376", - "380", - "427", - "428", - "429", - "430", - "431", - "432", - "433", - "434", - "435", - "436", - "437", - "438", - "439", - "440", - "471", - "477", - "478", - "479", - "480", - "481", - "482", - "483", - "484", - "560", - "677", - "678", - "679", - "680", - "681", - "682", - "683", - "684", - "685", - "686", - "687", - "751", - "755", - "777", - "778", - "779", - "781", - "782", - "783", - "784", - "786", - "787", - "939", - "942", - "1371", - "1519", - "1520", - "1521", - "1582", - "1686", - "1938", - "1939", - "1972" + "1340", + "1341" ], "location": { "end": { - "column": 4, - "line": 12 + "column": 50, + "line": 32 }, "start": { - "column": 99, - "line": 10 + "column": 12, + "line": 32 } } - } - ], - "source": "import { Expose, plainToInstance } from \"class-transformer\";\n\nimport type { RoleName } from \"~/composables/api/role/types/role.types\";\nimport { DEFAULT_PLAIN_TO_INSTANCE_OPTIONS } from \"~/utils/constants/class-transformer.constants\";\n\nclass CreateGamePlayerRoleDto {\n @Expose()\n public name?: RoleName;\n\n public static create(createGamePlayerRoleDto: CreateGamePlayerRoleDto): CreateGamePlayerRoleDto {\n return plainToInstance(CreateGamePlayerRoleDto, createGamePlayerRoleDto, DEFAULT_PLAIN_TO_INSTANCE_OPTIONS);\n }\n}\n\nexport { CreateGamePlayerRoleDto };" - }, - "app/composables/api/useWerewolvesAssistantApi.ts": { - "language": "typescript", - "mutants": [ + }, { - "id": "3776", - "mutatorName": "BlockStatement", + "id": "4374", + "mutatorName": "ObjectLiteral", "replacement": "{}", - "statusReason": "app/composables/api/useWerewolvesAssistantApi.ts(10,39): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", + "statusReason": "app/composables/api/game/useCreateGameDtoValidation.ts(30,11): error TS2339: Property 'roles' does not exist on type 'StoreToRefs>, Pick<{}, never>, Pick<{}, never>>>'.\napp/composables/api/game/useCreateGameDtoValidation.ts(46,57): error TS7006: Parameter 'role' implicitly has an 'any' type.\napp/composables/api/game/useCreateGameDtoValidation.ts(48,42): error TS7006: Parameter 'role' implicitly has an 'any' type.\napp/composables/api/game/useCreateGameDtoValidation.ts(55,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\napp/composables/api/game/useCreateGameDtoValidation.ts(64,38): error TS7031: Binding element 'name' implicitly has an 'any' type.\napp/stores/game/create-game-dto/useCreateGameDtoStore.ts(22,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(48,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(62,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(92,20): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsMultiSelect/RecipientRoleAdditionalCardsMultiSelect.nuxt.spec.ts(102,16): 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(123,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(138,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGrid.nuxt.spec.ts(67,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(182,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(432,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(508,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(565,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>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(91,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(92,40): error TS2339: Property 'getRolesForRecipientRoleName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(107,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(108,40): error TS2339: Property 'getRolesForRecipientRoleName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(115,40): error TS2339: Property 'getRolesForRecipientRoleName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(129,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(130,35): error TS2339: Property 'getRoleSideForRoleName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(142,18): error TS2339: Property 'roles' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\ntests/unit/specs/stores/role/useRolesStore.spec.ts(143,35): error TS2339: Property 'getRoleSideForRoleName' does not exist on type 'Store>, Pick<{}, never>, Pick<{}, never>>'.\n", "status": "CompileError", - "static": true, + "static": false, + "killedBy": [], "coveredBy": [ "0", "1", @@ -222022,30 +222945,6 @@ "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", "134", "135", "136", @@ -222076,104 +222975,6 @@ "161", "162", "163", - "164", - "165", - "166", - "167", - "168", - "169", - "170", - "171", - "172", - "173", - "174", - "175", - "176", - "177", - "178", - "179", - "180", - "181", - "182", - "183", - "184", - "185", - "186", - "187", - "188", - "189", - "190", - "191", - "192", - "193", - "194", - "195", - "196", - "197", - "198", - "199", - "200", - "201", - "202", - "203", - "204", - "205", - "206", - "207", - "208", - "209", - "210", - "211", - "212", - "213", - "214", - "215", - "216", - "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", - "270", - "271", - "272", - "273", - "274", - "275", - "276", - "277", - "278", - "279", - "280", - "281", - "282", - "283", - "284", "285", "286", "287", @@ -222227,28 +223028,6 @@ "387", "388", "389", - "390", - "391", - "392", - "393", - "394", - "395", - "396", - "397", - "398", - "399", - "400", - "401", - "402", - "403", - "404", - "405", - "406", - "407", - "408", - "409", - "410", - "411", "427", "428", "429", @@ -222263,34 +223042,6 @@ "438", "439", "440", - "441", - "442", - "443", - "444", - "445", - "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", @@ -222307,47 +223058,6 @@ "482", "483", "484", - "485", - "486", - "487", - "488", - "489", - "490", - "491", - "492", - "493", - "494", - "495", - "496", - "497", - "498", - "499", - "500", - "501", - "502", - "503", - "504", - "505", - "506", - "507", - "508", - "509", - "510", - "511", - "512", - "513", - "514", - "515", - "516", - "517", - "518", - "519", - "520", - "521", - "522", - "523", - "524", - "525", "526", "527", "528", @@ -222359,21 +223069,6 @@ "534", "535", "536", - "537", - "538", - "539", - "540", - "541", - "542", - "543", - "544", - "545", - "546", - "547", - "548", - "549", - "550", - "551", "552", "553", "554", @@ -222443,13 +223138,6 @@ "686", "687", "688", - "689", - "690", - "691", - "692", - "693", - "694", - "695", "696", "697", "698", @@ -222468,47 +223156,15 @@ "711", "712", "713", - "725", - "726", - "727", - "728", - "729", - "730", - "731", - "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", - "744", - "745", - "746", - "747", - "748", - "749", - "750", - "751", - "752", - "753", - "754", - "755", - "756", - "757", - "758", - "759", - "760", - "761", - "762", - "763", - "764", - "765", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", "766", "767", "768", @@ -222521,30 +223177,6 @@ "775", "776", "777", - "778", - "779", - "780", - "781", - "782", - "783", - "784", - "785", - "786", - "787", - "788", - "789", - "804", - "805", - "806", - "807", - "808", - "809", - "810", - "811", - "812", - "819", - "820", - "821", "822", "823", "824", @@ -222556,63 +223188,6 @@ "830", "831", "832", - "833", - "834", - "835", - "836", - "837", - "838", - "839", - "840", - "841", - "842", - "843", - "844", - "845", - "846", - "880", - "881", - "882", - "883", - "884", - "885", - "886", - "887", - "888", - "889", - "890", - "891", - "892", - "893", - "894", - "895", - "896", - "897", - "898", - "899", - "900", - "901", - "902", - "903", - "904", - "905", - "906", - "907", - "908", - "909", - "910", - "911", - "912", - "913", - "914", - "915", - "916", - "917", - "918", - "919", - "920", - "921", - "922", "923", "924", "925", @@ -222633,10 +223208,9 @@ "940", "941", "942", - "957", - "965", - "966", - "967", + "943", + "944", + "945", "968", "969", "970", @@ -222648,25 +223222,6 @@ "976", "977", "978", - "979", - "980", - "981", - "982", - "983", - "984", - "985", - "986", - "987", - "988", - "989", - "990", - "991", - "992", - "993", - "994", - "1003", - "1004", - "1005", "1006", "1007", "1008", @@ -222674,9 +223229,9 @@ "1010", "1011", "1012", - "1024", - "1025", - "1026", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -222687,15 +223242,6 @@ "1034", "1035", "1036", - "1037", - "1038", - "1039", - "1040", - "1041", - "1042", - "1043", - "1044", - "1045", "1046", "1047", "1048", @@ -222705,31 +223251,6 @@ "1052", "1053", "1054", - "1055", - "1056", - "1057", - "1058", - "1059", - "1060", - "1061", - "1062", - "1063", - "1064", - "1069", - "1070", - "1071", - "1072", - "1073", - "1074", - "1075", - "1076", - "1077", - "1078", - "1079", - "1080", - "1081", - "1082", - "1083", "1084", "1085", "1086", @@ -222737,18 +223258,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -222778,67 +223299,30 @@ "1173", "1174", "1175", - "1176", - "1177", - "1178", - "1179", - "1180", - "1181", - "1200", - "1201", - "1202", "1203", "1204", "1205", "1206", "1207", "1208", - "1218", - "1219", - "1220", - "1221", - "1222", - "1223", - "1234", - "1235", - "1236", - "1237", - "1238", - "1239", - "1240", - "1241", - "1242", - "1243", - "1244", - "1245", - "1246", - "1248", - "1255", - "1256", - "1257", + "1209", + "1210", + "1211", "1258", "1259", "1260", - "1271", - "1272", - "1273", - "1274", + "1261", + "1262", + "1263", "1275", "1276", "1277", "1278", - "1279", - "1280", - "1281", - "1282", - "1283", - "1284", - "1285", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -222862,9 +223346,13 @@ "1323", "1324", "1325", - "1326", - "1327", - "1328", + "1332", + "1333", + "1334", + "1335", + "1336", + "1337", + "1338", "1339", "1340", "1341", @@ -222872,17 +223360,17 @@ "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -222897,53 +223385,12 @@ "1395", "1396", "1397", - "1398", - "1399", - "1400", - "1401", - "1402", - "1403", - "1404", - "1405", - "1406", - "1407", - "1408", - "1409", - "1410", - "1411", - "1412", - "1413", - "1414", - "1415", - "1416", - "1436", - "1437", - "1438", - "1439", - "1440", - "1441", - "1442", - "1443", "1444", "1445", "1446", - "1452", - "1453", - "1454", - "1455", - "1456", - "1457", - "1467", - "1468", - "1469", - "1470", - "1471", - "1472", - "1473", - "1474", - "1475", - "1476", - "1477", + "1447", + "1448", + "1449", "1478", "1479", "1480", @@ -222952,39 +223399,11 @@ "1483", "1484", "1485", - "1486", - "1487", - "1488", - "1489", - "1490", - "1491", - "1492", - "1493", - "1494", - "1495", - "1496", - "1497", - "1498", - "1499", - "1500", - "1501", - "1502", "1503", "1504", "1505", "1506", "1507", - "1508", - "1509", - "1510", - "1511", - "1512", - "1513", - "1514", - "1515", - "1516", - "1517", - "1518", "1519", "1520", "1521", @@ -222993,14 +223412,9 @@ "1524", "1525", "1526", - "1532", - "1533", - "1534", - "1535", - "1536", - "1537", - "1538", - "1539", + "1527", + "1528", + "1529", "1540", "1541", "1542", @@ -223011,12 +223425,6 @@ "1547", "1548", "1549", - "1550", - "1551", - "1552", - "1553", - "1554", - "1555", "1556", "1557", "1558", @@ -223037,12 +223445,6 @@ "1573", "1574", "1575", - "1576", - "1577", - "1578", - "1579", - "1580", - "1581", "1582", "1583", "1584", @@ -223068,129 +223470,55 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", "1620", "1621", "1622", - "1623", - "1630", - "1654", - "1655", - "1656", - "1657", - "1658", - "1659", - "1660", - "1661", - "1662", - "1663", - "1664", - "1665", - "1666", "1667", - "1674", - "1675", - "1676", - "1677", - "1678", - "1679", - "1689", - "1690", - "1691", - "1692", - "1693", - "1694", - "1695", - "1696", - "1703", - "1704", - "1705", - "1706", - "1707", - "1717", - "1718", - "1719", - "1720", - "1721", - "1726", - "1727", - "1728", - "1729", - "1730", - "1738", - "1739", - "1740", - "1741", - "1742", - "1758", - "1759", - "1760", - "1761", - "1762", - "1770", - "1771", - "1772", - "1773", - "1774", - "1775", - "1777", - "1781", - "1815", - "1816", - "1817", - "1818", - "1819", - "1820", - "1821", - "1822", - "1847", - "1848", - "1849", - "1850", - "1864", - "1868", - "1877", - "1878", - "1879", - "1881", - "1885", - "1891", - "1895", - "1908", - "1912", - "1915", - "1916", - "1917", + "1668", + "1669", + "1670", + "1681", + "1682", "1918", "1919", - "1931", - "1932", - "1933", + "1920", + "1921", + "1922", "1934", - "2033" + "1935", + "1936", + "1937" ], "location": { "end": { - "column": 2, - "line": 22 + "column": 4, + "line": 41 }, "start": { - "column": 65, - "line": 10 + "column": 10, + "line": 34 } } - }, + } + ], + "source": "import type { AsyncDataRequestStatus } from \"nuxt/app\";\nimport { defineStore } from \"pinia\";\nimport { ref } from \"vue\";\nimport type { GameAdditionalCardRecipientRoleName } from \"~/composables/api/game/types/game-additional-card/game-additional-card.types\";\n\nimport type { Role } from \"~/composables/api/role/types/role.class\";\nimport type { RoleName, RoleSide } from \"~/composables/api/role/types/role.types\";\nimport { useFetchRoles } from \"~/composables/api/role/useFetchRoles\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\n\nconst useRolesStore = defineStore(StoreIds.ROLES, () => {\n const { fetchRoles } = useFetchRoles();\n\n const fetchingRoleStatus = ref(\"idle\");\n const roles = ref(null);\n\n async function fetchAndSetRoles(): Promise {\n fetchingRoleStatus.value = \"pending\";\n roles.value = await fetchRoles();\n fetchingRoleStatus.value = \"success\";\n }\n\n function getRoleWithNameInRoles(roleName: RoleName): Role | undefined {\n return roles.value?.find(role => role.name === roleName);\n }\n\n function getRolesForRecipientRoleName(recipientRoleName: GameAdditionalCardRecipientRoleName): Role[] {\n return roles.value?.filter(role => role.additionalCardsEligibleRecipients?.includes(recipientRoleName)) ?? [];\n }\n\n function getRoleSideForRoleName(roleName: RoleName): RoleSide | undefined {\n return getRoleWithNameInRoles(roleName)?.side;\n }\n return {\n roles,\n fetchingRoleStatus,\n fetchAndSetRoles,\n getRoleWithNameInRoles,\n getRolesForRecipientRoleName,\n getRoleSideForRoleName,\n };\n});\n\nexport { useRolesStore };" + }, + "app/utils/url.utils.ts": { + "language": "typescript", + "mutants": [ { - "id": "3780", - "mutatorName": "ObjectLiteral", + "id": "4375", + "mutatorName": "BlockStatement", "replacement": "{}", - "statusReason": "app/composables/api/useWerewolvesAssistantApi.ts(21,3): error TS2741: Property 'fetchWerewolvesAssistantApi' is missing in type '{}' but required in type 'UseWerewolvesAssistantApi'.\n", + "statusReason": "app/utils/url.utils.ts(1,46): error TS2355: A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.\n", "status": "CompileError", "static": true, + "killedBy": [], "coveredBy": [ "0", "1", @@ -223645,6 +223973,18 @@ "568", "569", "570", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", "639", "640", "641", @@ -223720,6 +224060,17 @@ "711", "712", "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "723", + "724", "725", "726", "727", @@ -223728,17 +224079,6 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", @@ -223785,18 +224125,18 @@ "787", "788", "789", - "804", - "805", - "806", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", - "819", - "820", - "821", + "813", + "814", + "815", "822", "823", "824", @@ -223822,9 +224162,9 @@ "844", "845", "846", - "880", - "881", - "882", + "847", + "848", + "849", "883", "884", "885", @@ -223885,10 +224225,10 @@ "940", "941", "942", - "957", - "965", - "966", - "967", + "943", + "944", + "945", + "960", "968", "969", "970", @@ -223916,9 +224256,9 @@ "992", "993", "994", - "1003", - "1004", - "1005", + "995", + "996", + "997", "1006", "1007", "1008", @@ -223926,9 +224266,9 @@ "1010", "1011", "1012", - "1024", - "1025", - "1026", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -223967,9 +224307,9 @@ "1062", "1063", "1064", - "1069", - "1070", - "1071", + "1065", + "1066", + "1067", "1072", "1073", "1074", @@ -223989,18 +224329,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -224036,24 +224376,24 @@ "1179", "1180", "1181", - "1200", - "1201", - "1202", + "1182", + "1183", + "1184", "1203", "1204", "1205", "1206", "1207", "1208", - "1218", - "1219", - "1220", + "1209", + "1210", + "1211", "1221", "1222", "1223", - "1234", - "1235", - "1236", + "1224", + "1225", + "1226", "1237", "1238", "1239", @@ -224064,16 +224404,16 @@ "1244", "1245", "1246", + "1247", "1248", - "1255", - "1256", - "1257", + "1249", + "1251", "1258", "1259", "1260", - "1271", - "1272", - "1273", + "1261", + "1262", + "1263", "1274", "1275", "1276", @@ -224088,9 +224428,9 @@ "1285", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -224117,24 +224457,24 @@ "1326", "1327", "1328", - "1339", - "1340", - "1341", + "1329", + "1330", + "1331", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -224168,9 +224508,9 @@ "1414", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", "1441", @@ -224179,15 +224519,15 @@ "1444", "1445", "1446", - "1452", - "1453", - "1454", + "1447", + "1448", + "1449", "1455", "1456", "1457", - "1467", - "1468", - "1469", + "1458", + "1459", + "1460", "1470", "1471", "1472", @@ -224245,9 +224585,9 @@ "1524", "1525", "1526", - "1532", - "1533", - "1534", + "1527", + "1528", + "1529", "1535", "1536", "1537", @@ -224320,19 +224660,27 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", "1620", "1621", "1622", "1623", - "1630", - "1654", - "1655", - "1656", + "1624", + "1625", + "1626", + "1633", + "1634", + "1635", + "1636", + "1637", + "1638", + "1639", + "1640", + "1641", "1657", "1658", "1659", @@ -224344,104 +224692,113 @@ "1665", "1666", "1667", - "1674", - "1675", - "1676", + "1668", + "1669", + "1670", "1677", "1678", "1679", - "1689", - "1690", - "1691", + "1680", + "1681", + "1682", "1692", "1693", "1694", "1695", "1696", - "1703", - "1704", - "1705", + "1697", + "1698", + "1699", "1706", "1707", - "1717", - "1718", - "1719", + "1708", + "1709", + "1710", "1720", "1721", - "1726", - "1727", - "1728", + "1722", + "1723", + "1724", "1729", "1730", - "1738", - "1739", - "1740", + "1731", + "1732", + "1733", "1741", "1742", - "1758", - "1759", - "1760", + "1743", + "1744", + "1745", "1761", "1762", - "1770", - "1771", - "1772", + "1763", + "1764", + "1765", "1773", "1774", "1775", + "1776", "1777", - "1781", - "1815", - "1816", - "1817", + "1778", + "1780", + "1784", "1818", "1819", "1820", "1821", "1822", - "1847", - "1848", - "1849", + "1823", + "1824", + "1825", "1850", - "1864", - "1868", - "1877", - "1878", - "1879", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", "1881", - "1885", - "1891", - "1895", - "1908", - "1912", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", "1915", - "1916", - "1917", "1918", "1919", - "1931", - "1932", - "1933", + "1920", + "1921", + "1922", "1934", - "2033" + "1935", + "1936", + "1937", + "2036", + "2068" ], "location": { "end": { - "column": 41, - "line": 21 + "column": 2, + "line": 3 }, "start": { - "column": 10, - "line": 21 + "column": 53, + "line": 1 } } }, { - "id": "3777", - "mutatorName": "ObjectLiteral", - "replacement": "{}", - "status": "Timeout", + "id": "4376", + "mutatorName": "Regex", + "replacement": "/\\/+/u", + "statusReason": "Snapshot `Role Image Component > should match snapshot when rendered. 1` mismatched", + "status": "Killed", + "testsCompleted": 663, "static": true, + "killedBy": [ + "1634" + ], "coveredBy": [ "0", "1", @@ -224896,6 +225253,18 @@ "568", "569", "570", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", "639", "640", "641", @@ -224971,6 +225340,17 @@ "711", "712", "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "723", + "724", "725", "726", "727", @@ -224979,17 +225359,6 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", @@ -225036,18 +225405,18 @@ "787", "788", "789", - "804", - "805", - "806", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", - "819", - "820", - "821", + "813", + "814", + "815", "822", "823", "824", @@ -225073,9 +225442,9 @@ "844", "845", "846", - "880", - "881", - "882", + "847", + "848", + "849", "883", "884", "885", @@ -225136,10 +225505,10 @@ "940", "941", "942", - "957", - "965", - "966", - "967", + "943", + "944", + "945", + "960", "968", "969", "970", @@ -225167,9 +225536,9 @@ "992", "993", "994", - "1003", - "1004", - "1005", + "995", + "996", + "997", "1006", "1007", "1008", @@ -225177,9 +225546,9 @@ "1010", "1011", "1012", - "1024", - "1025", - "1026", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -225218,9 +225587,9 @@ "1062", "1063", "1064", - "1069", - "1070", - "1071", + "1065", + "1066", + "1067", "1072", "1073", "1074", @@ -225240,18 +225609,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -225287,24 +225656,24 @@ "1179", "1180", "1181", - "1200", - "1201", - "1202", + "1182", + "1183", + "1184", "1203", "1204", "1205", "1206", "1207", "1208", - "1218", - "1219", - "1220", + "1209", + "1210", + "1211", "1221", "1222", "1223", - "1234", - "1235", - "1236", + "1224", + "1225", + "1226", "1237", "1238", "1239", @@ -225315,16 +225684,16 @@ "1244", "1245", "1246", + "1247", "1248", - "1255", - "1256", - "1257", + "1249", + "1251", "1258", "1259", "1260", - "1271", - "1272", - "1273", + "1261", + "1262", + "1263", "1274", "1275", "1276", @@ -225339,9 +225708,9 @@ "1285", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -225368,24 +225737,24 @@ "1326", "1327", "1328", - "1339", - "1340", - "1341", + "1329", + "1330", + "1331", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -225419,9 +225788,9 @@ "1414", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", "1441", @@ -225430,15 +225799,15 @@ "1444", "1445", "1446", - "1452", - "1453", - "1454", + "1447", + "1448", + "1449", "1455", "1456", "1457", - "1467", - "1468", - "1469", + "1458", + "1459", + "1460", "1470", "1471", "1472", @@ -225496,9 +225865,9 @@ "1524", "1525", "1526", - "1532", - "1533", - "1534", + "1527", + "1528", + "1529", "1535", "1536", "1537", @@ -225571,19 +225940,27 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", "1620", "1621", "1622", "1623", - "1630", - "1654", - "1655", - "1656", + "1624", + "1625", + "1626", + "1633", + "1634", + "1635", + "1636", + "1637", + "1638", + "1639", + "1640", + "1641", "1657", "1658", "1659", @@ -225595,104 +225972,109 @@ "1665", "1666", "1667", - "1674", - "1675", - "1676", + "1668", + "1669", + "1670", "1677", "1678", "1679", - "1689", - "1690", - "1691", + "1680", + "1681", + "1682", "1692", "1693", "1694", "1695", "1696", - "1703", - "1704", - "1705", + "1697", + "1698", + "1699", "1706", "1707", - "1717", - "1718", - "1719", + "1708", + "1709", + "1710", "1720", "1721", - "1726", - "1727", - "1728", + "1722", + "1723", + "1724", "1729", "1730", - "1738", - "1739", - "1740", + "1731", + "1732", + "1733", "1741", "1742", - "1758", - "1759", - "1760", + "1743", + "1744", + "1745", "1761", "1762", - "1770", - "1771", - "1772", + "1763", + "1764", + "1765", "1773", "1774", "1775", + "1776", "1777", - "1781", - "1815", - "1816", - "1817", + "1778", + "1780", + "1784", "1818", "1819", "1820", "1821", "1822", - "1847", - "1848", - "1849", + "1823", + "1824", + "1825", "1850", - "1864", - "1868", - "1877", - "1878", - "1879", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", "1881", - "1885", - "1891", - "1895", - "1908", - "1912", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", "1915", - "1916", - "1917", "1918", "1919", - "1931", - "1932", - "1933", + "1920", + "1921", + "1922", "1934", - "2033" + "1935", + "1936", + "1937", + "2036", + "2068" ], "location": { "end": { - "column": 4, - "line": 19 + "column": 29, + "line": 2 }, "start": { - "column": 60, - "line": 15 + "column": 22, + "line": 2 } } }, { - "id": "3778", - "mutatorName": "ObjectLiteral", - "replacement": "{}", + "id": "4377", + "mutatorName": "Regex", + "replacement": "/\\/$/u", "status": "Timeout", "static": true, + "killedBy": [], "coveredBy": [ "0", "1", @@ -226147,6 +226529,18 @@ "568", "569", "570", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", "639", "640", "641", @@ -226222,6 +226616,17 @@ "711", "712", "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "723", + "724", "725", "726", "727", @@ -226230,17 +226635,6 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", @@ -226287,18 +226681,18 @@ "787", "788", "789", - "804", - "805", - "806", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", - "819", - "820", - "821", + "813", + "814", + "815", "822", "823", "824", @@ -226324,9 +226718,9 @@ "844", "845", "846", - "880", - "881", - "882", + "847", + "848", + "849", "883", "884", "885", @@ -226387,10 +226781,10 @@ "940", "941", "942", - "957", - "965", - "966", - "967", + "943", + "944", + "945", + "960", "968", "969", "970", @@ -226418,9 +226812,9 @@ "992", "993", "994", - "1003", - "1004", - "1005", + "995", + "996", + "997", "1006", "1007", "1008", @@ -226428,9 +226822,9 @@ "1010", "1011", "1012", - "1024", - "1025", - "1026", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -226469,9 +226863,9 @@ "1062", "1063", "1064", - "1069", - "1070", - "1071", + "1065", + "1066", + "1067", "1072", "1073", "1074", @@ -226491,18 +226885,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -226538,24 +226932,24 @@ "1179", "1180", "1181", - "1200", - "1201", - "1202", + "1182", + "1183", + "1184", "1203", "1204", "1205", "1206", "1207", "1208", - "1218", - "1219", - "1220", + "1209", + "1210", + "1211", "1221", "1222", "1223", - "1234", - "1235", - "1236", + "1224", + "1225", + "1226", "1237", "1238", "1239", @@ -226566,16 +226960,16 @@ "1244", "1245", "1246", + "1247", "1248", - "1255", - "1256", - "1257", + "1249", + "1251", "1258", "1259", "1260", - "1271", - "1272", - "1273", + "1261", + "1262", + "1263", "1274", "1275", "1276", @@ -226590,9 +226984,9 @@ "1285", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -226619,24 +227013,24 @@ "1326", "1327", "1328", - "1339", - "1340", - "1341", + "1329", + "1330", + "1331", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -226670,9 +227064,9 @@ "1414", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", "1441", @@ -226681,15 +227075,15 @@ "1444", "1445", "1446", - "1452", - "1453", - "1454", + "1447", + "1448", + "1449", "1455", "1456", "1457", - "1467", - "1468", - "1469", + "1458", + "1459", + "1460", "1470", "1471", "1472", @@ -226747,9 +227141,9 @@ "1524", "1525", "1526", - "1532", - "1533", - "1534", + "1527", + "1528", + "1529", "1535", "1536", "1537", @@ -226822,19 +227216,27 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", "1620", "1621", "1622", "1623", - "1630", - "1654", - "1655", - "1656", + "1624", + "1625", + "1626", + "1633", + "1634", + "1635", + "1636", + "1637", + "1638", + "1639", + "1640", + "1641", "1657", "1658", "1659", @@ -226846,104 +227248,109 @@ "1665", "1666", "1667", - "1674", - "1675", - "1676", + "1668", + "1669", + "1670", "1677", "1678", "1679", - "1689", - "1690", - "1691", + "1680", + "1681", + "1682", "1692", "1693", "1694", "1695", "1696", - "1703", - "1704", - "1705", + "1697", + "1698", + "1699", "1706", "1707", - "1717", - "1718", - "1719", + "1708", + "1709", + "1710", "1720", "1721", - "1726", - "1727", - "1728", + "1722", + "1723", + "1724", "1729", "1730", - "1738", - "1739", - "1740", + "1731", + "1732", + "1733", "1741", "1742", - "1758", - "1759", - "1760", + "1743", + "1744", + "1745", "1761", "1762", - "1770", - "1771", - "1772", + "1763", + "1764", + "1765", "1773", "1774", "1775", + "1776", "1777", - "1781", - "1815", - "1816", - "1817", + "1778", + "1780", + "1784", "1818", "1819", "1820", "1821", "1822", - "1847", - "1848", - "1849", + "1823", + "1824", + "1825", "1850", - "1864", - "1868", - "1877", - "1878", - "1879", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", "1881", - "1885", - "1891", - "1895", - "1908", - "1912", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", "1915", - "1916", - "1917", "1918", "1919", - "1931", - "1932", - "1933", + "1920", + "1921", + "1922", "1934", - "2033" + "1935", + "1936", + "1937", + "2036", + "2068" ], "location": { "end": { - "column": 52, - "line": 17 + "column": 29, + "line": 2 }, "start": { - "column": 14, - "line": 17 + "column": 22, + "line": 2 } } }, { - "id": "3779", + "id": "4378", "mutatorName": "StringLiteral", - "replacement": "\"\"", + "replacement": "\"Stryker was here!\"", "status": "Timeout", "static": true, + "killedBy": [], "coveredBy": [ "0", "1", @@ -227398,6 +227805,18 @@ "568", "569", "570", + "627", + "628", + "629", + "630", + "631", + "632", + "633", + "634", + "635", + "636", + "637", + "638", "639", "640", "641", @@ -227473,6 +227892,17 @@ "711", "712", "713", + "714", + "715", + "716", + "717", + "718", + "719", + "720", + "721", + "722", + "723", + "724", "725", "726", "727", @@ -227481,17 +227911,6 @@ "730", "731", "732", - "733", - "734", - "735", - "736", - "737", - "738", - "739", - "740", - "741", - "742", - "743", "744", "745", "746", @@ -227538,18 +227957,18 @@ "787", "788", "789", - "804", - "805", - "806", + "790", + "791", + "792", "807", "808", "809", "810", "811", "812", - "819", - "820", - "821", + "813", + "814", + "815", "822", "823", "824", @@ -227575,9 +227994,9 @@ "844", "845", "846", - "880", - "881", - "882", + "847", + "848", + "849", "883", "884", "885", @@ -227638,10 +228057,10 @@ "940", "941", "942", - "957", - "965", - "966", - "967", + "943", + "944", + "945", + "960", "968", "969", "970", @@ -227669,9 +228088,9 @@ "992", "993", "994", - "1003", - "1004", - "1005", + "995", + "996", + "997", "1006", "1007", "1008", @@ -227679,9 +228098,9 @@ "1010", "1011", "1012", - "1024", - "1025", - "1026", + "1013", + "1014", + "1015", "1027", "1028", "1029", @@ -227720,9 +228139,9 @@ "1062", "1063", "1064", - "1069", - "1070", - "1071", + "1065", + "1066", + "1067", "1072", "1073", "1074", @@ -227742,18 +228161,18 @@ "1088", "1089", "1090", - "1109", - "1110", - "1111", + "1091", + "1092", + "1093", "1112", "1113", "1114", "1115", "1116", "1117", - "1144", - "1145", - "1146", + "1118", + "1119", + "1120", "1147", "1148", "1149", @@ -227789,24 +228208,24 @@ "1179", "1180", "1181", - "1200", - "1201", - "1202", + "1182", + "1183", + "1184", "1203", "1204", "1205", "1206", "1207", "1208", - "1218", - "1219", - "1220", + "1209", + "1210", + "1211", "1221", "1222", "1223", - "1234", - "1235", - "1236", + "1224", + "1225", + "1226", "1237", "1238", "1239", @@ -227817,16 +228236,16 @@ "1244", "1245", "1246", + "1247", "1248", - "1255", - "1256", - "1257", + "1249", + "1251", "1258", "1259", "1260", - "1271", - "1272", - "1273", + "1261", + "1262", + "1263", "1274", "1275", "1276", @@ -227841,9 +228260,9 @@ "1285", "1286", "1287", - "1300", - "1301", - "1302", + "1288", + "1289", + "1290", "1303", "1304", "1305", @@ -227870,24 +228289,24 @@ "1326", "1327", "1328", - "1339", - "1340", - "1341", + "1329", + "1330", + "1331", "1342", "1343", "1344", "1345", - "1366", - "1367", - "1368", + "1346", + "1347", + "1348", "1369", "1370", "1371", "1372", "1373", - "1381", - "1382", - "1383", + "1374", + "1375", + "1376", "1384", "1385", "1386", @@ -227921,9 +228340,9 @@ "1414", "1415", "1416", - "1436", - "1437", - "1438", + "1417", + "1418", + "1419", "1439", "1440", "1441", @@ -227932,15 +228351,15 @@ "1444", "1445", "1446", - "1452", - "1453", - "1454", + "1447", + "1448", + "1449", "1455", "1456", "1457", - "1467", - "1468", - "1469", + "1458", + "1459", + "1460", "1470", "1471", "1472", @@ -227998,9 +228417,9 @@ "1524", "1525", "1526", - "1532", - "1533", - "1534", + "1527", + "1528", + "1529", "1535", "1536", "1537", @@ -228073,19 +228492,27 @@ "1604", "1605", "1606", - "1615", - "1616", - "1617", + "1607", + "1608", + "1609", "1618", "1619", "1620", "1621", "1622", "1623", - "1630", - "1654", - "1655", - "1656", + "1624", + "1625", + "1626", + "1633", + "1634", + "1635", + "1636", + "1637", + "1638", + "1639", + "1640", + "1641", "1657", "1658", "1659", @@ -228097,100 +228524,104 @@ "1665", "1666", "1667", - "1674", - "1675", - "1676", + "1668", + "1669", + "1670", "1677", "1678", "1679", - "1689", - "1690", - "1691", + "1680", + "1681", + "1682", "1692", "1693", "1694", "1695", "1696", - "1703", - "1704", - "1705", + "1697", + "1698", + "1699", "1706", "1707", - "1717", - "1718", - "1719", + "1708", + "1709", + "1710", "1720", "1721", - "1726", - "1727", - "1728", + "1722", + "1723", + "1724", "1729", "1730", - "1738", - "1739", - "1740", + "1731", + "1732", + "1733", "1741", "1742", - "1758", - "1759", - "1760", + "1743", + "1744", + "1745", "1761", "1762", - "1770", - "1771", - "1772", + "1763", + "1764", + "1765", "1773", "1774", "1775", + "1776", "1777", - "1781", - "1815", - "1816", - "1817", + "1778", + "1780", + "1784", "1818", "1819", "1820", "1821", "1822", - "1847", - "1848", - "1849", + "1823", + "1824", + "1825", "1850", - "1864", - "1868", - "1877", - "1878", - "1879", + "1851", + "1852", + "1853", + "1867", + "1871", + "1880", "1881", - "1885", - "1891", - "1895", - "1908", - "1912", + "1882", + "1884", + "1888", + "1894", + "1898", + "1911", "1915", - "1916", - "1917", "1918", "1919", - "1931", - "1932", - "1933", + "1920", + "1921", + "1922", "1934", - "2033" + "1935", + "1936", + "1937", + "2036", + "2068" ], "location": { "end": { - "column": 50, - "line": 17 + "column": 33, + "line": 2 }, "start": { - "column": 32, - "line": 17 + "column": 31, + "line": 2 } } } ], - "source": "import { createFetch } from \"ofetch\";\n\nimport { useWerewolvesAssistantApiError } from \"~/composables/api/error/useWerewolvesAssistantApiError\";\nimport { removeTrailingSlashes } from \"~/utils/url.utils\";\n\ntype UseWerewolvesAssistantApi = {\n fetchWerewolvesAssistantApi: typeof $fetch;\n};\n\nfunction useWerewolvesAssistantApi(): UseWerewolvesAssistantApi {\n const config = useRuntimeConfig();\n const { baseUrl } = config.public.werewolvesAssistantApi;\n const { handleWerewolvesAssistantApiError } = useWerewolvesAssistantApiError();\n\n const fetchWerewolvesAssistantApi = createFetch().create({\n baseURL: removeTrailingSlashes(baseUrl),\n headers: { \"Content-Type\": \"application/json\" },\n onResponseError: handleWerewolvesAssistantApiError,\n });\n\n return { fetchWerewolvesAssistantApi };\n}\n\nexport { useWerewolvesAssistantApi };" + "source": "function removeTrailingSlashes(url: string): string {\n return url.replace(/\\/+$/u, \"\");\n}\n\nexport { removeTrailingSlashes };" } }, "schemaVersion": "1.0", @@ -230911,70 +231342,151 @@ ], "source": "import { createTestingPinia } from \"@pinia/testing\";\nimport { createFakeCreateGameDto } from \"@tests/unit/utils/factories/composables/api/game/dto/create-game/create-game.dto.factory\";\nimport { createFakeMakeGamePlayDto } from \"@tests/unit/utils/factories/composables/api/game/dto/make-game-play/make-game-play.dto.factory\";\nimport { createFakeGameAdditionalCard } from \"@tests/unit/utils/factories/composables/api/game/game-additional-card/game-additional-card.factory\";\nimport type { mount } from \"@vue/test-utils\";\n\nimport { mountSuspendedComponent } from \"@tests/unit/utils/helpers/mount.helpers\";\nimport type { ComponentMountingOptions } from \"@vue/test-utils/dist/mount\";\nimport type { GameChooseCardPlaygroundAdditionalCardProps } from \"~/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseCardPlayground/GameChooseCardPlaygroundAdditionalCard/game-choose-card-playground-additional-card.types\";\nimport GameChooseCardPlaygroundAdditionalCard from \"~/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseCardPlayground/GameChooseCardPlaygroundAdditionalCard/GameChooseCardPlaygroundAdditionalCard.vue\";\nimport type RoleImage from \"~/components/shared/role/RoleImage/RoleImage.vue\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { useMakeGamePlayDtoStore } from \"~/stores/game/make-game-play-dto/useMakeGamePlayDtoStore\";\n\nconst hoistedMocks = vi.hoisted(() => ({\n useRolesStore: {\n getRoleSideForRoleName: vi.fn(),\n },\n}));\n\nvi.mock(\"~/stores/role/useRolesStore.ts\", () => ({\n useRolesStore: (): typeof hoistedMocks.useRolesStore => hoistedMocks.useRolesStore,\n}));\n\ndescribe(\"Game Choose Card Playground Additional Card Component\", () => {\n let wrapper: ReturnType>;\n const defaultCreateGameDto = createFakeCreateGameDto();\n const testingPinia = { initialState: { [StoreIds.CREATE_GAME_DTO]: { createGameDto: defaultCreateGameDto } } };\n\n const defaultProps: GameChooseCardPlaygroundAdditionalCardProps = {\n additionalCard: createFakeGameAdditionalCard({\n _id: \"1\",\n recipient: \"thief\",\n roleName: \"seer\",\n isUsed: false,\n }),\n };\n\n async function mountGameChooseCardPlaygroundAdditionalCardComponent(options: ComponentMountingOptions = {}):\n Promise>> {\n return mountSuspendedComponent(GameChooseCardPlaygroundAdditionalCard, {\n shallow: false,\n global: {\n plugins: [createTestingPinia(testingPinia)],\n },\n props: defaultProps,\n ...options,\n });\n }\n\n beforeEach(async() => {\n hoistedMocks.useRolesStore.getRoleSideForRoleName.mockReturnValue(\"villagers\");\n wrapper = await mountGameChooseCardPlaygroundAdditionalCardComponent();\n const makeGamePlayStore = useMakeGamePlayDtoStore();\n makeGamePlayStore.makeGamePlayDto = createFakeMakeGamePlayDto();\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Additional Card Button\", () => {\n it(\"should set base classes to button when card side is villagers.\", () => {\n const button = wrapper.find(\"#additional-card-button\");\n const expectedClasses = [\n \"border-4\",\n \"border-transparent\",\n \"flex\",\n \"flex-col\",\n \"glow:border-emerald-500\",\n \"h-52\",\n \"items-center\",\n \"me-2\",\n \"p-3\",\n \"rounded-lg\",\n ];\n\n expect(button.classes()).toStrictEqual(expectedClasses);\n });\n\n it(\"should set base classes to button when card side is werewolves.\", async() => {\n hoistedMocks.useRolesStore.getRoleSideForRoleName.mockReturnValue(\"werewolves\");\n wrapper = await mountGameChooseCardPlaygroundAdditionalCardComponent({\n props: {\n additionalCard: createFakeGameAdditionalCard({\n _id: \"1\",\n recipient: \"thief\",\n roleName: \"werewolf\",\n isUsed: false,\n }),\n },\n });\n const button = wrapper.find(\"#additional-card-button\");\n const expectedClasses = [\n \"border-4\",\n \"border-transparent\",\n \"flex\",\n \"flex-col\",\n \"glow:border-red-500\",\n \"h-52\",\n \"items-center\",\n \"me-2\",\n \"p-3\",\n \"rounded-lg\",\n ];\n\n expect(button.classes()).toStrictEqual(expectedClasses);\n });\n\n it(\"should set base classes plus selected class to button when card side is villagers and selected.\", async() => {\n wrapper = await mountGameChooseCardPlaygroundAdditionalCardComponent();\n const makeGamePlayStore = useMakeGamePlayDtoStore();\n makeGamePlayStore.makeGamePlayDto.chosenCardId = \"1\";\n await nextTick();\n const button = wrapper.find(\"#additional-card-button\");\n const expectedClasses = [\n \"border-4\",\n \"border-transparent\",\n \"flex\",\n \"flex-col\",\n \"glow:border-emerald-500\",\n \"h-52\",\n \"items-center\",\n \"me-2\",\n \"p-3\",\n \"rounded-lg\",\n \"!border-emerald-500\",\n ];\n\n expect(button.classes()).toStrictEqual(expectedClasses);\n });\n\n it(\"should set base classes plus selected class to button when card side is werewolves and selected.\", async() => {\n hoistedMocks.useRolesStore.getRoleSideForRoleName.mockReturnValue(\"werewolves\");\n wrapper = await mountGameChooseCardPlaygroundAdditionalCardComponent({\n props: {\n additionalCard: createFakeGameAdditionalCard({\n _id: \"1\",\n recipient: \"thief\",\n roleName: \"werewolf\",\n isUsed: false,\n }),\n },\n });\n const makeGamePlayStore = useMakeGamePlayDtoStore();\n makeGamePlayStore.makeGamePlayDto.chosenCardId = \"1\";\n await nextTick();\n const button = wrapper.find(\"#additional-card-button\");\n const expectedClasses = [\n \"border-4\",\n \"border-transparent\",\n \"flex\",\n \"flex-col\",\n \"glow:border-red-500\",\n \"h-52\",\n \"items-center\",\n \"me-2\",\n \"p-3\",\n \"rounded-lg\",\n \"!border-red-500\",\n ];\n\n expect(button.classes()).toStrictEqual(expectedClasses);\n });\n\n describe(\"Card Image\", () => {\n it(\"should set card image to seer when card role name is seer.\", () => {\n const roleImage = wrapper.findComponent(\"#additional-card-image\");\n\n expect(roleImage.props(\"roleName\")).toBe(\"seer\");\n });\n\n it(\"should set base classes to card image when card side is villagers.\", () => {\n const roleImage = wrapper.findComponent(\"#additional-card-image\");\n const expectedClasses = [\n \"border-4\",\n \"border-gray-800\",\n \"role-image\",\n \"rounded-lg\",\n \"h-[125px]\",\n \"w-[125px]\",\n \"glow:border-emerald-500\",\n \"mb-1\",\n ];\n\n expect(roleImage.classes()).toStrictEqual(expectedClasses);\n });\n\n it(\"should set base classes to card image when card side is werewolves.\", async() => {\n hoistedMocks.useRolesStore.getRoleSideForRoleName.mockReturnValue(\"werewolves\");\n wrapper = await mountGameChooseCardPlaygroundAdditionalCardComponent({\n props: {\n additionalCard: createFakeGameAdditionalCard({\n _id: \"1\",\n recipient: \"thief\",\n roleName: \"werewolf\",\n isUsed: false,\n }),\n },\n });\n const roleImage = wrapper.findComponent(\"#additional-card-image\");\n const expectedClasses = [\n \"border-4\",\n \"border-gray-800\",\n \"role-image\",\n \"rounded-lg\",\n \"h-[125px]\",\n \"w-[125px]\",\n \"glow:border-red-500\",\n \"mb-1\",\n ];\n\n expect(roleImage.classes()).toStrictEqual(expectedClasses);\n });\n\n it(\"should set base classes plus selected class to card image when card side is villagers and selected.\", async() => {\n wrapper = await mountGameChooseCardPlaygroundAdditionalCardComponent();\n const makeGamePlayStore = useMakeGamePlayDtoStore();\n makeGamePlayStore.makeGamePlayDto.chosenCardId = \"1\";\n await nextTick();\n const roleImage = wrapper.findComponent(\"#additional-card-image\");\n const expectedClasses = [\n \"border-4\",\n \"border-gray-800\",\n \"role-image\",\n \"rounded-lg\",\n \"h-[125px]\",\n \"w-[125px]\",\n \"glow:border-emerald-500\",\n \"mb-1\",\n \"!border-emerald-500\",\n ];\n\n expect(roleImage.classes()).toStrictEqual(expectedClasses);\n });\n\n it(\"should set base classes plus selected class to card image when card side is werewolves and selected.\", async() => {\n hoistedMocks.useRolesStore.getRoleSideForRoleName.mockReturnValue(\"werewolves\");\n wrapper = await mountGameChooseCardPlaygroundAdditionalCardComponent({\n props: {\n additionalCard: createFakeGameAdditionalCard({\n _id: \"1\",\n recipient: \"thief\",\n roleName: \"werewolf\",\n isUsed: false,\n }),\n },\n });\n const makeGamePlayStore = useMakeGamePlayDtoStore();\n makeGamePlayStore.makeGamePlayDto.chosenCardId = \"1\";\n await nextTick();\n const roleImage = wrapper.findComponent(\"#additional-card-image\");\n const expectedClasses = [\n \"border-4\",\n \"border-gray-800\",\n \"role-image\",\n \"rounded-lg\",\n \"h-[125px]\",\n \"w-[125px]\",\n \"glow:border-red-500\",\n \"mb-1\",\n \"!border-red-500\",\n ];\n\n expect(roleImage.classes()).toStrictEqual(expectedClasses);\n });\n });\n\n describe(\"Card Label\", () => {\n it(\"should translate card label to seer when card role name is seer.\", () => {\n const label = wrapper.find(\"#additional-card-role-label\");\n\n expect(label.text()).toBe(\"shared.role.name.seer\");\n });\n });\n\n describe(\"Emits\", () => {\n it(\"should emit click additional card event when button is clicked.\", async() => {\n const button = wrapper.find(\"#additional-card-button\");\n await button.trigger(\"click\");\n\n expect(wrapper.emitted(\"clickAdditionalCard\")).toBeTruthy();\n });\n });\n });\n});" }, - "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts": { + "tests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts": { "tests": [ { "id": "639", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component should match snapshot when rendered." + "name": "Game Lobby Player Input Component should match snapshot when rendered." }, { "id": "640", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option Icon should set sun icon to the option icon when phase is day." + "name": "Game Lobby Player Input Component Text input should set autofocus attribute when rendered." }, { "id": "641", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option Icon should set moon icon to the option icon when phase is night." + "name": "Game Lobby Player Input Component Text input should throw error when player name input is not defined in refs." }, { "id": "642", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option Icon should set text-day class to the option icon class when phase is day." + "name": "Game Lobby Player Input Component Text input should call focus method on player name input when focusOnPlayerNameInput method is called and not on touch device." }, { "id": "643", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option Icon should set text-night class to the option icon class when phase is night." + "name": "Game Lobby Player Input Component Text input should not call focus method on player name input when focusOnPlayerNameInput method is called and on touch device." }, { "id": "644", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should translate option label when rendered." + "name": "Game Lobby Player Input Component Text input should be prefilled when v-model value is not empty." }, { "id": "645", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should translate option description when phase is night and turn is 1." + "name": "Game Lobby Player Input Component Text input should be disabled when create game dto has reached max players." }, { "id": "646", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should translate option description when phase is day and turn is 3." + "name": "Game Lobby Player Input Component Text input should have invalid class when player name exists in game." }, { "id": "647", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should set model value of input to true when the phase is day." + "name": "Game Lobby Player Input Component Text input should not be disabled when create game dto has not reached max players." }, { "id": "648", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should set model value of input to false when the phase is night." + "name": "Game Lobby Player Input Component Text input should translate input label when rendered." }, { "id": "649", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should update the create game dto store when the option is toggled on day phase change." + "name": "Game Lobby Player Input Component Add button should be disabled when create game dto has reached max players." }, { "id": "650", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should update the create game dto store when the option is toggled on night phase change." + "name": "Game Lobby Player Input Component Add button should be disabled when one player name is same as input value." }, { "id": "651", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should translate election turn float label when rendered." + "name": "Game Lobby Player Input Component Add button should be disabled when one player name is same as input value even with some spaces around it." }, { "id": "652", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should update the create game dto store when the option is changed by the input number." + "name": "Game Lobby Player Input Component Add button should be enabled when input value is not empty and create game dto has not reached max players." }, { "id": "653", - "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should update the create game dto store when the option is changed by the slider." + "name": "Game Lobby Player Input Component Add button should translate button label when rendered." }, { "id": "654", + "name": "Game Lobby Player Input Component Help Text should translate max players reached help message when max players are reached in game." + }, + { + "id": "655", + "name": "Game Lobby Player Input Component Help Text should translate player name exists help message when player name exists in game." + }, + { + "id": "656", + "name": "Game Lobby Player Input Component Help Text should translate player name max length help message when player name is too long." + }, + { + "id": "657", + "name": "Game Lobby Player Input Component Help Text should translate basic help message when rendered." + } + ], + "source": "import { createFakeCreateGamePlayerDto } from \"@tests/unit/utils/factories/composables/api/game/dto/create-game/create-game-player/create-game-player.dto.factory\";\nimport { getError } from \"@tests/unit/utils/helpers/exception.helpers\";\nimport { mountSuspendedComponent } from \"@tests/unit/utils/helpers/mount.helpers\";\nimport type { mount } from \"@vue/test-utils\";\nimport type { ComponentMountingOptions } from \"@vue/test-utils/dist/mount\";\nimport type InputText from \"primevue/inputtext\";\nimport { expect } from \"vitest\";\nimport type { Ref } from \"vue\";\n\nimport type { GameLobbyPlayerInputProps } from \"~/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/game-lobby-player-input.types\";\nimport GameLobbyPlayerInput from \"~/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.vue\";\nimport { useCreateGameDtoStore } from \"~/stores/game/create-game-dto/useCreateGameDtoStore\";\n\nconst hoistedMocks = vi.hoisted(() => ({\n useDevice: { isOnTouchDevice: { value: false } },\n}));\n\nvi.mock(\"~/composables/misc/useDevice\", () => ({\n useDevice: (): typeof hoistedMocks.useDevice => hoistedMocks.useDevice,\n}));\n\ndescribe(\"Game Lobby Player Input Component\", () => {\n let wrapper: ReturnType>;\n const defaultProps: GameLobbyPlayerInputProps = { modelValue: \"\" };\n const defaultMountingOptions: ComponentMountingOptions = {\n props: defaultProps,\n global: {\n stubs: {\n InputGroup: false,\n FloatLabel: false,\n },\n },\n };\n\n async function mountGameLobbyPlayerInputComponent(options: ComponentMountingOptions = {}):\n Promise>> {\n return mountSuspendedComponent(GameLobbyPlayerInput, {\n ...defaultMountingOptions,\n ...options,\n });\n }\n\n beforeEach(async() => {\n hoistedMocks.useDevice.isOnTouchDevice = ref(false);\n wrapper = await mountGameLobbyPlayerInputComponent();\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Text input\", () => {\n it(\"should set autofocus attribute when rendered.\", () => {\n const input = wrapper.findComponent(\"#player-name-input\");\n\n expect(input.attributes(\"autofocus\")).toBe(\"true\");\n });\n\n it(\"should throw error when player name input is not defined in refs.\", async() => {\n (wrapper.vm.$root?.$refs.VTU_COMPONENT as { playerNameInput: Ref }).playerNameInput.value = null;\n await getError(() => (wrapper.vm as unknown as { focusOnPlayerNameInput: () => void }).focusOnPlayerNameInput());\n\n expect(createError).toHaveBeenCalledExactlyOnceWith(\"Player name input is not defined\");\n });\n\n it(\"should call focus method on player name input when focusOnPlayerNameInput method is called and not on touch device.\", () => {\n const input = wrapper.findComponent(\"#player-name-input\");\n const focusSpy = vi.spyOn(input.element, \"focus\");\n (wrapper.vm as unknown as { focusOnPlayerNameInput: () => void }).focusOnPlayerNameInput();\n\n expect(focusSpy).toHaveBeenCalledExactlyOnceWith();\n });\n\n it(\"should not call focus method on player name input when focusOnPlayerNameInput method is called and on touch device.\", async() => {\n hoistedMocks.useDevice.isOnTouchDevice = ref(true);\n wrapper = await mountGameLobbyPlayerInputComponent();\n const input = wrapper.findComponent(\"#player-name-input\");\n const focusSpy = vi.spyOn(input.element, \"focus\");\n (wrapper.vm as unknown as { focusOnPlayerNameInput: () => void }).focusOnPlayerNameInput();\n\n expect(focusSpy).not.toHaveBeenCalled();\n });\n\n it(\"should be prefilled when v-model value is not empty.\", async() => {\n wrapper = await mountSuspendedComponent(GameLobbyPlayerInput, {\n ...defaultMountingOptions,\n props: { modelValue: \"Player 1\" },\n });\n const input = wrapper.findComponent(\"#player-name-input\");\n\n expect(input.attributes(\"modelvalue\")).toBe(\"Player 1\");\n });\n\n it(\"should be disabled when create game dto has reached max players.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.players = Array.from({ length: 40 }, createFakeCreateGamePlayerDto);\n const input = wrapper.findComponent(\"#player-name-input\");\n await nextTick();\n\n expect(input.attributes(\"disabled\")).toBe(\"true\");\n });\n\n it(\"should have invalid class when player name exists in game.\", 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 ];\n const input = wrapper.findComponent(\"#player-name-input\");\n await input.setValue(\" Player 2 \");\n\n expect(input.classes(\"p-invalid\")).toBeTrue();\n });\n\n it(\"should not be disabled when create game dto has not reached max players.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.players = Array.from({ length: 39 }, createFakeCreateGamePlayerDto);\n const input = wrapper.findComponent(\"#player-name-input\");\n await nextTick();\n\n expect(input.attributes(\"disabled\")).toBe(\"false\");\n });\n\n it(\"should translate input label when rendered.\", () => {\n const label = wrapper.find(\"[for='player-name-input']\");\n\n expect(label.text()).toBe(\"Player name\");\n });\n });\n\n describe(\"Add button\", () => {\n it(\"should be disabled when create game dto has reached max players.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.players = Array.from({ length: 40 }, createFakeCreateGamePlayerDto);\n const button = wrapper.find(\"#add-player-button\");\n await nextTick();\n\n expect(button.attributes(\"disabled\")).toBe(\"true\");\n });\n\n it(\"should be disabled when one player name is same as input value.\", 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 ];\n const input = wrapper.findComponent(\"#player-name-input\");\n const button = wrapper.find(\"#add-player-button\");\n await input.setValue(\"Player 1\");\n\n expect(button.attributes(\"disabled\")).toBe(\"true\");\n });\n\n it(\"should be disabled when one player name is same as input value even with some spaces around it.\", 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 ];\n const input = wrapper.findComponent(\"#player-name-input\");\n const button = wrapper.find(\"#add-player-button\");\n await input.setValue(\" Player 1 \");\n\n expect(button.attributes(\"disabled\")).toBe(\"true\");\n });\n\n it(\"should be enabled when input value is not empty and create game dto has not reached max players.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.players = Array.from({ length: 39 }, createFakeCreateGamePlayerDto);\n const input = wrapper.findComponent(\"#player-name-input\");\n const button = wrapper.find(\"#add-player-button\");\n await input.setValue(\"Player 2\");\n\n expect(button.attributes(\"disabled\")).toBe(\"false\");\n });\n\n it(\"should translate button label when rendered.\", async() => {\n wrapper = await mountGameLobbyPlayerInputComponent({\n global: {\n stubs: {\n InputGroup: false,\n Button: false,\n FloatLabel: false,\n },\n },\n });\n const button = wrapper.find(\"#add-player-button\");\n\n expect(button.text()).toBe(\"Add\");\n });\n });\n\n describe(\"Help Text\", () => {\n it(\"should translate max players reached help message when max players are reached in game.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.players = Array.from({ length: 40 }, createFakeCreateGamePlayerDto);\n await nextTick();\n const helpText = wrapper.find(\"#player-name-input-help\");\n\n expect(helpText.text()).toBe(\"components.GameLobbyPlayerInput.maxPlayersReached\");\n });\n\n it(\"should translate player name exists help message when player name exists in game.\", 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 ];\n const input = wrapper.findComponent(\"#player-name-input\");\n await input.setValue(\"Player 2\");\n const helpText = wrapper.find(\"#player-name-input-help\");\n\n expect(helpText.text()).toBe(\"components.GameLobbyPlayerInput.playerNameIsAlreadyTaken\");\n });\n\n it(\"should translate player name max length help message when player name is too long.\", async() => {\n const input = wrapper.findComponent(\"#player-name-input\");\n await input.setValue(\" FrontLine incremental password \");\n const helpText = wrapper.find(\"#player-name-input-help\");\n\n expect(helpText.text()).toBe(\"components.GameLobbyPlayerInput.playerNameMaxLengthReached\");\n });\n\n it(\"should translate basic help message when rendered.\", async() => {\n const input = wrapper.findComponent(\"#player-name-input\");\n await input.setValue(\" Antoine \");\n const helpText = wrapper.find(\"#player-name-input-help\");\n\n expect(helpText.text()).toBe(\"components.GameLobbyPlayerInput.pleaseEnterPlayerName\");\n });\n });\n});" + }, + "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriffElection/GameLobbyOptionsHubRolesTabSheriffElection.nuxt.spec.ts": { + "tests": [ + { + "id": "658", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component should match snapshot when rendered." + }, + { + "id": "659", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option Icon should set sun icon to the option icon when phase is day." + }, + { + "id": "660", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option Icon should set moon icon to the option icon when phase is night." + }, + { + "id": "661", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option Icon should set text-day class to the option icon class when phase is day." + }, + { + "id": "662", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option Icon should set text-night class to the option icon class when phase is night." + }, + { + "id": "663", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should translate option label when rendered." + }, + { + "id": "664", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should translate option description when phase is night and turn is 1." + }, + { + "id": "665", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should translate option description when phase is day and turn is 3." + }, + { + "id": "666", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should set model value of input to true when the phase is day." + }, + { + "id": "667", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should set model value of input to false when the phase is night." + }, + { + "id": "668", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should update the create game dto store when the option is toggled on day phase change." + }, + { + "id": "669", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should update the create game dto store when the option is toggled on night phase change." + }, + { + "id": "670", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should translate election turn float label when rendered." + }, + { + "id": "671", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should update the create game dto store when the option is changed by the input number." + }, + { + "id": "672", + "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should update the create game dto store when the option is changed by the slider." + }, + { + "id": "673", "name": "Game Lobby Options Hub Roles Tab Sheriff Election Component Election time option should not update the create game dto store when the option is changed by the input number and the value is null." } ], @@ -230983,63 +231495,63 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPiedPiper/GameLobbyOptionsHubRolesTabPiedPiper.nuxt.spec.ts": { "tests": [ { - "id": "655", + "id": "674", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component should match snapshot when rendered." }, { - "id": "656", + "id": "675", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Charmed People count per night option should translate option label when rendered." }, { - "id": "657", + "id": "676", "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": "658", + "id": "677", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Charmed People count per night option should translate option float label when rendered." }, { - "id": "659", + "id": "678", "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": "660", + "id": "679", "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": "661", + "id": "680", "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": "662", + "id": "681", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Is powerless on Werewolves Side should translate option label when rendered." }, { - "id": "663", + "id": "682", "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": "664", + "id": "683", "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": "665", + "id": "684", "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." }, { - "id": "666", + "id": "685", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Are charmed people revealed should translate option label when rendered." }, { - "id": "667", + "id": "686", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Are charmed people revealed should translate option description when the option is activated." }, { - "id": "668", + "id": "687", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Are charmed people revealed should translate option description when the option is deactivated." }, { - "id": "669", + "id": "688", "name": "Game Lobby Options Hub Roles Tab Pied Piper Component Are charmed people revealed should update the create game dto store when the option is toggled." } ], @@ -231048,31 +231560,31 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameStartsEvent/GameStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "670", + "id": "689", "name": "Game Starts Event Component should match snapshot when rendered." }, { - "id": "671", + "id": "690", "name": "Game Starts Event Component Game Starts Event texts should have texts for the game starts event containing sheriff election when first action is sheriff election." }, { - "id": "672", + "id": "691", "name": "Game Starts Event Component Game Starts Event texts should have texts for the game starts event without sheriff election when first action is not sheriff election." }, { - "id": "673", + "id": "692", "name": "Game Starts Event Component Game Starts Event texts should have texts for the game starts event without sheriff election when there is no current play." }, { - "id": "674", + "id": "693", "name": "Game Starts Event Component Game Starts Event texts should have texts for the game starts event with composition hidden when composition is hidden in game options." }, { - "id": "675", + "id": "694", "name": "Game Starts Event Component Game Starts Event texts should have texts with special rules when special rules are present in game options." }, { - "id": "676", + "id": "695", "name": "Game Starts Event Component Game Starts Event texts Game Event Flipping Player Card should pass all players to the game event flipping player card component when rendered." } ], @@ -231081,47 +231593,47 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionBoundaries/GameLobbyRolePickerDescriptionBoundaries.nuxt.spec.ts": { "tests": [ { - "id": "677", + "id": "696", "name": "Game Lobby Role Picker Description Boundaries Component should match snapshot when rendered." }, { - "id": "678", + "id": "697", "name": "Game Lobby Role Picker Description Boundaries Component Role count should translate role count in create game dto when rendered." }, { - "id": "679", + "id": "698", "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": "680", + "id": "699", "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": "681", + "id": "700", "name": "Game Lobby Role Picker Description Boundaries Component Role Count in Additional Cards should render role count in additional cards when role is in additional cards." }, { - "id": "682", + "id": "701", "name": "Game Lobby Role Picker Description Boundaries Component Role Count in Additional Cards should not render role count in additional cards when role is not in additional cards." }, { - "id": "683", + "id": "702", "name": "Game Lobby Role Picker Description Boundaries Component Recommended min players should render recommended min players when role has recommended min players." }, { - "id": "684", + "id": "703", "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": "685", + "id": "704", "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": "686", + "id": "705", "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": "687", + "id": "706", "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." } ], @@ -231130,67 +231642,67 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSheriff/GameLobbyOptionsHubRolesTabSheriff.nuxt.spec.ts": { "tests": [ { - "id": "688", + "id": "707", "name": "Game Lobby Options Hub Roles Tab Sheriff Component should match snapshot when rendered." }, { - "id": "689", + "id": "708", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Option Legend should not set grayscale filter class to sheriff icon when sheriff is enabled." }, { - "id": "690", + "id": "709", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Option Legend should set grayscale filter class to sheriff icon when sheriff is disabled." }, { - "id": "691", + "id": "710", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Option Legend should translate legend when rendered." }, { - "id": "692", + "id": "711", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Is enabled option should translate option label when rendered." }, { - "id": "693", + "id": "712", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Is enabled option should translate option description when the option is activated." }, { - "id": "694", + "id": "713", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Is enabled option should translate option description when the option is deactivated." }, { - "id": "695", + "id": "714", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Is enabled option should update the create game dto store when the option is toggled." }, { - "id": "696", + "id": "715", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Must settle Votes options should translate option label when rendered." }, { - "id": "697", + "id": "716", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Must settle Votes options should translate option description when the option is activated." }, { - "id": "698", + "id": "717", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Must settle Votes options should translate option description when the option is deactivated." }, { - "id": "699", + "id": "718", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Must settle Votes options should update the create game dto store when the option is toggled." }, { - "id": "700", + "id": "719", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Has Doubled Vote option should translate option label when rendered." }, { - "id": "701", + "id": "720", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Has Doubled Vote option should translate option description when the option is activated." }, { - "id": "702", + "id": "721", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Has Doubled Vote option should translate option description when the option is deactivated." }, { - "id": "703", + "id": "722", "name": "Game Lobby Options Hub Roles Tab Sheriff Component Has Doubled Vote option should update the create game dto store when the option is toggled." } ], @@ -231199,43 +231711,43 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSheriffPromotionEvent/GameSheriffPromotionEvent.nuxt.spec.ts": { "tests": [ { - "id": "704", + "id": "723", "name": "Game Sheriff Promotion Event Component should match snapshot when rendered." }, { - "id": "705", + "id": "724", "name": "Game Sheriff Promotion Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "706", + "id": "725", "name": "Game Sheriff Promotion Event Component should play sheriff promotion effect when rendered." }, { - "id": "707", + "id": "726", "name": "Game Sheriff Promotion Event Component Sheriff Promotion Event Texts should pass sheriff promotion by old sheriff event texts when sheriff is defined and last game play action is delegate." }, { - "id": "708", + "id": "727", "name": "Game Sheriff Promotion Event Component Sheriff Promotion Event Texts should pass sheriff promotion by survivors event texts when sheriff is defined but last game play action is null." }, { - "id": "709", + "id": "728", "name": "Game Sheriff Promotion Event Component Sheriff Promotion Event Texts should pass sheriff promotion by survivors event texts when sheriff is defined and last game play action is elect sheriff." }, { - "id": "710", + "id": "729", "name": "Game Sheriff Promotion Event Component Sheriff Promotion Event Texts should pass can't find sheriff event text when sheriff is not defined." }, { - "id": "711", + "id": "730", "name": "Game Sheriff Promotion Event Component Game Event Flipping Card should pass sheriff player when sheriff is defined." }, { - "id": "712", + "id": "731", "name": "Game Sheriff Promotion Event Component Game Event Flipping Card should not render flipping card when there are no players in event." }, { - "id": "713", + "id": "732", "name": "Game Sheriff Promotion Event Component Game Event Flipping Card should not render flipping card when players are undefined in event." } ], @@ -231244,47 +231756,47 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogContent.nuxt.spec.ts": { "tests": [ { - "id": "714", + "id": "733", "name": "Game Lobby Start Game Confirm Dialog Content Component should match snapshot when rendered." }, { - "id": "715", + "id": "734", "name": "Game Lobby Start Game Confirm Dialog Content Component Confirm Step Component should render player positioned confirm step component when current confirm step is players-positioned." }, { - "id": "716", + "id": "735", "name": "Game Lobby Start Game Confirm Dialog Content Component Confirm Step Component should render players ready confirm step component when current confirm step is players-ready." }, { - "id": "717", + "id": "736", "name": "Game Lobby Start Game Confirm Dialog Content Component Confirm Step Component should render thief additional cards placed component when current confirm step is thief-additional-cards-placed." }, { - "id": "718", + "id": "737", "name": "Game Lobby Start Game Confirm Dialog Content Component Confirm Step Component should render actor additional cards placed component when current confirm step is actor-additional-cards-placed." }, { - "id": "719", + "id": "738", "name": "Game Lobby Start Game Confirm Dialog Content Component Confirm Step Component should render game options changed component when current confirm step is game-options-changed." }, { - "id": "720", + "id": "739", "name": "Game Lobby Start Game Confirm Dialog Content Component Confirm Step Component should emit confirm step event when component emits confirm step event." }, { - "id": "721", + "id": "740", "name": "Game Lobby Start Game Confirm Dialog Content Component Confirm Step Component should emit reject players position step event when component emits reject step event." }, { - "id": "722", + "id": "741", "name": "Game Lobby Start Game Confirm Dialog Content Component Confirm Step Component should emit reject thief additional cards placed step event when component emits same event." }, { - "id": "723", + "id": "742", "name": "Game Lobby Start Game Confirm Dialog Content Component Confirm Step Component should emit reject actor additional cards placed step event when component emits same event." }, { - "id": "724", + "id": "743", "name": "Game Lobby Start Game Confirm Dialog Content Component Confirm Step Component should emit reject game options changed step event when component emits same event." } ], @@ -231293,55 +231805,55 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSurvivorsTurnStartsEvent/GameSurvivorsTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "725", + "id": "744", "name": "Game Survivors Turn Starts Event Component should match snapshot when rendered." }, { - "id": "726", + "id": "745", "name": "Game Survivors Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "727", + "id": "746", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should not display any texts when the…'" }, { - "id": "728", + "id": "747", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should display sheriff election texts…'" }, { - "id": "729", + "id": "748", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should display sheriff election with …'" }, { - "id": "730", + "id": "749", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should display voting texts for class…'" }, { - "id": "731", + "id": "750", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should display voting texts for angel…'" }, { - "id": "732", + "id": "751", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should display voting texts for stutt…'" }, { - "id": "733", + "id": "752", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should display voting texts when ther…'" }, { - "id": "734", + "id": "753", "name": "Game Survivors Turn Starts Event Component Game Event Texts 'should display bury dead bodies texts…'" }, { - "id": "735", + "id": "754", "name": "Game Survivors Turn Starts Event Component Sound Effect 'should play dramatic drums sound effe…'" }, { - "id": "736", + "id": "755", "name": "Game Survivors Turn Starts Event Component Sound Effect 'should play dramatic drums and angeli…'" }, { - "id": "737", + "id": "756", "name": "Game Survivors Turn Starts Event Component Sound Effect 'should play dramatic drums and gavel …'" } ], @@ -231350,39 +231862,39 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameThiefMayHaveChosenCardEvent/GameThiefMayHaveChosenCardEvent.nuxt.spec.ts": { "tests": [ { - "id": "738", + "id": "757", "name": "Game Thief May Have Chosen Card Event Component should match snapshot when rendered." }, { - "id": "739", + "id": "758", "name": "Game Thief May Have Chosen Card Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "740", + "id": "759", "name": "Game Thief May Have Chosen Card Event Component Sound Effect should play evil laugh sound effect when rendered." }, { - "id": "741", + "id": "760", "name": "Game Thief May Have Chosen Card Event Component Game Event Texts should pass can't find thief player text when thief player is not found." }, { - "id": "742", + "id": "761", "name": "Game Thief May Have Chosen Card Event Component Game Event Texts should pass thief revealed card texts with revealed card when option is activated and thief has chosen a card." }, { - "id": "743", + "id": "762", "name": "Game Thief May Have Chosen Card Event Component Game Event Texts should pass thief has not chosen card text when option is activated and thief has not chosen a card." }, { - "id": "744", + "id": "763", "name": "Game Thief May Have Chosen Card Event Component Game Event Texts should pass thief may have chosen card texts when chosen card is not revealed." }, { - "id": "745", + "id": "764", "name": "Game Thief May Have Chosen Card Event Component Game Event Texts Flipping Card should set svg icon path to undefined when chosen card is undefined." }, { - "id": "746", + "id": "765", "name": "Game Thief May Have Chosen Card Event Component Game Event Texts Flipping Card should set svg icon path to thief role svg icon path when chosen card is defined." } ], @@ -231391,51 +231903,51 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderSetupButtons.nuxt.spec.ts": { "tests": [ { - "id": "747", + "id": "766", "name": "Game Lobby Header Setup Buttons Component should match snapshot when rendered." }, { - "id": "748", + "id": "767", "name": "Game Lobby Header Setup Buttons Component Options Button should emit 'gameOptionsButtonClick' event when clicked." }, { - "id": "749", + "id": "768", "name": "Game Lobby Header Setup Buttons Component Options Button should throw error when highlightOptionsButton method is called but component is not defined." }, { - "id": "750", + "id": "769", "name": "Game Lobby Header Setup Buttons Component Options Button should highlight options button when method is called from parent component." }, { - "id": "751", + "id": "770", "name": "Game Lobby Header Setup Buttons Component Position Coordinator should not render position coordinator button when there are not enough players in game." }, { - "id": "752", + "id": "771", "name": "Game Lobby Header Setup Buttons Component Position Coordinator should emit 'positionCoordinatorButtonClick' event when clicked." }, { - "id": "753", + "id": "772", "name": "Game Lobby Header Setup Buttons Component Position Coordinator should throw error when highlightPositionCoordinatorButton method is called but component is not defined." }, { - "id": "754", + "id": "773", "name": "Game Lobby Header Setup Buttons Component Position Coordinator should highlight position coordinator button when method is called from parent component." }, { - "id": "755", + "id": "774", "name": "Game Lobby Header Setup Buttons Component Additional Cards Manager Button should not render additional cards manager button when there are no thief not actor." }, { - "id": "756", + "id": "775", "name": "Game Lobby Header Setup Buttons Component Additional Cards Manager Button should emit 'additionalCardsManagerButtonClick' event when clicked." }, { - "id": "757", + "id": "776", "name": "Game Lobby Header Setup Buttons Component Additional Cards Manager Button should throw error when highlightAdditionalCardsManagerButton method is called but component is not defined." }, { - "id": "758", + "id": "777", "name": "Game Lobby Header Setup Buttons Component Additional Cards Manager Button should highlight additional cards manager button when method is called from parent component." } ], @@ -231444,193 +231956,124 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "759", + "id": "778", "name": "Game Phase Starts Event Component should match snapshot when rendered." }, { - "id": "760", + "id": "779", "name": "Game Phase Starts Event Component should match snapshot without shallow rendering when rendered for night falling." }, { - "id": "761", + "id": "780", "name": "Game Phase Starts Event Component should match snapshot without shallow rendering when rendered for day rising." }, { - "id": "762", + "id": "781", "name": "Game Phase Starts Event Component Game Phase Event Texts should pass day rises texts when new game phase is day." }, { - "id": "763", + "id": "782", "name": "Game Phase Starts Event Component Game Phase Event Texts should pass night falls texts when new game phase is night." }, { - "id": "764", + "id": "783", "name": "Game Phase Starts Event Component Phase transition Day to Night Transition should initially render day lottie when new game phase is night." }, { - "id": "765", + "id": "784", "name": "Game Phase Starts Event Component Phase transition Day to Night Transition should initially set day lottie height and width when new game phase is night." }, { - "id": "766", + "id": "785", "name": "Game Phase Starts Event Component Phase transition Day to Night Transition should transition to night lottie when new game phase is night." }, { - "id": "767", + "id": "786", "name": "Game Phase Starts Event Component Phase transition Day to Night Transition should play night sound effect when new game phase is night." }, { - "id": "768", + "id": "787", "name": "Game Phase Starts Event Component Phase transition Night to Day Transition should initially render night lottie when new game phase is day." }, { - "id": "769", + "id": "788", "name": "Game Phase Starts Event Component Phase transition Night to Day Transition should initially set night lottie height and width when new game phase is day." }, { - "id": "770", + "id": "789", "name": "Game Phase Starts Event Component Phase transition Night to Day Transition should transition to day lottie when new game phase is day." }, { - "id": "771", + "id": "790", "name": "Game Phase Starts Event Component Phase transition Night to Day Transition should play day sound effect when new game phase is day." }, { - "id": "772", + "id": "791", "name": "Game Phase Starts Event Component Phase transition should set timeout to transition phase when rendered." }, { - "id": "773", + "id": "792", "name": "Game Phase Starts Event Component Phase transition should render any phase lottie when new game phase is not day or night." } ], "source": "import { createTestingPinia } from \"@pinia/testing\";\nimport type { mount } from \"@vue/test-utils\";\nimport type { ComponentMountingOptions } from \"@vue/test-utils/dist/mount\";\nimport GamePhaseStartsEvent from \"~/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePhaseStartsEvent/GamePhaseStartsEvent.vue\";\nimport type GameEventWithTexts from \"~/components/shared/game/game-event/GameEventWithTexts/GameEventWithTexts.vue\";\nimport GameDayPhaseLottie from \"~/components/shared/game/game-phase/GamePhaseLottie/GameDayPhaseLottie/GameDayPhaseLottie.vue\";\nimport GameNightPhaseLottie from \"~/components/shared/game/game-phase/GamePhaseLottie/GameNightPhaseLottie/GameNightPhaseLottie.vue\";\nimport type { GamePhaseName } from \"~/composables/api/game/types/game-phase/game-phase.types\";\nimport { useAudioStore } from \"~/stores/audio/useAudioStore\";\nimport { StoreIds } from \"~/stores/enums/store.enum\";\nimport { useGameStore } from \"~/stores/game/useGameStore\";\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\";\n\nimport { mountSuspendedComponent } from \"@tests/unit/utils/helpers/mount.helpers\";\n\ndescribe(\"Game Phase Starts Event Component\", () => {\n let wrapper: ReturnType>;\n const testingPinia = {\n initialState: {\n [StoreIds.GAME]: {\n game: createFakeGame({\n phase: createFakeGamePhase({\n tick: 1,\n name: \"night\",\n }),\n }),\n },\n },\n };\n\n async function mountGamePhaseStartsEventComponent(options: ComponentMountingOptions = {}):\n Promise>> {\n return mountSuspendedComponent(GamePhaseStartsEvent, {\n global: { plugins: [createTestingPinia(testingPinia)] },\n ...options,\n });\n }\n\n beforeEach(async() => {\n wrapper = await mountGamePhaseStartsEventComponent();\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 without shallow rendering when rendered for night falling.\", async() => {\n wrapper = await mountGamePhaseStartsEventComponent({ shallow: false });\n\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n it(\"should match snapshot without shallow rendering when rendered for day rising.\", async() => {\n wrapper = await mountGamePhaseStartsEventComponent({\n shallow: false,\n global: {\n plugins: [\n createTestingPinia({\n initialState: {\n [StoreIds.GAME]: {\n game: createFakeGame({\n phase: createFakeGamePhase({\n tick: 1,\n name: \"day\",\n }),\n }),\n },\n },\n }),\n ],\n },\n });\n\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Game Phase Event Texts\", () => {\n it(\"should pass day rises texts when new game phase is day.\", async() => {\n const gameStore = useGameStore();\n gameStore.game.phase.name = \"day\";\n await nextTick();\n const expectedTexts: string[] = [\"components.GamePhaseStartsEvent.dayRises\"];\n const expectedTextsAsString = expectedTexts.join(\",\");\n const gameEventWithTextsComponent = wrapper.findComponent(\"#game-phase-starts-event\");\n\n expect(gameEventWithTextsComponent.attributes(\"texts\")).toBe(expectedTextsAsString);\n });\n\n it(\"should pass night falls texts when new game phase is night.\", async() => {\n const gameStore = useGameStore();\n gameStore.game.phase.name = \"night\";\n await nextTick();\n const expectedTexts: string[] = [\"components.GamePhaseStartsEvent.nightFalls\"];\n const expectedTextsAsString = expectedTexts.join(\",\");\n const gameEventWithTextsComponent = wrapper.findComponent(\"#game-phase-starts-event\");\n\n expect(gameEventWithTextsComponent.attributes(\"texts\")).toBe(expectedTextsAsString);\n });\n });\n\n describe(\"Phase transition\", () => {\n describe(\"Day to Night Transition\", () => {\n beforeEach(async() => {\n wrapper = await mountGamePhaseStartsEventComponent({\n global: {\n plugins: [createTestingPinia(testingPinia)],\n stubs: { GameEventWithTexts: false },\n },\n });\n });\n\n it(\"should initially render day lottie when new game phase is night.\", () => {\n const gameDayPhaseLottieComponent = wrapper.findComponent(GameDayPhaseLottie);\n\n expect(gameDayPhaseLottieComponent.exists()).toBeTruthy();\n });\n\n it(\"should initially set day lottie height and width when new game phase is night.\", () => {\n const gameDayPhaseLottieComponent = wrapper.findComponent(GameDayPhaseLottie);\n\n expect(gameDayPhaseLottieComponent.props(\"height\")).toBe(\"250px\");\n expect(gameDayPhaseLottieComponent.props(\"width\")).toBe(\"250px\");\n });\n\n it(\"should transition to night lottie when new game phase is night.\", async() => {\n (wrapper.vm as unknown as { triggerPhaseTransition: () => void }).triggerPhaseTransition();\n await nextTick();\n const gameNightPhaseLottieComponent = wrapper.findComponent(GameNightPhaseLottie);\n\n expect(gameNightPhaseLottieComponent.exists()).toBeTruthy();\n });\n\n it(\"should play night sound effect when new game phase is night.\", () => {\n const audioStore = useAudioStore();\n\n expect(audioStore.playSoundEffect).toHaveBeenCalledExactlyOnceWith(\"supernatural-mood\");\n });\n });\n\n describe(\"Night to Day Transition\", () => {\n beforeEach(async() => {\n wrapper = await mountGamePhaseStartsEventComponent({\n global: {\n plugins: [\n createTestingPinia({\n initialState: {\n [StoreIds.GAME]: {\n game: createFakeGame({\n phase: createFakeGamePhase({\n tick: 1,\n name: \"day\",\n }),\n }),\n },\n },\n }),\n ],\n stubs: { GameEventWithTexts: false },\n },\n });\n });\n\n it(\"should initially render night lottie when new game phase is day.\", () => {\n const gameNightPhaseLottieComponent = wrapper.findComponent(GameNightPhaseLottie);\n\n expect(gameNightPhaseLottieComponent.exists()).toBeTruthy();\n });\n\n it(\"should initially set night lottie height and width when new game phase is day.\", () => {\n const gameNightPhaseLottieComponent = wrapper.findComponent(GameNightPhaseLottie);\n\n expect(gameNightPhaseLottieComponent.props(\"height\")).toBe(\"200px\");\n expect(gameNightPhaseLottieComponent.props(\"width\")).toBe(\"200px\");\n });\n\n it(\"should transition to day lottie when new game phase is day.\", async() => {\n (wrapper.vm as unknown as { triggerPhaseTransition: () => void }).triggerPhaseTransition();\n await nextTick();\n const gameDayPhaseLottieComponent = wrapper.findComponent(GameDayPhaseLottie);\n\n expect(gameDayPhaseLottieComponent.exists()).toBeTruthy();\n });\n\n it(\"should play day sound effect when new game phase is day.\", () => {\n const audioStore = useAudioStore();\n\n expect(audioStore.playSoundEffect).toHaveBeenCalledExactlyOnceWith(\"cocorico\");\n });\n });\n\n it(\"should set timeout to transition phase when rendered.\", async() => {\n const setTimeoutSpy = vi.spyOn(window, \"setTimeout\");\n wrapper = await mountGamePhaseStartsEventComponent();\n await nextTick();\n\n expect(setTimeoutSpy).toHaveBeenCalledExactlyOnceWith(expect.any(Function), 750);\n });\n\n it(\"should render any phase lottie when new game phase is not day or night.\", async() => {\n const gameStore = useGameStore();\n gameStore.game.phase.name = \"twilight\" as GamePhaseName;\n await nextTick();\n const gameDayPhaseLottieComponent = wrapper.findComponent(GameDayPhaseLottie);\n const gameNightPhaseLottieComponent = wrapper.findComponent(GameNightPhaseLottie);\n\n expect(gameDayPhaseLottieComponent.exists()).toBeFalsy();\n expect(gameNightPhaseLottieComponent.exists()).toBeFalsy();\n });\n });\n});" }, - "tests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts": { - "tests": [ - { - "id": "774", - "name": "Game Lobby Player Input Component should match snapshot when rendered." - }, - { - "id": "775", - "name": "Game Lobby Player Input Component Text input should set autofocus attribute when rendered." - }, - { - "id": "776", - "name": "Game Lobby Player Input Component Text input should be prefilled when v-model value is not empty." - }, - { - "id": "777", - "name": "Game Lobby Player Input Component Text input should be disabled when create game dto has reached max players." - }, - { - "id": "778", - "name": "Game Lobby Player Input Component Text input should have invalid class when player name exists in game." - }, - { - "id": "779", - "name": "Game Lobby Player Input Component Text input should not be disabled when create game dto has not reached max players." - }, - { - "id": "780", - "name": "Game Lobby Player Input Component Text input should translate input label when rendered." - }, - { - "id": "781", - "name": "Game Lobby Player Input Component Add button should be disabled when create game dto has reached max players." - }, - { - "id": "782", - "name": "Game Lobby Player Input Component Add button should be disabled when one player name is same as input value." - }, - { - "id": "783", - "name": "Game Lobby Player Input Component Add button should be disabled when one player name is same as input value even with some spaces around it." - }, - { - "id": "784", - "name": "Game Lobby Player Input Component Add button should be enabled when input value is not empty and create game dto has not reached max players." - }, - { - "id": "785", - "name": "Game Lobby Player Input Component Add button should translate button label when rendered." - }, - { - "id": "786", - "name": "Game Lobby Player Input Component Help Text should translate max players reached help message when max players are reached in game." - }, - { - "id": "787", - "name": "Game Lobby Player Input Component Help Text should translate player name exists help message when player name exists in game." - }, - { - "id": "788", - "name": "Game Lobby Player Input Component Help Text should translate player name max length help message when player name is too long." - }, - { - "id": "789", - "name": "Game Lobby Player Input Component Help Text should translate basic help message when rendered." - } - ], - "source": "import type { mount } from \"@vue/test-utils\";\nimport type { ComponentMountingOptions } from \"@vue/test-utils/dist/mount\";\nimport type InputText from \"primevue/inputtext\";\n\nimport type { GameLobbyPlayerInputProps } from \"~/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/game-lobby-player-input.types\";\nimport GameLobbyPlayerInput from \"~/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.vue\";\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\";\n\ndescribe(\"Game Lobby Player Input Component\", () => {\n let wrapper: ReturnType>;\n const defaultProps: GameLobbyPlayerInputProps = { modelValue: \"\" };\n const defaultMountingOptions: ComponentMountingOptions = {\n props: defaultProps,\n global: {\n stubs: {\n InputGroup: false,\n FloatLabel: false,\n },\n },\n };\n\n beforeEach(async() => {\n wrapper = await mountSuspendedComponent(GameLobbyPlayerInput, defaultMountingOptions);\n });\n\n it(\"should match snapshot when rendered.\", () => {\n expect(wrapper).toBeTruthy();\n expect(wrapper.html()).toMatchSnapshot();\n });\n\n describe(\"Text input\", () => {\n it(\"should set autofocus attribute when rendered.\", () => {\n const input = wrapper.findComponent(\"#player-name-input\");\n\n expect(input.attributes(\"autofocus\")).toBe(\"true\");\n });\n\n it(\"should be prefilled when v-model value is not empty.\", async() => {\n wrapper = await mountSuspendedComponent(GameLobbyPlayerInput, {\n ...defaultMountingOptions,\n props: { modelValue: \"Player 1\" },\n });\n const input = wrapper.findComponent(\"#player-name-input\");\n\n expect(input.attributes(\"modelvalue\")).toBe(\"Player 1\");\n });\n\n it(\"should be disabled when create game dto has reached max players.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.players = Array.from({ length: 40 }, createFakeCreateGamePlayerDto);\n const input = wrapper.findComponent(\"#player-name-input\");\n await nextTick();\n\n expect(input.attributes(\"disabled\")).toBe(\"true\");\n });\n\n it(\"should have invalid class when player name exists in game.\", 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 ];\n const input = wrapper.findComponent(\"#player-name-input\");\n await input.setValue(\" Player 2 \");\n\n expect(input.classes(\"p-invalid\")).toBeTrue();\n });\n\n it(\"should not be disabled when create game dto has not reached max players.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.players = Array.from({ length: 39 }, createFakeCreateGamePlayerDto);\n const input = wrapper.findComponent(\"#player-name-input\");\n await nextTick();\n\n expect(input.attributes(\"disabled\")).toBe(\"false\");\n });\n\n it(\"should translate input label when rendered.\", () => {\n const label = wrapper.find(\"[for='player-name-input']\");\n\n expect(label.text()).toBe(\"Player name\");\n });\n });\n\n describe(\"Add button\", () => {\n it(\"should be disabled when create game dto has reached max players.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.players = Array.from({ length: 40 }, createFakeCreateGamePlayerDto);\n const button = wrapper.find(\"#add-player-button\");\n await nextTick();\n\n expect(button.attributes(\"disabled\")).toBe(\"true\");\n });\n\n it(\"should be disabled when one player name is same as input value.\", 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 ];\n const input = wrapper.findComponent(\"#player-name-input\");\n const button = wrapper.find(\"#add-player-button\");\n await input.setValue(\"Player 1\");\n\n expect(button.attributes(\"disabled\")).toBe(\"true\");\n });\n\n it(\"should be disabled when one player name is same as input value even with some spaces around it.\", 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 ];\n const input = wrapper.findComponent(\"#player-name-input\");\n const button = wrapper.find(\"#add-player-button\");\n await input.setValue(\" Player 1 \");\n\n expect(button.attributes(\"disabled\")).toBe(\"true\");\n });\n\n it(\"should be enabled when input value is not empty and create game dto has not reached max players.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.players = Array.from({ length: 39 }, createFakeCreateGamePlayerDto);\n const input = wrapper.findComponent(\"#player-name-input\");\n const button = wrapper.find(\"#add-player-button\");\n await input.setValue(\"Player 2\");\n\n expect(button.attributes(\"disabled\")).toBe(\"false\");\n });\n\n it(\"should translate button label when rendered.\", async() => {\n wrapper = await mountSuspendedComponent(GameLobbyPlayerInput, {\n ...defaultMountingOptions,\n global: {\n stubs: {\n InputGroup: false,\n Button: false,\n },\n },\n });\n const button = wrapper.find(\"#add-player-button\");\n\n expect(button.text()).toBe(\"Add\");\n });\n });\n\n describe(\"Help Text\", () => {\n it(\"should translate max players reached help message when max players are reached in game.\", async() => {\n const createGameDtoStore = useCreateGameDtoStore();\n createGameDtoStore.createGameDto.players = Array.from({ length: 40 }, createFakeCreateGamePlayerDto);\n await nextTick();\n const helpText = wrapper.find(\"#player-name-input-help\");\n\n expect(helpText.text()).toBe(\"components.GameLobbyPlayerInput.maxPlayersReached\");\n });\n\n it(\"should translate player name exists help message when player name exists in game.\", 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 ];\n const input = wrapper.findComponent(\"#player-name-input\");\n await input.setValue(\"Player 2\");\n const helpText = wrapper.find(\"#player-name-input-help\");\n\n expect(helpText.text()).toBe(\"components.GameLobbyPlayerInput.playerNameIsAlreadyTaken\");\n });\n\n it(\"should translate player name max length help message when player name is too long.\", async() => {\n const input = wrapper.findComponent(\"#player-name-input\");\n await input.setValue(\" FrontLine incremental password \");\n const helpText = wrapper.find(\"#player-name-input-help\");\n\n expect(helpText.text()).toBe(\"components.GameLobbyPlayerInput.playerNameMaxLengthReached\");\n });\n\n it(\"should translate basic help message when rendered.\", async() => {\n const input = wrapper.findComponent(\"#player-name-input\");\n await input.setValue(\" Antoine \");\n const helpText = wrapper.find(\"#player-name-input-help\");\n\n expect(helpText.text()).toBe(\"components.GameLobbyPlayerInput.pleaseEnterPlayerName\");\n });\n });\n});" - }, "tests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePicker.nuxt.spec.ts": { "tests": [ { - "id": "790", + "id": "793", "name": "Game Lobby Role Picker Component should match snapshot when rendered." }, { - "id": "791", + "id": "794", "name": "Game Lobby Role Picker Component Dialog not open should set dialog to invisible when rendered." }, { - "id": "792", + "id": "795", "name": "Game Lobby Role Picker Component Dialog not open Game Lobby Role Picker Header should not render game lobby role picker header when player is not defined." }, { - "id": "793", + "id": "796", "name": "Game Lobby Role Picker Component Dialog not open Game Lobby Role Picker Content should not render game lobby role picker content when player is not defined." }, { - "id": "794", + "id": "797", "name": "Game Lobby Role Picker Component Dialog not open Game Lobby Role Picker Footer should not render game lobby role picker footer when player is not defined." }, { - "id": "795", + "id": "798", "name": "Game Lobby Role Picker Component Dialog open should set dialog to visible when freshly opened." }, { - "id": "796", + "id": "799", "name": "Game Lobby Role Picker Component Dialog open Game Lobby Role Picker Header should render game lobby role picker header when player is defined." }, { - "id": "797", + "id": "800", "name": "Game Lobby Role Picker Component Dialog open Game Lobby Role Picker Header should pass player to game lobby role picker header when freshly opened." }, { - "id": "798", + "id": "801", "name": "Game Lobby Role Picker Component Dialog open Game Lobby Role Picker Content should render game lobby role picker content when player is defined." }, { - "id": "799", + "id": "802", "name": "Game Lobby Role Picker Component Dialog open Game Lobby Role Picker Content should pass an undefined picked role to game lobby role picker description when freshly opened." }, { - "id": "800", + "id": "803", "name": "Game Lobby Role Picker Component Dialog open Game Lobby Role Picker Content should pick role when game lobby role picker grid emits role pick event." }, { - "id": "801", + "id": "804", "name": "Game Lobby Role Picker Component Dialog open Game Lobby Role Picker Footer should render game lobby role picker footer when player is defined." }, { - "id": "802", + "id": "805", "name": "Game Lobby Role Picker Component Dialog open Game Lobby Role Picker Footer should pass player to game lobby role picker footer when freshly opened." }, { - "id": "803", + "id": "806", "name": "Game Lobby Role Picker Component Dialog open Game Lobby Role Picker Footer should close dialog when game lobby role picker footer emits player update event." } ], @@ -231639,39 +232082,39 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameFoxMayHaveSniffedEvent/GameFoxMayHaveSniffedEvent.nuxt.spec.ts": { "tests": [ { - "id": "804", + "id": "807", "name": "Game Fox May Have Sniffed Event Component should match snapshot when rendered." }, { - "id": "805", + "id": "808", "name": "Game Fox May Have Sniffed Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "806", + "id": "809", "name": "Game Fox May Have Sniffed Event Component should play fox sniffing sound when rendered." }, { - "id": "807", + "id": "810", "name": "Game Fox May Have Sniffed Event Component Game Play Event Texts should pass default texts with game master thumb up and powerless disclaimer when fox have sniffed targets with werewolf and game options are default." }, { - "id": "808", + "id": "811", "name": "Game Fox May Have Sniffed Event Component Game Play Event Texts should pass default texts with game master thumb down and powerless disclaimer when fox have sniffed targets without werewolf and game options are default." }, { - "id": "809", + "id": "812", "name": "Game Fox May Have Sniffed Event Component Game Play Event Texts should pass default texts without powerless disclaimer when fox have sniffed targets with werewolf and game options disabled fox powerless if misses." }, { - "id": "810", + "id": "813", "name": "Game Fox May Have Sniffed Event Component Game Play Event Texts should pass default texts without game master thumb when fox skipped its turn." }, { - "id": "811", + "id": "814", "name": "Game Fox May Have Sniffed Event Component Flipping Player Card should pass werewolves svg icon path when there are werewolves in the group." }, { - "id": "812", + "id": "815", "name": "Game Fox May Have Sniffed Event Component Flipping Player Card should pass question mark svg icon path when there are no werewolves in the group." } ], @@ -231680,27 +232123,27 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordDecision/GameOverHistoryRecordDecisionBuriedPlayers/GameOverHistoryRecordDecisionBuriedPlayers.nuxt.spec.ts": { "tests": [ { - "id": "813", + "id": "816", "name": "Game Over History Record Decision Buried Players Component should match snapshot when rendered." }, { - "id": "814", + "id": "817", "name": "Game Over History Record Decision Buried Players Component Buried Players should display the truncated list of buried players when rendered." }, { - "id": "815", + "id": "818", "name": "Game Over History Record Decision Buried Players Component Buried Players should display all buried players when there are less than 4 buried players." }, { - "id": "816", + "id": "819", "name": "Game Over History Record Decision Buried Players Component Buried Players should display no buried players when there are no interactions." }, { - "id": "817", + "id": "820", "name": "Game Over History Record Decision Buried Players Component Buried Players should display no buried players when there are no eligible targets." }, { - "id": "818", + "id": "821", "name": "Game Over History Record Decision Buried Players Component Overflow Tag should display the overflow tag when rendered." } ], @@ -231709,47 +232152,47 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyBeforeLeaveConfirmDialog/GameLobbyBeforeLeaveConfirmDialog.nuxt.spec.ts": { "tests": [ { - "id": "819", + "id": "822", "name": "Game Lobby Before Leave Confirm Dialog Component should match snapshot when rendered." }, { - "id": "820", + "id": "823", "name": "Game Lobby Before Leave Confirm Dialog Component should match snapshot when rendered without shallow." }, { - "id": "821", + "id": "824", "name": "Game Lobby Before Leave Confirm Dialog Component On Before Route Leaving should return false when there are enough players and confirm to leave is false." }, { - "id": "822", + "id": "825", "name": "Game Lobby Before Leave Confirm Dialog Component On Before Route Leaving should return true when guard destination name is game id." }, { - "id": "823", + "id": "826", "name": "Game Lobby Before Leave Confirm Dialog Component On Before Route Leaving should return true when there are enough players and confirm to leave is true." }, { - "id": "824", + "id": "827", "name": "Game Lobby Before Leave Confirm Dialog Component On Before Route Leaving should return true when there are not enough players and confirm to leave is false." }, { - "id": "825", + "id": "828", "name": "Game Lobby Before Leave Confirm Dialog Component On Before Route Leaving should not set desired destination full path when there are enough players and confirm to leave is false." }, { - "id": "826", + "id": "829", "name": "Game Lobby Before Leave Confirm Dialog Component On Before Route Leaving should set desired destination full path to guard full path when there are not enough players and confirm to leave is false." }, { - "id": "827", + "id": "830", "name": "Game Lobby Before Leave Confirm Dialog Component Confirm should set confirm parameters to confirm composable when open." }, { - "id": "828", + "id": "831", "name": "Game Lobby Before Leave Confirm Dialog Component Confirm On Leaving should set confirm to leave to true when accept leaving." }, { - "id": "829", + "id": "832", "name": "Game Lobby Before Leave Confirm Dialog Component Confirm On Leaving should push to desired destination full path when accept leaving." } ], @@ -231758,71 +232201,71 @@ "tests/unit/specs/components/pages/game/GameOver/GameOver.nuxt.spec.ts": { "tests": [ { - "id": "830", + "id": "833", "name": "Game Over Component should match snapshot when rendered." }, { - "id": "831", + "id": "834", "name": "Game Over Component should set head title and meta tags when rendered." }, { - "id": "832", + "id": "835", "name": "Game Over Component should fetch and set game history records when rendered." }, { - "id": "833", + "id": "836", "name": "Game Over Component Game Over Winners should display game over winners when there are winners." }, { - "id": "834", + "id": "837", "name": "Game Over Component Game Over Winners should not display game over winners when there is no victory." }, { - "id": "835", + "id": "838", "name": "Game Over Component Game Over Winners should not display game over winners when there are no winners." }, { - "id": "836", + "id": "839", "name": "Game Over Component Sound Effect 'should play angelic intervention soun…'" }, { - "id": "837", + "id": "840", "name": "Game Over Component Sound Effect 'should play heartbeat sound effect wh…'" }, { - "id": "838", + "id": "841", "name": "Game Over Component Sound Effect 'should play death sound effect when n…'" }, { - "id": "839", + "id": "842", "name": "Game Over Component Sound Effect 'should play flute and drums sound eff…'" }, { - "id": "840", + "id": "843", "name": "Game Over Component Sound Effect 'should play possessed laugh sound eff…'" }, { - "id": "841", + "id": "844", "name": "Game Over Component Sound Effect 'should play crowd cheering sound effe…'" }, { - "id": "842", + "id": "845", "name": "Game Over Component Sound Effect 'should play werewolf howling sound ef…'" }, { - "id": "843", + "id": "846", "name": "Game Over Component Sound Effect 'should play werewolf transformation s…'" }, { - "id": "844", + "id": "847", "name": "Game Over Component Sound Effect 'should play death sound effect when t…'" }, { - "id": "845", + "id": "848", "name": "Game Over Component Game History should show game history when the show game history button is clicked." }, { - "id": "846", + "id": "849", "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." } ], @@ -231831,27 +232274,27 @@ "tests/unit/specs/composables/api/game/game-options/useGameOptionsTexts.spec.ts": { "tests": [ { - "id": "847", + "id": "850", "name": "Use Game Options Texts Composable gameOptionsTexts should translate all game options when called." }, { - "id": "848", + "id": "851", "name": "Use Game Options Texts Composable changedGameOptionsTexts should return empty array when there is no changed game options." }, { - "id": "849", + "id": "852", "name": "Use Game Options Texts Composable changedGameOptionsTexts should return an array of changed game options when there are changed game options." }, { - "id": "850", + "id": "853", "name": "Use Game Options Texts Composable getGameOptionText should return the translated text of the given game option when called." }, { - "id": "851", + "id": "854", "name": "Use Game Options Texts Composable getGameOptionKeyFromText should return the game option key of the given text when called." }, { - "id": "852", + "id": "855", "name": "Use Game Options Texts Composable getGameOptionKeyFromText should return undefined when the given text is not a game option text." } ], @@ -231860,55 +232303,55 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSidePlayer/GameTeamSidePlayerRoleName/GameTeamSidePlayerRoleName.nuxt.spec.ts": { "tests": [ { - "id": "853", + "id": "856", "name": "Game Team Side Player Role Name Component should match snapshot when rendered." }, { - "id": "854", + "id": "857", "name": "Game Team Side Player Role Name Component Player role revelation should display player seen logo when player role is revealed." }, { - "id": "855", + "id": "858", "name": "Game Team Side Player Role Name Component Player role revelation should not display player death logo when player is alive." }, { - "id": "856", + "id": "859", "name": "Game Team Side Player Role Name Component Player role revelation should attach tooltip to player seen logo when player's role is revealed." }, { - "id": "857", + "id": "860", "name": "Game Team Side Player Role Name Component Player originally Thief should display thief logo when player was originally a thief but now another role." }, { - "id": "858", + "id": "861", "name": "Game Team Side Player Role Name Component Player originally Thief should not display thief logo when player was not originally a thief." }, { - "id": "859", + "id": "862", "name": "Game Team Side Player Role Name Component Player originally Thief should not display thief logo when thief is still thief." }, { - "id": "860", + "id": "863", "name": "Game Team Side Player Role Name Component Player originally Thief should attach tooltip to thief logo when player was originally a thief." }, { - "id": "861", + "id": "864", "name": "Game Team Side Player Role Name Component Player originally Actor should display actor logo when player was originally an actor but now another role." }, { - "id": "862", + "id": "865", "name": "Game Team Side Player Role Name Component Player originally Actor should not display actor logo when player was not originally an actor." }, { - "id": "863", + "id": "866", "name": "Game Team Side Player Role Name Component Player originally Actor should not display actor logo when actor is still actor." }, { - "id": "864", + "id": "867", "name": "Game Team Side Player Role Name Component Player originally Actor should attach tooltip to actor logo when player was originally an actor." }, { - "id": "865", + "id": "868", "name": "Game Team Side Player Role Name Component Player role name should display player role when rendered." } ], @@ -231917,59 +232360,59 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogFooter/GameLobbyStartGameConfirmDialogFooter.nuxt.spec.ts": { "tests": [ { - "id": "866", + "id": "869", "name": "Game Lobby Start Game Confirm Dialog Footer Component should match snapshot when rendered." }, { - "id": "867", + "id": "870", "name": "Game Lobby Start Game Confirm Dialog Footer Component Cancel Button should emit reject start game event when clicked." }, { - "id": "868", + "id": "871", "name": "Game Lobby Start Game Confirm Dialog Footer Component Cancel Button should translate button text when rendered." }, { - "id": "869", + "id": "872", "name": "Game Lobby Start Game Confirm Dialog Footer Component Confirm Button should emit confirm start game event when clicked." }, { - "id": "870", + "id": "873", "name": "Game Lobby Start Game Confirm Dialog Footer Component Confirm Button should set forward icon to button icon when confirm step is 'players-positioned'." }, { - "id": "871", + "id": "874", "name": "Game Lobby Start Game Confirm Dialog Footer Component Confirm Button should translate confirm button when confirm step is 'players-positioned'." }, { - "id": "872", + "id": "875", "name": "Game Lobby Start Game Confirm Dialog Footer Component Confirm Button should set special classes to button icon when confirm step is 'players-positioned'." }, { - "id": "873", + "id": "876", "name": "Game Lobby Start Game Confirm Dialog Footer Component Confirm Button should set confirm button icon to play when confirm step is 'players-ready'." }, { - "id": "874", + "id": "877", "name": "Game Lobby Start Game Confirm Dialog Footer Component Confirm Button should set special classes to button icon when confirm step is 'players-ready'." }, { - "id": "875", + "id": "878", "name": "Game Lobby Start Game Confirm Dialog Footer Component Confirm Button should translate confirm button when confirm step is 'players-ready'." }, { - "id": "876", + "id": "879", "name": "Game Lobby Start Game Confirm Dialog Footer Component Confirm Button should set special classes to button when confirm step is 'players-ready'." }, { - "id": "877", + "id": "880", "name": "Game Lobby Start Game Confirm Dialog Footer Component Confirm Button should not set special classes to button icon when confirm step is not 'players-ready'." }, { - "id": "878", + "id": "881", "name": "Game Lobby Start Game Confirm Dialog Footer Component Confirm Button should set forward icon to button icon when confirm step is not 'players-ready'." }, { - "id": "879", + "id": "882", "name": "Game Lobby Start Game Confirm Dialog Footer Component Confirm Button should set play icon to button icon when confirm step is 'players-ready'." } ], @@ -231978,39 +232421,39 @@ "tests/unit/specs/components/layouts/default/ParametersMenu/ParametersMenu.nuxt.spec.ts": { "tests": [ { - "id": "880", + "id": "883", "name": "Parameters Menu Component should match snapshot when rendered." }, { - "id": "881", + "id": "884", "name": "Parameters Menu Component Parameters Menu Button should open the parameters menu when clicked." }, { - "id": "882", + "id": "885", "name": "Parameters Menu Component Parameters Menu Button should not open the parameters menu and throw error when clicked if the menu is not found in refs." }, { - "id": "883", + "id": "886", "name": "Parameters Menu Component Parameters Menu should show success toast when game is canceled." }, { - "id": "884", + "id": "887", "name": "Parameters Menu Component Parameters Menu should pass the default items to the menu when rendered." }, { - "id": "885", + "id": "888", "name": "Parameters Menu Component Parameters Menu should pass the default items and game items to the menu when game is defined and playing." }, { - "id": "886", + "id": "889", "name": "Parameters Menu Component Parameters Menu should pass the default items and game items to the menu with cancel game to disabled when game is defined and not playing." }, { - "id": "887", + "id": "890", "name": "Parameters Menu Component Parameters Menu should cancel game when clicking on cancel game button." }, { - "id": "888", + "id": "891", "name": "Parameters Menu Component Parameters Menu should navigate to home page when clicking on back to home button." } ], @@ -232019,43 +232462,43 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameDeathEvent/GameDeathEvent.nuxt.spec.ts": { "tests": [ { - "id": "889", + "id": "892", "name": "Game Death Event Component should match snapshot when rendered." }, { - "id": "890", + "id": "893", "name": "Game Death Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "891", + "id": "894", "name": "Game Death Event Component should play death sound effect when rendered." }, { - "id": "892", + "id": "895", "name": "Game Death Event Component Player Dies Event Texts should pass event texts when rendered." }, { - "id": "893", + "id": "896", "name": "Game Death Event Component Player Dies Event Texts should pass can't find dead player texts when player is not found in event." }, { - "id": "894", + "id": "897", "name": "Game Death Event Component Player Dies Event Texts should pass can't find dead player texts when there are not players defined in event." }, { - "id": "895", + "id": "898", "name": "Game Death Event Component Player Dies Event Texts should pass event texts with player role remaining hidden when the options is activated." }, { - "id": "896", + "id": "899", "name": "Game Death Event Component Player Dies Event Texts On text change event should not call play sound effect when new game event text is not a death text." }, { - "id": "897", + "id": "900", "name": "Game Death Event Component Player Dies Event Texts On text change event should call play sound effect when new game event text is a death text." }, { - "id": "898", + "id": "901", "name": "Game Death Event Component Player Dies Event Role Image should render player role image when dead player is found in event." } ], @@ -232064,39 +232507,39 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameSeerHasSeenEvent/GameSeerHasSeenEvent.nuxt.spec.ts": { "tests": [ { - "id": "899", + "id": "902", "name": "Game Seer Has Seen Event Component should match snapshot when rendered." }, { - "id": "900", + "id": "903", "name": "Game Seer Has Seen Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "901", + "id": "904", "name": "Game Seer Has Seen Event Component should play seer has seen sound effect when rendered." }, { - "id": "902", + "id": "905", "name": "Game Seer Has Seen Event Component Seer Has Seen Event Texts should pass default event texts when game options are default ones." }, { - "id": "903", + "id": "906", "name": "Game Seer Has Seen Event Component Seer Has Seen Event Texts should pass not found targeted player texts when there are no players in event." }, { - "id": "904", + "id": "907", "name": "Game Seer Has Seen Event Component Seer Has Seen Event Texts should pass not found targeted player texts when players in event are undefined." }, { - "id": "905", + "id": "908", "name": "Game Seer Has Seen Event Component Seer Has Seen Event Texts should add game master mime text when seer is not talking in game options." }, { - "id": "906", + "id": "909", "name": "Game Seer Has Seen Event Component Seer Has Seen Event Texts should pass seen see side texts when seer is seeing target's side only in game options." }, { - "id": "907", + "id": "910", "name": "Game Seer Has Seen Event Component Seer Has Seen Event Texts should add game master mime text when seer is not talking and seeing target's side only in game options." } ], @@ -232105,51 +232548,51 @@ "tests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventPreviousTextButton/GameEventPreviousTextButton.nuxt.spec.ts": { "tests": [ { - "id": "908", + "id": "911", "name": "Game Event Previous Text Button Component should match snapshot when rendered." }, { - "id": "909", + "id": "912", "name": "Game Event Previous Text Button Component Previous Game Event Text button should be disabled when cannot go to previous game event." }, { - "id": "910", + "id": "913", "name": "Game Event Previous Text Button Component Previous Game Event Text button should not have tooltip when cannot go to previous game event." }, { - "id": "911", + "id": "914", "name": "Game Event Previous Text Button Component Previous Game Event Text button should have gray color when cannot go to previous game event." }, { - "id": "912", + "id": "915", "name": "Game Event Previous Text Button Component Previous Game Event Text button should be disabled when making game play status is pending." }, { - "id": "913", + "id": "916", "name": "Game Event Previous Text Button Component Previous Game Event Text button should be enabled when can go to previous game event." }, { - "id": "914", + "id": "917", "name": "Game Event Previous Text Button Component Previous Game Event Text button should have tooltip when can go to previous game event." }, { - "id": "915", + "id": "918", "name": "Game Event Previous Text Button Component Previous Game Event Text button Emits should emit click event when clicked." }, { - "id": "916", + "id": "919", "name": "Game Event Previous Text Button Component Previous Game Event Text button Keyboard should emit click event when 'ArrowLeft' key is pressed." }, { - "id": "917", + "id": "920", "name": "Game Event Previous Text Button Component Previous Game Event Text button Keyboard should not emit click event when 'ArrowLeft' key is unpressed." }, { - "id": "918", + "id": "921", "name": "Game Event Previous Text Button Component Previous Game Event Text button Keyboard should animate button when 'ArrowLeft' key is pressed." }, { - "id": "919", + "id": "922", "name": "Game Event Previous Text Button Component Previous Game Event Text button Keyboard should not animate button when 'ArrowLeft' key is unpressed." } ], @@ -232158,59 +232601,59 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGridElement/GameLobbyRolePickerGridElement.nuxt.spec.ts": { "tests": [ { - "id": "920", + "id": "923", "name": "Game Lobby Role Picker Grid Element Component should match snapshot when rendered." }, { - "id": "921", + "id": "924", "name": "Game Lobby Role Picker Grid Element Component Button should not have bright border when role is not picked." }, { - "id": "922", + "id": "925", "name": "Game Lobby Role Picker Grid Element Component Button should not have bright border when role is not defined." }, { - "id": "923", + "id": "926", "name": "Game Lobby Role Picker Grid Element Component Button should have bright border when role is picked." }, { - "id": "924", + "id": "927", "name": "Game Lobby Role Picker Grid Element Component Role Label should translate role label when role is defined." }, { - "id": "925", + "id": "928", "name": "Game Lobby Role Picker Grid Element Component Role Label should translate random role label when role is not defined." }, { - "id": "926", + "id": "929", "name": "Game Lobby Role Picker Grid Element Component Role Label should display shuffle icon when role is not defined." }, { - "id": "927", + "id": "930", "name": "Game Lobby Role Picker Grid Element Component Role Label should not display shuffle icon when role is defined." }, { - "id": "928", + "id": "931", "name": "Game Lobby Role Picker Grid Element Component Role Label should have italic gray classes when role is not defined." }, { - "id": "929", + "id": "932", "name": "Game Lobby Role Picker Grid Element Component Emits should emit pickRole event when clicked on button." }, { - "id": "930", + "id": "933", "name": "Game Lobby Role Picker Grid Element Component Emits should emit pickRole event when clicked on role name." }, { - "id": "931", + "id": "934", "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": "932", + "id": "935", "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": "933", + "id": "936", "name": "Game Lobby Role Picker Grid Element Component Emits should not emit role pick event when roles are not defined in store." } ], @@ -232219,39 +232662,39 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsDisclaimer/RecipientRoleAdditionalCardsDisclaimer.spec.ts": { "tests": [ { - "id": "934", + "id": "937", "name": "Recipient Role Additional Cards Disclaimer Component should match snapshot when rendered." }, { - "id": "935", + "id": "938", "name": "Recipient Role Additional Cards Disclaimer Component Disclaimer icon should set success icon when there are additional cards for thief." }, { - "id": "936", + "id": "939", "name": "Recipient Role Additional Cards Disclaimer Component Disclaimer icon should set text success class when there are additional cards for thief." }, { - "id": "937", + "id": "940", "name": "Recipient Role Additional Cards Disclaimer Component Disclaimer icon should set error icon when there are no additional cards for thief." }, { - "id": "938", + "id": "941", "name": "Recipient Role Additional Cards Disclaimer Component Disclaimer icon should set text-error and beat classes when there are no additional cards for thief." }, { - "id": "939", + "id": "942", "name": "Recipient Role Additional Cards Disclaimer Component Disclaimer icon should set error icon when there are no additional cards for actor, recipient is actor but there are cards for thief." }, { - "id": "940", + "id": "943", "name": "Recipient Role Additional Cards Disclaimer Component Disclaimer text should set success text when there are additional cards for thief." }, { - "id": "941", + "id": "944", "name": "Recipient Role Additional Cards Disclaimer Component Disclaimer text should set error text when there are no additional cards for thief." }, { - "id": "942", + "id": "945", "name": "Recipient Role Additional Cards Disclaimer Component Disclaimer text should set error text when there are no additional cards for actor, recipient is actor but there are cards for thief." } ], @@ -232260,55 +232703,55 @@ "tests/unit/specs/components/layouts/default/MuteButton/MuteButton.nuxt.spec.ts": { "tests": [ { - "id": "943", + "id": "946", "name": "Mute Button Component should match snapshot when rendered." }, { - "id": "944", + "id": "947", "name": "Mute Button Component should animate mute button when rendered and audio is initially muted after 10ms." }, { - "id": "945", + "id": "948", "name": "Mute Button Component should not animate mute button when rendered and audio is initially not muted." }, { - "id": "946", + "id": "949", "name": "Mute Button Component should not animate mute button when rendered before 10ms." }, { - "id": "947", + "id": "950", "name": "Mute Button Component Button should have tooltip for mute text when audio is not muted." }, { - "id": "948", + "id": "951", "name": "Mute Button Component Button should have tooltip for unmute text when audio is muted." }, { - "id": "949", + "id": "952", "name": "Mute Button Component Button should throw error when sound lottie is not found in refs." }, { - "id": "950", + "id": "953", "name": "Mute Button Component Button should set direction to reverse when audio is muted." }, { - "id": "951", + "id": "954", "name": "Mute Button Component Button should set direction to forward when audio is not muted." }, { - "id": "952", + "id": "955", "name": "Mute Button Component Button should play unmute segment when audio is muted." }, { - "id": "953", + "id": "956", "name": "Mute Button Component Button should play mute segment when audio is not muted." }, { - "id": "954", + "id": "957", "name": "Mute Button Component Button should toggle audio mute state when clicked." }, { - "id": "955", + "id": "958", "name": "Mute Button Component Button Lottie should set size when rendered." } ], @@ -232317,39 +232760,39 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameScandalmongerMayHaveMarkedEvent/GameScandalmongerMayHaveMarkedEvent.nuxt.spec.ts": { "tests": [ { - "id": "956", + "id": "959", "name": "Game Scandalmonger May Have Marked Event Component should match snapshot when rendered." }, { - "id": "957", + "id": "960", "name": "Game Scandalmonger May Have Marked Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "958", + "id": "961", "name": "Game Scandalmonger May Have Marked Event Component Sound Effect should play raven flying sound effect when scandalmonger didn't mark anyone." }, { - "id": "959", + "id": "962", "name": "Game Scandalmonger May Have Marked Event Component Sound Effect should play raven cry sound effect when scandalmonger marked someone." }, { - "id": "960", + "id": "963", "name": "Game Scandalmonger May Have Marked Event Component Game Event Texts should pass raven didn't mark anyone texts when scandalmonger didn't mark anyone." }, { - "id": "961", + "id": "964", "name": "Game Scandalmonger May Have Marked Event Component Game Event Texts should pass raven didn't mark anyone texts when players are undefined in game event." }, { - "id": "962", + "id": "965", "name": "Game Scandalmonger May Have Marked Event Component Game Event Texts should pass raven marked someone texts when scandalmonger marked someone." }, { - "id": "963", + "id": "966", "name": "Game Scandalmonger May Have Marked Event Component Game Event Texts Event Flipping Last Play Targets Card should not pass svg icon path when scandalmonger didn't mark anyone." }, { - "id": "964", + "id": "967", "name": "Game Scandalmonger May Have Marked Event Component Game Event Texts Event Flipping Last Play Targets Card should pass svg icon path when scandalmonger marked someone." } ], @@ -232358,47 +232801,47 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabElder/GameLobbyOptionsHubRolesTabElder.nuxt.spec.ts": { "tests": [ { - "id": "965", + "id": "968", "name": "Game Lobby Options Hub Roles Tab Elder Component should match snapshot when rendered." }, { - "id": "966", + "id": "969", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder Lives against Werewolves options should translate option label when rendered." }, { - "id": "967", + "id": "970", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder Lives against Werewolves options should translate option description with option value when rendered." }, { - "id": "968", + "id": "971", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder Lives against Werewolves options should translate option float label when rendered." }, { - "id": "969", + "id": "972", "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": "970", + "id": "973", "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": "971", + "id": "974", "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": "972", + "id": "975", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder takes his revenge option should translate option label when rendered." }, { - "id": "973", + "id": "976", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder takes his revenge option should translate option description when the option is activated." }, { - "id": "974", + "id": "977", "name": "Game Lobby Options Hub Roles Tab Elder Component Elder takes his revenge option should translate option description when the option is deactivated." }, { - "id": "975", + "id": "978", "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." } ], @@ -232407,39 +232850,39 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSide.nuxt.spec.ts": { "tests": [ { - "id": "976", + "id": "979", "name": "Game Team Side Component should match snapshot when rendered." }, { - "id": "977", + "id": "980", "name": "Game Team Side Component Team Side Image should render the werewolves image when the side is werewolves." }, { - "id": "978", + "id": "981", "name": "Game Team Side Component Team Side Image should render the villagers image when the side is villagers." }, { - "id": "979", + "id": "982", "name": "Game Team Side Component Title should render the werewolves title when the side is werewolves." }, { - "id": "980", + "id": "983", "name": "Game Team Side Component Title should render the villagers title when the side is villagers." }, { - "id": "981", + "id": "984", "name": "Game Team Side Component Alive text should render the number of alive werewolves when the side is werewolves." }, { - "id": "982", + "id": "985", "name": "Game Team Side Component Alive text should render the number of alive villagers when the side is villagers." }, { - "id": "983", + "id": "986", "name": "Game Team Side Component Game Team Side Players should render the werewolves players with alive players first when the side is werewolves." }, { - "id": "984", + "id": "987", "name": "Game Team Side Component Game Team Side Players should render the villagers players with alive players first when the side is villagers." } ], @@ -232448,43 +232891,43 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts": { "tests": [ { - "id": "985", + "id": "988", "name": "Game Playground Content Component should match snapshot when rendered." }, { - "id": "986", + "id": "989", "name": "Game Playground Content Component Game Playground Component should render game use potions playground component when current game play is use potions type." }, { - "id": "987", + "id": "990", "name": "Game Playground Content Component Game Playground Component should render game choose card playground component when current game play is choose card type." }, { - "id": "988", + "id": "991", "name": "Game Playground Content Component Game Playground Component should render game choose side playground component when current game play is choose side type." }, { - "id": "989", + "id": "992", "name": "Game Playground Content Component Game Playground Component should render game no action playground component when current game play is no action type." }, { - "id": "990", + "id": "993", "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": "991", + "id": "994", "name": "Game Playground Content Component Game Playground Component should render game target playground component when current game play is target type." }, { - "id": "992", + "id": "995", "name": "Game Playground Content Component Game Playground Component should render game vote playground component when current game play is vote type." }, { - "id": "993", + "id": "996", "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": "994", + "id": "997", "name": "Game Playground Content Component Game Playground Component should not render any game playground component when current game play type is not defined." } ], @@ -232493,35 +232936,35 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecord.nuxt.spec.ts": { "tests": [ { - "id": "995", + "id": "998", "name": "Game Over History Record Component should match snapshot when rendered." }, { - "id": "996", + "id": "999", "name": "Game Over History Record Component Game History Record Decision should not display game over history record decision when type is no-action." }, { - "id": "997", + "id": "1000", "name": "Game Over History Record Component Game History Record Decision should not display game over history record decision when play is skipped." }, { - "id": "998", + "id": "1001", "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": "999", + "id": "1002", "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": "1000", + "id": "1003", "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": "1001", + "id": "1004", "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": "1002", + "id": "1005", "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." } ], @@ -232530,43 +232973,43 @@ "tests/unit/specs/components/pages/about/AboutAvailableRoles/AboutAvailableRoles.nuxt.spec.ts": { "tests": [ { - "id": "1003", + "id": "1006", "name": "About Available Roles Component should match snapshot when rendered." }, { - "id": "1004", + "id": "1007", "name": "About Available Roles Component Title should display role image with angel when rendered." }, { - "id": "1005", + "id": "1008", "name": "About Available Roles Component Title should translate title when rendered." }, { - "id": "1006", + "id": "1009", "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": "1007", + "id": "1010", "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": "1008", + "id": "1011", "name": "About Available Roles Component Available Roles Accordion Roles are set should translate first section when roles are set." }, { - "id": "1009", + "id": "1012", "name": "About Available Roles Component Available Roles Accordion Roles are set should display 3 available roles accordion panels when 3 roles are set." }, { - "id": "1010", + "id": "1013", "name": "About Available Roles Component Available Roles Accordion Roles are set should render roles accordion panels with header aria labels when roles are set." }, { - "id": "1011", + "id": "1014", "name": "About Available Roles Component Available Roles Accordion Roles are set should render roles accordion panels with header images when roles are set." }, { - "id": "1012", + "id": "1015", "name": "About Available Roles Component Available Roles Accordion Roles are set should display werewolf role description for first accordion panel when first accordion panel is for werewolf role." } ], @@ -232575,47 +233018,47 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSidePlayer/GameTeamSidePlayer.nuxt.spec.ts": { "tests": [ { - "id": "1013", + "id": "1016", "name": "Game Team Side Player Component should match snapshot when rendered." }, { - "id": "1014", + "id": "1017", "name": "Game Team Side Player Component Game Team Side Player should glow as emerald when side is villagers." }, { - "id": "1015", + "id": "1018", "name": "Game Team Side Player Component Game Team Side Player should glow as red when side is werewolves." }, { - "id": "1016", + "id": "1019", "name": "Game Team Side Player Component Game Team Side Player should not glow when player is dead." }, { - "id": "1017", + "id": "1020", "name": "Game Team Side Player Component Game Team Side Player Player role image should display player role image on the left when side is villagers." }, { - "id": "1018", + "id": "1021", "name": "Game Team Side Player Component Game Team Side Player Player role image should display player role image on the right when side is werewolves." }, { - "id": "1019", + "id": "1022", "name": "Game Team Side Player Component Game Team Side Player Player role image should have a emerald border glow class when side is villagers." }, { - "id": "1020", + "id": "1023", "name": "Game Team Side Player Component Game Team Side Player Player role image should have a red border glow class when side is werewolves." }, { - "id": "1021", + "id": "1024", "name": "Game Team Side Player Component Game Team Side Player Player role image should not have border glow class when player is dead." }, { - "id": "1022", + "id": "1025", "name": "Game Team Side Player Component Game Team Side Player Player role image should have grayscale class when player is dead." }, { - "id": "1023", + "id": "1026", "name": "Game Team Side Player Component Game Team Side Player Player attributes should display player attributes when rendered." } ], @@ -232624,43 +233067,43 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubVotesTab/GameLobbyOptionsHubVotesTab.nuxt.spec.ts": { "tests": [ { - "id": "1024", + "id": "1027", "name": "Game Lobby Options Hub Votes Tab Component should match snapshot when rendered." }, { - "id": "1025", + "id": "1028", "name": "Game Lobby Options Hub Votes Tab Component Can Votes be Skipped option should translate option label when rendered." }, { - "id": "1026", + "id": "1029", "name": "Game Lobby Options Hub Votes Tab Component Can Votes be Skipped option should translate option description when the option is activated." }, { - "id": "1027", + "id": "1030", "name": "Game Lobby Options Hub Votes Tab Component Can Votes be Skipped option should translate option description when the option is deactivated." }, { - "id": "1028", + "id": "1031", "name": "Game Lobby Options Hub Votes Tab Component Can Votes be Skipped option should update create game dto store when the option is toggled." }, { - "id": "1029", + "id": "1032", "name": "Game Lobby Options Hub Votes Tab Component Votes duration should translate option label when rendered." }, { - "id": "1030", + "id": "1033", "name": "Game Lobby Options Hub Votes Tab Component Votes duration should translate option description with selected value when rendered." }, { - "id": "1031", + "id": "1034", "name": "Game Lobby Options Hub Votes Tab Component Votes duration should update create game dto store when the option is changed by the input number." }, { - "id": "1032", + "id": "1035", "name": "Game Lobby Options Hub Votes Tab Component Votes duration should update create game dto store when the option is changed by the slider." }, { - "id": "1033", + "id": "1036", "name": "Game Lobby Options Hub Votes Tab Component Votes duration should not update create game dto store when the option is changed by the input number and the value is null." } ], @@ -232669,39 +233112,39 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameIdiotIsSparedEvent/GameIdiotIsSparedEvent.nuxt.spec.ts": { "tests": [ { - "id": "1034", + "id": "1037", "name": "Game Idiot Is Spared Event Component should match snapshot when rendered." }, { - "id": "1035", + "id": "1038", "name": "Game Idiot Is Spared Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1036", + "id": "1039", "name": "Game Idiot Is Spared Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "1037", + "id": "1040", "name": "Game Idiot Is Spared Event Component Game Event Texts should pass can't find idiot player texts when idiot player is not found." }, { - "id": "1038", + "id": "1041", "name": "Game Idiot Is Spared Event Component Flipping Player Card should not render flipping player card when idiot player is not found." }, { - "id": "1039", + "id": "1042", "name": "Game Idiot Is Spared Event Component Sound Effects should play death sound effect when rendered." }, { - "id": "1040", + "id": "1043", "name": "Game Idiot Is Spared Event Component Sound Effects should play death sound effect when game event with texts component emits event text change to first text." }, { - "id": "1041", + "id": "1044", "name": "Game Idiot Is Spared Event Component Sound Effects should play dumb huh sound effect when game event with texts component emits event text change to second text." }, { - "id": "1042", + "id": "1045", "name": "Game Idiot Is Spared Event Component Sound Effects should not play sound effect when game event with texts component emits event text change to last text." } ], @@ -232710,39 +233153,39 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWolfHound/GameLobbyOptionsHubRolesTabWolfHound.nuxt.spec.ts": { "tests": [ { - "id": "1043", + "id": "1046", "name": "Game Lobby Options Hub Roles Tab Wolf Hound Component should match snapshot when rendered." }, { - "id": "1044", + "id": "1047", "name": "Game Lobby Options Hub Roles Tab Wolf Hound Component Is Chosen Side Revealed option should translate option label when rendered." }, { - "id": "1045", + "id": "1048", "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": "1046", + "id": "1049", "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": "1047", + "id": "1050", "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": "1048", + "id": "1051", "name": "Game Lobby Options Hub Roles Tab Wolf Hound Component Is Side randomly chosen option should translate option label when rendered." }, { - "id": "1049", + "id": "1052", "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": "1050", + "id": "1053", "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": "1051", + "id": "1054", "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." } ], @@ -232751,31 +233194,31 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameVillagerVillagerIntroductionEvent/GameVillagerVillagerIntroductionEvent.nuxt.spec.ts": { "tests": [ { - "id": "1052", + "id": "1055", "name": "Game Villager Villager Introduction Event Component should match snapshot when rendered." }, { - "id": "1053", + "id": "1056", "name": "Game Villager Villager Introduction Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1054", + "id": "1057", "name": "Game Villager Villager Introduction Event Component should play clearing throat and dings effect when rendered." }, { - "id": "1055", + "id": "1058", "name": "Game Villager Villager Introduction Event Component Villager Villager Event Texts should pass default texts when villager villager is in the game." }, { - "id": "1056", + "id": "1059", "name": "Game Villager Villager Introduction Event Component Villager Villager Event Texts should pass can't find villager villager texts when villager villager is not in the game." }, { - "id": "1057", + "id": "1060", "name": "Game Villager Villager Introduction Event Component Game Event Flipping Card should pass villager-villager player when villager villager is in the game." }, { - "id": "1058", + "id": "1061", "name": "Game Villager Villager Introduction Event Component Game Event Flipping Card should not render flipping card when villager villager is not in the game." } ], @@ -232784,27 +233227,27 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameDevotedServantStealsRolePlayground/GameDevotedServantStealsRolePlayground.nuxt.spec.ts": { "tests": [ { - "id": "1059", + "id": "1062", "name": "Game Devoted Servant Steals Role Playground Component should match snapshot when rendered." }, { - "id": "1060", + "id": "1063", "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": "1061", + "id": "1064", "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": "1062", + "id": "1065", "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": "1063", + "id": "1066", "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": "1064", + "id": "1067", "name": "Game Devoted Servant Steals Role Playground Component Targets should render targets when there are multiple eligible targets for devoted servant." } ], @@ -232813,19 +233256,19 @@ "tests/unit/specs/composables/api/game/game-history-record/useGameLastHistoryRecord.spec.ts": { "tests": [ { - "id": "1065", + "id": "1068", "name": "Use Game Last History Record Composable lastTargetedPlayers 'should return empty array when called…'" }, { - "id": "1066", + "id": "1069", "name": "Use Game Last History Record Composable lastTargetedPlayers 'should return array with two players …'" }, { - "id": "1067", + "id": "1070", "name": "Use Game Last History Record Composable doesHavePlayerAttributeAlteration 'should return true when there is a pl…'" }, { - "id": "1068", + "id": "1071", "name": "Use Game Last History Record Composable doesHavePlayerAttributeAlteration 'should return false when there is no …'" } ], @@ -232834,27 +233277,27 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GamePiedPiperHasCharmedEvent/GamePiedPiperHasCharmedEvent.nuxt.spec.ts": { "tests": [ { - "id": "1069", + "id": "1072", "name": "Game Pied Piper Has Charmed Event Component should match snapshot when rendered." }, { - "id": "1070", + "id": "1073", "name": "Game Pied Piper Has Charmed Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1071", + "id": "1074", "name": "Game Pied Piper Has Charmed Event Component should play pan flute sound effect when rendered." }, { - "id": "1072", + "id": "1075", "name": "Game Pied Piper Has Charmed Event Component Game Event Texts should pass default event texts when rendered." }, { - "id": "1073", + "id": "1076", "name": "Game Pied Piper Has Charmed Event Component Game Event Texts should pass revealed charmed players when game options says that charmed people are revealed." }, { - "id": "1074", + "id": "1077", "name": "Game Pied Piper Has Charmed Event Component Game Event Texts should pass empty names charmed players when game options says that charmed people are revealed but there are no players in event." } ], @@ -232863,27 +233306,27 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameAccursedWolfFatherMayHaveInfectedEvent/GameAccursedWolfFatherMayHaveInfectedEvent.nuxt.spec.ts": { "tests": [ { - "id": "1075", + "id": "1078", "name": "Game Accursed Wolf Father May Have Infected Event Component should match snapshot when rendered." }, { - "id": "1076", + "id": "1079", "name": "Game Accursed Wolf Father May Have Infected Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1077", + "id": "1080", "name": "Game Accursed Wolf Father May Have Infected Event Component Game Event Texts should pass game accursed wolf father may have infected event texts when rendered." }, { - "id": "1078", + "id": "1081", "name": "Game Accursed Wolf Father May Have Infected Event Component Event Flipping Last Play Targets Card should not pass svg icon path when accursed wolf father didn't infect anyone." }, { - "id": "1079", + "id": "1082", "name": "Game Accursed Wolf Father May Have Infected Event Component Event Flipping Last Play Targets Card should pass svg icon path when accursed wolf father infected someone." }, { - "id": "1080", + "id": "1083", "name": "Game Accursed Wolf Father May Have Infected Event Component Sound Effect should play evil demonic laugh sound effect when rendered." } ], @@ -232892,43 +233335,43 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabGeneral/GameLobbyOptionsHubRolesTabGeneral.nuxt.spec.ts": { "tests": [ { - "id": "1081", + "id": "1084", "name": "Game Lobby Options Hub Roles Tab General Component should match snapshot when rendered." }, { - "id": "1082", + "id": "1085", "name": "Game Lobby Options Hub Roles Tab General Component Legend should translate legend when rendered." }, { - "id": "1083", + "id": "1086", "name": "Game Lobby Options Hub Roles Tab General Component Do Skip call if no target option should translate option label when rendered." }, { - "id": "1084", + "id": "1087", "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": "1085", + "id": "1088", "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": "1086", + "id": "1089", "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": "1087", + "id": "1090", "name": "Game Lobby Options Hub Roles Tab General Component Are revealed on death option should translate option label when rendered." }, { - "id": "1088", + "id": "1091", "name": "Game Lobby Options Hub Roles Tab General Component Are revealed on death option should translate option description when the option is activated." }, { - "id": "1089", + "id": "1092", "name": "Game Lobby Options Hub Roles Tab General Component Are revealed on death option should translate option description when the option is deactivated." }, { - "id": "1090", + "id": "1093", "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." } ], @@ -232937,31 +233380,31 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordDecision/GameOverHistoryRecordDecisionBuriedPlayers/GameOverHistoryRecordDecisionBuriedPlayer/GameOverHistoryRecordDecisionBuriedPlayer.nuxt.spec.ts": { "tests": [ { - "id": "1091", + "id": "1094", "name": "Game Over History Record Decision Buried Player Component should match snapshot when rendered." }, { - "id": "1092", + "id": "1095", "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": "1093", + "id": "1096", "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": "1094", + "id": "1097", "name": "Game Over History Record Decision Buried Player Component Devoted Servant Tag should not render Devoted Servant Tag when there is no targets." }, { - "id": "1095", + "id": "1098", "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": "1096", + "id": "1099", "name": "Game Over History Record Decision Buried Player Component Devoted Servant Tag Devoted Servant Tag Content should render the tag icon when rendered." }, { - "id": "1097", + "id": "1100", "name": "Game Over History Record Decision Buried Player Component Devoted Servant Tag Devoted Servant Tag Content should render the tag text when rendered." } ], @@ -232970,47 +233413,47 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContainer.nuxt.spec.ts": { "tests": [ { - "id": "1098", + "id": "1101", "name": "Game Lobby Start Game Confirm Dialog Container Component should match snapshot when rendered." }, { - "id": "1099", + "id": "1102", "name": "Game Lobby Start Game Confirm Dialog Container Component Header should translate header text when rendered." }, { - "id": "1100", + "id": "1103", "name": "Game Lobby Start Game Confirm Dialog Container Component Dialog Content should pass current confirm step as prop when rendered." }, { - "id": "1101", + "id": "1104", "name": "Game Lobby Start Game Confirm Dialog Container Component Dialog Content should handle confirm step event when dialog content emits the event." }, { - "id": "1102", + "id": "1105", "name": "Game Lobby Start Game Confirm Dialog Container Component Dialog Content should handle reject players position step event when dialog content emits the event." }, { - "id": "1103", + "id": "1106", "name": "Game Lobby Start Game Confirm Dialog Container Component Dialog Content should handle reject thief additional cards placed step event when dialog content emits the event." }, { - "id": "1104", + "id": "1107", "name": "Game Lobby Start Game Confirm Dialog Container Component Dialog Content should handle reject actor additional cards placed step event when dialog content emits the event." }, { - "id": "1105", + "id": "1108", "name": "Game Lobby Start Game Confirm Dialog Container Component Dialog Content should handle reject game options changed step event when dialog content emits the event." }, { - "id": "1106", + "id": "1109", "name": "Game Lobby Start Game Confirm Dialog Container Component Dialog Footer should pass current confirm step as prop when rendered." }, { - "id": "1107", + "id": "1110", "name": "Game Lobby Start Game Confirm Dialog Container Component Dialog Footer should handle confirm start game event when dialog footer emits the event." }, { - "id": "1108", + "id": "1111", "name": "Game Lobby Start Game Confirm Dialog Container Component Dialog Footer should handle reject start game event when dialog footer emits the event." } ], @@ -233019,39 +233462,39 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThief/GameLobbyOptionsHubRolesTabThief.nuxt.spec.ts": { "tests": [ { - "id": "1109", + "id": "1112", "name": "Game Lobby Options Hub Roles Tab Thief Component should match snapshot when rendered." }, { - "id": "1110", + "id": "1113", "name": "Game Lobby Options Hub Roles Tab Thief Component Must choose between Werewolves option should translate option label when rendered." }, { - "id": "1111", + "id": "1114", "name": "Game Lobby Options Hub Roles Tab Thief Component Must choose between Werewolves option should translate option description when the option is activated." }, { - "id": "1112", + "id": "1115", "name": "Game Lobby Options Hub Roles Tab Thief Component Must choose between Werewolves option should translate option description when the option is deactivated." }, { - "id": "1113", + "id": "1116", "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": "1114", + "id": "1117", "name": "Game Lobby Options Hub Roles Tab Thief Component Is Chosen Card revealed should translate option label when rendered." }, { - "id": "1115", + "id": "1118", "name": "Game Lobby Options Hub Roles Tab Thief Component Is Chosen Card revealed should translate option description when the option is activated." }, { - "id": "1116", + "id": "1119", "name": "Game Lobby Options Hub Roles Tab Thief Component Is Chosen Card revealed should translate option description when the option is deactivated." }, { - "id": "1117", + "id": "1120", "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." } ], @@ -233060,51 +233503,51 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyPositionCoordinator/GameLobbyPositionCoordinator.nuxt.spec.ts": { "tests": [ { - "id": "1118", + "id": "1121", "name": "Game Lobby Position Coordinator Component should match snapshot when rendered." }, { - "id": "1119", + "id": "1122", "name": "Game Lobby Position Coordinator Component Dialog not open should set dialog to invisible when rendered." }, { - "id": "1120", + "id": "1123", "name": "Game Lobby Position Coordinator Component Dialog not open Dialog Header Title Only should not render dialog header title only when dialog is not open." }, { - "id": "1121", + "id": "1124", "name": "Game Lobby Position Coordinator Component Dialog not open Coordinator Content should not render coordinator chat when dialog is not open." }, { - "id": "1122", + "id": "1125", "name": "Game Lobby Position Coordinator Component Dialog not open Coordinator Content should not render coordinator sorter when dialog is not open." }, { - "id": "1123", + "id": "1126", "name": "Game Lobby Position Coordinator Component Dialog not open Dialog Footer Close Button Only should not render dialog footer close button only when dialog is not open." }, { - "id": "1124", + "id": "1127", "name": "Game Lobby Position Coordinator Component Dialog open should set dialog to visible when opened." }, { - "id": "1125", + "id": "1128", "name": "Game Lobby Position Coordinator Component Dialog open Dialog Header Title Only should render dialog header title only when dialog is open." }, { - "id": "1126", + "id": "1129", "name": "Game Lobby Position Coordinator Component Dialog open Coordinator Content should render coordinator chat when dialog is open." }, { - "id": "1127", + "id": "1130", "name": "Game Lobby Position Coordinator Component Dialog open Coordinator Content should render coordinator sorter when dialog is open." }, { - "id": "1128", + "id": "1131", "name": "Game Lobby Position Coordinator Component Dialog open Dialog Footer Close Button Only should render dialog footer close button only when dialog is open." }, { - "id": "1129", + "id": "1132", "name": "Game Lobby Position Coordinator Component Dialog open Dialog Footer Close Button Only should close dialog when footer emits event." } ], @@ -233113,35 +233556,35 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayingBeforeLeaveConfirmDialog/GamePlayingBeforeLeaveConfirmDialog.nuxt.spec.ts": { "tests": [ { - "id": "1130", + "id": "1133", "name": "Game Playing Before Leave Confirm Dialog Component should match snapshot when rendered." }, { - "id": "1131", + "id": "1134", "name": "Game Playing Before Leave Confirm Dialog Component On Before Route Leaving should return false when confirm to leave is false." }, { - "id": "1132", + "id": "1135", "name": "Game Playing Before Leave Confirm Dialog Component On Before Route Leaving should return true when confirm to leave is true." }, { - "id": "1133", + "id": "1136", "name": "Game Playing Before Leave Confirm Dialog Component On Before Route Leaving should not set desired destination full path when confirm to leave is true." }, { - "id": "1134", + "id": "1137", "name": "Game Playing Before Leave Confirm Dialog Component On Before Route Leaving should set desired destination full path to guard full path when confirm to leave is false." }, { - "id": "1135", + "id": "1138", "name": "Game Playing Before Leave Confirm Dialog Component Confirm should set confirm parameters to confirm composable when open." }, { - "id": "1136", + "id": "1139", "name": "Game Playing Before Leave Confirm Dialog Component Confirm On Leaving should set confirm to leave to true when accept leaving." }, { - "id": "1137", + "id": "1140", "name": "Game Playing Before Leave Confirm Dialog Component Confirm On Leaving should push to desired destination full path when accept leaving." } ], @@ -233150,27 +233593,27 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordDecision/GameOverHistoryRecordDecisionNominatedPlayers/GameOverHistoryRecordDecisionNominatedPlayers.nuxt.spec.ts": { "tests": [ { - "id": "1138", + "id": "1141", "name": "Game Over History Record Decision Nominated Players Component should match snapshot when rendered." }, { - "id": "1139", + "id": "1142", "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": "1140", + "id": "1143", "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": "1141", + "id": "1144", "name": "Game Over History Record Decision Nominated Players Component Nominated Players should not render the nominated players when there are no voting results." }, { - "id": "1142", + "id": "1145", "name": "Game Over History Record Decision Nominated Players Component Nominated Players should not render the nominated players when there are no nominated players." }, { - "id": "1143", + "id": "1146", "name": "Game Over History Record Decision Nominated Players Component Overflow Tag should render Overflow Tag when rendered." } ], @@ -233179,43 +233622,43 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogThiefAdditionalCardsPlaced/GameLobbyStartGameConfirmDialogThiefAdditionalCardsPlaced.nuxt.spec.ts": { "tests": [ { - "id": "1144", + "id": "1147", "name": "Game Lobby Start Game Confirm Dialog Thief Additional Cards Placed Component should match snapshot when rendered." }, { - "id": "1145", + "id": "1148", "name": "Game Lobby Start Game Confirm Dialog Thief Additional Cards Placed Component should match snapshot when rendered without shallow rendering." }, { - "id": "1146", + "id": "1149", "name": "Game Lobby Start Game Confirm Dialog Thief Additional Cards Placed Component Thief Icon should set size to thief icon when rendered." }, { - "id": "1147", + "id": "1150", "name": "Game Lobby Start Game Confirm Dialog Thief Additional Cards Placed Component Thief Icon should set src to thief icon when rendered." }, { - "id": "1148", + "id": "1151", "name": "Game Lobby Start Game Confirm Dialog Thief Additional Cards Placed Component Thief Additional Cards should render thief additional cards when rendered." }, { - "id": "1149", + "id": "1152", "name": "Game Lobby Start Game Confirm Dialog Thief Additional Cards Placed Component Confirm Dialog Text should translate confirm dialog text when rendered." }, { - "id": "1150", + "id": "1153", "name": "Game Lobby Start Game Confirm Dialog Thief Additional Cards Placed Component Step Actions should translate reject step button label when rendered." }, { - "id": "1151", + "id": "1154", "name": "Game Lobby Start Game Confirm Dialog Thief Additional Cards Placed Component Step Actions should emit reject step event when reject step button clicked." }, { - "id": "1152", + "id": "1155", "name": "Game Lobby Start Game Confirm Dialog Thief Additional Cards Placed Component Step Actions should translate confirm step button label when rendered." }, { - "id": "1153", + "id": "1156", "name": "Game Lobby Start Game Confirm Dialog Thief Additional Cards Placed Component Step Actions should emit confirm step event when confirm step button clicked." } ], @@ -233224,43 +233667,43 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogActorAdditionalCardsPlaced/GameLobbyStartGameConfirmDialogActorAdditionalCardsPlaced.nuxt.spec.ts": { "tests": [ { - "id": "1154", + "id": "1157", "name": "Game Lobby Start Game Confirm Dialog Actor Additional Cards Placed Component should match snapshot when rendered." }, { - "id": "1155", + "id": "1158", "name": "Game Lobby Start Game Confirm Dialog Actor Additional Cards Placed Component should match snapshot when rendered without shallow rendering." }, { - "id": "1156", + "id": "1159", "name": "Game Lobby Start Game Confirm Dialog Actor Additional Cards Placed Component Actor Icon should set size to actor icon when rendered." }, { - "id": "1157", + "id": "1160", "name": "Game Lobby Start Game Confirm Dialog Actor Additional Cards Placed Component Actor Icon should set src to actor icon when rendered." }, { - "id": "1158", + "id": "1161", "name": "Game Lobby Start Game Confirm Dialog Actor Additional Cards Placed Component Actor Additional Cards should render actor additional cards when rendered." }, { - "id": "1159", + "id": "1162", "name": "Game Lobby Start Game Confirm Dialog Actor Additional Cards Placed Component Confirm Dialog Text should translate confirm dialog text when rendered." }, { - "id": "1160", + "id": "1163", "name": "Game Lobby Start Game Confirm Dialog Actor Additional Cards Placed Component Step Actions should translate reject step button label when rendered." }, { - "id": "1161", + "id": "1164", "name": "Game Lobby Start Game Confirm Dialog Actor Additional Cards Placed Component Step Actions should emit reject step event when reject step button clicked." }, { - "id": "1162", + "id": "1165", "name": "Game Lobby Start Game Confirm Dialog Actor Additional Cards Placed Component Step Actions should translate confirm step button label when rendered." }, { - "id": "1163", + "id": "1166", "name": "Game Lobby Start Game Confirm Dialog Actor Additional Cards Placed Component Step Actions should emit confirm step event when confirm step button clicked." } ], @@ -233269,39 +233712,39 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabCupid/GameLobbyOptionsHubRolesTabCupid.nuxt.spec.ts": { "tests": [ { - "id": "1164", + "id": "1167", "name": "Game Lobby Options Hub Roles Tab Cupid Component should match snapshot when rendered." }, { - "id": "1165", + "id": "1168", "name": "Game Lobby Options Hub Roles Tab Cupid Component Cupid must win with Lovers option should translate option label when rendered." }, { - "id": "1166", + "id": "1169", "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": "1167", + "id": "1170", "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": "1168", + "id": "1171", "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": "1169", + "id": "1172", "name": "Game Lobby Options Hub Roles Tab Cupid Component Do Lovers reveal role to each other option should translate option label when rendered." }, { - "id": "1170", + "id": "1173", "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": "1171", + "id": "1174", "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": "1172", + "id": "1175", "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." } ], @@ -233310,39 +233753,39 @@ "tests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventTextsManager.nuxt.spec.ts": { "tests": [ { - "id": "1173", + "id": "1176", "name": "Game Event Texts Manager Component should match snapshot when rendered." }, { - "id": "1174", + "id": "1177", "name": "Game Event Texts Manager Component Game Event Previous Text Button should decrement current text index when clicked." }, { - "id": "1175", + "id": "1178", "name": "Game Event Texts Manager Component Game Event Previous Text Button should not decrement current text index when clicked and current text index is 0." }, { - "id": "1176", + "id": "1179", "name": "Game Event Texts Manager Component Current Event Text should display first game event text when rendered." }, { - "id": "1177", + "id": "1180", "name": "Game Event Texts Manager Component Game Event Next Text Button should increment current text index when clicked." }, { - "id": "1178", + "id": "1181", "name": "Game Event Texts Manager Component Game Event Next Text Button should not increment current text index when can't go to next game text." }, { - "id": "1179", + "id": "1182", "name": "Game Event Texts Manager Component Game Event Next Text Button should go to next game text when it was the last game text." }, { - "id": "1180", + "id": "1183", "name": "Game Event Texts Manager Component Game Event Next Text Button should not increment current text index when clicked and current text index is the last text index." }, { - "id": "1181", + "id": "1184", "name": "Game Event Texts Manager Component Game Event Next Text Button should emit game event text change event when clicked." } ], @@ -233351,23 +233794,23 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordDecision/GameOverHistoryRecordDecisionTargets/GameOverHistoryRecordDecisionTargets.nuxt.spec.ts": { "tests": [ { - "id": "1182", + "id": "1185", "name": "Game Over History Record Decision Targets Component should match snapshot when rendered." }, { - "id": "1183", + "id": "1186", "name": "Game Over History Record Decision Targets Component Targets should render the truncated targets when there are more than 3 targets." }, { - "id": "1184", + "id": "1187", "name": "Game Over History Record Decision Targets Component Targets should render the full targets when there are less than 3 targets." }, { - "id": "1185", + "id": "1188", "name": "Game Over History Record Decision Targets Component Targets should not render the targets when there are no targets." }, { - "id": "1186", + "id": "1189", "name": "Game Over History Record Decision Targets Component Overflow Tag should display the overflow tag when rendered." } ], @@ -233376,55 +233819,55 @@ "tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImage.nuxt.spec.ts": { "tests": [ { - "id": "1187", + "id": "1190", "name": "Role Flipping Image Component should match snapshot when rendered." }, { - "id": "1188", + "id": "1191", "name": "Role Flipping Image Component Flip Container should set flipped to false when rendered." }, { - "id": "1189", + "id": "1192", "name": "Role Flipping Image Component Flip Container should set height and width from props when rendered." }, { - "id": "1190", + "id": "1193", "name": "Role Flipping Image Component Flip Container Front Role Image should set front image role from props when rendered." }, { - "id": "1191", + "id": "1194", "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": "1192", + "id": "1195", "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": "1193", + "id": "1196", "name": "Role Flipping Image Component Flip Container Front Role Image should not render svg icon when icon path is not defined in props." }, { - "id": "1194", + "id": "1197", "name": "Role Flipping Image Component Flip Container Front Role Image should render svg icon when icon path is defined in props." }, { - "id": "1195", + "id": "1198", "name": "Role Flipping Image Component Flip Container Back Role Image should set back image role as undefined when rendered." }, { - "id": "1196", + "id": "1199", "name": "Role Flipping Image Component Flip Container Back Role Image should flip the card when the role is updated in props." }, { - "id": "1197", + "id": "1200", "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": "1198", + "id": "1201", "name": "Role Flipping Image Component Flip Container Back Role Image should not render svg icon when icon path is not defined in props." }, { - "id": "1199", + "id": "1202", "name": "Role Flipping Image Component Flip Container Back Role Image should render svg icon when icon path is defined in props." } ], @@ -233433,39 +233876,39 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabSeer/GameLobbyOptionsHubRolesTabSeer.nuxt.spec.ts": { "tests": [ { - "id": "1200", + "id": "1203", "name": "Game Lobby Options Hub Roles Tab Seer Component should match snapshot when rendered." }, { - "id": "1201", + "id": "1204", "name": "Game Lobby Options Hub Roles Tab Seer Component Is talkative option should translate option label when rendered." }, { - "id": "1202", + "id": "1205", "name": "Game Lobby Options Hub Roles Tab Seer Component Is talkative option should translate option description when the option is activated." }, { - "id": "1203", + "id": "1206", "name": "Game Lobby Options Hub Roles Tab Seer Component Is talkative option should translate option description when the option is deactivated." }, { - "id": "1204", + "id": "1207", "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": "1205", + "id": "1208", "name": "Game Lobby Options Hub Roles Tab Seer Component Can see Roles option should translate option label when rendered." }, { - "id": "1206", + "id": "1209", "name": "Game Lobby Options Hub Roles Tab Seer Component Can see Roles option should translate option description when the option is activated." }, { - "id": "1207", + "id": "1210", "name": "Game Lobby Options Hub Roles Tab Seer Component Can see Roles option should translate option description when the option is deactivated." }, { - "id": "1208", + "id": "1211", "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." } ], @@ -233474,39 +233917,39 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordDecision/GameOverHistoryRecordDecisionTargets/GameOverHistoryRecordDecisionTarget/GameOverHistoryRecordDecisionTarget.nuxt.spec.ts": { "tests": [ { - "id": "1209", + "id": "1212", "name": "Game Over History Record Decision Target Component should match snapshot when rendered." }, { - "id": "1210", + "id": "1213", "name": "Game Over History Record Decision Target Component Player Card should render Player Card with the target player name when rendered." }, { - "id": "1211", + "id": "1214", "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": "1212", + "id": "1215", "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": "1213", + "id": "1216", "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": "1214", + "id": "1217", "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": "1215", + "id": "1218", "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": "1216", + "id": "1219", "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": "1217", + "id": "1220", "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." } ], @@ -233515,27 +233958,27 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameWildChildHasTransformedEvent/GameWildChildHasTransformedEvent.nuxt.spec.ts": { "tests": [ { - "id": "1218", + "id": "1221", "name": "Game Wild Child Has Transformed Event Component should match snapshot when rendered." }, { - "id": "1219", + "id": "1222", "name": "Game Wild Child Has Transformed Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1220", + "id": "1223", "name": "Game Wild Child Has Transformed Event Component Sound Effects should not play sound effects when transformation is not revealed." }, { - "id": "1221", + "id": "1224", "name": "Game Wild Child Has Transformed Event Component Sound Effects should play sound effects when transformation is revealed in game options." }, { - "id": "1222", + "id": "1225", "name": "Game Wild Child Has Transformed Event Component Game Event Texts should pass game wild child has quietly transformed event texts when transformation is not revealed." }, { - "id": "1223", + "id": "1226", "name": "Game Wild Child Has Transformed Event Component Game Event Texts should pass game wild child has transformed event texts when transformation is revealed." } ], @@ -233544,43 +233987,43 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManager.nuxt.spec.ts": { "tests": [ { - "id": "1224", + "id": "1227", "name": "Game Lobby Additional Cards Manager Component should match snapshot when rendered." }, { - "id": "1225", + "id": "1228", "name": "Game Lobby Additional Cards Manager Component Dialog not open should set dialog to invisible when rendered." }, { - "id": "1226", + "id": "1229", "name": "Game Lobby Additional Cards Manager Component Dialog not open Dialog Header Title Only should not render dialog header title only when dialog is not open." }, { - "id": "1227", + "id": "1230", "name": "Game Lobby Additional Cards Manager Component Dialog not open Additional Cards Manager Content should not render additional cards manager content when dialog is not open." }, { - "id": "1228", + "id": "1231", "name": "Game Lobby Additional Cards Manager Component Dialog not open Dialog Footer Close Button Only should not render dialog footer close button only when dialog is not open." }, { - "id": "1229", + "id": "1232", "name": "Game Lobby Additional Cards Manager Component Dialog open should set dialog to visible when rendered." }, { - "id": "1230", + "id": "1233", "name": "Game Lobby Additional Cards Manager Component Dialog open Dialog Header Title Only should render dialog header title only when dialog is open." }, { - "id": "1231", + "id": "1234", "name": "Game Lobby Additional Cards Manager Component Dialog open Additional Cards Manager Content should render additional cards manager content when dialog is open." }, { - "id": "1232", + "id": "1235", "name": "Game Lobby Additional Cards Manager Component Dialog open Dialog Footer Close Button Only should render dialog footer close button only when dialog is open." }, { - "id": "1233", + "id": "1236", "name": "Game Lobby Additional Cards Manager Component Dialog open Dialog Footer Close Button Only should close dialog when footer emits event." } ], @@ -233589,27 +234032,27 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameActorMayHaveChosenCardEvent/GameActorMayHaveChosenCardEvent.nuxt.spec.ts": { "tests": [ { - "id": "1234", + "id": "1237", "name": "Game Actor May Have Chosen Card Event Component should match snapshot when rendered." }, { - "id": "1235", + "id": "1238", "name": "Game Actor May Have Chosen Card Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1236", + "id": "1239", "name": "Game Actor May Have Chosen Card Event Component Sound Effect should play actor clear throat and knocks sound effect when rendered." }, { - "id": "1237", + "id": "1240", "name": "Game Actor May Have Chosen Card Event Component Game Event Texts should set default event texts when rendered." }, { - "id": "1238", + "id": "1241", "name": "Game Actor May Have Chosen Card Event Component Flipping Card should set svg icon path to undefined when chosen card is undefined." }, { - "id": "1239", + "id": "1242", "name": "Game Actor May Have Chosen Card Event Component Flipping Card should set svg icon path to actor svg role when chosen card is defined." } ], @@ -233618,31 +234061,31 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlaygroundTargets/GameTargetPlaygroundTargets.nuxt.spec.ts": { "tests": [ { - "id": "1240", + "id": "1243", "name": "Game Target Playground Targets Component should match snapshot when rendered." }, { - "id": "1241", + "id": "1244", "name": "Game Target Playground Targets Component No targets should render no targets message when current play is not defined." }, { - "id": "1242", + "id": "1245", "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": "1243", + "id": "1246", "name": "Game Target Playground Targets Component No targets should render no targets message when current play is defined but interactions are undefined." }, { - "id": "1244", + "id": "1247", "name": "Game Target Playground Targets Component No targets should render no targets message when current play is defined but interactions are empty." }, { - "id": "1245", + "id": "1248", "name": "Game Target Playground Targets Component No targets should render translated no targets message when current play is not defined." }, { - "id": "1246", + "id": "1249", "name": "Game Target Playground Targets Component Targets should render targets when current play is defined and there are eligible targets in first interaction." } ], @@ -233651,35 +234094,35 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameBearGrowlsOrSleepsEvent/GameBearGrowlsOrSleepsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1247", + "id": "1250", "name": "Game Bear Growl Or Sleeps Event Component should match snapshot when rendered." }, { - "id": "1248", + "id": "1251", "name": "Game Bear Growl Or Sleeps Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1249", + "id": "1252", "name": "Game Bear Growl Or Sleeps Event Component Sound effect should play bear growling sound effect when bear growls." }, { - "id": "1250", + "id": "1253", "name": "Game Bear Growl Or Sleeps Event Component Sound effect should play calm bear eating sound effect when bear sleeps." }, { - "id": "1251", + "id": "1254", "name": "Game Bear Growl Or Sleeps Event Component Game Event Texts should pass bear tamer growls text when bear growls." }, { - "id": "1252", + "id": "1255", "name": "Game Bear Growl Or Sleeps Event Component Game Event Texts should pass bear tamer sleeps text when bear sleeps." }, { - "id": "1253", + "id": "1256", "name": "Game Bear Growl Or Sleeps Event Component Game Event Texts Event Flipping Players Card should pass angry bear svg for svg icon path when bear growls." }, { - "id": "1254", + "id": "1257", "name": "Game Bear Growl Or Sleeps Event Component Game Event Texts Event Flipping Players Card should pass sleeping bear svg for svg icon path when bear sleeps." } ], @@ -233688,27 +234131,27 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/ChangedGameOptionsList/ChangedGameOptionsList.nuxt.spec.ts": { "tests": [ { - "id": "1255", + "id": "1258", "name": "Changed Game Options List Component should match snapshot when rendered." }, { - "id": "1256", + "id": "1259", "name": "Changed Game Options List Component Changed Game Options List should render 2 list items when there are 2 changed game options." }, { - "id": "1257", + "id": "1260", "name": "Changed Game Options List Component Changed Game Options List Reset Button should have an alt text for each button of list items when rendered." }, { - "id": "1258", + "id": "1261", "name": "Changed Game Options List Component Changed Game Options List Reset Button should not reset the game option when game option text is not recognized." }, { - "id": "1259", + "id": "1262", "name": "Changed Game Options List Component Changed Game Options List Reset Button should reset the game option when clicked on the reset button." }, { - "id": "1260", + "id": "1263", "name": "Changed Game Options List Component Changed Game Options List Reset Button should reset both turn and phase name options for sheriff election when clicked on the reset button for the sheriff election time." } ], @@ -233717,43 +234160,43 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHub.nuxt.spec.ts": { "tests": [ { - "id": "1261", + "id": "1264", "name": "Game Lobby Options Hub Component should match snapshot when rendered." }, { - "id": "1262", + "id": "1265", "name": "Game Lobby Options Hub Component Dialog not open should set dialog to invisible when rendered." }, { - "id": "1263", + "id": "1266", "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": "1264", + "id": "1267", "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": "1265", + "id": "1268", "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": "1266", + "id": "1269", "name": "Game Lobby Options Hub Component Dialog open should set dialog to visible when opened." }, { - "id": "1267", + "id": "1270", "name": "Game Lobby Options Hub Component Dialog open Game Lobby Options Hub Header should render game lobby options hub header when opened." }, { - "id": "1268", + "id": "1271", "name": "Game Lobby Options Hub Component Dialog open Game Lobby Options Hub Content should render game lobby options hub content when opened." }, { - "id": "1269", + "id": "1272", "name": "Game Lobby Options Hub Component Dialog open Game Lobby Options Hub Footer should render game lobby options hub footer when opened." }, { - "id": "1270", + "id": "1273", "name": "Game Lobby Options Hub Component Dialog open Game Lobby Options Hub Footer should close options hub when option hub footer emits event." } ], @@ -233762,23 +234205,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseCardPlayground/GameChooseCardPlayground.nuxt.spec.ts": { "tests": [ { - "id": "1271", + "id": "1274", "name": "Game Choose Card Playground Component should match snapshot when rendered." }, { - "id": "1272", + "id": "1275", "name": "Game Choose Card Playground Component should match snapshot without shallow rendering when render." }, { - "id": "1273", + "id": "1276", "name": "Game Choose Card Playground Component Recipient Game Additional Cards should display the game additional cards for the recipient when rendered." }, { - "id": "1274", + "id": "1277", "name": "Game Choose Card Playground Component Recipient Game Additional Cards should unset card when the card is clicked on already chosen in make game play dto." }, { - "id": "1275", + "id": "1278", "name": "Game Choose Card Playground Component Recipient Game Additional Cards should set card when the card is clicked on not already chosen in make game play dto." } ], @@ -233787,31 +234230,31 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWerewolvesTurnStartsEvent/GameWerewolvesTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1276", + "id": "1279", "name": "Game Werewolves Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1277", + "id": "1280", "name": "Game Werewolves Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1278", + "id": "1281", "name": "Game Werewolves Turn Starts Event Component should play werewolf howling sound effect when rendered." }, { - "id": "1279", + "id": "1282", "name": "Game Werewolves Turn Starts Event Component Game Event Texts should pass event texts when it's the first night." }, { - "id": "1280", + "id": "1283", "name": "Game Werewolves Turn Starts Event Component Game Event Texts should pass event texts when it's first night and werewolves can eat each other." }, { - "id": "1281", + "id": "1284", "name": "Game Werewolves Turn Starts Event Component Game Event Texts should pass event texts when it's not the first night." }, { - "id": "1282", + "id": "1285", "name": "Game Werewolves Turn Starts Event Component Game Event Texts should pass event texts when it's not the first night and werewolves can eat each other." } ], @@ -233820,23 +234263,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/RecipientRoleAdditionalCardsManager/RecipientRoleAdditionalCardsManager.spec.ts": { "tests": [ { - "id": "1283", + "id": "1286", "name": "Recipient Role Additional Cards Manager Component should match snapshot when rendered." }, { - "id": "1284", + "id": "1287", "name": "Recipient Role Additional Cards Manager Component should match snapshot when rendered without shallow." }, { - "id": "1285", + "id": "1288", "name": "Recipient Role Additional Cards Manager Component Recipient Additional Cards Placement Text should translate recipient additional cards faced down placement text when there are 2 additional cards for thief." }, { - "id": "1286", + "id": "1289", "name": "Recipient Role Additional Cards Manager Component Recipient Additional Cards Placement Text should translate recipient additional cards faced up placement text when there is 1 additional card for actor." }, { - "id": "1287", + "id": "1290", "name": "Recipient Role Additional Cards Manager Component Recipient Additional Cards Placement Text should not render recipient additional cards placement text when there are no additional cards for thief." } ], @@ -233845,51 +234288,51 @@ "tests/unit/specs/components/shared/game/player/PlayerCard/PlayerCard.nuxt.spec.ts": { "tests": [ { - "id": "1288", + "id": "1291", "name": "Player Card Component should match snapshot when rendered." }, { - "id": "1289", + "id": "1292", "name": "Player Card Component Selector Button should render selector button without aria label when not provided in props." }, { - "id": "1290", + "id": "1293", "name": "Player Card Component Selector Button should emit playerCardSelectorClick event when clicked." }, { - "id": "1291", + "id": "1294", "name": "Player Card Component Selector Button should have tooltip with aria label as value when doesShowSelectorTooltip prop is true." }, { - "id": "1292", + "id": "1295", "name": "Player Card Component Selector Button should not have tooltip when doesShowSelectorTooltip prop is false." }, { - "id": "1293", + "id": "1296", "name": "Player Card Component Selector Button should have border gray 100 class when selected." }, { - "id": "1294", + "id": "1297", "name": "Player Card Component Selector Button should not have border gray 100 class when not selected." }, { - "id": "1295", + "id": "1298", "name": "Player Card Component Selector Button should not have hover border gray 400 class when disabled." }, { - "id": "1296", + "id": "1299", "name": "Player Card Component Selector Button should have hover border gray 400 class when not disabled." }, { - "id": "1297", + "id": "1300", "name": "Player Card Component Selector Button should be disabled when isDisabled prop is true." }, { - "id": "1298", + "id": "1301", "name": "Player Card Component Selector Button should not be disabled when isDisabled prop is false." }, { - "id": "1299", + "id": "1302", "name": "Player Card Component Selector Button Flipping Role Image should render role image of player with correct alt when rendered." } ], @@ -233898,39 +234341,39 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogGameOptionsChanged/GameLobbyStartGameConfirmDialogGameOptionsChanged.nuxt.spec.ts": { "tests": [ { - "id": "1300", + "id": "1303", "name": "Game Lobby Start Game Confirm Dialog Game Options Changed Component should match snapshot when rendered." }, { - "id": "1301", + "id": "1304", "name": "Game Lobby Start Game Confirm Dialog Game Options Changed Component should match snapshot when rendered without shallow rendering." }, { - "id": "1302", + "id": "1305", "name": "Game Lobby Start Game Confirm Dialog Game Options Changed Component Step Svg should set size to step svg when rendered." }, { - "id": "1303", + "id": "1306", "name": "Game Lobby Start Game Confirm Dialog Game Options Changed Component Step Svg should set src to step svg when rendered." }, { - "id": "1304", + "id": "1307", "name": "Game Lobby Start Game Confirm Dialog Game Options Changed Component Text should translate step text when rendered." }, { - "id": "1305", + "id": "1308", "name": "Game Lobby Start Game Confirm Dialog Game Options Changed Component Step Actions should translate confirm step button label when rendered." }, { - "id": "1306", + "id": "1309", "name": "Game Lobby Start Game Confirm Dialog Game Options Changed Component Step Actions should emit confirm step event when confirm step button clicked." }, { - "id": "1307", + "id": "1310", "name": "Game Lobby Start Game Confirm Dialog Game Options Changed Component Step Actions should translate reject step button label when rendered." }, { - "id": "1308", + "id": "1311", "name": "Game Lobby Start Game Confirm Dialog Game Options Changed Component Step Actions should emit reject step event when reject step button clicked." } ], @@ -233939,31 +234382,31 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabThreeBrothers/GameLobbyOptionsHubRolesTabThreeBrothers.nuxt.spec.ts": { "tests": [ { - "id": "1309", + "id": "1312", "name": "Game Lobby Options Hub Roles Tab Three Brothers Component should match snapshot when rendered." }, { - "id": "1310", + "id": "1313", "name": "Game Lobby Options Hub Roles Tab Three Brothers Component Waking up Interval option should translate option label when rendered." }, { - "id": "1311", + "id": "1314", "name": "Game Lobby Options Hub Roles Tab Three Brothers Component Waking up Interval option should translate option description with selected value when rendered." }, { - "id": "1312", + "id": "1315", "name": "Game Lobby Options Hub Roles Tab Three Brothers Component Waking up Interval option should translate option float label when rendered." }, { - "id": "1313", + "id": "1316", "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": "1314", + "id": "1317", "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": "1315", + "id": "1318", "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." } ], @@ -233972,31 +234415,31 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWhiteWerewolf/GameLobbyOptionsHubRolesTabWhiteWerewolf.nuxt.spec.ts": { "tests": [ { - "id": "1316", + "id": "1319", "name": "Game Lobby Options Hub Roles Tab White Werewolf Component should match snapshot when rendered." }, { - "id": "1317", + "id": "1320", "name": "Game Lobby Options Hub Roles Tab White Werewolf Component Waking up Interval option should translate option label when rendered." }, { - "id": "1318", + "id": "1321", "name": "Game Lobby Options Hub Roles Tab White Werewolf Component Waking up Interval option should translate option description with selected value when rendered." }, { - "id": "1319", + "id": "1322", "name": "Game Lobby Options Hub Roles Tab White Werewolf Component Waking up Interval option should translate option float label when rendered." }, { - "id": "1320", + "id": "1323", "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": "1321", + "id": "1324", "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": "1322", + "id": "1325", "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." } ], @@ -234005,27 +234448,27 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThiefTurnStartsEvent/GameThiefTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1323", + "id": "1326", "name": "Game Thief Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1324", + "id": "1327", "name": "Game Thief Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1325", + "id": "1328", "name": "Game Thief Turn Starts Event Component should play evil laugh sound effect when rendered." }, { - "id": "1326", + "id": "1329", "name": "Game Thief Turn Starts Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "1327", + "id": "1330", "name": "Game Thief Turn Starts Event Component Game Event Texts should pass event texts with 0 cards when additional cards are not set." }, { - "id": "1328", + "id": "1331", "name": "Game Thief Turn Starts Event Component Game Event Texts should pass event texts with thief not forced to choose between werewolves cards when game option is set." } ], @@ -234034,43 +234477,43 @@ "tests/unit/specs/stores/role/useRolesStore.spec.ts": { "tests": [ { - "id": "1329", + "id": "1332", "name": "Roles Store should have initial state when created." }, { - "id": "1330", + "id": "1333", "name": "Roles Store fetchAndSetRoles should fetch roles when called." }, { - "id": "1331", + "id": "1334", "name": "Roles Store fetchAndSetRoles should set roles when called." }, { - "id": "1332", + "id": "1335", "name": "Roles Store getRoleWithNameInRoles should return role with given name when found." }, { - "id": "1333", + "id": "1336", "name": "Roles Store getRoleWithNameInRoles should return undefined when role with given name is not found." }, { - "id": "1334", + "id": "1337", "name": "Roles Store getRolesForRecipientRoleName should return roles that are eligible for given recipient role name when called." }, { - "id": "1335", + "id": "1338", "name": "Roles Store getRolesForRecipientRoleName should return an empty array when no roles are eligible for given recipient role name." }, { - "id": "1336", + "id": "1339", "name": "Roles Store getRolesForRecipientRoleName should return an empty array when roles are not set." }, { - "id": "1337", + "id": "1340", "name": "Roles Store getRoleSideForRoleName should return role side for given role name when found." }, { - "id": "1338", + "id": "1341", "name": "Roles Store getRoleSideForRoleName should return undefined when role side for given role name is not found." } ], @@ -234079,31 +234522,31 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabTwoSisters/GameLobbyOptionsHubRolesTabTwoSisters.nuxt.spec.ts": { "tests": [ { - "id": "1339", + "id": "1342", "name": "Game Lobby Options Hub Roles Tab Two Sisters Component should match snapshot when rendered." }, { - "id": "1340", + "id": "1343", "name": "Game Lobby Options Hub Roles Tab Two Sisters Component Waking up Interval option should translate option label when rendered." }, { - "id": "1341", + "id": "1344", "name": "Game Lobby Options Hub Roles Tab Two Sisters Component Waking up Interval option should translate option description with selected value when rendered." }, { - "id": "1342", + "id": "1345", "name": "Game Lobby Options Hub Roles Tab Two Sisters Component Waking up Interval option should translate option float label when rendered." }, { - "id": "1343", + "id": "1346", "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": "1344", + "id": "1347", "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": "1345", + "id": "1348", "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." } ], @@ -234112,39 +234555,39 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameChooseSidePlayground/GameChooseSidePlayground.nuxt.spec.ts": { "tests": [ { - "id": "1346", + "id": "1349", "name": "Game Choose Side Playground Component should match snapshot when rendered." }, { - "id": "1347", + "id": "1350", "name": "Game Choose Side Playground Component Choose Villager Side Button should select the villager side when clicked." }, { - "id": "1348", + "id": "1351", "name": "Game Choose Side Playground Component Choose Villager Side Button should have emerald border when side is villagers." }, { - "id": "1349", + "id": "1352", "name": "Game Choose Side Playground Component Choose Villager Side Button Villagers Button Image should have emerald border when side is villagers." }, { - "id": "1350", + "id": "1353", "name": "Game Choose Side Playground Component Choose Villager Side Button Villagers Button Text should have translated text when rendered." }, { - "id": "1351", + "id": "1354", "name": "Game Choose Side Playground Component Choose Werewolves Side button should select the werewolves side when clicked." }, { - "id": "1352", + "id": "1355", "name": "Game Choose Side Playground Component Choose Werewolves Side button should have red border when side is werewolves." }, { - "id": "1353", + "id": "1356", "name": "Game Choose Side Playground Component Choose Werewolves Side button Werewolves Button Image should have red border when side is werewolves." }, { - "id": "1354", + "id": "1357", "name": "Game Choose Side Playground Component Choose Werewolves Side button Werewolves Button Text should have translated text when rendered." } ], @@ -234153,47 +234596,47 @@ "tests/unit/specs/stores/game/useGameStore.spec.ts": { "tests": [ { - "id": "1355", + "id": "1358", "name": "Game Store should have initial state when created." }, { - "id": "1356", + "id": "1359", "name": "Game Store resetGame should reset game when called." }, { - "id": "1357", + "id": "1360", "name": "Game Store fetchAndSetGame should fetch game when called." }, { - "id": "1358", + "id": "1361", "name": "Game Store fetchAndSetGame should reset game current event index when called." }, { - "id": "1359", + "id": "1362", "name": "Game Store fetchAndSetGame should set game when called." }, { - "id": "1360", + "id": "1363", "name": "Game Store cancelGame should cancel game when called." }, { - "id": "1361", + "id": "1364", "name": "Game Store cancelGame should set game when called." }, { - "id": "1362", + "id": "1365", "name": "Game Store makeGamePlay should make game play when called." }, { - "id": "1363", + "id": "1366", "name": "Game Store makeGamePlay should reset game event indes when called." }, { - "id": "1364", + "id": "1367", "name": "Game Store makeGamePlay should set game when called." }, { - "id": "1365", + "id": "1368", "name": "Game Store skipGamePlay should skip game play when called." } ], @@ -234202,35 +234645,35 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayerCard/GameLobbyPlayerCard.nuxt.spec.ts": { "tests": [ { - "id": "1366", + "id": "1369", "name": "Game Lobby Player Card Component should match snapshot when rendered." }, { - "id": "1367", + "id": "1370", "name": "Game Lobby Player Card Component should match snapshot when rendered without shallow." }, { - "id": "1368", + "id": "1371", "name": "Game Lobby Player Card Component Delete button should have translated tooltip with player name when rendered." }, { - "id": "1369", + "id": "1372", "name": "Game Lobby Player Card Component Delete button should remove player from party when clicked." }, { - "id": "1370", + "id": "1373", "name": "Game Lobby Player Card Component Delete button should remove obsolete additional cards when player is removed from party." }, { - "id": "1371", + "id": "1374", "name": "Game Lobby Player Card Component Role should translate role not selected when player doesn't have role yet." }, { - "id": "1372", + "id": "1375", "name": "Game Lobby Player Card Component Role should translate role when player has role." }, { - "id": "1373", + "id": "1376", "name": "Game Lobby Player Card Component Emits should emit pickRoleForPlayer event when player card is selected." } ], @@ -234239,31 +234682,31 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameRequestAnotherVotePlayground/GameRequestAnotherVotePlayground.nuxt.spec.ts": { "tests": [ { - "id": "1374", + "id": "1377", "name": "Game Request Another Vote Playground Component should match snapshot when rendered." }, { - "id": "1375", + "id": "1378", "name": "Game Request Another Vote Playground Component Toggle Button Icon should set thumbs-up icon to the toggle button when judge requests another vote." }, { - "id": "1376", + "id": "1379", "name": "Game Request Another Vote Playground Component Toggle Button Icon should set thumbs-down icon to the toggle button when judge doesn't request another vote." }, { - "id": "1377", + "id": "1380", "name": "Game Request Another Vote Playground Component Toggle Button should translate off button label when rendered." }, { - "id": "1378", + "id": "1381", "name": "Game Request Another Vote Playground Component Toggle Button should translate on button label when rendered." }, { - "id": "1379", + "id": "1382", "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": "1380", + "id": "1383", "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." } ], @@ -234272,31 +234715,31 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabStutteringJudge/GameLobbyOptionsHubRolesTabStutteringJudge.nuxt.spec.ts": { "tests": [ { - "id": "1381", + "id": "1384", "name": "Game Lobby Options Hub Roles Tab Stuttering Judge Component should match snapshot when rendered." }, { - "id": "1382", + "id": "1385", "name": "Game Lobby Options Hub Roles Tab Stuttering Judge Component Vote Requests Count option should translate option label when rendered." }, { - "id": "1383", + "id": "1386", "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": "1384", + "id": "1387", "name": "Game Lobby Options Hub Roles Tab Stuttering Judge Component Vote Requests Count option should translate option float label when rendered." }, { - "id": "1385", + "id": "1388", "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": "1386", + "id": "1389", "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": "1387", + "id": "1390", "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." } ], @@ -234305,31 +234748,31 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabScandalmonger/GameLobbyOptionsHubRolesTabScandalmonger.nuxt.spec.ts": { "tests": [ { - "id": "1388", + "id": "1391", "name": "Game Lobby Options Hub Roles Tab Scandalmonger Component should match snapshot when rendered." }, { - "id": "1389", + "id": "1392", "name": "Game Lobby Options Hub Roles Tab Scandalmonger Component Mark Penalty option should translate option label when rendered." }, { - "id": "1390", + "id": "1393", "name": "Game Lobby Options Hub Roles Tab Scandalmonger Component Mark Penalty option should translate option description with selected value when rendered." }, { - "id": "1391", + "id": "1394", "name": "Game Lobby Options Hub Roles Tab Scandalmonger Component Mark Penalty option should translate option float label when rendered." }, { - "id": "1392", + "id": "1395", "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": "1393", + "id": "1396", "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": "1394", + "id": "1397", "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." } ], @@ -234338,51 +234781,51 @@ "tests/unit/specs/pages/game/game-page.nuxt.spec.ts": { "tests": [ { - "id": "1395", + "id": "1398", "name": "Game Page should match snapshot when rendered." }, { - "id": "1396", + "id": "1399", "name": "Game Page should set head title and meta tags when rendered." }, { - "id": "1397", + "id": "1400", "name": "Game Page should fetch and set game in store when rendered with valid game id as string." }, { - "id": "1398", + "id": "1401", "name": "Game Page should fetch and set game in store when rendered with valid game id as array of strings." }, { - "id": "1399", + "id": "1402", "name": "Game Page should load all audios when rendered." }, { - "id": "1400", + "id": "1403", "name": "Game Page Game Status Containers should render game is loading container when game fetching status is pending." }, { - "id": "1401", + "id": "1404", "name": "Game Page Game Status Containers should render loading game spinner with text when game fetching status is pending." }, { - "id": "1402", + "id": "1405", "name": "Game Page Game Status Containers should render game not found when game fetching status is error." }, { - "id": "1403", + "id": "1406", "name": "Game Page Game Status Containers should render playing game when game fetching status is success and game status is playing." }, { - "id": "1404", + "id": "1407", "name": "Game Page Game Status Containers should render game over when game fetching status is success and game status is over." }, { - "id": "1405", + "id": "1408", "name": "Game Page Game Status Containers should render game canceled when game fetching status is success and game status is canceled." }, { - "id": "1406", + "id": "1409", "name": "Game Page Unmount should fade out playing background audio when unmounted." } ], @@ -234391,23 +234834,23 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverActions/GameOverCreateNewGameButton/GameOverCreateNewGameButton.nuxt.spec.ts": { "tests": [ { - "id": "1407", + "id": "1410", "name": "Game Over Create New Game Button Component should match snapshot when rendered." }, { - "id": "1408", + "id": "1411", "name": "Game Over Create New Game Button Component Create New Game Button should translate button label when rendered." }, { - "id": "1409", + "id": "1412", "name": "Game Over Create New Game Button Component Create New Game Button Click on Button should confirm action when button is clicked." }, { - "id": "1410", + "id": "1413", "name": "Game Over Create New Game Button Component Create New Game Button Click on Button should navigate to create game page with existing players when confirmed." }, { - "id": "1411", + "id": "1414", "name": "Game Over Create New Game Button Component Create New Game Button Click on Button should navigate to create page with new players when rejected." } ], @@ -234416,23 +234859,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameUsePotionsPlayground/GameUsePotionsPlayground.nuxt.spec.ts": { "tests": [ { - "id": "1412", + "id": "1415", "name": "Game Use Potions Playground Component should match snapshot when rendered." }, { - "id": "1413", + "id": "1416", "name": "Game Use Potions Playground Component No potion left should render no potion container when witch has no potion left." }, { - "id": "1414", + "id": "1417", "name": "Game Use Potions Playground Component No potion left should translate no potion text when witch has no potion left." }, { - "id": "1415", + "id": "1418", "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": "1416", + "id": "1419", "name": "Game Use Potions Playground Component At least one potion left should render witch use potions tab view when witch has her death potion." } ], @@ -234441,43 +234884,43 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistory.nuxt.spec.ts": { "tests": [ { - "id": "1417", + "id": "1420", "name": "Game Over History Component should match snapshot when rendered." }, { - "id": "1418", + "id": "1421", "name": "Game Over History Component Dialog not open should set dialog to invisible when rendered." }, { - "id": "1419", + "id": "1422", "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": "1420", + "id": "1423", "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": "1421", + "id": "1424", "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": "1422", + "id": "1425", "name": "Game Over History Component Dialog open should set dialog to visible when showGameHistory is called." }, { - "id": "1423", + "id": "1426", "name": "Game Over History Component Dialog open Game Over History Header should render game over history header when dialog is open." }, { - "id": "1424", + "id": "1427", "name": "Game Over History Component Dialog open Game Over History Records should render game over history records when dialog is open." }, { - "id": "1425", + "id": "1428", "name": "Game Over History Component Dialog open Game Over History Footer should render game over history footer when dialog is open." }, { - "id": "1426", + "id": "1429", "name": "Game Over History Component Dialog open Game Over History Footer should close game history when game over history footer emits event." } ], @@ -234486,39 +234929,39 @@ "tests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayersCard/GameEventFlippingPlayerCard/GameEventFlippingPlayerCard.nuxt.spec.ts": { "tests": [ { - "id": "1427", + "id": "1430", "name": "Game Event Flipping Player Card Component should match snapshot when rendered." }, { - "id": "1428", + "id": "1431", "name": "Game Event Flipping Player Card Component Game Event Player Flipping Role should set interval of 1500ms for flipping player card when rendered." }, { - "id": "1429", + "id": "1432", "name": "Game Event Flipping Player Card Component Game Event Player Flipping Role should render the first player role to display when rendered." }, { - "id": "1430", + "id": "1433", "name": "Game Event Flipping Player Card Component Game Event Player Flipping Role should not set interval when there are no players to display." }, { - "id": "1431", + "id": "1434", "name": "Game Event Flipping Player Card Component Game Event Player Flipping Role should render undefined role when there are no players to display." }, { - "id": "1432", + "id": "1435", "name": "Game Event Flipping Player Card Component Game Event Player Flipping Role should render the next player role when interval is over." }, { - "id": "1433", + "id": "1436", "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": "1434", + "id": "1437", "name": "Game Event Flipping Player Card Component Game Event Player Name should render the first player name when rendered." }, { - "id": "1435", + "id": "1438", "name": "Game Event Flipping Player Card Component Game Event Player Name should not render player name when there are no players to display." } ], @@ -234527,23 +234970,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameBuryDeadBodiesPlayground/GameBuryDeadBodiesPlayground.nuxt.spec.ts": { "tests": [ { - "id": "1436", + "id": "1439", "name": "Game Bury Dead Bodies Playground Component should match snapshot when rendered." }, { - "id": "1437", + "id": "1440", "name": "Game Bury Dead Bodies Playground Component Devoted Servant Playground should render devoted servant playground when one interaction for her is available." }, { - "id": "1438", + "id": "1441", "name": "Game Bury Dead Bodies Playground Component Devoted Servant Playground should not render devoted servant playground when no interaction for her is available." }, { - "id": "1439", + "id": "1442", "name": "Game Bury Dead Bodies Playground Component No Action needed should render no action needed when no interaction for devoted servant is available." }, { - "id": "1440", + "id": "1443", "name": "Game Bury Dead Bodies Playground Component No Action needed should not render no action needed when one interaction for her is available." } ], @@ -234552,27 +234995,27 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderOptionsButton/GameLobbyHeaderOptionsButton.nuxt.spec.ts": { "tests": [ { - "id": "1441", + "id": "1444", "name": "Game Lobby Header Options Button Component should match snapshot when rendered." }, { - "id": "1442", + "id": "1445", "name": "Game Lobby Header Options Button Component Options Button should translate button label when rendered." }, { - "id": "1443", + "id": "1446", "name": "Game Lobby Header Options Button Component Options Button should render changed option badge when game options have been changed." }, { - "id": "1444", + "id": "1447", "name": "Game Lobby Header Options Button Component Options Button should not render changed option badge when game options have not been changed." }, { - "id": "1445", + "id": "1448", "name": "Game Lobby Header Options Button Component Options Button should attach tooltip to badge when rendered." }, { - "id": "1446", + "id": "1449", "name": "Game Lobby Header Options Button Component Options Button Click on button should emit 'gameOptionsButtonClick' event when clicked." } ], @@ -234581,23 +235024,23 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordSource/GameOverHistoryRecordSource.nuxt.spec.ts": { "tests": [ { - "id": "1447", + "id": "1450", "name": "Game Over History Record Source Component should match snapshot when rendered." }, { - "id": "1448", + "id": "1451", "name": "Game Over History Record Source Component Source Name should display source name when rendered." }, { - "id": "1449", + "id": "1452", "name": "Game Over History Record Source Component Source Players should display truncated players when there are more than 3 players in source." }, { - "id": "1450", + "id": "1453", "name": "Game Over History Record Source Component Source Players should display all players when there are less than 4 players in source." }, { - "id": "1451", + "id": "1454", "name": "Game Over History Record Source Component Overflow tag should display overflow when rendered." } ], @@ -234606,27 +235049,27 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSheriffTurnStartsEvent/GameSheriffTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1452", + "id": "1455", "name": "Game Sheriff Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1453", + "id": "1456", "name": "Game Sheriff Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1454", + "id": "1457", "name": "Game Sheriff Turn Starts Event Component should play dramatic drums sound effect when rendered." }, { - "id": "1455", + "id": "1458", "name": "Game Sheriff Turn Starts Event Component Game Event Texts should not pass any event texts when current play is null." }, { - "id": "1456", + "id": "1459", "name": "Game Sheriff Turn Starts Event Component Game Event Texts should pass event texts when current play is settle votes." }, { - "id": "1457", + "id": "1460", "name": "Game Sheriff Turn Starts Event Component Game Event Texts should pass event texts when current play is delegate sheriff role." } ], @@ -234635,39 +235078,39 @@ "tests/unit/specs/components/pages/about/AboutWerewolvesAssistant/AboutWerewolvesAssistant.nuxt.spec.ts": { "tests": [ { - "id": "1458", + "id": "1461", "name": "About Werewolves Assistant Component should match snapshot when rendered." }, { - "id": "1459", + "id": "1462", "name": "About Werewolves Assistant Component Title should display translated title when rendered." }, { - "id": "1460", + "id": "1463", "name": "About Werewolves Assistant Component Sections should translate first section when rendered." }, { - "id": "1461", + "id": "1464", "name": "About Werewolves Assistant Component Sections should translate second section when rendered." }, { - "id": "1462", + "id": "1465", "name": "About Werewolves Assistant Component Sections should translate third section for each bullet item when rendered." }, { - "id": "1463", + "id": "1466", "name": "About Werewolves Assistant Component Sections should translate fourth section when rendered." }, { - "id": "1464", + "id": "1467", "name": "About Werewolves Assistant Component Sections Disclaimer should translate disclaimer title when rendered." }, { - "id": "1465", + "id": "1468", "name": "About Werewolves Assistant Component Sections Disclaimer should translate disclaimer first section when rendered." }, { - "id": "1466", + "id": "1469", "name": "About Werewolves Assistant Component Sections Disclaimer should translate disclaimer second section when rendered." } ], @@ -234676,35 +235119,35 @@ "tests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventTextsManager/GameEventNextTextButton/GameEventNextTextButton.nuxt.spec.ts": { "tests": [ { - "id": "1467", + "id": "1470", "name": "Game Event Next Text Button Component should match snapshot when rendered." }, { - "id": "1468", + "id": "1471", "name": "Game Event Next Text Button Component Next Game Event Text button should have tooltip when rendered." }, { - "id": "1469", + "id": "1472", "name": "Game Event Next Text Button Component Next Game Event Text button should be disabled when making game play status is pending." }, { - "id": "1470", + "id": "1473", "name": "Game Event Next Text Button Component Next Game Event Text button Emits should emits click event when clicked." }, { - "id": "1471", + "id": "1474", "name": "Game Event Next Text Button Component Next Game Event Text button Keyboard should emits click event when right arrow key is pressed." }, { - "id": "1472", + "id": "1475", "name": "Game Event Next Text Button Component Next Game Event Text button Keyboard should animate button when right arrow key is pressed." }, { - "id": "1473", + "id": "1476", "name": "Game Event Next Text Button Component Next Game Event Text button Keyboard should not emits click event when can't go to next game event." }, { - "id": "1474", + "id": "1477", "name": "Game Event Next Text Button Component Next Game Event Text button Keyboard should not emits click event when right arrow key is unpressed." } ], @@ -234713,35 +235156,35 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubFooter/GameLobbyOptionsHubFooter.nuxt.spec.ts": { "tests": [ { - "id": "1475", + "id": "1478", "name": "Game Lobby Options Hub Footer Component should match snapshot when rendered." }, { - "id": "1476", + "id": "1479", "name": "Game Lobby Options Hub Footer Component Reset Options Button should not render reset options button when no options have been changed based on default game options." }, { - "id": "1477", + "id": "1480", "name": "Game Lobby Options Hub Footer Component Reset Options Button Button is rendered should render reset options button when options have been changed." }, { - "id": "1478", + "id": "1481", "name": "Game Lobby Options Hub Footer Component Reset Options Button Button is rendered should translate label of reset options button when rendered." }, { - "id": "1479", + "id": "1482", "name": "Game Lobby Options Hub Footer Component Reset Options Button Button is rendered should attach tooltip to reset options button when rendered." }, { - "id": "1480", + "id": "1483", "name": "Game Lobby Options Hub Footer Component Reset Options Button Button is rendered should reset options when reset options button is clicked." }, { - "id": "1481", + "id": "1484", "name": "Game Lobby Options Hub Footer Component Close Button should translate close button when rendered." }, { - "id": "1482", + "id": "1485", "name": "Game Lobby Options Hub Footer Component Close Button should emit close event when close button is clicked." } ], @@ -234750,23 +235193,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameElderHasTakenRevengeEvent/GameElderHasTakenRevengeEvent.nuxt.spec.ts": { "tests": [ { - "id": "1483", + "id": "1486", "name": "Game Elder Has Taken Revenge Event Component should match snapshot when rendered." }, { - "id": "1484", + "id": "1487", "name": "Game Elder Has Taken Revenge Event Component should play thunder sound when rendered." }, { - "id": "1485", + "id": "1488", "name": "Game Elder Has Taken Revenge Event Component Game Event Texts should pass texts when rendered." }, { - "id": "1486", + "id": "1489", "name": "Game Elder Has Taken Revenge Event Component Flipping Player Card should pass elder player when rendered." }, { - "id": "1487", + "id": "1490", "name": "Game Elder Has Taken Revenge Event Component Flipping Player Card should not render flipping player card when elder player is not found." } ], @@ -234775,31 +235218,31 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderCard/GamePlaygroundHeaderCard.nuxt.spec.ts": { "tests": [ { - "id": "1488", + "id": "1491", "name": "Game Playground Header Card Component should match snapshot when rendered." }, { - "id": "1489", + "id": "1492", "name": "Game Playground Header Card Component Role Image 'should pass the villager role name to…'" }, { - "id": "1490", + "id": "1493", "name": "Game Playground Header Card Component Role Image 'should pass the werewolf role name to…'" }, { - "id": "1491", + "id": "1494", "name": "Game Playground Header Card Component Role Image 'should pass the witch role name to th…'" }, { - "id": "1492", + "id": "1495", "name": "Game Playground Header Card Component Role Image 'should pass the seer role name to the…'" }, { - "id": "1493", + "id": "1496", "name": "Game Playground Header Card Component Role Image 'should pass the hunter role name to t…'" }, { - "id": "1494", + "id": "1497", "name": "Game Playground Header Card Component Role Image should pass undefined to the role image component when the current play is not set." } ], @@ -234808,23 +235251,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameScandalmongerMarkIsActiveEvent/GameScandalmongerMarkIsActiveEvent.nuxt.spec.ts": { "tests": [ { - "id": "1495", + "id": "1498", "name": "Game Scandalmonger Mark Is Active Event Component should match snapshot when rendered." }, { - "id": "1496", + "id": "1499", "name": "Game Scandalmonger Mark Is Active Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1497", + "id": "1500", "name": "Game Scandalmonger Mark Is Active Event Component Sound Effect should play raven cry sound effect when rendered." }, { - "id": "1498", + "id": "1501", "name": "Game Scandalmonger Mark Is Active Event Component Game Events Texts should pass can't find marked player when marked player is not in game events." }, { - "id": "1499", + "id": "1502", "name": "Game Scandalmonger Mark Is Active Event Component Game Events Texts should pass default event texts when rendered." } ], @@ -234833,23 +235276,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabPrejudicedManipulator/GameLobbyOptionsHubRolesTabPrejudicedManipulator.nuxt.spec.ts": { "tests": [ { - "id": "1500", + "id": "1503", "name": "Game Lobby Options Hub Roles Tab Prejudiced Manipulator Component should match snapshot when rendered." }, { - "id": "1501", + "id": "1504", "name": "Game Lobby Options Hub Roles Tab Prejudiced Manipulator Component Is powerless on Werewolves Side option should translate option label when rendered." }, { - "id": "1502", + "id": "1505", "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": "1503", + "id": "1506", "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": "1504", + "id": "1507", "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." } ], @@ -234858,23 +235301,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlaygroundVoters/GameVotePlaygroundVoters.nuxt.spec.ts": { "tests": [ { - "id": "1505", + "id": "1508", "name": "Game Vote Playground Voter Component should match snapshot when rendered." }, { - "id": "1506", + "id": "1509", "name": "Game Vote Playground Voter Component No voters should render no voters message when current play is not defined." }, { - "id": "1507", + "id": "1510", "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": "1508", + "id": "1511", "name": "Game Vote Playground Voter Component No voters should render translated no voters message when current play is not defined." }, { - "id": "1509", + "id": "1512", "name": "Game Vote Playground Voter Component Voters should render shuffled voters when current play is defined and there are expected players to vote." } ], @@ -234883,27 +235326,27 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameLoversTurnStartsEvent/GameLoversTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1510", + "id": "1513", "name": "Game Lovers Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1511", + "id": "1514", "name": "Game Lovers Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1512", + "id": "1515", "name": "Game Lovers Turn Starts Event Component should play heartbeat sound effect when rendered." }, { - "id": "1513", + "id": "1516", "name": "Game Lovers Turn Starts Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "1514", + "id": "1517", "name": "Game Lovers Turn Starts Event Component Game Event Texts should pass event texts with cupid when game option is activated." }, { - "id": "1515", + "id": "1518", "name": "Game Lovers Turn Starts Event Component Game Event Texts should pass event texts with lovers reveal each other roles when option is activated." } ], @@ -234912,27 +235355,27 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyPlayersParty/GameLobbyPlayersParty.nuxt.spec.ts": { "tests": [ { - "id": "1516", + "id": "1519", "name": "Game Lobby Players Party Component should match snapshot when rendered." }, { - "id": "1517", + "id": "1520", "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": "1518", + "id": "1521", "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": "1519", + "id": "1522", "name": "Game Lobby Players Party Component Player Cards should render 4 players cards when there are 4 players in the create game dto." }, { - "id": "1520", + "id": "1523", "name": "Game Lobby Players Party Component Emits should emit pickRoleForPlayer event when game lobby player card emits pick role for player event." }, { - "id": "1521", + "id": "1524", "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." } ], @@ -234941,23 +235384,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWildChild/GameLobbyOptionsHubRolesTabWildChild.nuxt.spec.ts": { "tests": [ { - "id": "1522", + "id": "1525", "name": "Game Lobby Options Hub Roles Tab Wild Child Component should match snapshot when rendered." }, { - "id": "1523", + "id": "1526", "name": "Game Lobby Options Hub Roles Tab Wild Child Component Is Transformation revealed option should translate option label when rendered." }, { - "id": "1524", + "id": "1527", "name": "Game Lobby Options Hub Roles Tab Wild Child Component Is Transformation revealed option should translate option description when the option is activated." }, { - "id": "1525", + "id": "1528", "name": "Game Lobby Options Hub Roles Tab Wild Child Component Is Transformation revealed option should translate option description when the option is deactivated." }, { - "id": "1526", + "id": "1529", "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." } ], @@ -234966,23 +235409,23 @@ "tests/unit/specs/composables/api/game/game-history-record/useGameHistoryRecord.spec.ts": { "tests": [ { - "id": "1527", + "id": "1530", "name": "Use Game History Record Spec didSourceSkipped 'should return true when called with v…'" }, { - "id": "1528", + "id": "1531", "name": "Use Game History Record Spec didSourceSkipped 'should return true when called with t…'" }, { - "id": "1529", + "id": "1532", "name": "Use Game History Record Spec didSourceSkipped 'should return true when called with r…'" }, { - "id": "1530", + "id": "1533", "name": "Use Game History Record Spec didSourceSkipped 'should return true when called with c…'" }, { - "id": "1531", + "id": "1534", "name": "Use Game History Record Spec didSourceSkipped 'should return false when called with …'" } ], @@ -234991,23 +235434,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCharmedTurnStartsEvent/GameCharmedTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1532", + "id": "1535", "name": "Game Charmed Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1533", + "id": "1536", "name": "Game Charmed Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1534", + "id": "1537", "name": "Game Charmed Turn Starts Event Component should play magic mood sound effect when rendered." }, { - "id": "1535", + "id": "1538", "name": "Game Charmed Turn Starts Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "1536", + "id": "1539", "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." } ], @@ -235016,23 +235459,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWerewolf/GameLobbyOptionsHubRolesTabWerewolf.nuxt.spec.ts": { "tests": [ { - "id": "1537", + "id": "1540", "name": "Game Lobby Options Hub Roles Tab Werewolf Component should match snapshot when rendered." }, { - "id": "1538", + "id": "1541", "name": "Game Lobby Options Hub Roles Tab Werewolf Component Can eat each other option should translate option label when rendered." }, { - "id": "1539", + "id": "1542", "name": "Game Lobby Options Hub Roles Tab Werewolf Component Can eat each other option should translate option description when the option is activated." }, { - "id": "1540", + "id": "1543", "name": "Game Lobby Options Hub Roles Tab Werewolf Component Can eat each other option should translate option description when the option is deactivated." }, { - "id": "1541", + "id": "1544", "name": "Game Lobby Options Hub Roles Tab Werewolf Component Can eat each other option should update the create game dto store when the option is changed by the affirmative toggle button." } ], @@ -235041,23 +235484,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBearTamer/GameLobbyOptionsHubRolesTabBearTamer.nuxt.spec.ts": { "tests": [ { - "id": "1542", + "id": "1545", "name": "Game Lobby Options Hub Tab Bear Tamer Component should match snapshot when rendered." }, { - "id": "1543", + "id": "1546", "name": "Game Lobby Options Hub Tab Bear Tamer Component Does Growl on Werewolves Side option should translate option label when rendered." }, { - "id": "1544", + "id": "1547", "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": "1545", + "id": "1548", "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": "1546", + "id": "1549", "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." } ], @@ -235066,27 +235509,27 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameDefenderTurnStartsEvent/GameDefenderTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1547", + "id": "1550", "name": "Game Defender Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1548", + "id": "1551", "name": "Game Defender Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1549", + "id": "1552", "name": "Game Defender Turn Starts Event Component should play sword sound effect when rendered." }, { - "id": "1550", + "id": "1553", "name": "Game Defender Turn Starts Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "1551", + "id": "1554", "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": "1552", + "id": "1555", "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." } ], @@ -235095,23 +235538,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabBigBadWolf/GameLobbyOptionsHubRolesTabBigBadWolf.nuxt.spec.ts": { "tests": [ { - "id": "1553", + "id": "1556", "name": "Game Lobby Options Hub Roles Tab Big Bad Wolf Component should match snapshot when rendered." }, { - "id": "1554", + "id": "1557", "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": "1555", + "id": "1558", "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": "1556", + "id": "1559", "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": "1557", + "id": "1560", "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." } ], @@ -235120,23 +235563,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderAdditionalCardsManagerButton/GameLobbyHeaderAdditionalCardsManagerButton.nuxt.spec.ts": { "tests": [ { - "id": "1558", + "id": "1561", "name": "Game Lobby Header Additional Manager Button Component should match snapshot when rendered." }, { - "id": "1559", + "id": "1562", "name": "Game Lobby Header Additional Manager Button Component Button should show warning icon when additional cards are not set." }, { - "id": "1560", + "id": "1563", "name": "Game Lobby Header Additional Manager Button Component Button should not show warning icon when additional cards are set." }, { - "id": "1561", + "id": "1564", "name": "Game Lobby Header Additional Manager Button Component Button should translate button text when rendered." }, { - "id": "1562", + "id": "1565", "name": "Game Lobby Header Additional Manager Button Component Button should emit additional cards manager button click event when clicked." } ], @@ -235145,23 +235588,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabWitch/GameLobbyOptionsHubRolesTabWitch.nuxt.spec.ts": { "tests": [ { - "id": "1563", + "id": "1566", "name": "Game Lobby Options Hub Roles Tab Witch Component should match snapshot when rendered." }, { - "id": "1564", + "id": "1567", "name": "Game Lobby Options Hub Roles Tab Witch Component Does know Werewolves targets option should translate option label when rendered." }, { - "id": "1565", + "id": "1568", "name": "Game Lobby Options Hub Roles Tab Witch Component Does know Werewolves targets option should translate option description when the option is activated." }, { - "id": "1566", + "id": "1569", "name": "Game Lobby Options Hub Roles Tab Witch Component Does know Werewolves targets option should translate option description when the option is deactivated." }, { - "id": "1567", + "id": "1570", "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." } ], @@ -235170,23 +235613,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabActor/GameLobbyOptionsHubRolesTabActor.nuxt.spec.ts": { "tests": [ { - "id": "1568", + "id": "1571", "name": "Game Lobby Options Hub Roles Tab Actor Component should match snapshot when rendered." }, { - "id": "1569", + "id": "1572", "name": "Game Lobby Options Hub Roles Tab Actor Component Is powerless on werewolves side option should translate option label when rendered." }, { - "id": "1570", + "id": "1573", "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": "1571", + "id": "1574", "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": "1572", + "id": "1575", "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." } ], @@ -235195,27 +235638,27 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooter.nuxt.spec.ts": { "tests": [ { - "id": "1573", + "id": "1576", "name": "Game Playground Footer Component should match snapshot when rendered." }, { - "id": "1574", + "id": "1577", "name": "Game Playground Footer Component Countdown should render countdown when current game play action is vote." }, { - "id": "1575", + "id": "1578", "name": "Game Playground Footer Component Countdown should render countdown when current game play action is meet each other." }, { - "id": "1576", + "id": "1579", "name": "Game Playground Footer Component Countdown should render countdown when current game play action is elect sheriff." }, { - "id": "1577", + "id": "1580", "name": "Game Playground Footer Component Countdown should not render countdown when current game play action is not vote, meet each other or elect sheriff." }, { - "id": "1578", + "id": "1581", "name": "Game Playground Footer Component Countdown should not render countdown when current game play is null." } ], @@ -235224,23 +235667,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyPositionCoordinator/GameLobbyPositionCoordinatorSorter/GameLobbyPositionCoordinatorSorter.nuxt.spec.ts": { "tests": [ { - "id": "1579", + "id": "1582", "name": "Game Lobby Position Coordinator Sorter Component should match snapshot when rendered." }, { - "id": "1580", + "id": "1583", "name": "Game Lobby Position Coordinator Sorter Component should match snapshot when shallow rendered." }, { - "id": "1581", + "id": "1584", "name": "Game Lobby Position Coordinator Sorter Component Left Neighbors Disclaimer should translate left neighbors disclaimer text when rendered." }, { - "id": "1582", + "id": "1585", "name": "Game Lobby Position Coordinator Sorter Component Sorter should update players in store when update model value event is emitted." }, { - "id": "1583", + "id": "1586", "name": "Game Lobby Position Coordinator Sorter Component Right Neighbors Disclaimer should translate right neighbors disclaimer text when rendered." } ], @@ -235249,23 +235692,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabIdiot/GameLobbyOptionsHubRolesTabIdiot.nuxt.spec.ts": { "tests": [ { - "id": "1584", + "id": "1587", "name": "Game Lobby Options Hub Roles Tab Idiot Component should match snapshot when rendered." }, { - "id": "1585", + "id": "1588", "name": "Game Lobby Options Hub Roles Tab Idiot Component Die on Elder death option should translate option label when rendered." }, { - "id": "1586", + "id": "1589", "name": "Game Lobby Options Hub Roles Tab Idiot Component Die on Elder death option should translate option description when the option is activated." }, { - "id": "1587", + "id": "1590", "name": "Game Lobby Options Hub Roles Tab Idiot Component Die on Elder death option should translate option description when the option is deactivated." }, { - "id": "1588", + "id": "1591", "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." } ], @@ -235274,15 +235717,15 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyPositionCoordinator/GameLobbyPositionCoordinatorChart/GameLobbyPositionCoordinatorChart.nuxt.spec.ts": { "tests": [ { - "id": "1589", + "id": "1592", "name": "Game Lobby Position Coordinator Chart Component should match snapshot when rendered." }, { - "id": "1590", + "id": "1593", "name": "Game Lobby Position Coordinator Chart Component Chart should set chart data when rendered." }, { - "id": "1591", + "id": "1594", "name": "Game Lobby Position Coordinator Chart Component Chart should set chart options when rendered." } ], @@ -235291,23 +235734,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubCompositionTab/GameLobbyOptionsHubCompositionTab.nuxt.spec.ts": { "tests": [ { - "id": "1592", + "id": "1595", "name": "Game Lobby Options Hub Composition Tab Component should match snapshot when rendered." }, { - "id": "1593", + "id": "1596", "name": "Game Lobby Options Hub Composition Tab Component Is Composition hidden option should translate option label when rendered." }, { - "id": "1594", + "id": "1597", "name": "Game Lobby Options Hub Composition Tab Component Is Composition hidden option should translate option description when the option is activated." }, { - "id": "1595", + "id": "1598", "name": "Game Lobby Options Hub Composition Tab Component Is Composition hidden option should translate option description when the option is deactivated." }, { - "id": "1596", + "id": "1599", "name": "Game Lobby Options Hub Composition Tab Component Is Composition hidden option should update create game dto when the option is toggled." } ], @@ -235316,23 +235759,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabLittleGirl/GameLobbyOptionsHubRolesTabLittleGirl.nuxt.spec.ts": { "tests": [ { - "id": "1597", + "id": "1600", "name": "Game Lobby Options Hub Roles Tab Little Girl Component should match snapshot when rendered." }, { - "id": "1598", + "id": "1601", "name": "Game Lobby Options Hub Roles Tab Little Girl Component Is Protected by Defender Option should translate option label when rendered." }, { - "id": "1599", + "id": "1602", "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": "1600", + "id": "1603", "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": "1601", + "id": "1604", "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." } ], @@ -235341,23 +235784,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabFox/GameLobbyOptionsHubRolesTabFox.nuxt.spec.ts": { "tests": [ { - "id": "1602", + "id": "1605", "name": "Game Lobby Options Hub Roles Tab Fox Component should match snapshot when rendered." }, { - "id": "1603", + "id": "1606", "name": "Game Lobby Options Hub Roles Tab Fox Component Fox Powerless if misses Werewolf option should translate option label when rendered." }, { - "id": "1604", + "id": "1607", "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": "1605", + "id": "1608", "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": "1606", + "id": "1609", "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." } ], @@ -235366,35 +235809,35 @@ "tests/unit/specs/composables/api/game/useFetchGames.spec.ts": { "tests": [ { - "id": "1607", + "id": "1610", "name": "Use Fetch Game Composable createGame should create game when called." }, { - "id": "1608", + "id": "1611", "name": "Use Fetch Game Composable createGame should return null when create game throws." }, { - "id": "1609", + "id": "1612", "name": "Use Fetch Game Composable getGame should get game when called." }, { - "id": "1610", + "id": "1613", "name": "Use Fetch Game Composable getGame should return null when get game throws." }, { - "id": "1611", + "id": "1614", "name": "Use Fetch Game Composable cancelGame should cancel game when called." }, { - "id": "1612", + "id": "1615", "name": "Use Fetch Game Composable cancelGame should return null when cancel game throws." }, { - "id": "1613", + "id": "1616", "name": "Use Fetch Game Composable makeGamePlay should make game play when called." }, { - "id": "1614", + "id": "1617", "name": "Use Fetch Game Composable makeGamePlay should return null when make game play throws." } ], @@ -235403,23 +235846,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTabDefender/GameLobbyOptionsHubRolesTabDefender.nuxt.spec.ts": { "tests": [ { - "id": "1615", + "id": "1618", "name": "Game Lobby Options Hub Roles Tab Defender Component should match snapshot when rendered." }, { - "id": "1616", + "id": "1619", "name": "Game Lobby Options Hub Roles Tab Defender Component Can Defender protect twice option should translate option label when rendered." }, { - "id": "1617", + "id": "1620", "name": "Game Lobby Options Hub Roles Tab Defender Component Can Defender protect twice option should translate option description when the option is activated." }, { - "id": "1618", + "id": "1621", "name": "Game Lobby Options Hub Roles Tab Defender Component Can Defender protect twice option should translate option description when the option is deactivated." }, { - "id": "1619", + "id": "1622", "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." } ], @@ -235428,19 +235871,19 @@ "tests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayersCard/GameEventFlippingPlayerCard/GameEventFlippingPlaySourcePlayersCard/GameEventFlippingPlaySourcePlayersCard.nuxt.spec.ts": { "tests": [ { - "id": "1620", + "id": "1623", "name": "Game Event Flipping Play Source Players Card Component should match snapshot when rendered." }, { - "id": "1621", + "id": "1624", "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": "1622", + "id": "1625", "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": "1623", + "id": "1626", "name": "Game Event Flipping Play Source Players Card Component Game Event Flipping Player Card should pass empty array when there is no source players." } ], @@ -235449,31 +235892,31 @@ "tests/unit/specs/components/layouts/default/NavBar.nuxt.spec.ts": { "tests": [ { - "id": "1624", + "id": "1627", "name": "NavBar Component should match snapshot when rendered." }, { - "id": "1625", + "id": "1628", "name": "NavBar Component Home Page Link should have the prop 'to' set to home page when rendered." }, { - "id": "1626", + "id": "1629", "name": "NavBar Component Home Page Link Werewolves Assistant Logo should have the prop 'src' set to the small logo when rendered." }, { - "id": "1627", + "id": "1630", "name": "NavBar Component Home Page Link Werewolves Assistant Logo Text should translate the logo text when rendered." }, { - "id": "1628", + "id": "1631", "name": "NavBar Component Mute Button should render when on game page." }, { - "id": "1629", + "id": "1632", "name": "NavBar Component Mute Button should not render when not on game page." }, { - "id": "1630", + "id": "1633", "name": "NavBar Component Parameters Menu should have left tooltip when rendered." } ], @@ -235482,35 +235925,35 @@ "tests/unit/specs/components/shared/role/RoleImage/RoleImage.nuxt.spec.ts": { "tests": [ { - "id": "1631", + "id": "1634", "name": "Role Image Component should match snapshot when rendered." }, { - "id": "1632", + "id": "1635", "name": "Role Image Component Image Size should have default width and height from props sizes when rendered." }, { - "id": "1633", + "id": "1636", "name": "Role Image Component Image Src should have back src when prop role image is undefined." }, { - "id": "1634", + "id": "1637", "name": "Role Image Component Image Src should have src based on role name from props when rendered." }, { - "id": "1635", + "id": "1638", "name": "Role Image Component Image Src should have small suffix for src when definition from props is small." }, { - "id": "1636", + "id": "1639", "name": "Role Image Component Image Alt should have alt from props when rendered." }, { - "id": "1637", + "id": "1640", "name": "Role Image Component Image Alt should have alt from role name when alt from props is undefined but role name is defined." }, { - "id": "1638", + "id": "1641", "name": "Role Image Component Image Alt should have back alt when alt from props is undefined and role name is undefined." } ], @@ -235519,27 +235962,27 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameTeamSide/GameTeamSidePlayer/GameTeamSidePlayerName/GameTeamSidePlayerName.nuxt.spec.ts": { "tests": [ { - "id": "1639", + "id": "1642", "name": "Game Team Side Player Name Component should match snapshot when rendered." }, { - "id": "1640", + "id": "1643", "name": "Game Team Side Player Name Component Player death should display player death logo when player is dead." }, { - "id": "1641", + "id": "1644", "name": "Game Team Side Player Name Component Player death should not display player death logo when player is alive." }, { - "id": "1642", + "id": "1645", "name": "Game Team Side Player Name Component Player death should attach tooltip to player death logo when player is dead." }, { - "id": "1643", + "id": "1646", "name": "Game Team Side Player Name Component Player name should display player name when rendered." }, { - "id": "1644", + "id": "1647", "name": "Game Team Side Player Name Component Player name should be lined through when player is dead." } ], @@ -235548,39 +235991,39 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogPlayersPositioned/GameLobbyStartGameConfirmDialogPlayersPositioned.nuxt.spec.ts": { "tests": [ { - "id": "1645", + "id": "1648", "name": "Game Lobby Start Game Confirm Dialog Players Positioned Component should match snapshot when rendered." }, { - "id": "1646", + "id": "1649", "name": "Game Lobby Start Game Confirm Dialog Players Positioned Component should match snapshot when rendered without shallow rendering." }, { - "id": "1647", + "id": "1650", "name": "Game Lobby Start Game Confirm Dialog Players Positioned Component Step Svg should set size to step svg when rendered." }, { - "id": "1648", + "id": "1651", "name": "Game Lobby Start Game Confirm Dialog Players Positioned Component Step Svg should set src to step svg when rendered." }, { - "id": "1649", + "id": "1652", "name": "Game Lobby Start Game Confirm Dialog Players Positioned Component Text should translate step text when rendered." }, { - "id": "1650", + "id": "1653", "name": "Game Lobby Start Game Confirm Dialog Players Positioned Component Step Actions should translate reject step button label when rendered." }, { - "id": "1651", + "id": "1654", "name": "Game Lobby Start Game Confirm Dialog Players Positioned Component Step Actions should emit reject step event when reject step button clicked." }, { - "id": "1652", + "id": "1655", "name": "Game Lobby Start Game Confirm Dialog Players Positioned Component Step Actions should translate confirm step button label when rendered." }, { - "id": "1653", + "id": "1656", "name": "Game Lobby Start Game Confirm Dialog Players Positioned Component Step Actions should emit confirm step event when confirm step button clicked." } ], @@ -235589,23 +236032,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameBigBadWolfTurnStartsEvent/GameBigBadWolfTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1654", + "id": "1657", "name": "Game Big Bad Wolf Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1655", + "id": "1658", "name": "Game Big Bad Wolf Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1656", + "id": "1659", "name": "Game Big Bad Wolf Turn Starts Event Component should play werewolf growling sound effect when rendered." }, { - "id": "1657", + "id": "1660", "name": "Game Big Bad Wolf Turn Starts Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "1658", + "id": "1661", "name": "Game Big Bad Wolf Turn Starts Event Component Game Event Texts should pass event texts with cannibal big bad wolf when game option is enabled." } ], @@ -235614,23 +236057,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameCupidTurnStartsEvent/GameCupidTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1659", + "id": "1662", "name": "Game Cupid Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1660", + "id": "1663", "name": "Game Cupid Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1661", + "id": "1664", "name": "Game Cupid Turn Starts Event Component should play love arrow shot sound effect when rendered." }, { - "id": "1662", + "id": "1665", "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." }, { - "id": "1663", + "id": "1666", "name": "Game Cupid Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -235639,19 +236082,19 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerGrid/GameLobbyRolePickerGrid.nuxt.spec.ts": { "tests": [ { - "id": "1664", + "id": "1667", "name": "Game Lobby Role Picker Grid Component should match snapshot when rendered." }, { - "id": "1665", + "id": "1668", "name": "Game Lobby Role Picker Grid Component Available roles should render sorted available roles plus random role when rendered." }, { - "id": "1666", + "id": "1669", "name": "Game Lobby Role Picker Grid Component Available roles should render only random role when there are no available roles." }, { - "id": "1667", + "id": "1670", "name": "Game Lobby Role Picker Grid Component Emits should emit pickRole event when role element emits a pick role event." } ], @@ -235660,27 +236103,27 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescription.nuxt.spec.ts": { "tests": [ { - "id": "1668", + "id": "1671", "name": "Game Lobby Role Picker Description Component should match snapshot when rendered." }, { - "id": "1669", + "id": "1672", "name": "Game Lobby Role Picker Description Component Main Content should render no picked role container when picked role is not defined." }, { - "id": "1670", + "id": "1673", "name": "Game Lobby Role Picker Description Component Main Content should translate no picked role text when picked role is not defined." }, { - "id": "1671", + "id": "1674", "name": "Game Lobby Role Picker Description Component Main Content should render description content when picked role is defined." }, { - "id": "1672", + "id": "1675", "name": "Game Lobby Role Picker Description Component Main Content should initialize smooth scrolling when rendered." }, { - "id": "1673", + "id": "1676", "name": "Game Lobby Role Picker Description Component Main Content should scroll back to top when picked role is changed." } ], @@ -235689,19 +236132,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/CurrentPlayExpectedPlayersToAct/CurrentPlayExpectedPlayersToAct.nuxt.spec.ts": { "tests": [ { - "id": "1674", + "id": "1677", "name": "Current Play Expected Players To Act Component should match snapshot when rendered." }, { - "id": "1675", + "id": "1678", "name": "Current Play Expected Players To Act Component should not render the expected players to act when there is no current play." }, { - "id": "1676", + "id": "1679", "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": "1677", + "id": "1680", "name": "Current Play Expected Players To Act Component should render the expected players to act when there is a current play." } ], @@ -235710,11 +236153,11 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyAdditionalCardsManager/GameLobbyAdditionalCardsManagerContent/GameLobbyAdditionalCardsManagerContent.spec.ts": { "tests": [ { - "id": "1678", + "id": "1681", "name": "Game Lobby Additional Cards Manager Component should match snapshot when rendered." }, { - "id": "1679", + "id": "1682", "name": "Game Lobby Additional Cards Manager Component Recipient Role Additional Cards Managers should render a recipient role additional cards manager for each recipient role present in the create game dto when render." } ], @@ -235723,11 +236166,11 @@ "tests/unit/specs/composables/api/game/game.class.spec.ts": { "tests": [ { - "id": "1680", + "id": "1683", "name": "Game Class create should create a game when called." }, { - "id": "1681", + "id": "1684", "name": "Game Class toJSON should return the JSON representation of the Game when called." } ], @@ -235736,31 +236179,31 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerHeader/GameLobbyRolePickerHeader.nuxt.spec.ts": { "tests": [ { - "id": "1682", + "id": "1685", "name": "Game Lobby Role Picker Header Component should match snapshot when rendered." }, { - "id": "1683", + "id": "1686", "name": "Game Lobby Role Picker Header Component Current Role should translate current role title when rendered." }, { - "id": "1684", + "id": "1687", "name": "Game Lobby Role Picker Header Component Current Role should translate current role when rendered." }, { - "id": "1685", + "id": "1688", "name": "Game Lobby Role Picker Header Component Current Role should translate no role text when player is not defined." }, { - "id": "1686", + "id": "1689", "name": "Game Lobby Role Picker Header Component Current Role should translate no role text when player doesn't have any role yet." }, { - "id": "1687", + "id": "1690", "name": "Game Lobby Role Picker Header Component Title should translate title when rendered." }, { - "id": "1688", + "id": "1691", "name": "Game Lobby Role Picker Header Component Title should translate title without player name when player is not defined." } ], @@ -235769,15 +236212,15 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecords.nuxt.spec.ts": { "tests": [ { - "id": "1689", + "id": "1692", "name": "Game Over History Records Component should match snapshot when rendered." }, { - "id": "1690", + "id": "1693", "name": "Game Over History Records Component Timeline should render game history records from store in record for each when rendered." }, { - "id": "1691", + "id": "1694", "name": "Game Over History Records Component Timeline should render game history records from stores in phase for each when rendered." } ], @@ -235786,23 +236229,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameThreeBrothersTurnStartsEvent/GameThreeBrothersTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1692", + "id": "1695", "name": "Game Three Brothers Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1693", + "id": "1696", "name": "Game Three Brothers Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1694", + "id": "1697", "name": "Game Three Brothers Turn Starts Event Component should play boys playing sound effect when rendered." }, { - "id": "1695", + "id": "1698", "name": "Game Three Brothers Turn Starts Event Component Game Event Texts should pass event texts when it's the first night." }, { - "id": "1696", + "id": "1699", "name": "Game Three Brothers Turn Starts Event Component Game Event Texts should pass event texts when it's not the first night." } ], @@ -235811,27 +236254,27 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdownEllipseProgress/GamePlaygroundFooterCountdownEllipseProgress.nuxt.spec.ts": { "tests": [ { - "id": "1697", + "id": "1700", "name": "Game Playground Footer Countdown Ellipse Progress Component should match snapshot when rendered." }, { - "id": "1698", + "id": "1701", "name": "Game Playground Footer Countdown Ellipse Progress Component Progress should set progress to 50% when total is 100 and remaining is 50." }, { - "id": "1699", + "id": "1702", "name": "Game Playground Footer Countdown Ellipse Progress Component Progress 'should set color to red when total is…'" }, { - "id": "1700", + "id": "1703", "name": "Game Playground Footer Countdown Ellipse Progress Component Progress 'should set color to purple when total…'" }, { - "id": "1701", + "id": "1704", "name": "Game Playground Footer Countdown Ellipse Progress Component Progress 'should set color to light purple when…'" }, { - "id": "1702", + "id": "1705", "name": "Game Playground Footer Countdown Ellipse Progress Component Progress 'should set color to blue when total i…'" } ], @@ -235840,23 +236283,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTwoSistersTurnStartsEvent/GameTwoSistersTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1703", + "id": "1706", "name": "Game Two Sisters Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1704", + "id": "1707", "name": "Game Two Sisters Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1705", + "id": "1708", "name": "Game Two Sisters Turn Starts Event Component should play girls playing sound effect when rendered." }, { - "id": "1706", + "id": "1709", "name": "Game Two Sisters Turn Starts Event Component Game Event Texts should pass event texts when it's the first night." }, { - "id": "1707", + "id": "1710", "name": "Game Two Sisters Turn Starts Event Component Game Event Texts should pass event texts when it's not the first night." } ], @@ -235865,39 +236308,39 @@ "tests/unit/specs/pages/index/index.nuxt.spec.ts": { "tests": [ { - "id": "1708", + "id": "1711", "name": "Index Page Component should match snapshot when rendered." }, { - "id": "1709", + "id": "1712", "name": "Index Page Component Title should display translated title when rendered." }, { - "id": "1710", + "id": "1713", "name": "Index Page Component Subtitle should translate subtitle when rendered." }, { - "id": "1711", + "id": "1714", "name": "Index Page Component Play button should display play button with translated label when rendered." }, { - "id": "1712", + "id": "1715", "name": "Index Page Component Play button Play Button Icon should not have animation class when not hovered." }, { - "id": "1713", + "id": "1716", "name": "Index Page Component Play button Play Button Icon should have animation class when hovered." }, { - "id": "1714", + "id": "1717", "name": "Index Page Component About button should display about button with translated label when rendered." }, { - "id": "1715", + "id": "1718", "name": "Index Page Component About button About Button Icon should not have animation class when not hovered." }, { - "id": "1716", + "id": "1719", "name": "Index Page Component About button About Button Icon should have animation class when hovered." } ], @@ -235906,23 +236349,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWolfHoundTurnStartsEvent/GameWolfHoundTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1717", + "id": "1720", "name": "Game Wolf Hound Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1718", + "id": "1721", "name": "Game Wolf Hound Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1719", + "id": "1722", "name": "Game Wolf Hound Turn Starts Event Component should play dog barking sound effect when rendered." }, { - "id": "1720", + "id": "1723", "name": "Game Wolf Hound Turn Starts Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "1721", + "id": "1724", "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." } ], @@ -235931,19 +236374,19 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordDecision/GameOverHistoryRecordDecisionChosenSide/GameOverHistoryRecordDecisionChosenSide.nuxt.spec.ts": { "tests": [ { - "id": "1722", + "id": "1725", "name": "Game Over History Record Decision Chosen Side Component should match snapshot when rendered." }, { - "id": "1723", + "id": "1726", "name": "Game Over History Record Decision Chosen Side Component Chosen Side Text should render the chosen side text when rendered." }, { - "id": "1724", + "id": "1727", "name": "Game Over History Record Decision Chosen Side Component Chosen Side Icon should render the chosen werewolves side icon when rendered." }, { - "id": "1725", + "id": "1728", "name": "Game Over History Record Decision Chosen Side Component Chosen Side Icon should render the chosen villagers side icon when rendered." } ], @@ -235952,23 +236395,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWitchTurnStartsEvent/GameWitchTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1726", + "id": "1729", "name": "Game Witch Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1727", + "id": "1730", "name": "Game Witch Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1728", + "id": "1731", "name": "Game Witch Turn Starts Event Component should play witch laughing sound effect when rendered." }, { - "id": "1729", + "id": "1732", "name": "Game Witch Turn Starts Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "1730", + "id": "1733", "name": "Game Witch Turn Starts Event Component Game Event Texts should pass event texts with game master disclaimer when game's turn is not 1." } ], @@ -235977,31 +236420,31 @@ "tests/unit/specs/components/shared/game/game-options/GameOptionInputGroup/GameOptionInputGroup.nuxt.spec.ts": { "tests": [ { - "id": "1731", + "id": "1734", "name": "Game Option Input Group Component should match snapshot when rendered." }, { - "id": "1732", + "id": "1735", "name": "Game Option Input Group Component Label Icon should pass the icon name from props to the label icon when rendered." }, { - "id": "1733", + "id": "1736", "name": "Game Option Input Group Component Label Icon should pass the icon class from props to the label icon when rendered." }, { - "id": "1734", + "id": "1737", "name": "Game Option Input Group Component Label Text should pass the label text from props to the label text when rendered." }, { - "id": "1735", + "id": "1738", "name": "Game Option Input Group Component Description should pass the description text from props to the description when rendered." }, { - "id": "1736", + "id": "1739", "name": "Game Option Input Group Component Bottom Divider should not render the bottom divider when doesHaveBottomDivider prop is not provided." }, { - "id": "1737", + "id": "1740", "name": "Game Option Input Group Component Bottom Divider should render the bottom divider when doesHaveBottomDivider prop is provided as true." } ], @@ -236010,23 +236453,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameSeerTurnStartsEvent/GameSeerTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1738", + "id": "1741", "name": "Game Seer Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1739", + "id": "1742", "name": "Game Seer Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1740", + "id": "1743", "name": "Game Seer Turn Starts Event Component should play mystical mood sound effect when rendered." }, { - "id": "1741", + "id": "1744", "name": "Game Seer Turn Starts Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "1742", + "id": "1745", "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." } ], @@ -236035,23 +236478,23 @@ "tests/unit/specs/composables/prime-vue/usePrimeVueToasts.spec.ts": { "tests": [ { - "id": "1743", + "id": "1746", "name": "Use Prime Vue Toasts Composable addToast should add a toast with default options when called." }, { - "id": "1744", + "id": "1747", "name": "Use Prime Vue Toasts Composable addSuccessToast should add a success toast with default options when called." }, { - "id": "1745", + "id": "1748", "name": "Use Prime Vue Toasts Composable addInfoToast should add an info toast with default options when called." }, { - "id": "1746", + "id": "1749", "name": "Use Prime Vue Toasts Composable addWarnToast should add a warn toast with default options when called." }, { - "id": "1747", + "id": "1750", "name": "Use Prime Vue Toasts Composable addErrorToast should add an error toast with default options when called." } ], @@ -236060,31 +236503,31 @@ "tests/unit/specs/error.nuxt.spec.ts": { "tests": [ { - "id": "1748", + "id": "1751", "name": "Error Component should match snapshot when rendered." }, { - "id": "1749", + "id": "1752", "name": "Error Component Error Title should set head title of error title when rendered." }, { - "id": "1750", + "id": "1753", "name": "Error Component Error Title should render page not found title when error status code is 404." }, { - "id": "1751", + "id": "1754", "name": "Error Component Error Title should render unexpected error title when error status code is not 404." }, { - "id": "1752", + "id": "1755", "name": "Error Component Lottie Error should set size to lottie when rendered." }, { - "id": "1753", + "id": "1756", "name": "Error Component Error description should render page not found description when error status code is 404." }, { - "id": "1754", + "id": "1757", "name": "Error Component Error description should render unexpected error description when error status code is not 404." } ], @@ -236093,15 +236536,15 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordIcon/GameOverHistoryRecordIcon.nuxt.spec.ts": { "tests": [ { - "id": "1755", + "id": "1758", "name": "Game Over History Record Icon Component should match snapshot when rendered." }, { - "id": "1756", + "id": "1759", "name": "Game Over History Record Icon Component Icon should display the game history record icon when rendered." }, { - "id": "1757", + "id": "1760", "name": "Game Over History Record Icon Component Icon should return question mark icon when the game history record icon is not found." } ], @@ -236110,23 +236553,23 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlaying.nuxt.spec.ts": { "tests": [ { - "id": "1758", + "id": "1761", "name": "Game Playing Component should match snapshot when rendered." }, { - "id": "1759", + "id": "1762", "name": "Game Playing Component should play random game phase background audio when rendered." }, { - "id": "1760", + "id": "1763", "name": "Game Playing Component Game Events Monitor should not render game events monitor when there is no current game event." }, { - "id": "1761", + "id": "1764", "name": "Game Playing Component Game Events Monitor should render game events monitor when there is a current game event." }, { - "id": "1762", + "id": "1765", "name": "Game Playing Component Unmount should fade out playing background audio when unmounted." } ], @@ -236135,31 +236578,31 @@ "tests/unit/specs/components/shared/role/RoleTypeBadge/RoleTypeBadge.nuxt.spec.ts": { "tests": [ { - "id": "1763", + "id": "1766", "name": "Role Type Badge Component should match snapshot when rendered." }, { - "id": "1764", + "id": "1767", "name": "Role Type Badge Component Badge should have tooltip when rendered." }, { - "id": "1765", + "id": "1768", "name": "Role Type Badge Component Badge should translate role type when rendered." }, { - "id": "1766", + "id": "1769", "name": "Role Type Badge Component Badge 'should have severity of danger when r…'" }, { - "id": "1767", + "id": "1770", "name": "Role Type Badge Component Badge 'should have severity of success when …'" }, { - "id": "1768", + "id": "1771", "name": "Role Type Badge Component Badge 'should have severity of warning when …'" }, { - "id": "1769", + "id": "1772", "name": "Role Type Badge Component Badge 'should have severity of info when rol…'" } ], @@ -236168,27 +236611,27 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverActions/GameOverActions.nuxt.spec.ts": { "tests": [ { - "id": "1770", + "id": "1773", "name": "Game Over Actions Component should match snapshot when rendered." }, { - "id": "1771", + "id": "1774", "name": "Game Over Actions Component should match snapshot when rendered without shallowing." }, { - "id": "1772", + "id": "1775", "name": "Game Over Actions Component Show Game History Button should be in loading state when the game history is empty." }, { - "id": "1773", + "id": "1776", "name": "Game Over Actions Component Show Game History Button should translate loading show game history button text when the game history is empty." }, { - "id": "1774", + "id": "1777", "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": "1775", + "id": "1778", "name": "Game Over Actions Component Emits should emit show game history event when the show game history button is clicked." } ], @@ -236197,19 +236640,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameCupidHasCharmedEvent/GameCupidHasCharmedEvent.nuxt.spec.ts": { "tests": [ { - "id": "1776", + "id": "1779", "name": "Game Cupid Has Charmed Event Component should match snapshot when rendered." }, { - "id": "1777", + "id": "1780", "name": "Game Cupid Has Charmed Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1778", + "id": "1781", "name": "Game Cupid Has Charmed Event Component Game Event Texts should pass event texts when rendered." }, { - "id": "1779", + "id": "1782", "name": "Game Cupid Has Charmed Event Component Sound Effect should play love arrow shot sound effect when rendered." } ], @@ -236218,23 +236661,23 @@ "tests/unit/specs/components/shared/game/game-event/GameEventWithTexts/GameEventWithTexts.nuxt.spec.ts": { "tests": [ { - "id": "1780", + "id": "1783", "name": "Game Event With Texts Component should match snapshot when rendered." }, { - "id": "1781", + "id": "1784", "name": "Game Event With Texts Component should match snapshot without shallow when rendered." }, { - "id": "1782", + "id": "1785", "name": "Game Event With Texts Component Game Event Texts Manager should pass texts from props when rendered." }, { - "id": "1783", + "id": "1786", "name": "Game Event With Texts Component Emits should emit game event text change when game event texts manager emits the same event." }, { - "id": "1784", + "id": "1787", "name": "Game Event With Texts Component Emits should not emit game event text change when text is undefined." } ], @@ -236243,27 +236686,27 @@ "tests/unit/specs/components/pages/about/AboutAvailableRoles/AboutAvailableRoleDescription/AboutAvailableRoleDescription.nuxt.spec.ts": { "tests": [ { - "id": "1785", + "id": "1788", "name": "About Available Role Description Component should match snapshot when rendered." }, { - "id": "1786", + "id": "1789", "name": "About Available Role Description Component Role Left Description Role Image should display role image when rendered." }, { - "id": "1787", + "id": "1790", "name": "About Available Role Description Component Role Left Description Role Image should display role image with correct alt when rendered." }, { - "id": "1788", + "id": "1791", "name": "About Available Role Description Component Role Left Description should display role name when rendered." }, { - "id": "1789", + "id": "1792", "name": "About Available Role Description Component Role Left Description should display role type badge when rendered." }, { - "id": "1790", + "id": "1793", "name": "About Available Role Description Component Role Left Description should display role origin badge when rendered." } ], @@ -236272,31 +236715,31 @@ "tests/unit/specs/components/shared/game/game-phase/GamePhaseIcon/GamePhaseIcon.nuxt.spec.ts": { "tests": [ { - "id": "1791", + "id": "1794", "name": "Game Phase Icon Component should match snapshot when rendered." }, { - "id": "1792", + "id": "1795", "name": "Game Phase Icon Component Icon should set icon to moon when phase is night." }, { - "id": "1793", + "id": "1796", "name": "Game Phase Icon Component Icon should set icon to sun when phase is day." }, { - "id": "1794", + "id": "1797", "name": "Game Phase Icon Component Icon should set icon to sunset when phase is twilight." }, { - "id": "1795", + "id": "1798", "name": "Game Phase Icon Component Icon classes should display the night icon when the phase is night." }, { - "id": "1796", + "id": "1799", "name": "Game Phase Icon Component Icon classes should display the sun icon when the phase is day." }, { - "id": "1797", + "id": "1800", "name": "Game Phase Icon Component Icon classes should display the twilight icon when the phase is twilight." } ], @@ -236305,27 +236748,27 @@ "tests/unit/specs/components/pages/about/AboutWerewolvesGame/AboutWerewolvesGame.nuxt.spec.ts": { "tests": [ { - "id": "1798", + "id": "1801", "name": "About Werewolves Game Component should match snapshot when rendered." }, { - "id": "1799", + "id": "1802", "name": "About Werewolves Game Component Title should display translated title when rendered." }, { - "id": "1800", + "id": "1803", "name": "About Werewolves Game Component Watch tutorial on Youtube Anchor should have tooltip when rendered." }, { - "id": "1801", + "id": "1804", "name": "About Werewolves Game Component Watch tutorial on Youtube Anchor should have translated button when rendered." }, { - "id": "1802", + "id": "1805", "name": "About Werewolves Game Component Sections should translate first section when rendered." }, { - "id": "1803", + "id": "1806", "name": "About Werewolves Game Component Sections should translate second section when rendered." } ], @@ -236334,31 +236777,31 @@ "tests/unit/specs/components/pages/about/AboutCreator/AboutCreator.nuxt.spec.ts": { "tests": [ { - "id": "1804", + "id": "1807", "name": "About Creator Component should match snapshot when rendered." }, { - "id": "1805", + "id": "1808", "name": "About Creator Component Title should translate title when rendered." }, { - "id": "1806", + "id": "1809", "name": "About Creator Component Sections should translate first section when rendered." }, { - "id": "1807", + "id": "1810", "name": "About Creator Component Sections should translate portfolio button when rendered." }, { - "id": "1808", + "id": "1811", "name": "About Creator Component Sections should translate second section when rendered." }, { - "id": "1809", + "id": "1812", "name": "About Creator Component Sections should translate third section when rendered." }, { - "id": "1810", + "id": "1813", "name": "About Creator Component Sections should translate fourth section when rendered." } ], @@ -236367,19 +236810,19 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyPositionCoordinator/GameLobbyPositionCoordinatorSorter/GameLobbyPositionCoordinatorSorterElement/GameLobbyPositionCoordinatorSorterElement.nuxt.spec.ts": { "tests": [ { - "id": "1811", + "id": "1814", "name": "Game Lobby Position Coordinator Sorter Element Component should match snapshot when rendered." }, { - "id": "1812", + "id": "1815", "name": "Game Lobby Position Coordinator Sorter Element Component Player Square should set background color to square depending on player name when rendered." }, { - "id": "1813", + "id": "1816", "name": "Game Lobby Position Coordinator Sorter Element Component Role Image should set player role name to role image when rendered." }, { - "id": "1814", + "id": "1817", "name": "Game Lobby Position Coordinator Sorter Element Component Player Name should set player name to player name text when rendered." } ], @@ -236388,19 +236831,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScandalmongerTurnStartsEvent/GameScandalmongerTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1815", + "id": "1818", "name": "Game Scandalmonger Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1816", + "id": "1819", "name": "Game Scandalmonger Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1817", + "id": "1820", "name": "Game Scandalmonger Turn Starts Event Component should play raven cry sound effect when rendered." }, { - "id": "1818", + "id": "1821", "name": "Game Scandalmonger Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -236409,19 +236852,19 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverWinners/GameOverWinners.nuxt.spec.ts": { "tests": [ { - "id": "1819", + "id": "1822", "name": "Game Over Winners Component should match snapshot when rendered." }, { - "id": "1820", + "id": "1823", "name": "Game Over Winners Component Players Horizontal List should display players horizontal list when there are winners." }, { - "id": "1821", + "id": "1824", "name": "Game Over Winners Component Players Horizontal List should not display players horizontal list when there is no victory." }, { - "id": "1822", + "id": "1825", "name": "Game Over Winners Component Players Horizontal List should not display players horizontal list when there are no winners." } ], @@ -236430,19 +236873,19 @@ "tests/unit/specs/composables/api/game/useGamePlayers.spec.ts": { "tests": [ { - "id": "1823", + "id": "1826", "name": "Use Game Players Composable sheriffInPlayers should return sheriff player when sheriff is in players." }, { - "id": "1824", + "id": "1827", "name": "Use Game Players Composable sheriffInPlayers should return undefined when sheriff is not in players." }, { - "id": "1825", + "id": "1828", "name": "Use Game Players Composable getPlayersWithCurrentRole should return players with current role when called." }, { - "id": "1826", + "id": "1829", "name": "Use Game Players Composable getPlayersWithCurrentRole should return empty array when no player with current role." } ], @@ -236451,27 +236894,27 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogPlayersReady/GameLobbyStartGameConfirmDialogPlayersReady.nuxt.spec.ts": { "tests": [ { - "id": "1827", + "id": "1830", "name": "Game Lobby Start Game Confirm Dialog Players Ready Component should match snapshot when rendered." }, { - "id": "1828", + "id": "1831", "name": "Game Lobby Start Game Confirm Dialog Players Ready Component Step Svgs should set size to villager svg when rendered." }, { - "id": "1829", + "id": "1832", "name": "Game Lobby Start Game Confirm Dialog Players Ready Component Step Svgs should set source to villager svg when rendered." }, { - "id": "1830", + "id": "1833", "name": "Game Lobby Start Game Confirm Dialog Players Ready Component Step Svgs should set size to werewolf svg when rendered." }, { - "id": "1831", + "id": "1834", "name": "Game Lobby Start Game Confirm Dialog Players Ready Component Step Svgs should set source to werewolf svg when rendered." }, { - "id": "1832", + "id": "1835", "name": "Game Lobby Start Game Confirm Dialog Players Ready Component Text should translate text when rendered." } ], @@ -236480,23 +236923,23 @@ "tests/unit/specs/components/pages/about/AboutHowToContribute/AboutHowToContribute.nuxt.spec.ts": { "tests": [ { - "id": "1833", + "id": "1836", "name": "About How To Contribute Component should match snapshot when rendered." }, { - "id": "1834", + "id": "1837", "name": "About How To Contribute Component Title should translate title when rendered." }, { - "id": "1835", + "id": "1838", "name": "About How To Contribute Component Sections should translate first section when rendered." }, { - "id": "1836", + "id": "1839", "name": "About How To Contribute Component Sections should translate second section for each bullet item when rendered." }, { - "id": "1837", + "id": "1840", "name": "About How To Contribute Component Sections should translate gitHub text button when rendered." } ], @@ -236505,15 +236948,15 @@ "tests/unit/specs/components/shared/role/RoleDescriptionLines/RoleDescriptionLines.nuxt.spec.ts": { "tests": [ { - "id": "1838", + "id": "1841", "name": "Role Description Lines Component should match snapshot when rendered." }, { - "id": "1839", + "id": "1842", "name": "Role Description Lines Component Description Lines should display role description lines when rendered." }, { - "id": "1840", + "id": "1843", "name": "Role Description Lines Component Description Lines should not display role description lines when rendered if role description is not set in messages." } ], @@ -236522,27 +236965,27 @@ "tests/unit/specs/composables/animate-css/useAnimateCss.spec.ts": { "tests": [ { - "id": "1841", + "id": "1844", "name": "Use Animate Css Composable animateElementOnce should not add animate__animated and animate__bounce classes to element when element is not a ref and null." }, { - "id": "1842", + "id": "1845", "name": "Use Animate Css Composable animateElementOnce should not add animate__animated and animate__bounce classes to ref element when element ref and value is null." }, { - "id": "1843", + "id": "1846", "name": "Use Animate Css Composable animateElementOnce should add animate__animated and animate__bounce classes to element when called." }, { - "id": "1844", + "id": "1847", "name": "Use Animate Css Composable animateElementOnce should add animate__animated and animate__bounce classes to ref element when called." }, { - "id": "1845", + "id": "1848", "name": "Use Animate Css Composable animateElementOnce should remove animate__animated and animate__bounce classes from ref element when animation ends." }, { - "id": "1846", + "id": "1849", "name": "Use Animate Css Composable animateElementOnce should add event listener to ref element when called." } ], @@ -236551,19 +236994,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GamePiedPiperTurnStartsEvent/GamePiedPiperTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1847", + "id": "1850", "name": "Game Pied Piper Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1848", + "id": "1851", "name": "Game Pied Piper Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1849", + "id": "1852", "name": "Game Pied Piper Turn Starts Event Component should play flute and drums sound effect when rendered." }, { - "id": "1850", + "id": "1853", "name": "Game Pied Piper Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -236572,7 +237015,7 @@ "tests/unit/specs/composables/api/game/game-history-record/game-history-record-play/game-history-record-play.class.spec.ts": { "tests": [ { - "id": "1851", + "id": "1854", "name": "Game History Record Play Class Create should create a game history record play when called." } ], @@ -236581,15 +237024,15 @@ "tests/unit/specs/stores/game/game-history-record/useGameHistoryRecordsStore.spec.ts": { "tests": [ { - "id": "1852", + "id": "1855", "name": "Game History Records Store should have initial state when created." }, { - "id": "1853", + "id": "1856", "name": "Game History Records Store fetchAndSetGameHistoryRecords should fetch game history records when called." }, { - "id": "1854", + "id": "1857", "name": "Game History Records Store fetchAndSetGameHistoryRecords should set game history records when called." } ], @@ -236598,15 +237041,15 @@ "tests/unit/specs/components/shared/game/game-event/GameEventFlippingPlayersCard/GameEventFlippingPlayersCard.nuxt.spec.ts": { "tests": [ { - "id": "1855", + "id": "1858", "name": "Game Event Flipping Players Card Component should match snapshot when rendered." }, { - "id": "1856", + "id": "1859", "name": "Game Event Flipping Players Card Component Game Event Flipping Card should pass players when players are defined." }, { - "id": "1857", + "id": "1860", "name": "Game Event Flipping Players Card Component Game Event Flipping Card should pass empty array when players are undefined." } ], @@ -236615,23 +237058,23 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyFooter.nuxt.spec.ts": { "tests": [ { - "id": "1858", + "id": "1861", "name": "Game Lobby Footer Component should match snapshot when rendered." }, { - "id": "1859", + "id": "1862", "name": "Game Lobby Footer Component Game Lobby Start Game Button should emit reject players position step when game lobby start game button emits the same." }, { - "id": "1860", + "id": "1863", "name": "Game Lobby Footer Component Game Lobby Start Game Button should emit reject thief position step when game lobby start game button emits the same." }, { - "id": "1861", + "id": "1864", "name": "Game Lobby Footer Component Game Lobby Start Game Button should emit reject actor position step when game lobby start game button emits the same." }, { - "id": "1862", + "id": "1865", "name": "Game Lobby Footer Component Game Lobby Start Game Button should emit reject game options changed step when game lobby start game button emits the same." } ], @@ -236640,19 +237083,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent/GameAccursedWolfFatherTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1863", + "id": "1866", "name": "Game Accursed Wolf-Father Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1864", + "id": "1867", "name": "Game Accursed Wolf-Father Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1865", + "id": "1868", "name": "Game Accursed Wolf-Father Turn Starts Event Component should play werewolf transformation sound effect when rendered." }, { - "id": "1866", + "id": "1869", "name": "Game Accursed Wolf-Father Turn Starts Event Component Game Starts Turn Event Texts should pass event texts when rendered." } ], @@ -236661,19 +237104,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameStutteringJudgeTurnStartsEvent/GameStutteringJudgeTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1867", + "id": "1870", "name": "Game Stuttering Judge Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1868", + "id": "1871", "name": "Game Stuttering Judge Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1869", + "id": "1872", "name": "Game Stuttering Judge Turn Starts Event Component should play gavel hitting sound effect when rendered." }, { - "id": "1870", + "id": "1873", "name": "Game Stuttering Judge Turn Starts Event Component Game Stuttering Judge Turn Starts Event Texts should pass event texts when rendered." } ], @@ -236682,7 +237125,7 @@ "tests/unit/specs/composables/api/game/game-history-record/game-history-record.class.spec.ts": { "tests": [ { - "id": "1871", + "id": "1874", "name": "Game History Record Class Create should create a game history record when called." } ], @@ -236691,23 +237134,23 @@ "tests/unit/specs/components/shared/role/RoleSideBadge/RoleSideBadge.nuxt.spec.ts": { "tests": [ { - "id": "1872", + "id": "1875", "name": "Role Side Badge Component should match snapshot when rendered." }, { - "id": "1873", + "id": "1876", "name": "Role Side Badge Component Badge should translate role side when side is villagers." }, { - "id": "1874", + "id": "1877", "name": "Role Side Badge Component Badge should translate role side when side is werewolves." }, { - "id": "1875", + "id": "1878", "name": "Role Side Badge Component Badge should set severity to success when side is villagers." }, { - "id": "1876", + "id": "1879", "name": "Role Side Badge Component Badge should set severity to danger when side is werewolves." } ], @@ -236716,15 +237159,15 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeaderPhase/GamePlaygroundHeaderPhase.nuxt.spec.ts": { "tests": [ { - "id": "1877", + "id": "1880", "name": "Game Playground Header Phase should match snapshot when rendered." }, { - "id": "1878", + "id": "1881", "name": "Game Playground Header Phase Phase text should display night phase text with the turn number when the phase is night." }, { - "id": "1879", + "id": "1882", "name": "Game Playground Header Phase Phase text should display day phase text with the turn number when the phase is day." } ], @@ -236733,19 +237176,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWildChildTurnStartsEvent/GameWildChildTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1880", + "id": "1883", "name": "Game Wild Child Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1881", + "id": "1884", "name": "Game Wild Child Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1882", + "id": "1885", "name": "Game Wild Child Turn Starts Event Component should play monkey cry sound effect when rendered." }, { - "id": "1883", + "id": "1886", "name": "Game Wild Child Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -236754,19 +237197,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent/GameWhiteWerewolfTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1884", + "id": "1887", "name": "Game White Werewolf Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1885", + "id": "1888", "name": "Game White Werewolf Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1886", + "id": "1889", "name": "Game White Werewolf Turn Starts Event Component should play werewolf growling sound effect when rendered." }, { - "id": "1887", + "id": "1890", "name": "Game White Werewolf Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -236775,11 +237218,11 @@ "tests/unit/specs/composables/api/error/useWerewolvesAssistantApiError.spec.ts": { "tests": [ { - "id": "1888", + "id": "1891", "name": "Use Werewolves Assistant Api Error Composable handleWerewolvesAssistantApiError should log error in console when called." }, { - "id": "1889", + "id": "1892", "name": "Use Werewolves Assistant Api Error Composable handleWerewolvesAssistantApiError should add error toast when called." } ], @@ -236788,19 +237231,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameActorTurnStartsEvent/GameActorTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1890", + "id": "1893", "name": "Game Actor Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1891", + "id": "1894", "name": "Game Actor Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1892", + "id": "1895", "name": "Game Actor Turn Starts Event Component Sound Effect should play laughing clown exploding sound effect when rendered." }, { - "id": "1893", + "id": "1896", "name": "Game Actor Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -236809,19 +237252,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameScapegoatTurnStartsEvent/GameScapegoatTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1894", + "id": "1897", "name": "Game Scapegoat Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1895", + "id": "1898", "name": "Game Scapegoat Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1896", + "id": "1899", "name": "Game Scapegoat Turn Starts Event Component should play goat cry sound effect when rendered." }, { - "id": "1897", + "id": "1900", "name": "Game Scapegoat Turn Starts Event Component Game Starts Event Texts should pass event texts when rendered." } ], @@ -236830,11 +237273,11 @@ "tests/unit/specs/components/shared/game/player/PlayersHorizontalList/PlayersHorizontalList.nuxt.spec.ts": { "tests": [ { - "id": "1898", + "id": "1901", "name": "Players Horizontal List Component should match snapshot when rendered." }, { - "id": "1899", + "id": "1902", "name": "Players Horizontal List Component Players should render the expected players to act when rendered." } ], @@ -236843,15 +237286,15 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyHeaderSetupButtons/GameLobbyHeaderPositionCoordinatorButton/GameLobbyHeaderPositionCoordinatorButton.nuxt.spec.ts": { "tests": [ { - "id": "1900", + "id": "1903", "name": "Game Lobby Header Position Coordinator Button Component should match snapshot when rendered." }, { - "id": "1901", + "id": "1904", "name": "Game Lobby Header Position Coordinator Button Component Position Coordinator button should translate button label when rendered." }, { - "id": "1902", + "id": "1905", "name": "Game Lobby Header Position Coordinator Button Component Position Coordinator button Click on button should emit 'positionCoordinatorButtonClick' event when clicked." } ], @@ -236860,19 +237303,19 @@ "tests/unit/specs/components/shared/dialogs/DialogHeaderTitleOnly/DialogHeaderTitleOnly.nuxt.spec.ts": { "tests": [ { - "id": "1903", + "id": "1906", "name": "Dialog Header Title Only Component should match snapshot when rendered." }, { - "id": "1904", + "id": "1907", "name": "Dialog Header Title Only Component Title should render icon when icon is set in props." }, { - "id": "1905", + "id": "1908", "name": "Dialog Header Title Only Component Title should render icon classes when icon classes are set in props." }, { - "id": "1906", + "id": "1909", "name": "Dialog Header Title Only Component Title should set title text when rendered." } ], @@ -236881,19 +237324,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameHunterTurnStartsEvent/GameHunterTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1907", + "id": "1910", "name": "Game Hunter Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1908", + "id": "1911", "name": "Game Hunter Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1909", + "id": "1912", "name": "Game Hunter Turn Starts Event Component should play gun shot sound effect when rendered." }, { - "id": "1910", + "id": "1913", "name": "Game Hunter Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -236902,19 +237345,19 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameFoxTurnStartsEvent/GameFoxTurnStartsEvent.nuxt.spec.ts": { "tests": [ { - "id": "1911", + "id": "1914", "name": "Game Fox Turn Starts Event Component should match snapshot when rendered." }, { - "id": "1912", + "id": "1915", "name": "Game Fox Turn Starts Event Component should match snapshot when rendered without shallow rendering." }, { - "id": "1913", + "id": "1916", "name": "Game Fox Turn Starts Event Component should play fox sniffing sound effect when rendered." }, { - "id": "1914", + "id": "1917", "name": "Game Fox Turn Starts Event Component Game Event Texts should pass event texts when rendered." } ], @@ -236923,23 +237366,23 @@ "tests/unit/specs/app.nuxt.spec.ts": { "tests": [ { - "id": "1915", + "id": "1918", "name": "App Component should match snapshot when rendered." }, { - "id": "1916", + "id": "1919", "name": "App Component should render component without shallow and match snapshot when rendered." }, { - "id": "1917", + "id": "1920", "name": "App Component should set head title and meta tags when rendered." }, { - "id": "1918", + "id": "1921", "name": "App Component should fetch and set roles from store when rendered." }, { - "id": "1919", + "id": "1922", "name": "App Component should set howler audio settings from audio store when rendered." } ], @@ -236948,19 +237391,19 @@ "tests/unit/specs/components/shared/buttons/AffirmativeToggleButton/AffirmativeToggleButton.nuxt.spec.ts": { "tests": [ { - "id": "1920", + "id": "1923", "name": "Affirmative Toggle Button Component should match snapshot when rendered." }, { - "id": "1921", + "id": "1924", "name": "Affirmative Toggle Button Component Toggle Button should pass v-model value to the toggle button when rendered." }, { - "id": "1922", + "id": "1925", "name": "Affirmative Toggle Button Component Toggle Button should change v-model value when toggle button emits input event." }, { - "id": "1923", + "id": "1926", "name": "Affirmative Toggle Button Component Toggle Button should translate no label when rendered." } ], @@ -236969,11 +237412,11 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyRolePicker/GameLobbyRolePickerDescription/GameLobbyRolePickerDescriptionContent/GameLobbyRolePickerDescriptionContent.nuxt.spec.ts": { "tests": [ { - "id": "1924", + "id": "1927", "name": "Game Lobby Role Picker Description Content Component should match snapshot when rendered." }, { - "id": "1925", + "id": "1928", "name": "Game Lobby Role Picker Description Content Component Role Name should translate role name when rendered." } ], @@ -236982,15 +237425,15 @@ "tests/unit/specs/components/shared/role/RoleOriginBadge/RoleOriginBadge.nuxt.spec.ts": { "tests": [ { - "id": "1926", + "id": "1929", "name": "Role Origin Badge Component should match snapshot when rendered." }, { - "id": "1927", + "id": "1930", "name": "Role Origin Badge Component Badge should have tooltip when rendered." }, { - "id": "1928", + "id": "1931", "name": "Role Origin Badge Component Badge should translate role origin when rendered." } ], @@ -236999,11 +237442,11 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundFooter/GamePlaygroundFooterCountdown/GamePlaygroundFooterCountdownRemainingTime/GamePlaygroundFooterCountdownRemainingTime.nuxt.spec.ts": { "tests": [ { - "id": "1929", + "id": "1932", "name": "Game Playground Footer Countdown Remaining Time Component should match snapshot when rendered." }, { - "id": "1930", + "id": "1933", "name": "Game Playground Footer Countdown Remaining Time Component Remaining time should display remaining time with padded seconds when rendered." } ], @@ -237012,19 +237455,19 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubTabView.nuxt.spec.ts": { "tests": [ { - "id": "1931", + "id": "1934", "name": "Game Lobby Options Hub Tab View Component should match snapshot when rendered." }, { - "id": "1932", + "id": "1935", "name": "Game Lobby Options Hub Tab View Component Role Tab Panel should translate role tab panel title when rendered." }, { - "id": "1933", + "id": "1936", "name": "Game Lobby Options Hub Tab View Component Composition Tab Panel should translate composition tab panel title when rendered." }, { - "id": "1934", + "id": "1937", "name": "Game Lobby Options Hub Tab View Component Votes Tab Panel should translate votes tab panel title when rendered." } ], @@ -237033,15 +237476,15 @@ "tests/unit/specs/components/shared/game/game-options/GameOptionRoleLegend/GameOptionRoleLegend.nuxt.spec.ts": { "tests": [ { - "id": "1935", + "id": "1938", "name": "Game Option Role Legend Component should match snapshot when rendered." }, { - "id": "1936", + "id": "1939", "name": "Game Option Role Legend Component Role Image should pass the role name in props to role image component when rendered." }, { - "id": "1937", + "id": "1940", "name": "Game Option Role Legend Component Title should translate title as role name when rendered." } ], @@ -237050,11 +237493,11 @@ "tests/unit/specs/composables/api/game/dto/create-game/create-game.dto.spec.ts": { "tests": [ { - "id": "1938", + "id": "1941", "name": "Create Game Dto create should create a game when called." }, { - "id": "1939", + "id": "1942", "name": "Create Game Dto toJSON should return the JSON representation of the CreateGameDto when called." } ], @@ -237063,15 +237506,15 @@ "tests/unit/specs/components/shared/misc/OverflowTag/OverflowTag.nuxt.spec.ts": { "tests": [ { - "id": "1940", + "id": "1943", "name": "Overflow Tag Component should match snapshot when rendered." }, { - "id": "1941", + "id": "1944", "name": "Overflow Tag Component Overflow Tag should display the overflow number when the entities count is greater than the maximum entities displayed." }, { - "id": "1942", + "id": "1945", "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." } ], @@ -237080,7 +237523,7 @@ "tests/unit/specs/components/pages/game/GameOver/GameOverHistory/GameOverHistoryRecords/GameOverHistoryRecord/GameOverHistoryRecordPhase/GameOverHistoryRecordPhase.nuxt.spec.ts": { "tests": [ { - "id": "1943", + "id": "1946", "name": "Game Over History Record Phase Component should match snapshot when rendered." } ], @@ -237089,15 +237532,15 @@ "tests/unit/specs/components/shared/dialogs/DialogFooterCloseButtonOnly/DialogFooterCloseButtonOnly.nuxt.spec.ts": { "tests": [ { - "id": "1944", + "id": "1947", "name": "Dialog Footer Close Button Only Component should match snapshot when rendered." }, { - "id": "1945", + "id": "1948", "name": "Dialog Footer Close Button Only Component Close Button should translate close button when rendered." }, { - "id": "1946", + "id": "1949", "name": "Dialog Footer Close Button Only Component Close Button should emit close event when close button is clicked." } ], @@ -237106,15 +237549,15 @@ "tests/unit/specs/components/shared/external/GitHubRepositoryButton/GitHubRepositoryButton.nuxt.spec.ts": { "tests": [ { - "id": "1947", + "id": "1950", "name": "GitHub Repository Button should match snapshot when rendered." }, { - "id": "1948", + "id": "1951", "name": "GitHub Repository Button Button Text should render button text with other text when text is passed as prop." }, { - "id": "1949", + "id": "1952", "name": "GitHub Repository Button Button Text should render button text with default text when text is not passed as prop." } ], @@ -237123,7 +237566,7 @@ "tests/unit/specs/composables/api/game/useFetchRandomGameComposition.spec.ts": { "tests": [ { - "id": "1950", + "id": "1953", "name": "Use Fetch Random Game Composition fetchRandomGameComposition should fetch random game composition when called." } ], @@ -237132,11 +237575,11 @@ "tests/unit/specs/composables/api/game/game-history-record/useFetchGameHistoryRecords.spec.ts": { "tests": [ { - "id": "1951", + "id": "1954", "name": "Use Fetch Game History Records getGameHistoryRecords should get game history records when called." }, { - "id": "1952", + "id": "1955", "name": "Use Fetch Game History Records getGameHistoryRecords should return null when an error is thrown." } ], @@ -237145,15 +237588,15 @@ "tests/unit/specs/components/shared/role/RoleImage/RoleFlippingImage/RoleFlippingImageSvgIcon/RoleFlippingImageSvgIcon.nuxt.spec.ts": { "tests": [ { - "id": "1953", + "id": "1956", "name": "Role Flipping Image Svg Icon Component should match snapshot when rendered." }, { - "id": "1954", + "id": "1957", "name": "Role Flipping Image Svg Icon Component Size should set height to 75 when rendered." }, { - "id": "1955", + "id": "1958", "name": "Role Flipping Image Svg Icon Component Size should set width to 75 when rendered." } ], @@ -237162,11 +237605,11 @@ "tests/unit/specs/composables/api/game/useGameSource.spec.ts": { "tests": [ { - "id": "1956", + "id": "1959", "name": "Use Game Source Composable getDefiniteGameSourceNameLabel 'should translate game source when cal…'" }, { - "id": "1957", + "id": "1960", "name": "Use Game Source Composable getDefiniteGameSourceNameLabel 'should translate definite role name w…'" } ], @@ -237175,19 +237618,19 @@ "tests/unit/specs/pages/about/about.nuxt.spec.ts": { "tests": [ { - "id": "1958", + "id": "1961", "name": "About Page Component should match snapshot when rendered." }, { - "id": "1959", + "id": "1962", "name": "About Page Component should set head title and meta tags when rendered." }, { - "id": "1960", + "id": "1963", "name": "About Page Component Title should display role image of werewolf when rendered." }, { - "id": "1961", + "id": "1964", "name": "About Page Component Title should display translated title when rendered." } ], @@ -237196,11 +237639,11 @@ "tests/unit/specs/composables/api/role/useFetchRoles.spec.ts": { "tests": [ { - "id": "1962", + "id": "1965", "name": "Use Fetch Roles Composable fetchRoles should fetch roles when called." }, { - "id": "1963", + "id": "1966", "name": "Use Fetch Roles Composable fetchRoles should return null when fetch roles throws." } ], @@ -237209,15 +237652,15 @@ "tests/unit/specs/components/shared/misc/TextProgressSpinner/TextProgressSpinner.nuxt.spec.ts": { "tests": [ { - "id": "1964", + "id": "1967", "name": "Text Progress Spinner Component should match snapshot when rendered." }, { - "id": "1965", + "id": "1968", "name": "Text Progress Spinner Component Spinner should render spinner with aria label as text prop when rendered." }, { - "id": "1966", + "id": "1969", "name": "Text Progress Spinner Component Text should render text with value as text prop when rendered." } ], @@ -237226,7 +237669,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": "1967", + "id": "1970", "name": "Game Play Source Interaction Class create should create a game play source interaction when called." } ], @@ -237235,7 +237678,7 @@ "tests/unit/specs/composables/api/game/player/player.class.spec.ts": { "tests": [ { - "id": "1968", + "id": "1971", "name": "Player Class create should create a player when called." } ], @@ -237244,15 +237687,15 @@ "tests/unit/specs/composables/misc/useDevice.spec.ts": { "tests": [ { - "id": "1969", + "id": "1972", "name": "Use Device Composable isOnTouchDevice should return true when on touchstartevent is available on window object." }, { - "id": "1970", + "id": "1973", "name": "Use Device Composable isOnTouchDevice should return true when navigator.maxTouchPoints is greater than 0." }, { - "id": "1971", + "id": "1974", "name": "Use Device Composable isOnTouchDevice should return false when neither 'ontouchstart' nor navigator.maxTouchPoints are available." } ], @@ -237261,7 +237704,7 @@ "tests/unit/specs/composables/api/game/dto/create-game/create-game-player/create-game-player.dto.spec.ts": { "tests": [ { - "id": "1972", + "id": "1975", "name": "Create Game Player Dto create should create a game player dto when called." } ], @@ -237270,15 +237713,15 @@ "tests/unit/specs/components/shared/buttons/CreateAnotherGameButton/CreateAnotherGameButton.nuxt.spec.ts": { "tests": [ { - "id": "1973", + "id": "1976", "name": "Create Another Game Button should match snapshot when rendered." }, { - "id": "1974", + "id": "1977", "name": "Create Another Game Button Button Navigation should have 'to' prop set to game lobby when rendered." }, { - "id": "1975", + "id": "1978", "name": "Create Another Game Button Button Text should translate button text when rendered." } ], @@ -237287,7 +237730,7 @@ "tests/unit/specs/composables/api/game/game-history-record/game-history-record-player-attribute-alteration/game-history-record-player-attribute-alteration.class.spec.ts": { "tests": [ { - "id": "1976", + "id": "1979", "name": "Game History Record Player Attribute Alteration Class create should create a game history record player attribute alteration when called." } ], @@ -237296,7 +237739,7 @@ "tests/unit/specs/composables/api/game/game-options/game-options.class.spec.ts": { "tests": [ { - "id": "1977", + "id": "1980", "name": "Game Options Class create should create a game options when called." } ], @@ -237305,7 +237748,7 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlayground.nuxt.spec.ts": { "tests": [ { - "id": "1978", + "id": "1981", "name": "Game Playground Component should match snapshot when rendered." } ], @@ -237314,7 +237757,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/sheriff-game-options/sheriff-game-options.class.spec.ts": { "tests": [ { - "id": "1979", + "id": "1982", "name": "Sheriff Game Options Class create should create a sheriff game options when called." } ], @@ -237323,15 +237766,15 @@ "tests/unit/specs/components/shared/buttons/BackToHomeButton/BackToHomeButton.nuxt.spec.ts": { "tests": [ { - "id": "1980", + "id": "1983", "name": "Back To Home Button should match snapshot when rendered." }, { - "id": "1981", + "id": "1984", "name": "Back To Home Button Button Navigation should have 'to' prop set to home when rendered." }, { - "id": "1982", + "id": "1985", "name": "Back To Home Button Button Text should translate button text when rendered." } ], @@ -237340,7 +237783,7 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameNoActionPlayground/GameNoActionPlayground.nuxt.spec.ts": { "tests": [ { - "id": "1983", + "id": "1986", "name": "Game No Action Playground Component should match snapshot when rendered." } ], @@ -237349,15 +237792,15 @@ "tests/unit/specs/components/pages/game/GameNotFound/GameNotFound.nuxt.spec.ts": { "tests": [ { - "id": "1984", + "id": "1987", "name": "Game Not Found Component should match snapshot when rendered." }, { - "id": "1985", + "id": "1988", "name": "Game Not Found Component should set head title and meta tags when rendered." }, { - "id": "1986", + "id": "1989", "name": "Game Not Found Component Game not found text should translate game not found text when rendered." } ], @@ -237366,7 +237809,7 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameTargetPlayground/GameTargetPlayground.nuxt.spec.ts": { "tests": [ { - "id": "1987", + "id": "1990", "name": "Game Target Playground Component should match snapshot when rendered." } ], @@ -237375,7 +237818,7 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GameVotePlayground/GameVotePlayground.nuxt.spec.ts": { "tests": [ { - "id": "1988", + "id": "1991", "name": "Game Vote Playground Component should match snapshot when rendered." } ], @@ -237384,7 +237827,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": "1989", + "id": "1992", "name": "Game History Record Play Voting Class Create should create a game history record play voting when called." } ], @@ -237393,15 +237836,15 @@ "tests/unit/specs/components/pages/game/GameCanceled/GameCanceled.nuxt.spec.ts": { "tests": [ { - "id": "1990", + "id": "1993", "name": "Game Canceled Component should match snapshot when rendered." }, { - "id": "1991", + "id": "1994", "name": "Game Canceled Component should set head title and meta tags when rendered." }, { - "id": "1992", + "id": "1995", "name": "Game Canceled Component Text should display translated text when rendered." } ], @@ -237410,11 +237853,11 @@ "tests/unit/specs/components/shared/external/BuyMeACoffeeButton/BuyMeACoffeeButton.nuxt.spec.ts": { "tests": [ { - "id": "1993", + "id": "1996", "name": "Buy Me A Coffee Button Component should match snapshot when rendered." }, { - "id": "1994", + "id": "1997", "name": "Buy Me A Coffee Button Component Link image should call link image with correct src when rendered." } ], @@ -237423,7 +237866,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": "1995", + "id": "1998", "name": "Game History Record Play Source Class Create should create a game history record play source when called." } ], @@ -237432,7 +237875,7 @@ "tests/unit/specs/components/shared/game/game-phase/GamePhaseLottie/GameNightPhaseLottie/GameNightPhaseLottie.nuxt.spec.ts": { "tests": [ { - "id": "1996", + "id": "1999", "name": "Game Night Phase Lottie Component should match snapshot without shallow rendering when rendered." } ], @@ -237441,7 +237884,7 @@ "tests/unit/specs/composables/api/game/player/player-attribute/player-attribute.class.spec.ts": { "tests": [ { - "id": "1997", + "id": "2000", "name": "Player Attribute Class create should create a player attribute when called." } ], @@ -237450,7 +237893,7 @@ "tests/unit/specs/components/pages/game-lobby/GameLobbyOptionsHub/GameLobbyOptionsHubTabView/GameLobbyOptionsHubRolesTab/GameLobbyOptionsHubRolesTab.nuxt.spec.ts": { "tests": [ { - "id": "1998", + "id": "2001", "name": "Game Lobby Options Hub Roles Tab Component should match snapshot when rendered." } ], @@ -237459,11 +237902,11 @@ "tests/unit/specs/composables/api/role/useRoleName.spec.ts": { "tests": [ { - "id": "1999", + "id": "2002", "name": "Use Role Name Composable getRoleNameLabel should translate role when called with role name." }, { - "id": "2000", + "id": "2003", "name": "Use Role Name Composable getDefiniteRoleNameLabel should translate definite role name when called with role name and count." } ], @@ -237472,11 +237915,11 @@ "tests/unit/specs/composables/route/useWerewolvesAssistantRoutes.spec.ts": { "tests": [ { - "id": "2001", + "id": "2004", "name": "Use Werewolves Assistant Routes Composable isOnGamePage should be set to true when route name is game." }, { - "id": "2002", + "id": "2005", "name": "Use Werewolves Assistant Routes Composable isOnGamePage should be set to false when route name is not game." } ], @@ -237485,7 +237928,7 @@ "tests/unit/specs/components/shared/game/game-phase/GamePhaseLottie/GameDayPhaseLottie/GameDayPhaseLottie.nuxt.spec.ts": { "tests": [ { - "id": "2003", + "id": "2006", "name": "Game Day Phase Lottie Component should match snapshot without shallow rendering when rendered." } ], @@ -237494,7 +237937,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": "2004", + "id": "2007", "name": "Game History Record Play Target Class Create should create a game history record play target when called." } ], @@ -237503,7 +237946,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": "2005", + "id": "2008", "name": "Game History Record Play Vote Class Create should create a game history record play vote when called." } ], @@ -237512,11 +237955,11 @@ "tests/unit/specs/components/shared/game/game-play/NoActionNeeded/NoActionNeeded.nuxt.spec.ts": { "tests": [ { - "id": "2006", + "id": "2009", "name": "No Action Needed Component should match snapshot when rendered." }, { - "id": "2007", + "id": "2010", "name": "No Action Needed Component Message should translate no action needed message when rendered." } ], @@ -237525,7 +237968,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": "2008", + "id": "2011", "name": "Game Play Source Interaction Boundaries Class create should create a game play source interaction boundaries when called." } ], @@ -237534,7 +237977,7 @@ "tests/unit/specs/composables/api/game/game-play/game-play.class.spec.ts": { "tests": [ { - "id": "2009", + "id": "2012", "name": "Game Play Class create should create a game play when called." } ], @@ -237543,7 +237986,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/cupid-game-options/cupid-game-options.class.spec.ts": { "tests": [ { - "id": "2010", + "id": "2013", "name": "Cupid Game Options Class create should create a cupid game options when called." } ], @@ -237552,7 +237995,7 @@ "tests/unit/specs/composables/api/game/game-play/game-play-source/game-play-source.class.spec.ts": { "tests": [ { - "id": "2011", + "id": "2014", "name": "Game Play Source Class create should create a game play source when called." } ], @@ -237561,7 +238004,7 @@ "tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitor.nuxt.spec.ts": { "tests": [ { - "id": "2012", + "id": "2015", "name": "Game Events Monitor Component should match snapshot when rendered." } ], @@ -237570,7 +238013,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": "2013", + "id": "2016", "name": "Pied Piper Game Options Class create should create a pied piper game options when called." } ], @@ -237579,7 +238022,7 @@ "tests/unit/specs/composables/api/game/game-event/game-event.class.spec.ts": { "tests": [ { - "id": "2014", + "id": "2017", "name": "Game Event class create should create a game event when called." } ], @@ -237588,7 +238031,7 @@ "tests/unit/specs/composables/api/role/role.class.spec.ts": { "tests": [ { - "id": "2015", + "id": "2018", "name": "Role Class create should create a role when called." } ], @@ -237597,11 +238040,11 @@ "tests/unit/specs/composables/api/game/player/usePlayers.spec.ts": { "tests": [ { - "id": "2016", + "id": "2019", "name": "Use Players Composable getPlayersNamesText should return player names text when called." }, { - "id": "2017", + "id": "2020", "name": "Use Players Composable getPlayersNamesText should return empty string when there are no players." } ], @@ -237610,7 +238053,7 @@ "tests/unit/specs/composables/api/game/dto/create-game/create-game-additional-card/create-game-additional-card.dto.spec.ts": { "tests": [ { - "id": "2018", + "id": "2021", "name": "Create Game Additional Card Dto create should create a game additional card dto when called." } ], @@ -237619,15 +238062,15 @@ "tests/unit/specs/composables/misc/useTimers.spec.ts": { "tests": [ { - "id": "2019", + "id": "2022", "name": "Use Timers Composable getSecondsInMinutesLabel should return only minutes when there are no remaining seconds." }, { - "id": "2020", + "id": "2023", "name": "Use Timers Composable getSecondsInMinutesLabel should return only seconds when there are no minutes." }, { - "id": "2021", + "id": "2024", "name": "Use Timers Composable getSecondsInMinutesLabel should return minutes and seconds when there are both." } ], @@ -237636,7 +238079,7 @@ "tests/unit/specs/composables/api/game/game-additional-card/game-additional-card.class.spec.ts": { "tests": [ { - "id": "2022", + "id": "2025", "name": "Game Additional Card Class Create should create a game additional card when called." } ], @@ -237645,7 +238088,7 @@ "tests/unit/specs/composables/api/game/player/player-attribute/player-attribute-activation/player-attribute-activation.class.spec.ts": { "tests": [ { - "id": "2023", + "id": "2026", "name": "Player Attribute Activation Class create should create a player attribute activation when called." } ], @@ -237654,7 +238097,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": "2024", + "id": "2027", "name": "Sheriff Election Game Options Class create should create a sheriff election game options when called." } ], @@ -237663,11 +238106,11 @@ "tests/unit/specs/components/pages/index/IndexFooter.nuxt.spec.ts": { "tests": [ { - "id": "2025", + "id": "2028", "name": "Index Page Footer Component should match snapshot when rendered." }, { - "id": "2026", + "id": "2029", "name": "Index Page Footer Component Contact Me Button should display contact me with translated text button when rendered." } ], @@ -237676,7 +238119,7 @@ "tests/unit/specs/composables/api/game/game-victory/game-victory.class.spec.ts": { "tests": [ { - "id": "2027", + "id": "2030", "name": "Game Victory Class create should create a game victory when called." } ], @@ -237685,7 +238128,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": "2028", + "id": "2031", "name": "Wolf Hound Game Options Class create should create a wolf hound game options when called." } ], @@ -237694,15 +238137,15 @@ "tests/unit/specs/composables/misc/useStrings.spec.ts": { "tests": [ { - "id": "2029", + "id": "2032", "name": "Use Strings Composable convertBooleanAsAffirmativeString should return 'yes' when value is true." }, { - "id": "2030", + "id": "2033", "name": "Use Strings Composable convertBooleanAsAffirmativeString should return 'no' when value is false." }, { - "id": "2031", + "id": "2034", "name": "Use Strings Composable lowerCaseFirstLetter should return a string with the first letter in lowercase when called." } ], @@ -237711,7 +238154,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/thief-game-options/thief-game-options.class.spec.ts": { "tests": [ { - "id": "2032", + "id": "2035", "name": "Thief Game Options Class create should create a thief game options when called." } ], @@ -237720,7 +238163,7 @@ "tests/unit/specs/composables/api/useWerewolvesAssistantApi.spec.ts": { "tests": [ { - "id": "2033", + "id": "2036", "name": "Use Werewolves Assistant Api Composable fetchWerewolvesAssistantApi should create a fetch instance for Werewolves Assistant API when called." } ], @@ -237729,7 +238172,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": "2034", + "id": "2037", "name": "Stuttering Judge Game Options Class create should create a stuttering judge game options when called." } ], @@ -237738,11 +238181,11 @@ "tests/unit/specs/composables/misc/useArrays.spec.ts": { "tests": [ { - "id": "2035", + "id": "2038", "name": "Use Arrays Composable insertIf should return an empty array when condition is false." }, { - "id": "2036", + "id": "2039", "name": "Use Arrays Composable insertIf should return an array with the value when condition is true." } ], @@ -237751,7 +238194,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/elder-game-options/elder-game-options.class.spec.ts": { "tests": [ { - "id": "2037", + "id": "2040", "name": "Elder Game Options Class create should create an elder game options when called." } ], @@ -237760,7 +238203,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": "2038", + "id": "2041", "name": "Cupid Lovers Game Options Class create should create a cupid lovers game options when called." } ], @@ -237769,7 +238212,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": "2039", + "id": "2042", "name": "Three Brothers Game Options Class create should create a three brothers game options when called." } ], @@ -237778,7 +238221,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/scandalmonger-game-options/scandalmonger-game-options.class.spec.ts": { "tests": [ { - "id": "2040", + "id": "2043", "name": "Scandalmonger Game Options Class create should create a scandalmonger game options when called." } ], @@ -237787,11 +238230,11 @@ "tests/unit/specs/composables/api/game/game-phase/useGamePhase.spec.ts": { "tests": [ { - "id": "2041", + "id": "2044", "name": "Use Game Phase Composable getGamePhaseWithTurnText should return game phase without turn text when phase is twilight." }, { - "id": "2042", + "id": "2045", "name": "Use Game Phase Composable getGamePhaseWithTurnText should return game phase with turn text when called." } ], @@ -237800,7 +238243,7 @@ "tests/unit/specs/composables/api/game/player/player-role/player-role.class.spec.ts": { "tests": [ { - "id": "2043", + "id": "2046", "name": "Player Role Class create should create a player role when called." } ], @@ -237809,7 +238252,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": "2044", + "id": "2047", "name": "Little Girl Game Options Class create should create a little girl game options when called." } ], @@ -237818,7 +238261,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": "2045", + "id": "2048", "name": "White Werewolf create should create a white werewolf game options when called." } ], @@ -237827,7 +238270,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": "2046", + "id": "2049", "name": "Bear Tamer Game Options Class create should create a bear tamer game options when called." } ], @@ -237836,7 +238279,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/seer-game-options/seer-game-options.class.spec.ts": { "tests": [ { - "id": "2047", + "id": "2050", "name": "Seer Game Options Class create should create a seer game options when called." } ], @@ -237845,7 +238288,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": "2048", + "id": "2051", "name": "Wild Child Game Options Class create should create a wild child game options when called." } ], @@ -237854,7 +238297,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": "2049", + "id": "2052", "name": "Two Sisters Game Options Class create should create a two sisters game options when called." } ], @@ -237863,7 +238306,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": "2050", + "id": "2053", "name": "Big Bad Wolf Game Options Class create should create a big bad wolf options when called." } ], @@ -237872,7 +238315,7 @@ "tests/unit/specs/stores/keyboard/useKeyboardStore.spec.ts": { "tests": [ { - "id": "2051", + "id": "2054", "name": "Use Keyboard Store should have initial state when created." } ], @@ -237881,7 +238324,7 @@ "tests/unit/specs/composables/api/game/game-options/votes-game-options/votes-game-options.class.spec.ts": { "tests": [ { - "id": "2052", + "id": "2055", "name": "Votes Game Option Class create should create a votes game option when called." } ], @@ -237890,7 +238333,7 @@ "tests/unit/specs/composables/api/game/game-options/composition-game-options/composition-game-options.class.spec.ts": { "tests": [ { - "id": "2053", + "id": "2056", "name": "Composition Game Options Class create should create a composition game options when called." } ], @@ -237899,7 +238342,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/actor-game-options/actor-game-options.class.spec.ts": { "tests": [ { - "id": "2054", + "id": "2057", "name": "Actor Game Options Class create should create an actor game options when called." } ], @@ -237908,7 +238351,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/defender-game-options/defender-game-options.class.spec.ts": { "tests": [ { - "id": "2055", + "id": "2058", "name": "Defender Game Options Class create should create a defender game options when called." } ], @@ -237917,7 +238360,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/werewolf-game-options/werewolf-game-options.class.spec.ts": { "tests": [ { - "id": "2056", + "id": "2059", "name": "Werewolf Game Options Class create should create a werewolf game options when called." } ], @@ -237926,7 +238369,7 @@ "tests/unit/specs/composables/api/game/player/player-side/player-side.class.spec.ts": { "tests": [ { - "id": "2057", + "id": "2060", "name": "Player Side Class create should create a player side when called." } ], @@ -237935,7 +238378,7 @@ "tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundHeader/GamePlaygroundHeader.nuxt.spec.ts": { "tests": [ { - "id": "2058", + "id": "2061", "name": "Game Playground Header Component should match snapshot when rendered." } ], @@ -237944,7 +238387,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/witch-game-options/witch-game-options.class.spec.ts": { "tests": [ { - "id": "2059", + "id": "2062", "name": "Witch Game Options Class create should create a witch game options when called." } ], @@ -237953,7 +238396,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/idiot-game-options/idiot-game-options.class.spec.ts": { "tests": [ { - "id": "2060", + "id": "2063", "name": "Idiot Game Options Class create should create an idiot game options when called." } ], @@ -237962,7 +238405,7 @@ "tests/unit/specs/composables/api/game/game-options/roles-game-options/fox-game-options/fox-game-options.class.spec.ts": { "tests": [ { - "id": "2061", + "id": "2064", "name": "Fox Game Options Class create should create a fox game options when called." } ], @@ -237971,7 +238414,7 @@ "tests/unit/specs/composables/api/game/game-phase/game-phase.class.spec.ts": { "tests": [ { - "id": "2062", + "id": "2065", "name": "Game Phase Class create should create a game phase when called." } ], @@ -237980,7 +238423,7 @@ "tests/unit/specs/modules/i18n.spec.ts": { "tests": [ { - "id": "2063", + "id": "2066", "name": "I18n module Locales should contain all keys set in fr locale when locale is en." } ], @@ -237989,7 +238432,7 @@ "tests/unit/specs/layouts/default.nuxt.spec.ts": { "tests": [ { - "id": "2064", + "id": "2067", "name": "Default Layout should match snapshot when rendered." } ], @@ -237998,7 +238441,7 @@ "tests/unit/specs/utils/url.utils.spec.ts": { "tests": [ { - "id": "2065", + "id": "2068", "name": "URL Utils removeTrailingSlashes should remove trailing slashes when called." } ], diff --git a/tests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts b/tests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts index 22fa55e234..4e2a8c6ac4 100644 --- a/tests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts +++ b/tests/unit/specs/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.nuxt.spec.ts @@ -1,12 +1,23 @@ +import { createFakeCreateGamePlayerDto } from "@tests/unit/utils/factories/composables/api/game/dto/create-game/create-game-player/create-game-player.dto.factory"; +import { getError } from "@tests/unit/utils/helpers/exception.helpers"; +import { mountSuspendedComponent } from "@tests/unit/utils/helpers/mount.helpers"; import type { mount } from "@vue/test-utils"; import type { ComponentMountingOptions } from "@vue/test-utils/dist/mount"; import type InputText from "primevue/inputtext"; +import { expect } from "vitest"; +import type { Ref } from "vue"; import type { GameLobbyPlayerInputProps } from "~/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/game-lobby-player-input.types"; import GameLobbyPlayerInput from "~/components/pages/game-lobby/GameLobbyHeader/GameLobbyPlayerInput/GameLobbyPlayerInput.vue"; import { useCreateGameDtoStore } from "~/stores/game/create-game-dto/useCreateGameDtoStore"; -import { createFakeCreateGamePlayerDto } from "@tests/unit/utils/factories/composables/api/game/dto/create-game/create-game-player/create-game-player.dto.factory"; -import { mountSuspendedComponent } from "@tests/unit/utils/helpers/mount.helpers"; + +const hoistedMocks = vi.hoisted(() => ({ + useDevice: { isOnTouchDevice: { value: false } }, +})); + +vi.mock("~/composables/misc/useDevice", () => ({ + useDevice: (): typeof hoistedMocks.useDevice => hoistedMocks.useDevice, +})); describe("Game Lobby Player Input Component", () => { let wrapper: ReturnType>; @@ -21,8 +32,17 @@ describe("Game Lobby Player Input Component", () => { }, }; + async function mountGameLobbyPlayerInputComponent(options: ComponentMountingOptions = {}): + Promise>> { + return mountSuspendedComponent(GameLobbyPlayerInput, { + ...defaultMountingOptions, + ...options, + }); + } + beforeEach(async() => { - wrapper = await mountSuspendedComponent(GameLobbyPlayerInput, defaultMountingOptions); + hoistedMocks.useDevice.isOnTouchDevice = ref(false); + wrapper = await mountGameLobbyPlayerInputComponent(); }); it("should match snapshot when rendered.", () => { @@ -37,6 +57,31 @@ describe("Game Lobby Player Input Component", () => { expect(input.attributes("autofocus")).toBe("true"); }); + it("should throw error when player name input is not defined in refs.", async() => { + (wrapper.vm.$root?.$refs.VTU_COMPONENT as { playerNameInput: Ref }).playerNameInput.value = null; + await getError(() => (wrapper.vm as unknown as { focusOnPlayerNameInput: () => void }).focusOnPlayerNameInput()); + + expect(createError).toHaveBeenCalledExactlyOnceWith("Player name input is not defined"); + }); + + it("should call focus method on player name input when focusOnPlayerNameInput method is called and not on touch device.", () => { + const input = wrapper.findComponent("#player-name-input"); + const focusSpy = vi.spyOn(input.element, "focus"); + (wrapper.vm as unknown as { focusOnPlayerNameInput: () => void }).focusOnPlayerNameInput(); + + expect(focusSpy).toHaveBeenCalledExactlyOnceWith(); + }); + + it("should not call focus method on player name input when focusOnPlayerNameInput method is called and on touch device.", async() => { + hoistedMocks.useDevice.isOnTouchDevice = ref(true); + wrapper = await mountGameLobbyPlayerInputComponent(); + const input = wrapper.findComponent("#player-name-input"); + const focusSpy = vi.spyOn(input.element, "focus"); + (wrapper.vm as unknown as { focusOnPlayerNameInput: () => void }).focusOnPlayerNameInput(); + + expect(focusSpy).not.toHaveBeenCalled(); + }); + it("should be prefilled when v-model value is not empty.", async() => { wrapper = await mountSuspendedComponent(GameLobbyPlayerInput, { ...defaultMountingOptions, @@ -134,12 +179,12 @@ describe("Game Lobby Player Input Component", () => { }); it("should translate button label when rendered.", async() => { - wrapper = await mountSuspendedComponent(GameLobbyPlayerInput, { - ...defaultMountingOptions, + wrapper = await mountGameLobbyPlayerInputComponent({ global: { stubs: { InputGroup: false, Button: false, + FloatLabel: false, }, }, });