Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jan 26, 2025
1 parent fabca51 commit d1f275c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export function activityMockTransport() {
favicon: null,
history: [],
favorite: false,
fireproof: false,
trackersFound: false,
trackingStatus: { trackerCompanies: [], totalCount: 0 },
title: 'example.com',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const activityMocks = {
title: 'example.com',
etldPlusOne: 'example.com',
favorite: false,
fireproof: false,
trackersFound: true,
trackingStatus: {
trackerCompanies: [{ displayName: 'Google' }, { displayName: 'Facebook' }, { displayName: 'Amazon' }],
Expand Down Expand Up @@ -45,6 +46,7 @@ export const activityMocks = {
title: 'youtube.com',
etldPlusOne: 'youtube.com',
favorite: true,
fireproof: false,
trackersFound: true,
trackingStatus: {
trackerCompanies: [
Expand All @@ -69,6 +71,7 @@ export const activityMocks = {
title: 'amazon.com',
etldPlusOne: 'amazon.com',
favorite: false,
fireproof: false,
trackersFound: true,
trackingStatus: {
trackerCompanies: [{ displayName: 'Adobe Analytics' }, { displayName: 'Facebook' }],
Expand All @@ -88,6 +91,7 @@ export const activityMocks = {
title: 'twitter.com',
etldPlusOne: 'twitter.com',
favorite: false,
fireproof: false,
trackersFound: true,
trackingStatus: {
trackerCompanies: [],
Expand All @@ -107,6 +111,7 @@ export const activityMocks = {
title: 'app.linkedin.com',
etldPlusOne: 'linkedin.com',
favorite: false,
fireproof: false,
trackersFound: false,
trackingStatus: {
trackerCompanies: [],
Expand Down

0 comments on commit d1f275c

Please sign in to comment.