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:
@@ -39,7 +39,7 @@ describe('Gantt buildQuery', () => {
|
||||
],
|
||||
};
|
||||
|
||||
it('should build query', () => {
|
||||
test('should build query', () => {
|
||||
const queryContext = buildQuery(formData);
|
||||
const [query] = queryContext.queries;
|
||||
expect(query.metrics).toStrictEqual(['tooltip_metric']);
|
||||
|
||||
Reference in New Issue
Block a user