All files / libs/kernel/testing/server/bed/src/test-utils/fixtures/amalia downloads.ts

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

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 331x 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 Download } from '@amalia/core/models';
import { DownloadType } from '@amalia/reporting/exports/shared';
 
import { company } from './company';
import { users } from './users';
 
export const downloads = [
  {
    id: 'bfd72a61-db80-468a-9211-9d2d282cefff',
    dataId: 'a1edb758-8a4b-486c-b7f0-14a216a5fcf2',
    type: DownloadType.DATA_EXPORT,
    token:
      'Xx6Qu0SCx4SekWI0a02157S8nhiD6hQThf25XgEnpeZQbeQLNpEko2cfTj4Dxo0aCcyyl6nqCPCCd5vMXYqdupuEUAFN65Dg02xCZUdaJY30cIMxGV2dsXM9jpnyAi8CjkmHGRhgIRsDNA1Syt1tO1',
    creator: users.employee1,
    creatorId: users.employee1.id,
    createdAt: new Date(),
    updatedAt: new Date(),
    company,
  },
  {
    id: '004c3998-e49d-47a5-bc7d-6a215d00af39',
    dataId: '4be8f377-f487-4fd8-b71a-6988c17d5d2a',
    type: DownloadType.DATA_EXPORT,
    token:
      'Xx6Qu0SCx4SekWI0a02157S8nhiD6hQThf25XgEnpeZQbeQLNpEko2cfTj4Dxo0aCcyyl6nqCPCCd5vMXYqdupuEUAFN65Dg02xCZUdaJY30cIMxGV2dsXM9jpnyAi8CjkmHGRhgIRsDNA1Syt1tO2',
    creator: users.employee1,
    creatorId: users.employee1.id,
    createdAt: new Date(),
    updatedAt: new Date(),
    company,
  },
] as const satisfies Download[];