Skip to content

Commit 98a2ede

Browse files
ci: release (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d15b01 commit 98a2ede

5 files changed

Lines changed: 25 additions & 15 deletions

File tree

.changeset/pink-paths-yawn.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# vitest-browser-astro
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#4](https://github.com/ascorbic/vitest-browser-astro/pull/4) [`51d659f`](https://github.com/ascorbic/vitest-browser-astro/commit/51d659f4bce90ec6318658094aed4f1ae277cef3) Thanks [@ascorbic](https://github.com/ascorbic)! - Initial release of vitest-browser-astro
8+
9+
This package provides a Vitest browser mode renderer for Astro components, allowing you to test Astro components in a browser environment using Vitest's browser mode.
10+
11+
Features:
12+
- Render Astro components in browser tests
13+
- Support for React components within Astro
14+
- Full access to browser APIs during testing
15+
- Plugin integration for Vitest configuration

packages/vitest-browser-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vitest-browser-astro",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Vitest browser mode renderer for Astro",
55
"type": "module",
66
"main": "dist/index.js",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# astro-test-fixture
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`51d659f`](https://github.com/ascorbic/vitest-browser-astro/commit/51d659f4bce90ec6318658094aed4f1ae277cef3)]:
8+
- vitest-browser-astro@0.1.0

packages/vitest-browser-astro/test/fixtures/astro-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-test-fixture",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)