Skip to content

Commit

Permalink
bugfix(core): clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
derpdead committed Jul 28, 2020
1 parent ded9ec5 commit f7412d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ describe('ToolBar/ToolBarButton', () => {

it('Check if button is selected', () => {
expect(wrapper.vm.isSelected).toBeTruthy();
expect(wrapper.vm.$el.classList.contains('bar-button--selected')).toBeTruthy();
expect(wrapper.vm.$el.classList.contains('tool-bar-button--selected')).toBeTruthy();
});
});

This file was deleted.

0 comments on commit f7412d4

Please sign in to comment.