Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Datakitpage/Datakit
/ auth.controller.spec.ts
File
auth.controller.spec.ts
backend/api/src/auth/test/auth.controller.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Test, TestingModule } from
'@nestjs/testing'
;
2
import
{ UnauthorizedException } from
'@nestjs/common'
;
3
import
{ ThrottlerGuard, ThrottlerModule } from
'@nestjs/throttler'
;
4
import
{ Reflector } from
'@nestjs/core'
;
Callers
nothing calls this directly
Calls
6
refresh
Method · 0.80
get
Method · 0.45
login
Method · 0.45
signup
Method · 0.45
getProfile
Method · 0.45
logout
Method · 0.45
Tested by
no test coverage detected