该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 22, 2023
-
-
由 Andrew Fontaine 创作于
Vue 3 does not expose the name of the directive on the binding, so we must explicitly pass a name to createMockDirective when setting up a mock. This is to assist with the slow migration to Vue 3.
-
- 1月 15, 2021
-
-
由 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.
-
- 12月 24, 2020
-
-
由 Lukas Eipert 创作于
Part of our prettier migration; changing the arrow-parens style.
-
- 6月 25, 2020
-
- 5月 21, 2020
-
-
由 Paul Slaughter 创作于
**Why?** - This is helpful at asserting that a specific value set on a specific directive of a component.
-