Skip to content

Commit

Permalink
Remove anys on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Oct 11, 2023
1 parent 9c830ea commit f9d5855
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/server/src/api/routes/tests/row.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1567,16 +1567,15 @@ describe.each([
(): Record<string, FieldSchema> => ({
user: {
name: "user",
relationshipType: RelationshipType.ONE_TO_MANY,
type: FieldType.BB_REFERENCE,
subtype: FieldTypeSubtypes.BB_REFERENCE.USER,
} as any,
},
users: {
name: "users",
type: FieldType.BB_REFERENCE,
subtype: FieldTypeSubtypes.BB_REFERENCE.USER,
relationshipType: RelationshipType.MANY_TO_MANY,
} as any,
// TODO: users when all merged
},
}),
() => config.createUser(),
(row: Row) => ({
Expand Down

0 comments on commit f9d5855

Please sign in to comment.