Skip to content

Commit ad355b1

Browse files
committed
fix jest
1 parent 11c8d55 commit ad355b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension-manifest-v2/jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ module.exports = {
2929
'^.+\\.(js|jsx)?$': 'esbuild-jest',
3030
},
3131
setupFilesAfterEnv: ['./jest.env.js'],
32+
transformIgnorePatterns: ['/node_modules/(?!d3|d3-array|internmap|robust-predicates|delaunator)'],
3233
};

0 commit comments

Comments
 (0)