mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:10:44 +00:00
style: format repository
This commit is contained in:
@@ -545,7 +545,7 @@ describe("collectInstalledRootDependencyManifestErrors", () => {
|
||||
writeFileSync(
|
||||
join(packageRoot, "dist", "string-only.js"),
|
||||
[
|
||||
'export const help = "run import(\'fake-package\') after setup";',
|
||||
"export const help = \"run import('fake-package') after setup\";",
|
||||
'export const note = "from \\"fake-package-two\\"";',
|
||||
"",
|
||||
].join("\n"),
|
||||
|
||||
Reference in New Issue
Block a user