chore: More typescript FIXME's removed

This commit is contained in:
Tom Moor
2022-01-06 21:25:42 -08:00
parent 8d05c752ea
commit c6cc04cad8
58 changed files with 199 additions and 221 deletions

View File

@@ -343,8 +343,7 @@ describe("#membershipUserIds", () => {
// Make 6 users
const users = await Promise.all(
Array(6)
// @ts-expect-error ts-migrate(2554) FIXME: Expected 1-3 arguments, but got 0.
.fill()
.fill(undefined)
.map(() =>
buildUser({
teamId,