fix: vitest rejects pattern + runtime config
- Fix 4 liquid-render tests: expect(async()=>{}).rejects → expect(promise).rejects
- proman.yaml: runtime bun → node (matches actual stack)
- package.json: test script uses vitest directly (avoid proman recursion)
- Add changeset for 0.2.1 patch (clean dist)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"@ocas/core": patch
|
||||
"@ocas/fs": patch
|
||||
"@ocas/cli": patch
|
||||
---
|
||||
|
||||
Clean build — remove stale dist/ artifacts (variable-store.js) from 0.2.0 that referenced deleted bun:sqlite module
|
||||
Reference in New Issue
Block a user