Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ sort-fonts-variant-values.test.ts
File
sort-fonts-variant-values.test.ts
packages/font/src/google/sort-fonts-variant-values.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ sortFontsVariantValues } from
'./sort-fonts-variant-values'
2
3
describe(
'sortFontsVariantValues'
, () => {
4
it(
'should correctly compare and return result for plain integer values'
, () => {
Callers
nothing calls this directly
Calls
6
sortFontsVariantValues
Function · 0.90
describe
Function · 0.85
it
Function · 0.50
expect
Function · 0.50
sort
Method · 0.45
slice
Method · 0.45
Tested by
no test coverage detected