Skip to content

Commit 920d3a4

Browse files
committed
test: use exported DepGraphBuilder type
1 parent a654384 commit 920d3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/builder.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DepGraphBuilder } from '../../src/core/builder';
1+
import { DepGraphBuilder } from '../../src';
22

33
describe('empty graph', () => {
44
const builder = new DepGraphBuilder({name: 'pip'});

0 commit comments

Comments
 (0)