Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Dec 2, 2024
1 parent 32fc3b3 commit cc74768
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test('createDependencyGraph()', async () => {
'get-imported-modules.spec.ts',
],
dependencyPaths: [],
moduleDependencies: ['@babel/core', '@babel/parser'],
moduleDependencies: ['@babel/traverse', '@babel/parser'],
},
'get-imported-modules.spec.ts': {
path: 'get-imported-modules.spec.ts',
Expand Down

0 comments on commit cc74768

Please sign in to comment.