1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

Catch issue on test

This commit is contained in:
adrinr 2023-02-27 17:41:42 +01:00
parent f85ea527bd
commit f017f0d54e

View file

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