Skip to content

Commit 4104110

Browse files
committed
Add babel jest to the vfs package, not really sure this makes sense but OK
1 parent cf66ade commit 4104110

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/typescript-vfs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@types/jest": "^25.1.3",
40+
"babel-jest": "^26.0.6",
4041
"cpy-cli": "^3.1.1",
4142
"tsdx": "^0.14.1",
4243
"tslib": "^1.10.0",

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5404,6 +5404,7 @@ __metadata:
54045404
resolution: "@typescript/vfs@workspace:packages/typescript-vfs"
54055405
dependencies:
54065406
"@types/jest": ^25.1.3
5407+
babel-jest: ^26.0.6
54075408
cpy-cli: ^3.1.1
54085409
debug: ^4.1.1
54095410
tsdx: ^0.14.1
@@ -6525,7 +6526,7 @@ __metadata:
65256526
languageName: node
65266527
linkType: hard
65276528

6528-
"babel-jest@npm:^26.1.0":
6529+
"babel-jest@npm:^26.0.6, babel-jest@npm:^26.1.0":
65296530
version: 26.6.3
65306531
resolution: "babel-jest@npm:26.6.3"
65316532
dependencies:

0 commit comments

Comments
 (0)