Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlanigan committed Jul 21, 2023
1 parent 01e8eaf commit c480128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/internal/analytics/__tests__/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export function mockFunnelMetrics() {
funnelStepStart: jest.fn(),
funnelStepComplete: jest.fn(),
funnelStepNavigation: jest.fn(),
funnelStepError: jest.fn(),
funnelSubStepStart: jest.fn(),
funnelSubStepComplete: jest.fn(),
funnelSubStepError: jest.fn(),
Expand Down
1 change: 1 addition & 0 deletions src/wizard/__tests__/analytics.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function mockFunnelMetrics() {
funnelStepStart: jest.fn(),
funnelStepComplete: jest.fn(),
funnelStepNavigation: jest.fn(),
funnelStepError: jest.fn(),
funnelSubStepStart: jest.fn(),
funnelSubStepComplete: jest.fn(),
funnelSubStepError: jest.fn(),
Expand Down

0 comments on commit c480128

Please sign in to comment.