Skip to content

Commit

Permalink
(chore) update yarn.lock are remove SideNavProps from declarations.d.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoodrich committed Jul 15, 2024
1 parent f1b8094 commit fb6e5da
Show file tree
Hide file tree
Showing 3 changed files with 1,752 additions and 789 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
'@openmrs/esm-framework': '@openmrs/esm-framework/mock',
'\\.(s?css)$': 'identity-obj-proxy',
'^lodash-es/(.*)$': 'lodash/$1',
'^lodash-es$': 'lodash',
'^uuid$': '<rootDir>/node_modules/uuid/dist/index.js',
dexie: require.resolve('dexie'),
},
Expand Down
2 changes: 1 addition & 1 deletion src/declarations.d.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ declare module '*.css';
declare module '*.scss';
declare module '*.svg';
declare module '@carbon/react';
declare type SideNavProps = {};

Loading

0 comments on commit fb6e5da

Please sign in to comment.