All files / libs/kernel/testing/server/bed/src/test-utils/fixtures/abTasty teams.ts

100% Statements 38/38
100% Branches 0/0
100% Functions 0/0
100% Lines 38/38

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 391x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x  
import { type Team } from '@amalia/core/models';
 
import { users } from './users';
 
export const teams = {
  managers: {
    id: 'efc59bc5-ae8a-4053-b568-b786b885dc8e',
    name: 'AB Tasty Managers',
    user: users.antoine,
    archived: false,
    parentTeamId: null,
    childrenTeams: [],
    createdAt: new Date(),
    updatedAt: new Date(),
    externalTeamId: null,
  },
  team: {
    id: 'f5116296-895e-4332-97ba-f3b4d6ea12a6',
    name: 'AB Tasty Team',
    user: users.antoine,
    archived: false,
    parentTeamId: null,
    childrenTeams: [],
    createdAt: new Date(),
    updatedAt: new Date(),
    externalTeamId: null,
  },
  AEFrance: {
    id: '8b94f347-924e-4e0f-a537-1cc8b6f13220',
    name: 'AE France',
    archived: false,
    parentTeamId: null,
    childrenTeams: [],
    createdAt: new Date(),
    updatedAt: new Date(),
    externalTeamId: null,
  },
} as const satisfies Record<string, Team>;