Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created July 14, 2021 03:30
Show Gist options
  • Select an option

  • Save dsibinski/04419106e45b2136f63c2255a8a77fba to your computer and use it in GitHub Desktop.

Select an option

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