mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
refactor(google-meet): split CLI modules (#112937)
* refactor(google-meet): split CLI modules * test(google-meet): align CLI split routing * refactor(google-meet): isolate CLI command contract
This commit is contained in:
committed by
GitHub
parent
cca67fc842
commit
bac2bbd243
@@ -3740,7 +3740,11 @@ describe("scripts/test-projects changed-target routing", () => {
|
||||
it("routes Google Meet CLI edits to the lightweight CLI tests", () => {
|
||||
expect(resolveChangedTestTargetPlan(["extensions/google-meet/src/cli.ts"])).toEqual({
|
||||
mode: "targets",
|
||||
targets: ["extensions/google-meet/src/cli.test.ts"],
|
||||
targets: [
|
||||
"extensions/google-meet/src/cli-artifacts.test.ts",
|
||||
"extensions/google-meet/src/cli-runtime.test.ts",
|
||||
"extensions/google-meet/src/cli.test.ts",
|
||||
],
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user