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

@@ -106,7 +106,7 @@ test('renders extra checkboxes when type is time series', async () => {
await screen.findByRole('button', { name: 'Show Markers' }),
).toBeInTheDocument();
expect(screen.getByRole('button', { name: 'Hide Line' })).toBeInTheDocument();
}, 10000);
});
test('enables apply and ok buttons', async () => {
const { container } = render(<AnnotationLayer {...defaultProps} />);