mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +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:
@@ -21,7 +21,7 @@ import { ChartLayer } from '../../src/components/ChartLayer';
|
||||
import { ChartLayerOptions } from '../../src/types';
|
||||
|
||||
describe('ChartLayer', () => {
|
||||
it('creates div and loading mask', () => {
|
||||
test('creates div and loading mask', () => {
|
||||
const options: ChartLayerOptions = {
|
||||
chartVizType: 'pie',
|
||||
locale: 'en',
|
||||
@@ -32,7 +32,7 @@ describe('ChartLayer', () => {
|
||||
expect(chartLayer.div).toBeDefined();
|
||||
});
|
||||
|
||||
it('can remove chart elements', () => {
|
||||
test('can remove chart elements', () => {
|
||||
const options: ChartLayerOptions = {
|
||||
chartVizType: 'pie',
|
||||
locale: 'en',
|
||||
|
||||
Reference in New Issue
Block a user