mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
chore(lint): migrate Jest lint rules from eslint to oxlint (#37787)
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -211,7 +211,7 @@ describe('legend sorting', () => {
|
||||
},
|
||||
});
|
||||
|
||||
it('sort legend by data', () => {
|
||||
test('sort legend by data', () => {
|
||||
const chartProps = getChartProps({
|
||||
legendSort: null,
|
||||
});
|
||||
@@ -227,7 +227,7 @@ describe('legend sorting', () => {
|
||||
]);
|
||||
});
|
||||
|
||||
it('sort legend by label ascending', () => {
|
||||
test('sort legend by label ascending', () => {
|
||||
const chartProps = getChartProps({
|
||||
legendSort: 'asc',
|
||||
});
|
||||
@@ -243,7 +243,7 @@ describe('legend sorting', () => {
|
||||
]);
|
||||
});
|
||||
|
||||
it('sort legend by label descending', () => {
|
||||
test('sort legend by label descending', () => {
|
||||
const chartProps = getChartProps({
|
||||
legendSort: 'desc',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user