Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeFox-Repo/codefox
/ register-user.input.spec.ts
File
register-user.input.spec.ts
backend/src/user/__tests__/dto/register-user.input.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ validate } from
'class-validator'
;
2
import
{ RegisterUserInput } from
'src/user/dto/register-user.input'
;
3
4
describe(
'RegisterUserInput'
, () => {
Callers
nothing calls this directly
Calls
1
validate
Function · 0.85
Tested by
no test coverage detected