Skip to content

Commit c0e0fde

Browse files
committed
fix: Add missing no-get-by-title config
1 parent d7c0753 commit c0e0fde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import noElementHandle from './rules/no-element-handle';
77
import noEval from './rules/no-eval';
88
import noFocusedTest from './rules/no-focused-test';
99
import noForceOption from './rules/no-force-option';
10+
import noGetByTitle from './rules/no-get-by-title';
1011
import noNestedStep from './rules/no-nested-step';
1112
import noNetworkidle from './rules/no-networkidle';
1213
import noNthMethods from './rules/no-nth-methods';
@@ -41,6 +42,7 @@ const index = {
4142
'no-eval': noEval,
4243
'no-focused-test': noFocusedTest,
4344
'no-force-option': noForceOption,
45+
'no-get-by-title': noGetByTitle,
4446
'no-nested-step': noNestedStep,
4547
'no-networkidle': noNetworkidle,
4648
'no-nth-methods': noNthMethods,

0 commit comments

Comments
 (0)