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