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