Catch issue on test

This commit is contained in:
adrinr 2023-02-27 17:41:42 +01:00
parent f85ea527bd
commit f017f0d54e
1 changed files with 3 additions and 0 deletions

View File

@ -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)
}) })
}) })
}) })