Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
izulin committed Jun 10, 2021
1 parent 3284b60 commit d3c36c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/graph-vertex.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {Graph, ValueCellVertex, Vertex} from '../src/DependencyGraph'

const dummyGetDependenciesQuery = () => undefined
const dummyGetDependenciesQuery: () => any[] = () => []

describe('Graph with Vertex', () => {
it('#addNode works correctly with Vertex instances', () => {
Expand Down

0 comments on commit d3c36c1

Please sign in to comment.