Skip to content

Migrate /create_cluster/gke_cluster/stores/actions_spec.js to Jest

Emily Ring requested to merge 194223-move-actions_spec into master

What does this MR do?

This MR is part of the issue: #194223 (closed)

Updates:

  • Moves file /create_cluster/gke_cluster/stores/actions_spec.js from karma testing to jest testing
  • Moves associated file /create_cluster/gke_cluster/helpers.js from karma testing to jest testing, and refactors the file.
  • Deletes folder spec/javascripts/create_cluster/gke_cluster/stores/ since there are no longer Karma tests included in folder.
Edited by Yorick Peterse

Merge request reports