Skip to content

Commit

Permalink
fix: πŸ› jest.config.ts νƒ€μž… μ—λŸ¬ πŸ‘‰οΈ strict μ˜΅μ…˜ 제거
Browse files Browse the repository at this point in the history
- pnpm run test πŸ‘‰οΈ jest.config.ts πŸ‘‰οΈ TypeError: value.replace is not a function
  • Loading branch information
JAM-PARK committed Nov 4, 2024
1 parent 335a0ef commit 195aa57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/reaction-speed-test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": ["@infinite-loop-factory/config-typescript/native.json"],
"extends": "@infinite-loop-factory/config-typescript/native.json",
"compilerOptions": {
"strict": true,
"jsx": "preserve",
"paths": {
"@/*": ["./*"]
Expand Down

0 comments on commit 195aa57

Please sign in to comment.