Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

159
Views
Cobertura de Jest: informe de carpeta y tabla cli

Mi configuración de cobertura crea una carpeta de cobertura pero no crea una sinopsis de cobertura en el terminal al final de la ejecución. ¿Cómo obtengo la carpeta de cobertura completa y la sinopsis en la CLI?

 // jest.config.ts /** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */ module.exports = { clearMocks: true, moduleFileExtensions: ["js", "ts", "json", "node"], roots: ["./"], testMatch: ["./**/*.test.ts"], preset: "ts-jest", testEnvironment: "node", runInBand: true, detectOpenHandles: true, testTimeout:20000, forceExit: true, verbose: true, json: true, outputFile: "./test-log/jest-log.json", transform: { "^.+\\.ts?$": "ts-jest", }, transformIgnorePatterns: [ "./node_modules/", "./dist/", "./files/", "./public/", ], extensionsToTreatAsEsm: [".ts"], globals: { "ts-jest": { tsconfig: "./tsconfig.json", useESM: true, }, }, collectCoverage: true, collectCoverageFrom: ["./src/**"], coverageThreshold: { global: { lines: 30 } }, coverageReporters: ["json", "html"], };
 //package.json test script "test": "npm run clear && cross-env-shell TS_JEST_LOG=test-log/ts-jest.log NODE_OPTIONS=--experimental-vm-modules jest",
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!