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:
2026-06-03 09:30:23 +00:00
parent 768ae20a24
commit 2d4f76330c
4 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
},
"scripts": {
"build": "proman build",
"test": "proman test",
"test": "vitest run",
"check": "proman check",
"format": "proman format"
},