We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcf2ec commit d864689Copy full SHA for d864689
extension/jest.config.cjs
@@ -6,6 +6,6 @@ module.exports = {
6
'\\.css$': '<rootDir>/test/__mocks__/styleMock.js',
7
},
8
transformIgnorePatterns: [
9
- 'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
+ 'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|color|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
10
],
11
};
0 commit comments