Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 9月 22, 2022
  2. 7月 29, 2022
  3. 1月 20, 2021
  4. 1月 15, 2021
    • Lukas 'Eipi' Eipert's avatar
      Move jest spec helpers to own directory · ca19446d
      Lukas 'Eipi' Eipert 创作于
      It is a bit confusing as we have put helpers to be used in specs in the
      same directory as specs for `app/assets/javascripts/helpers`. In oder
      to make the destinction a bit more clear, this moves jest test helpers
      to `__helpers__` and adds appropriate readmes to both folders.
      ca19446d
  5. 12月 16, 2020
    • Illya Klymov's avatar
      Introduce stubComponent helper · 6b9a0c5e
      Illya Klymov 创作于
      @vue/test-utils 1.x will change behavior for stubs. Now they will
      render all available slots instead of defaults. To simplify
      migration and taking care of emerging pattern of "stubbing with
      props" we're introducing `stubComponent` helper, which will copy
      props and model of stubbed component and also ensure that stubbed
      component still could be found with default vue-test-utils finders
      (this removes several ugly workarounds in our codebase)
      6b9a0c5e
加载中