We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940f321 commit b8e927cCopy full SHA for b8e927c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [6.0.7](https://github.com/eggjs/mock/compare/v6.0.6...v6.0.7) (2025-02-08)
4
+
5
6
+### Bug Fixes
7
8
+* app.mockContext() should return egg context instance ([#186](https://github.com/eggjs/mock/issues/186)) ([940f321](https://github.com/eggjs/mock/commit/940f321abd2f46b4ea795761e0a420c280003b01))
9
10
## [6.0.6](https://github.com/eggjs/mock/compare/v6.0.5...v6.0.6) (2025-02-04)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@eggjs/mock",
- "version": "6.0.6-beta.3",
+ "version": "6.0.7",
"publishConfig": {
"access": "public"
},
0 commit comments