Files
gitlabhq/storybook/fixture_stub.js

13 lines
519 B
JavaScript

/**
* 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;