summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/javascripts/helpers/vue_test_utils_helper.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/spec/javascripts/helpers/vue_test_utils_helper.js b/spec/javascripts/helpers/vue_test_utils_helper.js
index 6680a7cdcf9..5b749b11246 100644
--- a/spec/javascripts/helpers/vue_test_utils_helper.js
+++ b/spec/javascripts/helpers/vue_test_utils_helper.js
@@ -1,7 +1,5 @@
-// I know what you're thinking, "What was Sam thinking when he wrote this?"
-// Don't worry, I have my reasons for this.
-// tl;dr: This allows us to have the jest helpers as a SSOT and still have up-to-date helpers in karma
-// For the slightly longer story, please see this MR:
+// No new code should be added to this file. Instead, modify the
+// file this one re-exports from. For more detail about why, see:
// https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31349
export * from '../../frontend/helpers/vue_test_utils_helper';