Skip to content

Commit a04949a

Browse files
committed
chore: update test project dependencies
1 parent 5af29e9 commit a04949a

File tree

4 files changed

+505
-5
lines changed

4 files changed

+505
-5
lines changed

e2e/__projects__/babel-in-package/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"devDependencies": {
1414
"@babel/core": "^7.2.2",
1515
"@babel/preset-env": "^7.2.3",
16-
"jest": "^24.0.0"
16+
"jest": "^24.0.0",
17+
"ts-jest": "^26.4.4",
18+
"typescript": "^4.1.2"
1719
},
1820
"jest": {
1921
"moduleFileExtensions": [

0 commit comments

Comments
 (0)