Skip to content

Commit 50a72c1

Browse files
committed
refactor: remove unnecessary comment
1 parent 963e70e commit 50a72c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-unnecessary-act.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default createTestingLibraryRule<[], MessageIds>({
2222
recommendedConfig: {
2323
dom: false,
2424
angular: false,
25-
react: false, // this should be enabled on v5 of the plugin
25+
react: false,
2626
vue: false,
2727
},
2828
},

0 commit comments

Comments
 (0)