mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:00:45 +00:00
fix: stabilize current main gates (#75943)
This commit is contained in:
@@ -16,7 +16,7 @@ describe("bonjour package manifest", () => {
|
||||
) as PackageManifest;
|
||||
|
||||
expect(pluginPackageJson.dependencies?.["@homebridge/ciao"]).toBe("^1.3.7");
|
||||
expect(rootPackageJson.dependencies?.["@homebridge/ciao"]).toBe("^1.3.7");
|
||||
expect(rootPackageJson.dependencies?.["@homebridge/ciao"]).toBeUndefined();
|
||||
expect(pluginPackageJson.devDependencies?.["@homebridge/ciao"]).toBeUndefined();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user