Test and document abstract graphs #728
Annotations
4 errors and 3 warnings
build (18):
packages/react-obsidian/test/acceptance/abstractGraph.test.ts#L1
Imports must be broken into multiple lines if there are more than 3 elements
|
build (18):
packages/react-obsidian/test/acceptance/abstractGraph.test.ts#L1
Strings must use singlequote
|
build (18):
packages/react-obsidian/test/acceptance/abstractGraph.test.ts#L3
Strings must use singlequote
|
build (18)
Process completed with exit code 1.
|
build (18):
packages/react-obsidian/test/fixtures/CircularDependencyGraph.ts#L5
Circular dependency detected starting from aString: aString -> aString
|
build (18):
packages/react-obsidian/test/fixtures/CircularDependencyGraph2.ts#L5
Circular dependency detected starting from dep1: dep1 -> dep2 -> dep3 -> dep1
|
build (18):
packages/react-obsidian/test/fixtures/SubgraphWithCircularDependency.ts#L10
Circular dependency detected starting from dep2: dep2 -> dep3 -> dep2
|