incorporating callback to lift ui collapse state

This commit is contained in:
2022-09-10 16:31:54 -05:00
parent 5a7830340a
commit c887e5ad74
24 changed files with 100 additions and 45 deletions

View File

@@ -1,9 +1,9 @@
import { describe, expect, test } from "vitest"
import cardTierToKey from "./cardTierToKey";
import cardTierToKey from "./mechanics/cardTierToKey";
import { mockPlayerOne, mockState } from "./testUtils";
import { turnOrderUtil } from "./turnOrderUtil";
import { turnOrderUtil } from "./mechanics/TurnOrderUtil";
import { useCurrentPlayer } from "../hooks/useCurrentPlayer";
import getTotalBuyingPower from "./getTotalBuyingPower";
import getTotalBuyingPower from "./mechanics/getTotalBuyingPower";
describe('app utilities', () => {
test('useCurrentPlayer', () => {