Skip to content

Commit 4370ebe

Browse files
refactor: update jest configuration to include TODO for data-browser-library
1 parent 7814bbb commit 4370ebe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
testEnvironment: 'jsdom',
33
testMatch: ['**/?(*.)+(test).ts?(x)'],
4+
// TODO: Remove ignore patterns once the tests are updated to use the data-browser-library
45
testPathIgnorePatterns: [
56
'src/react/ISV/hooks/useGetS3ServicePoint.test.ts',
67
'src/react/ISV/modules/veeam/components/VeeamCapacityOverviewRow.test.tsx',

src/react/account/__tests__/Accounts.test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ describe('Accounts', () => {
9494
res(ctx.status(500, 'error')),
9595
),
9696
);
97-
// FIXME Move testRender to the new render later
9897
//E
9998
testRender(<Accounts />);
10099
//V
@@ -126,7 +125,6 @@ describe('Accounts', () => {
126125
),
127126
),
128127
);
129-
// FIXME Move testRender to the new render later
130128
//E
131129
testRender(<Accounts />);
132130
//V

0 commit comments

Comments
 (0)