You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: () => mockInfoWindow is not a constructor
❯ Module.simulateInfoWindowLifecycle test/unit/__helpers__/google-maps-test-utils.ts:77:22
❯ test/unit/google-maps-components.test.ts:283:46
TypeError: () => mockAdvancedMarkerElement is not a constructor
❯ Module.simulateAdvancedMarkerLifecycle test/unit/__helpers__/google-maps-test-utils.ts:48:26
❯ test/unit/google-maps-components.test.ts:273:30
TypeError: () => mockMarker is not a constructor
❯ Module.simulateMarkerLifecycle test/unit/__helpers__/google-maps-test-utils.ts:20:18
❯ test/unit/google-maps-components.test.ts:263:22
TypeError: (options) => ({
addMarker: __vite_ssr_import_0__.vi.fn(),
removeMarker: __vite_ssr_import_0__.vi.fn(),
se...<omitted>...}) is not a constructor
❯ test/unit/google-maps-components.test.ts:90:7
TypeError: Siganture "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/e2e/extend-registry.test.ts:12:3