Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
module.exports = {
testEnvironment: 'jsdom',
testMatch: ['**/?(*.)+(test).ts?(x)'],
// Temporarily ignore the test; wait until the overall migration is complete before fixing it.
// TODO: Remove ignore patterns once the tests are updated to use the data-browser-library
testPathIgnorePatterns: [
'src/react/databrowser/',
'src/react/workflow/',
'src/react/next-architecture/domain/business/buckets.test.tsx',
'src/react/ui-elements/__tests__/EmptyBucket.test.tsx',
'src/react/ISV/hooks/useGetS3ServicePoint.test.ts',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why these test are still ignored ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because they are unrelated to Redux removal.
Will fix it next PR

'src/react/ISV/modules/veeam/components/VeeamCapacityOverviewRow.test.tsx',
'src/react/ISV/modules/veeam/components/VeeamCapacityModal.test.tsx',
'src/react/ISV/components/__tests__/ISVSummary.test.tsx',
'src/react/ISV/hooks/useGetS3ServicePoint.test.ts',
'src/react/ui-elements/__tests__/SelectAccountIAMRole.test.tsx',
'src/js/mutations.test.ts',
],
transformIgnorePatterns: [
'/node_modules/(?!(vega-lite|@scality|pretty-bytes|uuid)/)',
Expand Down
266 changes: 171 additions & 95 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading