Skip to content

Step 1 - Clean up `commit_sidebar/form_spec` and commit constants

Paul Slaughter requested to merge 213581-step-1-clean-up-unit-test into master

What does this MR do?

This MR does a bit of clean up which helps support !51710 (merged).

  • Moves commit_sidebar/form_spec.js to @vue/test-utils.
  • Cleans up a unusual default export pattern for multiple named exports.
  • Adds stubbed methods to our stub_component helper which helps in stubbing GlModal since we call .show() sometimes.

Does this MR meet the acceptance criteria?

Conformity

References

Related to #213581 (closed)

Edited by Paul Slaughter

Merge request reports