Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2021-02-06 15:09:15 +00:00
parent 506a39f077
commit 318ce0bc71
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { GlModal } from '@gitlab/ui';
import { stubComponent } from 'helpers/stub_component';
import { shallowMount } from '@vue/test-utils';
import { nextTick } from 'vue';
import { stubComponent } from 'helpers/stub_component';
import CaptchaModal from '~/captcha/captcha_modal.vue';
import { initRecaptchaScript } from '~/captcha/init_recaptcha_script';