alpha
Login
or
Join now
danielroe.dev
/
nuxt-vitest
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vitest. An vitest environment with support for testing code that needs a Nuxt runtime environment
nuxt
nuxt-module
testing
unit-testing
vitest
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: release v0.4.1
author
Daniel Roe
date
3 years ago
(Jan 17, 2023, 6:58 PM +0100)
commit
f841509b
f841509b15a9b9bdc251faa348b03cb9348fdf6d
parent
704b808e
704b808e0054c2b581d095290a05ff102c19a979
+8
-1
2 changed files
Expand all
Collapse all
Unified
Split
CHANGELOG.md
package.json
+7
CHANGELOG.md
View file
Reviewed
···
1
1
2
2
3
3
+
## [0.4.1](https://github.com/danielroe/vitest-environment-nuxt/compare/0.4.0...0.4.1) (2023-01-17)
4
4
+
5
5
+
6
6
+
### Bug Fixes
7
7
+
8
8
+
* wait a tick for `mountSuspended` ([#28](https://github.com/danielroe/vitest-environment-nuxt/issues/28)) ([704b808](https://github.com/danielroe/vitest-environment-nuxt/commit/704b808e0054c2b581d095290a05ff102c19a979))
9
9
+
3
10
## [0.4.0](https://github.com/danielroe/vitest-environment-nuxt/compare/0.3.1...0.4.0) (2023-01-13)
4
11
5
12
+1
-1
package.json
View file
Reviewed
···
1
1
{
2
2
"name": "vitest-environment-nuxt",
3
3
-
"version": "0.4.0",
3
3
+
"version": "0.4.1",
4
4
"description": "An vitest environment with support for testing code that needs a Nuxt runtime environment.",
5
5
"repository": "danielroe/vitest-environment-nuxt",
6
6
"keywords": [