package eventDemo.app.event.projection import io.kotest.core.spec.style.FunSpec class GameStateTest : FunSpec({ xtest("isReady") { } xtest("nextPlayer") { } xtest("nextPlayerTurn") { } xtest("playerDiffIndex") { } xtest("cardOnBoardIsForYou") { } xtest("playableCards") { } xtest("playerHasNoCardLeft") { } xtest("canBePlayThisCard") { } })