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:
Diffstat (limited to 'spec/frontend/vue_shared/components/paginated_list_spec.js')
-rw-r--r--spec/frontend/vue_shared/components/paginated_list_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/frontend/vue_shared/components/paginated_list_spec.js b/spec/frontend/vue_shared/components/paginated_list_spec.js
index 4e1b29a4d3a..3b064410274 100644
--- a/spec/frontend/vue_shared/components/paginated_list_spec.js
+++ b/spec/frontend/vue_shared/components/paginated_list_spec.js
@@ -27,7 +27,6 @@ describe('Pagination links component', () => {
props,
},
attachToDocument: true,
- sync: false,
});
[glPaginatedList] = wrapper.vm.$children;