WayrApp Backend & Ecosystem Documentation - v1.0.0
    Preparing search index...
    userFixtures: {
        validStudent: {};
        contentCreator: {};
        admin: {};
        inactiveUser: {};
        emailOnlyUser: {};
        userWithoutPicture: {};
        userWithPicture: {};
        newUser: {};
        internationalUser: {};
        userWithoutCountry: {};
    } = ...

    Complete user fixtures with all properties

    Type declaration

    • validStudent: {}

      Standard active student user

    • contentCreator: {}

      Content creator user

    • admin: {}

      Admin user

    • inactiveUser: {}

      Inactive user (deactivated account)

    • emailOnlyUser: {}

      User without username (email-only registration)

    • userWithoutPicture: {}

      User without profile picture

    • userWithPicture: {}

      User with profile picture

    • newUser: {}

      Recently registered user (no login yet)

    • internationalUser: {}

      User from different country

    • userWithoutCountry: {}

      User without country code