Fix TS issues

This commit is contained in:
Aarni Halinen
2021-03-04 20:46:09 +02:00
parent 21081a03ff
commit e5dcb8390e
3 changed files with 1141 additions and 1469 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ test("Logged in user can create signup", async (t) => {
await t.click(submit);
const parsed = JSON.parse(LOGGER.requests[0].response.body);
const parsed = JSON.parse(LOGGER.requests[0].response.body as string);
// eslint-disable-next-line no-param-reassign
t.fixtureCtx.formId = parsed.id;