@cloudflare/vitest-pool-workers@0.12.12
📦 cloudflare-workersView on GitHub →
🐛 1 fixes
Summary
This patch release fixes a critical bug where repeated test runs caused Durable Object storage to fail with SQLITE_CANTOPEN errors. Dependencies for wrangler and miniflare were also updated.
🐛 Bug Fixes
- Fixed Durable Object storage causing SQLITE_CANTOPEN errors on repeated test runs in watch mode by preserving directory structure during storage reset, deleting only files while keeping directories intact.