Unit Test Using Jest
Recently, I make a package about poker ruler logic from the project in the series articles which is writing. I need to check the correction of each poker rule when I change the code involved. So I add Jest to have a auto unit test. Install packages...
Mar 20, 20222 min read44