Skip to content

Commit

Permalink
Upgrade jest (#2371)
Browse files Browse the repository at this point in the history
Upgrade jest to latest
  • Loading branch information
six7 authored Nov 16, 2023
1 parent 06215ae commit 76102f4
Show file tree
Hide file tree
Showing 6 changed files with 3,860 additions and 3,182 deletions.
3 changes: 2 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export default {
'./tests/__mocks__/octokitRestMock.js',
'./tests/__mocks__/figmaMock.js',
'./tests/__mocks__/mixpanelMock.js',
'./tests/__mocks__/supernovaMock.js',
'./tests/__mocks__/domRect.js',
],

Expand Down Expand Up @@ -176,7 +177,7 @@ export default {
// transform: null,

// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
transformIgnorePatterns: ['/node_modules/(?!(@figma-plugin)/)', '\\.pnp\\.[^\\/]+$'],
transformIgnorePatterns: ['/node_modules/(?!(@figma-plugin|react-colorful)/)', '\\.pnp\\.[^\\/]+$'],

// An array of regexp pattern strings that are matched against all modules before the module loader will automatically return a mock for them
// unmockedModulePathPatterns: undefined,
Expand Down
Loading

0 comments on commit 76102f4

Please sign in to comment.