Skip to content

ethome/poker-kata-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poker Hands Kata

Practice test-driven development by implementing ranking of poker hands.

Problem description

http://codingdojo.org/kata/PokerHands/

Setup

  • Install nvm or nvm-windows for windows
  • Install yarn
  • In the root directory of the project, run the following commands:
    • nvm use
    • yarn install

Running tests

  • To run tests, run the command yarn test
  • To run in watch mode, run yarn test:watch

How do I write tests in Jest?

The Jest API is a good resource.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published