Skip to content

Commit 19e996d

Browse files
committed
refactor: remove duplication in tests
1 parent 02d2487 commit 19e996d

File tree

2 files changed

+510
-1286
lines changed

2 files changed

+510
-1286
lines changed

lib/rules/no-unnecessary-act.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const RULE_NAME = 'no-unnecessary-act';
1414
export type MessageIds =
1515
| 'noUnnecessaryActEmptyFunction'
1616
| 'noUnnecessaryActTestingLibraryUtil';
17-
type Options = [{ isStrict: boolean }];
17+
export type Options = [{ isStrict: boolean }];
1818

1919
export default createTestingLibraryRule<Options, MessageIds>({
2020
name: RULE_NAME,

0 commit comments

Comments
 (0)