Skip to content

Commit e4d944b

Browse files
committed
some weird fix
1 parent beda62c commit e4d944b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

code_to_optimize_js_esm/jest.config.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ module.exports = {
55
reporters: ['default', ['jest-junit', { outputDirectory: '.codeflash' }]],
66
verbose: true,
77
transform: {},
8+
// Tell Jest to also look for modules in the project's node_modules when
9+
// resolving modules from symlinked packages (like codeflash)
10+
moduleDirectories: ['node_modules', '<rootDir>/node_modules'],
811
};

0 commit comments

Comments
 (0)