build(deps): bump jest from 29.5.0 to 29.6.0 (#1882)

* build(deps): bump jest from 29.5.0 to 29.6.0

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.5.0 to 29.6.0.
- [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.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* explorer/sagas: fix race in tests

Updating from jest 29.5.0 to 29.6.0 exposed a race condition in the
tests where the mock took effect too late.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Lechner <david@pybricks.com>
This commit is contained in:
dependabot[bot]
2023-07-05 14:45:36 +00:00
committed by GitHub
co-authored by David Lechner
parent 2be253d7fa
commit 5b5af67ba9
3 changed files with 295 additions and 206 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
"fs-extra": "^11.1.1",
"html-webpack-plugin": "^5.5.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest": "^29.6.0",
"jest-environment-jsdom": "^29.6.0",
"jest-mock-extended": "^3.0.4",
"jest-resolve": "^29.6.0",