Format authored monorepo code with pinned language formatters
This commit is contained in:
@@ -8,7 +8,7 @@ import { promisify } from "node:util";
|
||||
import { createGitCapabilityResolver } from "../src/capability-language/git-resolver.js";
|
||||
|
||||
const execFile = promisify(callback);
|
||||
test("dependency resolution is reusable across processes, concurrent and rejects modified checkouts", async context => {
|
||||
test("dependency resolution is reusable across processes, concurrent and rejects modified checkouts", async (context) => {
|
||||
const temporary = await mkdtemp(path.join(os.tmpdir(), "qx-resolver-test-"));
|
||||
context.after(() => rm(temporary, { recursive: true, force: true }));
|
||||
const origin = path.join(temporary, "origin");
|
||||
|
||||
Reference in New Issue
Block a user