Closed MattWalterTX closed 1 year ago
You should be testing the correctness of your code throughout your project. Each JavaScript class file in your project should have its own test file.
Your testing suite should test:
Remember to test all possible outcomes (happy/sad/etc). Ask yourself:
You are not expected to test:
Lead with Testing for all classes and methods! Give yourself a roadmap to write that code ONE PIECE AT A TIME
Testing
You should be testing the correctness of your code throughout your project. Each JavaScript class file in your project should have its own test file.
Your testing suite should test:
Remember to test all possible outcomes (happy/sad/etc). Ask yourself:
You are not expected to test:
(Potential) Tests