Skip to content

Commit 6aca1a3

Browse files
committed
FDG-8051 init
1 parent e6f4eac commit 6aca1a3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/charts/bar/bar.spec.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,7 @@ describe('BarGraph component - Custom bar graph', () => {
2828
const mouseEnterPropSpy = jest.fn();
2929

3030
const barGraph = (
31-
<BarGraph
32-
graphData={staggeredData}
33-
graphIndex="year"
34-
valueKeys={['value']}
35-
useCustomBarComponent
36-
mouseEnter={mouseEnterPropSpy}
37-
/>
31+
<BarGraph graphData={staggeredData} graphIndex="year" valueKeys={['value']} useCustomBarComponent mouseEnter={mouseEnterPropSpy} />
3832
);
3933
const mouseEnterSpy = jest.spyOn(helpers, 'mouseEnterEvent');
4034
const mouseLeaveSpy = jest.spyOn(helpers, 'mouseLeaveEvent');

0 commit comments

Comments
 (0)