Skip to content

Commit

Permalink
9998 - use describe blocks in integration test; add typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Fu committed Aug 23, 2023
1 parent e107bad commit a320adb
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 198 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { getFormattedDocketEntriesForTest } from '../helpers';

export const docketClerkChecksDocketEntryEditLink = (
cerebralTest,
data = {},
data: { index?: number; value?: boolean } = {},
) => {
return it('Docket Clerk checks docket entry edit link', async () => {
const { formattedDocketEntriesOnDocketRecord } =
Expand Down
Loading

0 comments on commit a320adb

Please sign in to comment.