Skip to content

Commit aca76be

Browse files
committed
test: cover numeric temp ids in open action
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> (cherry picked from commit c739332)
1 parent 35b8d77 commit aca76be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tests/actions/openInLibreSignAction.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ describe('openInLibreSignAction rules', () => {
109109
let loadState: { mockReturnValue: (value: unknown) => unknown }
110110
let getCapabilities: { mockReturnValue: (value: unknown) => unknown }
111111
type PendingEnvelopeForTest = NonNullable<LibreSignGlobalNamespace['pendingEnvelope']> & {
112+
id: number
112113
nodeType: string
113114
files: Array<{ fileId?: number | string }>
114115
filesCount: number

0 commit comments

Comments
 (0)