Skip to content

Commit

Permalink
fix: sonar issue to add at least one assertion to this test case
Browse files Browse the repository at this point in the history
  • Loading branch information
renanfranca committed Feb 14, 2025
1 parent b9393e3 commit d6ed03f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1405,8 +1405,8 @@ describe('Landscape', () => {
init: true,
vue: true,
'java-base': true,
'spring-boot': false,
});
expect(wrapper.find(wrappedElement('spring-boot-module')).exists()).toBe(false);
});

it('should show all modules when deselect rank', async () => {
Expand All @@ -1420,8 +1420,8 @@ describe('Landscape', () => {
init: true,
vue: true,
'java-base': true,
'spring-boot': true,
});
expect(wrapper.find(wrappedElement('spring-boot-module')).exists()).toBe(true);
});

it('should present distinctly with minimal emphasis on dependency modules of different ranks than the selected one', async () => {
Expand Down

0 comments on commit d6ed03f

Please sign in to comment.