diff --git a/test/client/unit/specs/components/notifications.js b/test/client/unit/specs/components/notifications.js index 9fede9de0b..bcad135dca 100644 --- a/test/client/unit/specs/components/notifications.js +++ b/test/client/unit/specs/components/notifications.js @@ -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(() => {