diff --git a/frontend/src/App.spec.js b/frontend/src/App.spec.js index b338481e6..496dfd7f5 100644 --- a/frontend/src/App.spec.js +++ b/frontend/src/App.spec.js @@ -1,6 +1,5 @@ import { mount, RouterLinkStub } from '@vue/test-utils' import App from './App' -import flushPromises from 'flush-promises' const localVue = global.localVue const mockStoreCommit = jest.fn() @@ -51,7 +50,6 @@ describe('App', () => { describe('route requires authorization', () => { beforeEach(async () => { - await flushPromises() mocks.$route.meta.requiresAuth = true wrapper = Wrapper() })