mirror of
https://github.com/apache/superset.git
synced 2026-07-16 11:46:09 +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:
@@ -449,6 +449,7 @@ describe('async actions', () => {
|
||||
});
|
||||
});
|
||||
|
||||
/* oxlint-disable-next-line jest/no-disabled-tests */
|
||||
test.skip('parses large number result without losing precision', () =>
|
||||
makeRequest().then(() => {
|
||||
expect(fetchMock.callHistory.calls(fetchQueryEndpoint)).toHaveLength(1);
|
||||
|
||||
Reference in New Issue
Block a user