mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
feat(ui): update ui style
This commit is contained in:
parent
ca6dfd3f64
commit
47d7c9105b
35 changed files with 1577 additions and 591 deletions
|
|
@ -13,6 +13,7 @@ import {
|
|||
ensureInstallationGroup,
|
||||
loadGroups,
|
||||
saveGroups,
|
||||
invalidateGroupsCache,
|
||||
} from "../server/lib/web/groups";
|
||||
import { validateGroups } from "../server/lib/web/admin";
|
||||
import {
|
||||
|
|
@ -97,6 +98,7 @@ describe("admin-session", () => {
|
|||
|
||||
beforeEach(() => {
|
||||
kv = createMockKV();
|
||||
invalidateGroupsCache();
|
||||
});
|
||||
|
||||
it("creates and retrieves a session from cookie", async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue