GitHub

MockAuthResetPasswordInfo

class

import { MockAuthResetPasswordInfo } from '@daffodil/auth/testing'

class MockAuthResetPasswordInfo implements DaffAuthResetPasswordInfo {
  email: faker.internet.email() = faker.internet.email()
  password: faker.string.alphanumeric(16) = faker.string.alphanumeric(16)
  token: faker.string.alphanumeric(16) = faker.string.alphanumeric(16)
}