Skip to content

Migrate sketch index_spec to jest

What does this MR do?

As a part of the jestodus effort, this MR

migrates: spec/javascript/blob/sketch/index_spec.js

to jest: spec/frontend/blob/sketch/index_spec.js

This MR also renames spec/javascripts/blob/balsamiq/balsamiq_viewer_integration_spec.js

to spec/javascripts/blob/balsamiq/balsamiq_viewer_browser_spec.js and adds a comment on why this can't be ported to jest

I initially had planned to convert all the spec in blob to jest in one go but is better to split the work across several MRs

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

Part of #194207 (closed)

Edited by Nicolò Maria Mezzopera

Merge request reports