Skip to content

Commit 13b6ae1

Browse files
SimenBgrazirs
authored andcommitted
move to expect
1 parent 005dd0a commit 13b6ae1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/expect/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@tsd/typescript": "^4.9.0",
3232
"chalk": "^4.0.0",
3333
"immutable": "^4.0.0",
34+
"jest-diff": "workspace:^",
3435
"tsd-lite": "^0.6.0"
3536
},
3637
"engines": {

packages/expect/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"exclude": ["./**/__tests__/**/*"],
1010
"references": [
1111
{"path": "../expect-utils"},
12+
{"path": "../jest-diff"},
1213
{"path": "../jest-get-type"},
1314
{"path": "../jest-matcher-utils"},
1415
{"path": "../jest-message-util"},

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9782,6 +9782,7 @@ __metadata:
97829782
"@tsd/typescript": ^4.9.0
97839783
chalk: ^4.0.0
97849784
immutable: ^4.0.0
9785+
jest-diff: "workspace:^"
97859786
jest-get-type: "workspace:^"
97869787
jest-matcher-utils: "workspace:^"
97879788
jest-message-util: "workspace:^"

0 commit comments

Comments
 (0)