Skip to content

Add jest spec for runner_detail vue component

What does this MR do and why?

Closes #373028 (closed)

The runner detail vue component was previously shipped without tests, this MR adds testing to confirm the proper label and value slots are created conditionally.

How to set up and validate locally

  1. Just run the test file!

    yarn jest spec/frontend/ci/runner/components/runner_detail_spec.js

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Missy Davies

Merge request reports