Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ validate-google-font-function-call.test.ts
File
validate-google-font-function-call.test.ts
packages/font/src/google/validate-google-font-function-call.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ validateGoogleFontFunctionCall } from
'./validate-google-font-function-call'
2
3
describe(
'validateFontFunctionCall errors'
, () => {
4
test(
'Missing function name'
, () => {
Callers
nothing calls this directly
Calls
4
validateGoogleFontFunctionCall
Function · 0.90
describe
Function · 0.85
test
Function · 0.50
expect
Function · 0.50
Tested by
no test coverage detected