Skip to content

Commit

Permalink
add ts-mockito package
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelemarre committed May 24, 2024
1 parent 489a56b commit 0eec7d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
"prettier": "2.4.1",
"react-test-renderer": "17.0.2",
"ts-jest": "27.0.7",
"ts-mockito": "^2.6.1",
"ts-node": "10.4.0",
"typescript": "4.5.2",
"wait-on": "6.0.0"
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18391,6 +18391,13 @@ [email protected]:
semver "7.x"
yargs-parser "20.x"

ts-mockito@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/ts-mockito/-/ts-mockito-2.6.1.tgz#bc9ee2619033934e6fad1c4455aca5b5ace34e73"
integrity sha512-qU9m/oEBQrKq5hwfbJ7MgmVN5Gu6lFnIGWvpxSjrqq6YYEVv+RwVFWySbZMBgazsWqv6ctAyVBpo9TmAxnOEKw==
dependencies:
lodash "^4.17.5"

[email protected]:
version "10.4.0"
resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.4.0.tgz"
Expand Down

0 comments on commit 0eec7d2

Please sign in to comment.