Skip to content

Commit 0bc2817

Browse files
committed
fix: update dependency graph tests
1 parent a221f84 commit 0bc2817

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/testing/testing-utils/__tests__/test-utils.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ describe('test-utils', () => {
1616
'@bolt/components-grid',
1717
'@bolt/components-background',
1818
'@bolt/components-background-shapes',
19+
'@bolt/element',
1920
].sort();
2021
expect(deps.sort()).toEqual(expected);
2122
});

0 commit comments

Comments
 (0)