Onboarding / Deployment Scripts / Marketing updates

This commit is contained in:
2026-05-11 21:02:24 +12:00
parent a90dfb7c66
commit 955a563d14
110 changed files with 9803 additions and 937 deletions
+2
View File
@@ -74,11 +74,13 @@ beforeAll(() => {
});
Object.defineProperty(globalThis, 'IntersectionObserver', {
configurable: true,
writable: true,
value: MockIntersectionObserver
});
Object.defineProperty(globalThis, 'ResizeObserver', {
configurable: true,
writable: true,
value: MockResizeObserver
});