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/helpers/stub_children.js')
-rw-r--r--spec/frontend/helpers/stub_children.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/frontend/helpers/stub_children.js b/spec/frontend/helpers/stub_children.js
deleted file mode 100644
index 91171eb3d8c..00000000000
--- a/spec/frontend/helpers/stub_children.js
+++ /dev/null
@@ -1,3 +0,0 @@
-export default function stubChildren(Component) {
- return Object.fromEntries(Object.keys(Component.components).map(c => [c, true]));
-}