Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Jose C Quintas Jr <juniorquintas@gmail.com>
  • Loading branch information
JCQuintas authored Dec 9, 2024
1 parent baf3efe commit 16ca697
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/x-charts/src/ScatterChart/ScatterChart.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,6 @@ describe('<ScatterChart />', () => {

const isJSDOM = /jsdom/.test(window.navigator.userAgent);

const config = {
dataset: [
{ id: 1, x: 0, y: 10 },
{ id: 2, x: 10, y: 10 },
{ id: 3, x: 10, y: 0 },
{ id: 4, x: 0, y: 0 },
{ id: 5, x: 5, y: 5 },
],
margin: { top: 0, left: 0, bottom: 0, right: 0 },
width: 100,
height: 100,
};

it('should support dataset with missing values', async function test() {
if (isJSDOM) {
this.skip();
Expand Down

0 comments on commit 16ca697

Please sign in to comment.