summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Beckham <sbeckham@gitlab.com>2019-07-31 19:10:06 +0000
committerSam Beckham <sbeckham@gitlab.com>2019-07-31 19:10:06 +0000
commit2ec05e2aab6bf52228a5d58533e893618ce6b82d (patch)
tree2d98d482d8c467c066f94b7297e3ee67579e47c2
parent297c6ca97fd6fe3a775be44ffc897727fd7bc0d0 (diff)
downloadgitlab-ce-sync-vue-test-utils-helpers.tar.gz
Apply suggestion to spec/javascripts/helpers/vue_test_utils_helper.jssync-vue-test-utils-helpers
-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';