Skip to content

Remove unused eslint directive in frontend_integration/test_helpers/fixtures.js

euko requested to merge fix-eslint-warning-euko into master

What does this MR do?

Resolve eslint complaining about an unused directive in spec/frontend_integration/test_helpers/fixtures.js:

euko@mbp gitlab % yarn eslint --fix
yarn run v1.22.5
$ eslint --cache --max-warnings 0 --report-unused-disable-directives --ext .js,.vue . --fix

/Users/euko/gdk/gitlab/spec/frontend_integration/test_helpers/fixtures.js
  1:1  error  Unused eslint-disable directive (no problems were reported from 'import/no-unresolved')

Screenshots (strongly suggested)

No visual change

  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by euko

Merge request reports

Loading