Skip to content

WIP: Migrate the remainder of security reports test to jest

Sam Beckham requested to merge 10724-move-card-securoty-reports-to-jest into master

What does this MR do?

Migrates the remainder of tests in ee/spec/javascripts/vue_shared/security_reports/ to jest

It was created as a follow up to a discussion on !10466 (merged)

There's some controversy around the way we have to mock the actions files in jest that needs addressing or circumventing before we can merge this MR.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • 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

Closes #10724 (closed)

Merge request reports