The road to zero TypeScript errors (#1756)
* Type fixes * Type fixes * Type fixes * Type fixes Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -10,6 +10,8 @@ it("can find lucky users", async () => {
|
||||
timeZone: "GMT",
|
||||
bufferTime: 0,
|
||||
email: "test@example.com",
|
||||
destinationCalendar: null,
|
||||
locale: "en",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -19,6 +21,8 @@ it("can find lucky users", async () => {
|
||||
timeZone: "GMT",
|
||||
bufferTime: 0,
|
||||
email: "test2@example.com",
|
||||
destinationCalendar: null,
|
||||
locale: "en",
|
||||
},
|
||||
];
|
||||
expect(
|
||||
|
||||
Reference in New Issue
Block a user