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
|
|
@ -2,7 +2,7 @@ import { describe, it, expect, beforeEach, afterEach } from "bun:test";
|
|||
import { createHmac } from "crypto";
|
||||
import { processWebhook } from "../server/lib/webhook";
|
||||
import { invalidateConfigCache } from "../server/lib/config";
|
||||
import { loadGroups } from "../server/lib/web/groups";
|
||||
import { invalidateGroupsCache, loadGroups } from "../server/lib/web/groups";
|
||||
import type { Env, Route } from "../server/lib/types";
|
||||
|
||||
function githubSign(body: string, secret: string): string {
|
||||
|
|
@ -70,6 +70,7 @@ describe("processWebhook", () => {
|
|||
|
||||
beforeEach(() => {
|
||||
invalidateConfigCache();
|
||||
invalidateGroupsCache();
|
||||
});
|
||||
|
||||
/** waitUntil collector: lets the test await the dispatched work. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue