JonathanSchwob / vanquish

sts style card game using ts+react+vite+tailwind
1 stars 1 forks source link

create a test suite #18

Open JonathanSchwob opened 1 year ago

JonathanSchwob commented 1 year ago

using Jest, create a basic test suite that verifies the game is working as intended

ie

on turn start 5 cards are dealt (true)

on empty drawDeck discard Deck is shuffled into drawDeck (true)

etc.