Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ userSkills.test.ts
File
userSkills.test.ts
site/src/api/queries/userSkills.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ QueryClient } from
"react-query"
;
2
import
{ describe, expect, it } from
"vitest"
;
3
import
type
{ UserSkill, UserSkillMetadata } from
"#/api/typesGenerated"
;
4
import
{
Callers
nothing calls this directly
Calls
8
userSkills
Function · 0.90
userSkill
Function · 0.90
createUserSkill
Function · 0.90
updateUserSkill
Function · 0.90
deleteUserSkill
Function · 0.90
makeSkill
Function · 0.85
toMetadata
Function · 0.85
createTestQueryClient
Function · 0.70
Tested by
no test coverage detected