mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-23 00:47:51 +00:00
13 lines
519 B
JavaScript
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;
|