Skip to content

Commit

Permalink
fix(testing): re add jest-transform-stub into dep
Browse files Browse the repository at this point in the history
Signed-off-by: aurore.stagnol <[email protected]>
  • Loading branch information
astagnol committed Jun 8, 2023
1 parent 1b8949a commit db98801
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/libraries/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"devDependencies": {
"@ovhcloud/ods-core": "^12.1.3",
"@ovhcloud/ods-library-dev": "^12.1.3",
"@ovhcloud/ods-theming": "^12.1.3"
"@ovhcloud/ods-theming": "^12.1.3",
"jest-transform-stub": "^2.0.0"
}
}
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6974,6 +6974,7 @@ __metadata:
"@ovhcloud/ods-core": ^12.1.3
"@ovhcloud/ods-library-dev": ^12.1.3
"@ovhcloud/ods-theming": ^12.1.3
jest-transform-stub: ^2.0.0
peerDependencies:
"@ovhcloud/ods-core": ">=2"
"@ovhcloud/ods-theming": ">=2"
Expand Down Expand Up @@ -23368,6 +23369,13 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"jest-transform-stub@npm:^2.0.0":
version: 2.0.0
resolution: "jest-transform-stub@npm:2.0.0"
checksum: c46134257e5fb047f5952e4a4a1339925dd009da15aa8d3310ba1d3e4d22266ed6c675cd18e58c9d5ca2246718d6cc8ff00ea6a4b6f3b2a6b285b6426f6ae8fe
languageName: node
linkType: hard

"jest-util@npm:^24.0.0, jest-util@npm:^24.9.0":
version: 24.9.0
resolution: "jest-util@npm:24.9.0"
Expand Down

0 comments on commit db98801

Please sign in to comment.