Skip to content

Commit

Permalink
remove ignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
sevelinCa committed Jul 21, 2024
1 parent 7904c49 commit 66f7670
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,7 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"exclude": ["node_modules", "**/*.test.ts", "jest.config.js", "src/__tests__"]
"exclude": [
"jest.config.js"
],
}

0 comments on commit 66f7670

Please sign in to comment.