Skip to content

Commit

Permalink
build(deps-dev): bump jest from 25.5.4 to 29.6.1 (#49)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump jest from 25.5.4 to 29.6.1

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 25.5.4 to 29.6.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix jest@29 issue

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shazron Abdullah <36107+shazron@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and shazron committed Jul 10, 2023
1 parent 971cb6c commit a3cfa61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^4.0.0",
"jest": "^25.1.0",
"jest": "^29.6.1",
"jest-fetch-mock": "^3.0.1",
"jest-junit": "^10.0.0",
"jest-plugin-fs": "^2.9.0",
Expand Down
2 changes: 1 addition & 1 deletion test/jest/mocks/swagger-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ governing permissions and limitations under the License.
/* global fixtureFile */

const mockSwaggerClient = {
...require.requireActual('swagger-client'), // we want the original implementation in there. Then we override the ones we want to mock below
...jest.requireActual('swagger-client'), // we want the original implementation in there. Then we override the ones we want to mock below
apis: {},
mockFn: function (methodName) {
const cmd = methodName.split('.')
Expand Down

0 comments on commit a3cfa61

Please sign in to comment.