Skip to content

Migrate mesh_object_spec to jest

Nicolò Maria Mezzopera requested to merge 194207-migrate-3d-viewer-to-jest into master

What does this MR do?

As a part of the jestodus effort, this MR

migrates: spec/javascript/blob/3d_viewer/mesh_object_spec.js

to jest: spec/frontend/blob/3d_viewer/mesh_object_spec.js

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

This MR is changing the jest.confing.js file

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)

Merge request reports