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
|
|
@ -6,7 +6,7 @@ import {
|
|||
revokeInvite,
|
||||
acceptInvite,
|
||||
} from "../server/lib/web/invites";
|
||||
import { saveGroups, loadGroups } from "../server/lib/web/groups";
|
||||
import { saveGroups, loadGroups, invalidateGroupsCache } from "../server/lib/web/groups";
|
||||
import type { Group } from "../server/lib/types";
|
||||
|
||||
function createMockKV(): KVNamespace {
|
||||
|
|
@ -49,6 +49,7 @@ describe("invites", () => {
|
|||
|
||||
beforeEach(() => {
|
||||
kv = createMockKV();
|
||||
invalidateGroupsCache();
|
||||
});
|
||||
|
||||
it("creates and reads back an invite", async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue