Skip to content

Commit 5180155

Browse files
committed
test(c00010 S3): stabilize init branch assertion
1 parent 0aab872 commit 5180155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cli/coverage-branches.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ describe("CLI command branches", () => {
168168
expect(outcome.projectName).toBe("init-no-manifest");
169169
expect(outcome.authGuards).toEqual(["token"]);
170170
expect(outcome.routeFiles).toEqual(["routes/api.php"]);
171-
await expect(readFile(outcome.configPath ?? "", "utf8")).resolves.toContain("routeFiles");
171+
await expect(readFile(outcome.configPath ?? "", "utf8")).resolves.toContain("filePrefixes");
172172
});
173173

174174
test("summary uses its default text and history path", async () => {

0 commit comments

Comments
 (0)