remove .only

This commit is contained in:
Matteo Pagliazzi
2018-09-09 11:52:37 +02:00
parent 9ff9cd3b35
commit d55b95834d

View File

@@ -6,7 +6,7 @@ import { hasClass } from 'client/store/getters/members';
const localVue = createLocalVue();
localVue.use(Store);
describe.only('Notifications', () => {
describe('Notifications', () => {
let store;
beforeEach(() => {