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

@@ -227,7 +227,7 @@ test('Export full Excel is under featureflag', async () => {
userEvent.hover(screen.getByText('Download'));
expect(await screen.findByText('Export to Excel')).toBeInTheDocument();
expect(screen.queryByText('Export to full Excel')).not.toBeInTheDocument();
}, 10000);
});
test('Should "export full Excel"', async () => {
(global as any).featureFlags = {