Skip to content

Commit ecca956

Browse files
committed
📝 fix anchors
1 parent 50d3645 commit ecca956

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ and the Flutter guide for
1616
Supercharge your Dart testing with **parameterized_test**! Built on top of the [dart test package](https://pub.dev/packages/test), this [JUnit ParameterizedTest](https://junit.org/junit5/docs/current/user-guide/#writing-tests-parameterized-tests) inspired package wrap around `group` and `test` to take your testing to the next level!
1717

1818
## Table of contents
19-
- [Features](#features)
20-
- [Installation](#installation)
21-
- [Usage](#usage)
22-
- [Add test options to parameter](#add test options to parameter)
23-
- [Changing test description output](#changing)
24-
- [Examples](#examples)
25-
- [Additional information](#additional-information)
19+
- [Features](#features-)
20+
- [Installation](#installation-)
21+
- [Usage](#usage-)
22+
- [Examples](#examples-)
23+
- [Additional information](#additional-information-)
2624

2725
## Features ✨
2826

@@ -253,7 +251,7 @@ parameterizedTest('Example of CSV data',
253251
});
254252
```
255253

256-
## 💡 Additional information
254+
## Additional information 💡
257255

258256
It's just a simple wrapper to easily execute tests multiple times with different values. Feel free to
259257
leave some feedback or open a pull request :)

0 commit comments

Comments
 (0)