Skip to content

Commit b058aee

Browse files
docs: update TOC
Signed-off-by: Shashwat Agrawal <shashwatagrawal473@gmail.com>
1 parent 6bdd77d commit b058aee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
253254
Fixtures are functions that set up a common state or context before your tests
254255
run and clean up afterwards. This is useful for allocating resources, opening

0 commit comments

Comments
 (0)