fix(ci): refresh bundled plugin metadata baselines

This commit is contained in:
Peter Steinberger
2026-03-27 23:47:07 +00:00
parent 898f3fa591
commit 0e3f517881
2 changed files with 8 additions and 3 deletions

View File

@@ -4,7 +4,9 @@ import { describe, expect, it } from "vitest";
const repoRoot = path.resolve(import.meta.dirname, "..");
const allowedNonExtensionTests = new Set<string>();
const allowedNonExtensionTests = new Set<string>([
"src/plugins/contracts/discovery.contract.test.ts",
]);
function walk(dir: string, entries: string[] = []): string[] {
for (const entry of fs.readdirSync(dir, { withFileTypes: true })) {