Skip to content

Commit

Permalink
Remove file, add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Florent MILLOT <millotflo@gmail.com>
  • Loading branch information
flomillot committed Apr 16, 2024
1 parent 8670e93 commit 35d468c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const config: Config = {
'^.+\\.svg\\?react$': 'jest-svg-transformer',
'^.+\\.(css|less|scss)$': 'identity-obj-proxy',
},
// if need to test with AG Grid, see https://www.ag-grid.com/react-data-grid/testing/
transformIgnorePatterns: ['node_modules/(?!@gridsuite/commons-ui)'], // transform from ESM
moduleDirectories: ['node_modules', 'src'], // to allow absolute path from ./src
setupFiles: ['<rootDir>/jest.setup.ts'],
Expand Down
8 changes: 0 additions & 8 deletions src/__mocks__/svgrMock.js

This file was deleted.

0 comments on commit 35d468c

Please sign in to comment.