Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fixture_stub.js « storybook - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd23e038e3511f20bf6f5aff681e1a65dd9d9758 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;