Onboarding / Deployment Scripts / Marketing updates
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user