knowledge icon indicating copy to clipboard operation
knowledge copied to clipboard

Principles of unit testing

Open matejchalk opened this issue 4 years ago • 0 comments

Proposal

Basics of unit testing with Jest:

  • testing pure functions
  • deciding on test cases
  • structuring tests for readability
  • mocking, DI

Take away

Should have a clearer idea of how to approach testing own code.

matejchalk avatar Feb 28 '20 19:02 matejchalk