Skip to content

Commit

Permalink
fix: install @types/jest
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Aug 13, 2023
1 parent bb11f1b commit bdeed86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variants/frontend-react-typescript/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
run "yarn remove prop-types"
yarn_add_dependencies %w[@types/react @types/react-dom]
yarn_add_dev_dependencies [
"@types/jest@#{installed_jest_major_version}",
"@jest/types@#{installed_jest_major_version}",
"ts-jest@#{installed_jest_major_version}",
"ts-node"
Expand Down

0 comments on commit bdeed86

Please sign in to comment.