Skip to content

Migrate pipeline store spec to Jest

Payton Burdette requested to merge migrate-pipeline-store-spec into master

What does this MR do?

Migrates pipeline_store_spec.js from Karma to Jest. Also deletes several mock data files that are not in use. Removes the pipelines folder from spec/javascripts as this is the last spec to migrate to Jest

Related to: #194249 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability 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
Edited by Payton Burdette

Merge request reports