Skip to content

Instantly share code, notes, and snippets.

@Kjaer
Last active October 15, 2019 15:28
Show Gist options
  • Select an option

  • Save Kjaer/6d8df1531826b1f03c14be14653feae1 to your computer and use it in GitHub Desktop.

Select an option

Save Kjaer/6d8df1531826b1f03c14be14653feae1 to your computer and use it in GitHub Desktop.
"Setting up Jest and Enzyme for Typescript Next.js apps" post gists
{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment