@vitest/browser 0.29.6 → 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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Browser runner for Vitest.
4
4
 
5
- > ⚠️ This package is **not yet ready** and it's for preview only. While this package will be released along with other packages, it will not follow semver for breaking changes until we mark it as ready. **Do not use it in production**.
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
- - [ ] Works in development mode
14
- - [ ] Better log in terminal
15
- - [ ] Fulfill tests (using Browser only APIs, Vue and React components)
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
- - [ ] Headless mode in CI
18
- - [ ] Docs
17
+ - [x] Headless mode in CI
18
+ - [x] Docs
19
19
 
20
20
  Related PRs
21
21