Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/lowcode-engine
/ localize.test.ts
File
localize.test.ts
modules/material-parser/test/localize.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{getPkgNameAndVersion} from
'../src/localize'
;
2
3
test(
'getPkgNameAndVersion from string'
, () => {
4
const
result = getPkgNameAndVersion(
'react'
);
Callers
nothing calls this directly
Calls
2
getPkgNameAndVersion
Function · 0.90
test
Function · 0.85
Tested by
no test coverage detected