GitHub

MockAuthToken

import { MockAuthToken } from '@daffodil/auth/testing'
class MockAuthToken implements DaffAuthToken {
  token: faker.random.alphaNumeric(16)
}

Properties

Name Type Description
token faker.random.alphaNumeric(16)