Skip to content

Commit 66f7670

Browse files
committed
remove ignore test
1 parent 7904c49 commit 66f7670

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: tsconfig.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,7 @@
106106
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
107107
"skipLibCheck": true /* Skip type checking all .d.ts files. */
108108
},
109-
"exclude": ["node_modules", "**/*.test.ts", "jest.config.js", "src/__tests__"]
109+
"exclude": [
110+
"jest.config.js"
111+
],
110112
}

0 commit comments

Comments
 (0)