import { it } from "vitest"; // WebMapTileServiceImageryProvider uses a synchronous constructor, // so UnusedCesiumProps type-checking does not apply. // Props are manually defined from the constructor signature. it("should be compiled", () => {});