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:
Diffstat (limited to 'jest.config.integration.js')
-rw-r--r--jest.config.integration.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/jest.config.integration.js b/jest.config.integration.js
index da8e813a2cb..184f88779c8 100644
--- a/jest.config.integration.js
+++ b/jest.config.integration.js
@@ -3,6 +3,13 @@ const baseConfig = require('./jest.config.base');
checkEnvironment();
+console.log(`
+PSA: Running into unexpected and/or strange frontend integration test errors?
+Please help improve our error logging by following the instructions on this issue:
+
+ https://gitlab.com/gitlab-org/gitlab/-/issues/345513
+`);
+
module.exports = {
...baseConfig('spec/frontend_integration', {
moduleNameMapper: {