Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created July 14, 2021 03:30
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/04419106e45b2136f63c2255a8a77fba to your computer and use it in GitHub Desktop.
Save dsibinski/04419106e45b2136f63c2255a8a77fba to your computer and use it in GitHub Desktop.
module.exports = {
verbose: true,
preset: 'ts-jest',
testEnvironment: 'jsdom',
reporters: ["default"],
coverageReporters: ["text", "text-summary"],
collectCoverage: true
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment