mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 23:14:13 +08:00
minor lint update
This commit is contained in:
@@ -95,12 +95,7 @@ describe("parseEnvVarsWithContext", () => {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const result = prepareContext(
|
const result = prepareContext(mockScheduleContext, "", "main", undefined);
|
||||||
mockScheduleContext,
|
|
||||||
"",
|
|
||||||
"main",
|
|
||||||
undefined,
|
|
||||||
);
|
|
||||||
|
|
||||||
expect(result.repository).toBe("test-owner/test-repo");
|
expect(result.repository).toBe("test-owner/test-repo");
|
||||||
expect(result.eventData.eventName).toBe("schedule");
|
expect(result.eventData.eventName).toBe("schedule");
|
||||||
|
|||||||
Reference in New Issue
Block a user