Remove redundant basepath option

This commit is contained in:
cameronapak
2025-12-30 07:34:00 -06:00
parent 6faf0d421f
commit d00e5fe68c
2 changed files with 0 additions and 2 deletions

View File

@@ -133,7 +133,6 @@ describe("AppReduced", () => {
const options = appReduced.options;
expect(options).toEqual({
basepath: "/",
logo_return_path: "/custom-home",
basepath: "/custom-admin",
});