Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-11-13 22:20:01 +0300
committerWinnie Hellmann <winnie@gitlab.com>2018-11-13 22:20:01 +0300
commit11372494d8c255e2b2ea0ab31c1e7c23998e8582 (patch)
tree5971f76f48aeb7a60810773e63632509c964fde1 /doc/development/new_fe_guide
parent132e6c9f95a7a2d3aa7f78072b18c331128f8065 (diff)
Add missing slash in frontend testing guide
Diffstat (limited to 'doc/development/new_fe_guide')
-rw-r--r--doc/development/new_fe_guide/development/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/new_fe_guide/development/testing.md b/doc/development/new_fe_guide/development/testing.md
index 748478768de..082acbedcd2 100644
--- a/doc/development/new_fe_guide/development/testing.md
+++ b/doc/development/new_fe_guide/development/testing.md
@@ -231,7 +231,7 @@ Their abstraction level is comparable to how a user would interact with the UI.
<details>
<summary>Vuex stores</summary>
When testing the frontend code of a page as a whole, the interaction between Vue components and Vuex stores is covered as well.
-<details>
+</details>
## Feature tests