Added in class checks and notification tests

This commit is contained in:
Keith Holliday
2018-08-26 17:41:55 -05:00
parent e4dbf09dda
commit 8153674dc0
3 changed files with 55 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import {shallow} from '@vue/test-utils';
import { shallow } from '@vue/test-utils';
import SidebarSection from 'client/components/sidebarSection.vue';
@@ -51,4 +51,4 @@ describe('Sidebar Section', () => {
expect(wrapper.find('.section-body').element.style.display).to.eq('none');
});
});
});