슬러그 수정
This commit is contained in:
@@ -169,6 +169,7 @@ describe("EditorPage - 서버 자동 저장", () => {
|
||||
|
||||
expect(typeof body.slug).toBe("string");
|
||||
expect(body.slug).not.toBe("my-landing");
|
||||
expect(body.slug.startsWith("page-")).toBe(false);
|
||||
expect(mockState.projectConfig.slug).toBe(body.slug);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user