Skip to content

Commit f87b516

Browse files
committed
Rename integration test to avoid vitest pickup
- Rename test/resolved-ref.test.ts to test/resolved-ref.ts - Add to test:integration script in package.json - Update test/README.md
1 parent d9656c4 commit f87b516

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"cli": "tsx src/bin/index.ts",
2121
"cli:index": "tsx src/bin/index.ts index",
2222
"cli:search": "tsx src/bin/index.ts search",
23-
"test:integration": "tsx test/augment-provider.ts && tsx test/cli-agent.ts",
23+
"test:integration": "tsx test/augment-provider.ts && tsx test/cli-agent.ts && tsx test/resolved-ref.ts",
2424
"format": "biome format --write .",
2525
"lint": "biome check .",
2626
"lint:fix": "biome check --write ."

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This directory contains integration tests that require real credentials and make
3636
|------|-------------|
3737
| `augment-provider.ts` | Tests the Augment provider SDK integration (credentials, model, API calls, tool calling) |
3838
| `cli-agent.ts` | Tests the built `ctxc` CLI binary end-to-end (indexes augmentcode/auggie, then runs agent) |
39-
| `resolved-ref.test.ts` | Tests that GitHubSource operations use the exact commit SHA provided as ref (honors resolvedRef) |
39+
| `resolved-ref.ts` | Tests that GitHubSource operations use the exact commit SHA provided as ref (honors resolvedRef) |
4040

4141
## Note
4242

0 commit comments

Comments
 (0)