Skip to content

Commit

Permalink
Removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Oct 25, 2024
1 parent 29b4d75 commit b4e8c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/AssetsPanel/AssetsPanel.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jest.mock('@hazmapper/hooks', () => ({

// Mock FeatureFileTree component since it's a complex component and tested elswhere
jest.mock('@hazmapper/components/FeatureFileTree', () => {
return function MockFeatureFileTree(props) {
return function MockFeatureFileTree() {
return <div data-testid="feature-file-tree">FeatureFileTree Component</div>;
};
});
Expand Down

0 comments on commit b4e8c91

Please sign in to comment.