Skip to content

Commit

Permalink
fix: arquivo de cobertura
Browse files Browse the repository at this point in the history
  • Loading branch information
clara-marcelino-desco committed Dec 6, 2024
1 parent 3ac2a97 commit b4cba7f
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

const reporter = process.env.JEST_SONAR;
const config = {
testTimeout: 30000,

// All imported modules in your tests should be mocked automatically
// automock: false,

Expand Down Expand Up @@ -86,16 +88,16 @@ const config = {
// ],

// An array of file extensions your modules use
// moduleFileExtensions: [
// "js",
// "mjs",
// "cjs",
// "jsx",
// "ts",
// "tsx",
// "json",
// "node",
// ],
moduleFileExtensions: [
"js",
"mjs",
"cjs",
"jsx",
"ts",
"tsx",
"json",
"node",
],

// A map from regular expressions to module names or to arrays of module names that allow to stub out resources with a single module
// moduleNameMapper: {},
Expand Down

0 comments on commit b4cba7f

Please sign in to comment.