chore(qa): remove retired Matrix package guards (#108531)

This commit is contained in:
Dallin Romney
2026-07-15 19:28:37 -07:00
committed by GitHub
parent 154d1277e1
commit 04221fc91e
4 changed files with 0 additions and 14 deletions
@@ -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/");
});