refactor: split extension test helpers

This commit is contained in:
Peter Steinberger
2026-04-03 13:04:31 +01:00
parent 87abcfd6a6
commit 1118d032ca
5 changed files with 247 additions and 235 deletions

View File

@@ -103,7 +103,7 @@ jobs:
run: |
node --input-type=module <<'EOF'
import { appendFileSync } from "node:fs";
import { listChangedExtensionIds } from "./scripts/test-extension.mjs";
import { listChangedExtensionIds } from "./scripts/lib/changed-extensions.mjs";
const extensionIds = listChangedExtensionIds({
base: process.env.BASE_SHA,