Skip to content

Commit d864689

Browse files
committed
color
1 parent bfcf2ec commit d864689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module.exports = {
66
'\\.css$': '<rootDir>/test/__mocks__/styleMock.js',
77
},
88
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)',
9+
'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)',
1010
],
1111
};

0 commit comments

Comments
 (0)