mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:10:49 +00:00
test(release): strip BOM from Windows smoke config
This commit is contained in:
@@ -344,6 +344,7 @@ console.log(JSON.stringify(result));
|
||||
expect(powershell).toContain("config set --batch-file");
|
||||
expect(powershell).toContain("agents.defaults.skipBootstrap");
|
||||
expect(powershell).toContain("tools.profile");
|
||||
expect(powershell).toContain("replace(/^\\\\uFEFF/u");
|
||||
|
||||
const npmUpdateScripts = readFileSync(TS_PATHS.npmUpdateScripts, "utf8");
|
||||
expect(npmUpdateScripts).toContain("posixAgentWorkspaceScript");
|
||||
|
||||
Reference in New Issue
Block a user