mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
perf(test): import package manifest helper directly (#123841)
This commit is contained in:
committed by
GitHub
parent
628056b0ba
commit
9f125bcee0
@@ -1,5 +1,5 @@
|
||||
import { describePackageManifestContract } from "openclaw/plugin-sdk/plugin-test-contracts";
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { describePackageManifestContract } from "../../plugin-sdk/test-helpers/package-manifest-contract.js";
|
||||
import { validatePackageExtensionEntriesForInstall } from "../package-entry-resolution.js";
|
||||
import {
|
||||
getPackageManifestMetadata,
|
||||
|
||||
Reference in New Issue
Block a user