mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-29 02:41:07 +00:00
style: normalize test and sdk formatting
This commit is contained in:
@@ -96,7 +96,7 @@ describe("git-hooks/pre-commit (integration)", () => {
|
||||
"process.exit(0);\n",
|
||||
"utf8",
|
||||
);
|
||||
writeFileSync(path.join(dir, "package.json"), "{\"name\":\"tmp\"}\n", "utf8");
|
||||
writeFileSync(path.join(dir, "package.json"), '{"name":"tmp"}\n', "utf8");
|
||||
writeFileSync(path.join(dir, "pnpm-lock.yaml"), "lockfileVersion: '9.0'\n", "utf8");
|
||||
|
||||
const fakeBinDir = path.join(dir, "bin");
|
||||
|
||||
Reference in New Issue
Block a user