aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/components/__tests__/FacetItem-test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/design-system/src/components/__tests__/FacetItem-test.tsx')
-rw-r--r--server/sonar-web/design-system/src/components/__tests__/FacetItem-test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/src/components/__tests__/FacetItem-test.tsx b/server/sonar-web/design-system/src/components/__tests__/FacetItem-test.tsx
index a6f69d720d9..8feb189168e 100644
--- a/server/sonar-web/design-system/src/components/__tests__/FacetItem-test.tsx
+++ b/server/sonar-web/design-system/src/components/__tests__/FacetItem-test.tsx
@@ -70,6 +70,6 @@ it('should not add an aria label if the name is not a string', () => {
function renderComponent(props: Partial<FacetItemProps> = {}) {
return render(
- <BaseFacetItem name="Test facet item" onClick={jest.fn()} value="Value" {...props} />
+ <BaseFacetItem name="Test facet item" onClick={jest.fn()} value="Value" {...props} />,
);
}