build(deps): bump major versions for math-expression-evaluator and fetch-mock + clean up obsolete dev/override packages (#32322)

This commit is contained in:
Đỗ Trọng Hải
2025-02-28 08:06:19 +07:00
committed by GitHub
parent 2c851b7580
commit cf7ce31054
27 changed files with 85 additions and 198 deletions

View File

@@ -259,7 +259,7 @@ describe('ResultSet', () => {
await waitFor(() =>
expect(fetchMock.calls(reRunQueryEndpoint)).toHaveLength(1),
);
}, 10000);
});
test('should not call reRunQuery if no error', async () => {
const query = queries[0];
@@ -537,7 +537,7 @@ describe('ResultSet', () => {
within(warningModal).getByText(`Download is on the way`),
).toBeInTheDocument();
});
}, 20000);
});
test('should not allow download as CSV when user does not have permission to export data', async () => {
const { queryByTestId } = setup(