Skip to content

Instantly share code, notes, and snippets.

@harazdovskiy
Created November 26, 2022 19:02
Show Gist options
  • Save harazdovskiy/d64745a3491969e658c7fa16671c85b7 to your computer and use it in GitHub Desktop.
Save harazdovskiy/d64745a3491969e658c7fa16671c85b7 to your computer and use it in GitHub Desktop.
module.exports = {
preset: '@shelf/jest-elasticsearch',
clearMocks: true,
collectCoverage: true,
coverageDirectory: "coverage",
coverageProvider: "v8"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment