Skip to content

Commit

Permalink
fix: installed ts-jest and updated configs to fix jest tests (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed Mar 16, 2022
1 parent f3046d0 commit 7203a25
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 1 deletion.
File renamed without changes.
285 changes: 285 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -58,6 +58,7 @@
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.4.1",
"@types/lodash.range": "^3.2.6",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
Expand All @@ -76,6 +77,7 @@
"storybook-builder-vite": "^0.1.18",
"styled-jsx": "^5.0.0",
"tailwind-merge": "^1.2.0",
"ts-jest": "^27.1.3",
"typescript": "^4.3.5",
"vite": "^2.8.6"
}
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -5,7 +5,7 @@
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": false,
"esModuleInterop": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit 7203a25

Please sign in to comment.