All files / publisher/test-utils mockTerritoryMetrics.ts

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

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 2023x                                      
export const mockTerritoryMetrics = {
  active_devices: {
    "528": {
      code: "NL",
      color_rgb: [8, 48, 107],
      name: "Netherlands",
      number_of_users: 1,
      percentage_of_users: 1,
    },
    "826": {
      code: "GB",
      color_rgb: [8, 48, 107],
      name: "United Kingdom",
      number_of_users: 4,
      percentage_of_users: 4,
    },
  },
  territories_total: 5,
};