Catch issue on test
This commit is contained in:
parent
f85ea527bd
commit
f017f0d54e
|
@ -113,6 +113,9 @@ describe("Google Sheets Integration", () => {
|
|||
"description",
|
||||
"location",
|
||||
])
|
||||
|
||||
// No undefineds are sent
|
||||
expect((sheet.setHeaderRow as any).mock.calls[0][0]).toHaveLength(3)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue