File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import { getPermissions } from "../db/permissions/getPermissions";
5
5
import { WebhooksEventTypes } from "../schema/webhooks" ;
6
6
import { onRequest } from "../server/middleware/auth" ;
7
7
import { Permission } from "../server/schemas/auth" ;
8
- import { sendWebhookRequest } from "../server/utils/webhook" ;
9
8
import { getAccessToken } from "../utils/cache/accessToken" ;
10
9
import { getAuthWallet } from "../utils/cache/authWallet" ;
11
10
import { getWebhook } from "../utils/cache/getWebhook" ;
11
+ import { sendWebhookRequest } from "../utils/webhook" ;
12
12
13
13
jest . mock ( "../utils/cache/accessToken" ) ;
14
14
const mockGetAccessToken = getAccessToken as jest . MockedFunction <
Original file line number Diff line number Diff line change 25
25
" src/**/*.js" ,
26
26
" src/**/*.d.ts"
27
27
],
28
- "exclude" : [" node_modules" ]
28
+ "exclude" : [" node_modules" , " src/tests/**/*.ts " ]
29
29
}
You can’t perform that action at this time.
0 commit comments