@vitest/browser 0.29.7 → 0.29.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/client/__vitest__/assets/{index-d8f092a0.js → index-84967894.js} +22 -22
- package/dist/client/__vitest__/index.html +1 -1
- package/dist/client/assets/{index-ca7a263d.js → index-a25c0b91.js} +216 -31
- package/dist/client/index.html +1 -1
- package/dist/index.js +12 -11
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Browser runner for Vitest.
|
|
4
4
|
|
|
5
|
-
> ⚠️ This package is **
|
|
5
|
+
> ⚠️ This package is **experimental**. While this package will be released along with other packages, it will not follow semver for breaking changes until we mark it as ready.
|
|
6
6
|
|
|
7
7
|
## Progress
|
|
8
8
|
|
|
@@ -10,12 +10,12 @@ Current Status: **Working in progress**
|
|
|
10
10
|
|
|
11
11
|
- [x] Init package and integration
|
|
12
12
|
- [x] Stub node packages for Vitest runtime
|
|
13
|
-
- [
|
|
14
|
-
- [
|
|
15
|
-
- [
|
|
13
|
+
- [x] Works in development mode
|
|
14
|
+
- [x] Better log in terminal
|
|
15
|
+
- [x] Fulfill tests (using Browser only APIs, Vue and React components)
|
|
16
16
|
- [ ] Show progress and error on the browser page
|
|
17
|
-
- [
|
|
18
|
-
- [
|
|
17
|
+
- [x] Headless mode in CI
|
|
18
|
+
- [x] Docs
|
|
19
19
|
|
|
20
20
|
Related PRs
|
|
21
21
|
|