From 651da4a60014c339c62d27dd11d18e883c9ce624 Mon Sep 17 00:00:00 2001 From: XkijuX <sanderhegland@gmail.com> Date: Thu, 5 May 2022 20:05:26 +0200 Subject: [PATCH] Fixed pipeline --- .../login-form-component/login-form-valid-login.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/component-tests/user-component-tests/login-form-component/login-form-valid-login.spec.js b/tests/unit/component-tests/user-component-tests/login-form-component/login-form-valid-login.spec.js index 689ed40..5a04a6f 100644 --- a/tests/unit/component-tests/user-component-tests/login-form-component/login-form-valid-login.spec.js +++ b/tests/unit/component-tests/user-component-tests/login-form-component/login-form-valid-login.spec.js @@ -1,6 +1,5 @@ import { shallowMount } from "@vue/test-utils"; import LoginForm from "@/components/FormComponents/LoginForm.vue"; -import vueRouter from 'vue-router' jest.mock('@/utils/apiutil', () => { return { -- GitLab