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.3
author
Daniel Roe
date
3 years ago
(Jan 21, 2023, 10:04 PM UTC)
commit
08d4138a
08d4138ac82b7d7d227da6b44cde14a272178b74
parent
4f0af7ad
4f0af7ad68af6d4a18e21afb4df0a5cfa173903c
+13
-4
4 changed files
Expand all
Collapse all
Unified
Split
CHANGELOG.md
package.json
packages
vitest-environment-nuxt
package.json
playground
package.json
+7
CHANGELOG.md
View file
Reviewed
···
1
1
2
2
3
3
+
## [0.4.3](https://github.com/danielroe/vitest-environment-nuxt/compare/0.4.2...0.4.3) (2023-01-21)
4
4
+
5
5
+
6
6
+
### Bug Fixes
7
7
+
8
8
+
* import explicitly h ([#37](https://github.com/danielroe/vitest-environment-nuxt/issues/37)) ([880de94](https://github.com/danielroe/vitest-environment-nuxt/commit/880de94b03b239f15bac7f73b049b3f1e083d056))
9
9
+
3
10
## [0.4.2](https://github.com/danielroe/vitest-environment-nuxt/compare/0.4.1...0.4.2) (2023-01-18)
4
11
5
12
+2
-1
package.json
View file
Reviewed
···
38
38
"overrides": {
39
39
"vitest-environment-nuxt": "workspace:*"
40
40
}
41
41
-
}
41
41
+
},
42
42
+
"version": "0.4.3"
42
43
}
+1
-1
packages/vitest-environment-nuxt/package.json
View file
Reviewed
···
1
1
{
2
2
"name": "vitest-environment-nuxt",
3
3
-
"version": "0.4.2",
3
3
+
"version": "0.4.3",
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": [
+3
-2
playground/package.json
View file
Reviewed
···
14
14
"devDependencies": {
15
15
"nuxt": "3.0.0",
16
16
"vitest": "0.27.2",
17
17
-
"vitest-environment-nuxt": "latest"
18
18
-
}
17
17
+
"vitest-environment-nuxt": "0.4.3"
18
18
+
},
19
19
+
"version": "0.4.3"
19
20
}