Skip to content

Commit 4991044

Browse files
Version Packages
1 parent 5bd0a19 commit 4991044

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/evil-loops-eat.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/vitest-pool-workers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudflare/vitest-pool-workers
22

3+
## 0.8.61
4+
5+
### Patch Changes
6+
7+
- [#10162](https://github.com/cloudflare/workers-sdk/pull/10162) [`5bd0a19`](https://github.com/cloudflare/workers-sdk/commit/5bd0a1977a7c127ea52b2823f548c4b4cd3ceb10) Thanks [@emily-shen](https://github.com/emily-shen)! - fix: stop containers breaking vitest-pool-workers
8+
9+
Testing interactions with containers is still currently unsupported.
10+
311
## 0.8.60
412

513
### Patch Changes

packages/vitest-pool-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/vitest-pool-workers",
3-
"version": "0.8.60",
3+
"version": "0.8.61",
44
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)