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