Compare commits

..

1 Commits

Author SHA1 Message Date
xiaoju a8734f29e1 fix: OCAS_DIR → OCAS_HOME in test helpers
CI / check (pull_request) Failing after 1m58s
Remaining references to the old env name caused tests to use the
global ~/.ocas instead of per-test temp dirs.

Fixes #58
2026-06-04 11:00:36 +00:00
+1 -1
View File
@@ -19,7 +19,7 @@
"scripts": {
"prepublishOnly": "echo 'Use pnpm run release from repo root' && exit 1",
"test": "vitest run __tests__/",
"test:ci": "vitest run __tests__/ --exclude __tests__/integration/"
"test:ci": "vitest run __tests__/"
},
"dependencies": {
"@ocas/core": "^0.3.0",