test: add comprehensive tests for AppReduced utility and path normalization

This commit is contained in:
cameronapak
2025-07-22 08:52:32 -05:00
parent 75c29ae5e2
commit 12ef72d595
3 changed files with 236 additions and 2 deletions

View File

@@ -88,7 +88,8 @@ export class AppReduced {
get options() {
return {
logo_return_path: "/",
admin_basepath: '',
logo_return_path: '/',
...this._options,
};
}