Skip to content

Commit ac285f1

Browse files
committed
Update resolved-ref test to import from built output
Import from dist/ instead of src/ to test the actual compiled code that gets shipped, consistent with how cli-agent.ts tests the CLI.
1 parent e4f6959 commit ac285f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/resolved-ref.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* npx tsx test/resolved-ref.test.ts
1717
*/
1818

19-
import { GitHubSource } from "../src/sources/github.js";
19+
import { GitHubSource } from "../dist/sources/github.js";
2020

2121
// Skip if no GitHub token
2222
const GITHUB_TOKEN = process.env.GITHUB_TOKEN;

0 commit comments

Comments
 (0)