mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-15 22:21:20 +00:00
- Move fixtures/ and unit/ to shared/ directory where they belong - These test resources are used by both npm and native installations - Update package.json test scripts to use new paths - Fix relative import path in helpers.test.js - All 46 npm-based tests now passing (7 unit + 5 integration + 34 npm) Final test structure: - native/ - Native installation tests only - npm/ - npm package tests only - shared/ - Shared utilities, fixtures, and unit tests - integration/- Cross-installation integration tests - edge-cases.sh/.ps1 - Master orchestrators
6 lines
112 B
JSON
6 lines
112 B
JSON
{
|
|
"env": {
|
|
"ANTHROPIC_BASE_URL": "https://api.example.com",
|
|
"ANTHROPIC_AUTH_TOKEN": "test-token"
|
|
}
|
|
} |