-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,43 @@ | |
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## v3.10.0 | ||
|
||
[compare changes](https://github.com/nuxt/test-utils/compare/v3.9.0...v3.10.0) | ||
|
||
### 🚀 Enhancements | ||
|
||
- **e2e:** Add `cucumber` test runner ([#711](https://github.com/nuxt/test-utils/pull/711)) | ||
- **e2e:** Support `env` option for `startServer` ([#640](https://github.com/nuxt/test-utils/pull/640)) | ||
|
||
### 🩹 Fixes | ||
|
||
- **runtime-utils:** Resolve `to` in `RouterLink` stub ([#687](https://github.com/nuxt/test-utils/pull/687)) | ||
- Mark `afterAll` and `setup` hooks as async ([#702](https://github.com/nuxt/test-utils/pull/702)) | ||
- **module:** Always append import when mocking ([#701](https://github.com/nuxt/test-utils/pull/701)) | ||
|
||
### 🏡 Chore | ||
|
||
- Add required dev deps to `app-vitest` example ([#712](https://github.com/nuxt/test-utils/pull/712)) | ||
- Pin vue/nuxt versions ([00674cd0](https://github.com/nuxt/test-utils/commit/00674cd0)) | ||
|
||
### ✅ Tests | ||
|
||
- Update config key ([25060645](https://github.com/nuxt/test-utils/commit/25060645)) | ||
- Add example test for nuxt-injected value ([#663](https://github.com/nuxt/test-utils/pull/663)) | ||
- Update to actually use `$t` ([#675](https://github.com/nuxt/test-utils/pull/675)) | ||
|
||
### 🤖 CI | ||
|
||
- Fetch-depth: 0 ([269df289](https://github.com/nuxt/test-utils/commit/269df289)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Bobbie Goede <[email protected]> | ||
- Daniel Roe <[email protected]> | ||
- Julien Huang <[email protected]> | ||
- Steve Pewsey <[email protected]> | ||
|
||
## v3.9.0 | ||
|
||
[compare changes](https://github.com/nuxt/test-utils/compare/v3.8.1...v3.9.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nuxt/test-utils", | ||
"version": "3.9.0", | ||
"version": "3.10.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/nuxt/test-utils.git" | ||
|
@@ -149,4 +149,4 @@ | |
"node": "^14.18.0 || >=16.10.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |