MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / test_ts_finds_class

Function test_ts_finds_class

tests/test_multilang.py:49–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47# ── TypeScript ────────────────────────────────────────────────────────────────
48
49def test_ts_finds_class():
50 r = extract_js(FIXTURES / "sample.ts")
51 assert "error" not in r
52 assert "HttpClient" in _labels(r)
53
54def test_ts_finds_methods():
55 r = extract_js(FIXTURES / "sample.ts")

Callers

nothing calls this directly

Calls 2

extract_jsFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected