File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ NOTE: This is another distinction between FTs and unit tests;
716
716
we use them as the primary tool for testing our UI,
717
717
and the HTML that implements it.
718
718
719
- So, wanted an `<h1>`:
719
+ So, we wanted an `<h1>`:
720
720
721
721
[role="sourcecode"]
722
722
.lists/templates/home.html (ch04l008)
@@ -916,7 +916,7 @@ but it should be enough to reassure ourselves that things are working.
916
916
To get that functional test to green,
917
917
we then enter into the lower-level unit tests cycle,
918
918
where we put together all the moving parts required,
919
- add tests for all the edge cases.
919
+ and add tests for all the edge cases.
920
920
Any time we get to green & refactored at the unit tests level,
921
921
we can pop back up to the FT level to guide us towards the
922
922
next thing we need to work.
You can’t perform that action at this time.
0 commit comments