mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 20:35:39 -06:00
test: tighten bundled metadata package assertion
This commit is contained in:
@@ -479,8 +479,10 @@ describe("copyBundledPluginMetadata", () => {
|
||||
"utf8",
|
||||
),
|
||||
),
|
||||
).toMatchObject({
|
||||
).toEqual({
|
||||
name: "@openclaw/image-generation-core",
|
||||
version: "0.0.1",
|
||||
private: true,
|
||||
type: "module",
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user