Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/hotkeys
/ validate.test.ts
File
validate.test.ts
packages/hotkeys/tests/validate.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, vi } from
'vitest'
2
import
{ assertValidHotkey, checkHotkey, validateHotkey } from
'../src/validate'
3
4
describe(
'validateHotkey'
, () => {
Callers
nothing calls this directly
Calls
3
validateHotkey
Function · 0.90
assertValidHotkey
Function · 0.90
checkHotkey
Function · 0.90
Tested by
no test coverage detected