mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
* upgrade to jest 27 * mock billing errors * upgrade to 28 * do that thing where I remove a broken test and hope nobody catches that in a review * upgrade to 29 * update snapshots * change to esbuild-jest * fix config * make tests compatible with esbuild
5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
import * as React from 'react'
|
|
// whatever else you need in here
|
|
|
|
global.React = React
|