Skip to content

Migrate ee/spec/javascripts/environments/ to Jest

Emily Ring requested to merge 194276-move-ee-environments_app_spec into master

What does this MR do?

This is the final merge request for issue #194276 (closed)

The MR will:

  • Move the file environments_app_spec.js from karma testing to jest testing
  • Deletes the folder ee/spec/javascripts/environments/ because there are no longer tests in this folder.
Updates to file environments_app_spec.js

Many tests in the file ee/spec/javascripts/environments/environments_app_spec.js were exact duplicates of tests in the non-ee test folder: https://gitlab.com/gitlab-org/gitlab/-/blob/master/spec/javascripts/environments/environments_app_spec.js

As part of the migration, I removed duplicate tests.

Closes #194276 (closed)

Merge request reports