test(settings): distinguish between unit tests and integration tests

Separated unit tests and integration tests in the test for
useSettingsPage more clearly.
This commit is contained in:
2026-07-28 20:10:21 +02:00
parent cd4956fbe6
commit f7f4de8341
2 changed files with 40 additions and 29 deletions
@@ -16,7 +16,7 @@ limitations under the License.
import { useRouter } from 'vue-router';
const normalizePagePath = function normalizePagePath (path) {
export const normalizePagePath = function normalizePagePath (path) {
return path
.replace(/\.+/g, '.')
.replace(/^\.+|\.+$/g, '')