mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-21 14:11:26 +00:00
refactor: trim vitest wrapper layers
This commit is contained in:
@@ -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", () => {
|
||||
Reference in New Issue
Block a user