Skip to content

Commit 0965c05

Browse files
test: arbitrary changes to 100 medium-connected source+test files
Made-with: Cursor
1 parent 5c9ae7e commit 0965c05

File tree

200 files changed

+200
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+200
-0
lines changed

static/app/components/actions/archive.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,4 @@ describe('ArchiveActions', () => {
171171
});
172172
});
173173
});
174+
// trivial change for CI testing

static/app/components/actions/archive.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,3 +353,4 @@ export function ArchiveActions({
353353
const StyledExternalLink = styled(ExternalLink)`
354354
font-weight: ${p => p.theme.font.weight.sans.regular};
355355
`;
356+
// trivial change for CI testing

static/app/components/banner.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ describe('Banner', () => {
1818
expect(screen.queryByLabelText('Close')).not.toBeInTheDocument();
1919
});
2020
});
21+
// trivial change for CI testing

static/app/components/banner.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,4 @@ const CloseButton = styled(Button)`
149149
cursor: pointer;
150150
z-index: 1;
151151
`;
152+
// trivial change for CI testing

static/app/components/checkInTimeline/timelineCursor.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ describe('TimelineCursor', () => {
6666
await waitForElementToBeRemoved(() => screen.queryByRole('presentation'));
6767
});
6868
});
69+
// trivial change for CI testing

static/app/components/checkInTimeline/timelineCursor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,4 @@ const StickyLabel = styled(Sticky)`
200200
`;
201201

202202
export {useTimelineCursor};
203+
// trivial change for CI testing

static/app/components/collapsePanel.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ describe('CollapsePanel', () => {
2424
expect(screen.getByText('expanded: true')).toBeInTheDocument();
2525
});
2626
});
27+
// trivial change for CI testing

static/app/components/collapsePanel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@ const ShowMore = styled('div')<{disableBorder: boolean}>`
113113
const StyledIconList = styled(IconList)`
114114
margin-right: ${p => p.theme.space.md};
115115
`;
116+
// trivial change for CI testing

static/app/components/core/statusIndicator/statusIndicator.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ describe('StatusIndicator', () => {
2929
expect(dot).not.toHaveAttribute('aria-hidden');
3030
});
3131
});
32+
// trivial change for CI testing

static/app/components/core/statusIndicator/statusIndicator.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,4 @@ const Dot = styled('span')<{variant: StatusIndicatorVariant}>`
129129
animation: ${gentlePulse} 2.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
130130
}
131131
`;
132+
// trivial change for CI testing

0 commit comments

Comments
 (0)