Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Dec 23, 2024
1 parent 54e1eb0 commit f5d27d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test('createDependencyGraph()', async () => {
'create-dependency-graph.spec.ts',
'setup-hot-reloading.ts',
],
moduleDependencies: ['node:path', 'node:fs'],
moduleDependencies: ['node:path', 'node:fs', 'chokidar/handler'],
},
'create-dependency-graph.spec.ts': {
path: 'create-dependency-graph.spec.ts',
Expand Down

0 comments on commit f5d27d8

Please sign in to comment.