File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,26 +11,26 @@ Examples of **incorrect** code for this rule:
11
11
12
12
``` js
13
13
14
- // fill me in
14
+ // TODO: fill me in
15
15
16
16
```
17
17
18
18
Examples of ** correct** code for this rule:
19
19
20
20
``` js
21
21
22
- // fill me in
22
+ // TODO: fill me in
23
23
24
24
```
25
25
26
26
### Options
27
27
28
- If there are any options, describe them here. Otherwise, delete this section.
28
+ TODO: If there are any options, describe them here. Otherwise, delete this section.
29
29
30
30
## When Not To Use It
31
31
32
- Give a short description of when it would be appropriate to turn off this rule.
32
+ TODO: Give a short description of when it would be appropriate to turn off this rule.
33
33
34
34
## Further Reading
35
35
36
- If there are other links that describe the issue this rule addresses, please include them here in a bulleted list.
36
+ - [ Testing Library queries cheatsheet ] ( https://testing-library.com/docs/dom-testing-library/cheatsheet#queries )
You can’t perform that action at this time.
0 commit comments