Skip to content

Commit c0de9c2

Browse files
committed
fix(test): update agent-skills test for 1:1 reference file names
1 parent faf862f commit c0de9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/agent-skills.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe("agent-skills", () => {
9595
"references"
9696
);
9797
expect(existsSync(refsDir)).toBe(true);
98-
expect(existsSync(join(refsDir, "issues.md"))).toBe(true);
98+
expect(existsSync(join(refsDir, "issue.md"))).toBe(true);
9999
});
100100

101101
test("creates intermediate directories", async () => {

0 commit comments

Comments
 (0)