mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-22 08:34:03 +00:00
test: align qa docker UI dist assertion
This commit is contained in:
@@ -124,7 +124,7 @@ describe("runQaDockerUp", () => {
|
||||
]);
|
||||
const compose = await readFile(path.join(outputDir, "docker-compose.qa.yml"), "utf8");
|
||||
expect(compose).toContain(":/opt/openclaw-qa-lab-ui:ro");
|
||||
expect(compose).toContain(" - --ui-dist-dir");
|
||||
expect(compose).toContain("--ui-dist-dir /opt/openclaw-qa-lab-ui");
|
||||
} finally {
|
||||
await rm(outputDir, { recursive: true, force: true });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user