mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
tmp
This commit is contained in:
@@ -72,7 +72,7 @@ export const createMockAutomationContext = (
|
||||
|
||||
const mergedInputs = overrides.inputs
|
||||
? { ...defaultInputs, ...overrides.inputs }
|
||||
: defaultInputs;
|
||||
: { ...defaultInputs };
|
||||
|
||||
return { ...baseContext, ...overrides, inputs: mergedInputs };
|
||||
};
|
||||
|
||||
@@ -22,7 +22,8 @@ describe("Tag Mode", () => {
|
||||
expect(tagMode.shouldCreateTrackingComment()).toBe(true);
|
||||
});
|
||||
|
||||
test.only("shouldTrigger delegates to checkContainsTrigger", () => {
|
||||
test("shouldTrigger delegates to checkContainsTrigger", () => {
|
||||
console.log("enter test");
|
||||
const contextWithTrigger = createMockContext({
|
||||
eventName: "issue_comment",
|
||||
isPR: false,
|
||||
|
||||
Reference in New Issue
Block a user