Skip to content

Commit

Permalink
fix: todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mnenie committed Aug 31, 2024
1 parent 8a54dd1 commit dd957e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/layout/ui/header/__tests__/UserMenu.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('tests for UserMenu.vue', () => {
});

it('should be render correctly', async () => {
// TODO: change {name: 'Component'} to Component(instance) for (!all tests) -> name - deprecated
// TODO(@mnenie): change {name: 'Component'} to Component(instance) for (!all tests) -> name - deprecated
await wrapper.findComponent({ name: 'UiDropdown' }).vm.handleDropdown();
await nextTick();
expect(wrapper.html()).toMatchSnapshot();
Expand Down

0 comments on commit dd957e6

Please sign in to comment.