Skip to content

Commit 2559024

Browse files
committed
remove unnecessary param from no-indentical-tests
1 parent 0259d01 commit 2559024

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rules/no-identical-tests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const rule: Rule.RuleModule = {
3131

3232
/**
3333
* Create a unique cache key
34-
* @param test
3534
*/
3635
function toKey(test: Expression | SpreadElement): string {
3736
if (test.type !== 'ObjectExpression') {

0 commit comments

Comments
 (0)