mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
chore(qa): remove retired Matrix package guards (#108531)
This commit is contained in:
@@ -162,10 +162,8 @@ describe("bundled plugin build entries", () => {
|
||||
});
|
||||
|
||||
it("keeps private QA bundles out of required npm pack artifacts", () => {
|
||||
const entries = listBundledPluginBuildEntries();
|
||||
const artifacts = listBundledPluginPackArtifacts();
|
||||
|
||||
expectNoPrefixMatches(Object.keys(entries), "extensions/qa-matrix/");
|
||||
expectNoPrefixMatches(artifacts, "dist/extensions/qa-channel/");
|
||||
expectNoPrefixMatches(artifacts, "dist/extensions/qa-lab/");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user