2
shynka
7y

How does one do a unit test

Comments
  • 1
    Step 1: prepare sample data
    Step 2: write assertions for functions that u want to run unit test on
    Step 3: ..... Profit!

    Check out mocha and chai if u are on js
Add Comment