Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/TypeScript
/ tarjan.test.ts
File
tarjan.test.ts
graph/test/tarjan.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ tarjan } from
'../tarjan'
2
3
describe(
'tarjan'
, () => {
4
it(
'it should return no sccs for empty graph'
, () => {
Callers
nothing calls this directly
Calls
1
tarjan
Function · 0.90
Tested by
no test coverage detected