Skip to content

Commit

Permalink
fix(conditional-formatting): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gggpound committed Apr 9, 2024
1 parent 1e3396c commit de58bcd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@ describe('Test conditional formatting service', () => {
startPoint: 0,
value: 0,
isGradient: true,
isShowValue: true,
},
});
expect(three).toEqual({
Expand All @@ -756,6 +757,7 @@ describe('Test conditional formatting service', () => {
startPoint: 0,
value: 33.333333333333336,
isGradient: true,
isShowValue: true,
},
});

Expand All @@ -765,6 +767,7 @@ describe('Test conditional formatting service', () => {
startPoint: 0,
value: 66.66666666666667,
isGradient: true,
isShowValue: true,
},
});
expect(five).toEqual({
Expand All @@ -773,6 +776,7 @@ describe('Test conditional formatting service', () => {
startPoint: 0,
value: 100,
isGradient: true,
isShowValue: true,
},
});
});
Expand Down

0 comments on commit de58bcd

Please sign in to comment.