mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat(fe): upgrade superset-frontend to Typescript v5 (#31979)
Signed-off-by: hainenber <dotronghai96@gmail.com> Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
This commit is contained in:
@@ -75,6 +75,7 @@ describe('layerUtil', () => {
|
||||
// @ts-ignore
|
||||
expect(style!.length).toEqual(3);
|
||||
|
||||
// @ts-ignore upgrade `ol` package for better type of StyleLike type.
|
||||
const colorAtLayer = style![1].getImage().getFill().getColor();
|
||||
expect(colorToExpect).toEqual(colorAtLayer);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user