refactor: trim vitest wrapper layers

This commit is contained in:
Peter Steinberger
2026-04-03 12:50:45 +01:00
parent bd1e78ea34
commit a2077b28ef
7 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +1,8 @@
import { describe, expect, it } from "vitest";
import { buildVitestArgs, parseTestProjectsArgs } from "../../scripts/test-projects-lib.mjs";
import {
buildVitestArgs,
parseTestProjectsArgs,
} from "../../scripts/test-projects.test-support.mjs";
describe("test-projects args", () => {
it("drops a pnpm passthrough separator while preserving targeted filters", () => {