test: add admin route guard coverage
app-ci-deploy / test-build-deploy (push) Has been cancelled

This commit is contained in:
2026-05-27 23:24:26 +01:00
parent e68eef8865
commit 0db53bfd9c
7 changed files with 206 additions and 37 deletions
+4 -2
View File
@@ -5,7 +5,9 @@
"start": "vite --host",
"build": "vite build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@dagrejs/dagre": "^1.1.4",
@@ -87,4 +89,4 @@
"vite-plugin-pwa": "^0.21.1",
"vitest": "^1.6.0"
}
}
}