Skip to content

Commit

Permalink
fix npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJoonas committed Jan 16, 2025
1 parent 19fdda7 commit 8c3c922
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/js/dashboard/site-context.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('parseSiteFromDataset', () => {
data-revenue-goals='[{"currency":"USD","display_name":"Purchase"}]'
data-funnels='[{"id":1,"name":"From homepage to login","steps_count":3}]'
data-has-props="true"
data-has-engagement-metrics="true"
data-logged-in="true"
data-stats-begin="2021-09-07"
data-native-stats-begin="2022-09-02"
Expand All @@ -43,6 +44,7 @@ describe('parseSiteFromDataset', () => {
revenueGoals: [{ currency: 'USD', display_name: 'Purchase' }],
funnels: [{ id: 1, name: 'From homepage to login', steps_count: 3 }],
hasProps: true,
hasEngagementMetrics: true,
statsBegin: '2021-09-07',
nativeStatsBegin: '2022-09-02',
embedded: false,
Expand Down
1 change: 1 addition & 0 deletions assets/test-utils/app-context-providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const TestContextProviders = ({
offset: 0,
hasGoals: false,
hasProps: false,
hasEngagementMetrics: false,
funnelsAvailable: false,
propsAvailable: false,
conversionsOptedOut: false,
Expand Down

0 comments on commit 8c3c922

Please sign in to comment.