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>2023-09-25 12:11:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-25 12:11:06 +0300
commit9c3a433b3176e895a23cf0f4b87411b44e264397 (patch)
tree1efee6cae8cde0adb8e321f49f69c5304eadbecd /storybook/fixture_stub.js
parentcb1040e0bfd5b2aa1345b1bcf82ecbfb2d69218c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'storybook/fixture_stub.js')
-rw-r--r--storybook/fixture_stub.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/storybook/fixture_stub.js b/storybook/fixture_stub.js
new file mode 100644
index 00000000000..cd23e038e35
--- /dev/null
+++ b/storybook/fixture_stub.js
@@ -0,0 +1,12 @@
+/**
+ * This file is used as a substitute for absent fixture files. See fixture docs
+ * for how to generate or download them:
+ * https://docs.gitlab.com/ee/development/testing_guide/frontend_testing.html#frontend-test-fixtures
+ */
+
+console.error(
+ // eslint-disable-next-line no-restricted-syntax
+ 'Some fixture files could not be found. Generate fixtures or download them. See docs for more: https://docs.gitlab.com/ee/development/testing_guide/frontend_testing.html#frontend-test-fixtures',
+);
+
+export default null;