Skip to content

Commit b812888

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 e2d45a2 commit b812888

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
@@ -110,6 +110,7 @@ describe('openInLibreSignAction rules', () => {
110110
let loadState: { mockReturnValue: (value: unknown) => unknown }
111111
let getCapabilities: { mockReturnValue: (value: unknown) => unknown }
112112
type PendingEnvelopeForTest = NonNullable<LibreSignGlobalNamespace['pendingEnvelope']> & {
113+
id: number
113114
nodeType: string
114115
files: Array<{ fileId?: number | string }>
115116
filesCount: number

0 commit comments

Comments
 (0)