Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created July 12, 2021 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsibinski/adb20170c230f922b2ebf0f0b90b7975 to your computer and use it in GitHub Desktop.
Save dsibinski/adb20170c230f922b2ebf0f0b90b7975 to your computer and use it in GitHub Desktop.
module.exports = {
verbose: true,
preset: 'ts-jest',
testEnvironment: 'jsdom',
reporters: ["default"]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment