Skip to content

Commit

Permalink
Add ts-jest package and bump jest
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitham-ds committed Aug 23, 2022
1 parent daae4f3 commit 0f07da7
Show file tree
Hide file tree
Showing 2 changed files with 589 additions and 543 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@
"@parcel/transformer-sass": "2.5.0",
"@parcel/transformer-typescript-tsc": "2.5.0",
"@parcel/transformer-typescript-types": "2.5.0",
"@types/jest": "^28.1.6",
"autoprefixer": "10.4.4",
"is-emoji-supported": "0.0.5",
"jest": "28.0.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "28.0.0",
"parcel": "2.5.0",
"postcss": "8.4.13",
"preact": "10.6.4",
"prettier": "2.5.1",
"ts-jest": "^28.0.7",
"typescript": "4.6.4"
},
"prettier": {
Expand All @@ -41,5 +43,6 @@
},
"engines": {
"yarn": ">=1"
}
},
"dependencies": {}
}
Loading

0 comments on commit 0f07da7

Please sign in to comment.