mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +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:
@@ -29,7 +29,7 @@ describe('Waterfall buildQuery', () => {
|
||||
viz_type: VizType.Waterfall,
|
||||
};
|
||||
|
||||
it('should build query fields from form data', () => {
|
||||
test('should build query fields from form data', () => {
|
||||
const queryContext = buildQuery(formData as unknown as SqlaFormData);
|
||||
const [query] = queryContext.queries;
|
||||
expect(query.metrics).toEqual(['foo']);
|
||||
|
||||
Reference in New Issue
Block a user