File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ your way so you can just write tests. Zero-setup unit testing is just one `#incl
2323- [ Assertion API] ( #assertion-api )
2424- [ Advanced Usage] ( #advanced-usage )
2525 - [ Filtering Tests] ( #filtering-tests )
26+ - [ Fail-Fast Mode] ( #fail-fast-mode )
27+ - [ Output & Color Control] ( #output--color-control )
2628 - [ Test Fixtures (Setup & Teardown)] ( #test-fixtures-setup--teardown )
2729 - [ Test Control] ( #test-control )
2830 - [ Skipping Tests] ( #skipping-tests )
@@ -248,7 +250,6 @@ TEC also respects standard environment variables:
248250> When ` NO_COLOR ` is set, TEC disables colored output and falls back to ASCII
249251> symbols by default.
250252
251-
252253### Test Fixtures (Setup & Teardown)
253254Fixtures are functions that set up a common state or context before your tests
254255run and clean up afterwards. This is useful for allocating resources, opening
You can’t perform that action at this time.
0 commit comments