Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-10 12:07:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-10 12:07:49 +0300
commit0ba3a054d2190094ffda1ebe3aa53ffc5b92247d (patch)
tree8462503456eb030bb1042c6af73edc8f8af49fc6 /spec/frontend/vue_shared/components/slot_switch_spec.js
parentb24ae1cbc66e5b0f622393bcf2c59711750161ea (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/vue_shared/components/slot_switch_spec.js')
-rw-r--r--spec/frontend/vue_shared/components/slot_switch_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/frontend/vue_shared/components/slot_switch_spec.js b/spec/frontend/vue_shared/components/slot_switch_spec.js
index cff955c05b2..71e6087c272 100644
--- a/spec/frontend/vue_shared/components/slot_switch_spec.js
+++ b/spec/frontend/vue_shared/components/slot_switch_spec.js
@@ -14,7 +14,6 @@ describe('SlotSwitch', () => {
wrapper = shallowMount(SlotSwitch, {
propsData,
slots,
- sync: false,
});
};