Skip to content

Commit

Permalink
Break the build intentionally for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlanigan committed Jul 20, 2023
1 parent d77cd80 commit 3db38b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wizard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ function Wizard({ isLoadingNextStep = false, allowSkipTo = false, ...props }: Wi
const baseComponentProps = useBaseComponent('Wizard');
const externalProps = getExternalProps(props);

thisShouldBreakTheBuildForTesting();

Check failure on line 17 in src/wizard/index.tsx

View workflow job for this annotation

GitHub Actions / build / build

Cannot find name 'thisShouldBreakTheBuildForTesting'.

Check failure on line 17 in src/wizard/index.tsx

View workflow job for this annotation

GitHub Actions / Test for regressions

Cannot find name 'thisShouldBreakTheBuildForTesting'.

return (
<AnalyticsFunnel
funnelType="multi-page"
Expand Down

0 comments on commit 3db38b3

Please sign in to comment.