Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 353 Bytes

File metadata and controls

3 lines (2 loc) · 353 Bytes

Outside-In

The preference is to create high-level tests first in order to test the API end-to-end from a user’s perspective. From there we can drop down into lower-level tests like unit tests (this hasn't yet been done in this repo). See Testing from the Outside-In for more information.