Skip to content

Commit

Permalink
CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekh64 committed Aug 27, 2021
1 parent d0850d5 commit b2c894a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/jsdom/spec/AreaBarChart.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ describe('AreaBarChart', () => {
expect(rangeRects.at(0).props().yEnd).toEqual(
getValue(props.y, props.data[0]),
);
// this should fail
expect(true).toBeFalsy();
});

it('when horizontal is true', () => {
Expand Down

0 comments on commit b2c894a

Please sign in to comment.