Skip to content

Commit 7448fc0

Browse files
committed
feat(common): appex-274 updating testing dependencies
1 parent 17d88f6 commit 7448fc0

File tree

9 files changed

+4587
-16759
lines changed

9 files changed

+4587
-16759
lines changed

components/header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ const Header = () => {
5858
});
5959

6060
const items = [
61-
{ ariaControls: 'home', id: TabIds.HOME, title: 'Home' },
62-
{ ariaControls: 'products', id: TabIds.PRODUCTS, title: 'Products' },
61+
{ id: TabIds.HOME, title: 'Home' },
62+
{ id: TabIds.PRODUCTS, title: 'Products' },
6363
];
6464

6565
const handleTabClick = (tabId: string) => {

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ module.exports = {
1111
},
1212
coverageDirectory: '<rootDir>/coverage',
1313
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
14+
testEnvironment: 'jsdom',
1415
};

0 commit comments

Comments
 (0)