Update test note

This commit is contained in:
David Eisinger
2023-05-12 23:46:47 -04:00
parent c3dad87afb
commit a432899f92

View File

@@ -12,6 +12,9 @@ draft: false
* Make assertions about the results * Make assertions about the results
* Put complex logic into easily testable objects/functions * Put complex logic into easily testable objects/functions
* Create stub objects to stand in for network calls * Create stub objects to stand in for network calls
* Use JSON Schema to ensure stub stays in sync * Use [JSON Schema][1] to ensure stub stays in sync
* Avoid over-stubbing/mocking
[1]: https://json-schema.org/
{{<thumbnail notes "400x" />}} {{<thumbnail notes "400x" />}}