0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/jest.setup.ts
Marius Andra e5db2145a7
Activate turbo mode (#7254)
* activate turbo mode

* fix test

* remove comment

* reduce noise in tests

* fix missing var
2021-11-23 17:22:05 +01:00

4 lines
51 B
TypeScript

import 'whatwg-fetch'
window.scrollTo = jest.fn()