Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Apr 23, 2024
1 parent 169c627 commit ae6ff9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/src/databases/repositories/user.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ export class UserRepository extends Repository<User> {
// test utils
// ----------------------------------

// @TODO: Deduplicate with /packages/cli/test/integration/shared/db/users.ts

async createTestUser(attributes: Partial<User> = {}): Promise<User> {
const { email, password, firstName, lastName, role, ...rest } = attributes;

Expand Down

0 comments on commit ae6ff9b

Please sign in to comment.