Commit 002f917c authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch '345513-add-psa-to-issue-for-improving-error-logs' into 'master'

Add log to frontend_integration error msg issue

See merge request gitlab-org/gitlab!74315
parents fa5bdcbe 62cfa0a2
......@@ -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: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment