diff --git a/strr-web/tests/app.spec.ts b/strr-web/tests/app.spec.ts index a677fb5c..475b0523 100644 --- a/strr-web/tests/app.spec.ts +++ b/strr-web/tests/app.spec.ts @@ -13,7 +13,7 @@ describe('App level test', () => { }) afterEach(() => { wrapper.unmount() }) - test('app initializes with layouts and default page', async () => { + test('app initializes with layouts and default page', () => { expect(wrapper.find('#bcros-main-header').exists()).toBe(true) expect(wrapper.find('#bcros-main-footer').exists()).toBe(true) expect(wrapper.findComponent(Breadcrumb).exists()).toBeTruthy()