Skip to content

Commit 1137249

Browse files
author
Winnie Hellmann
committed
Add missing slash in frontend testing guide
1 parent 132e6c9 commit 1137249

File tree

1 file changed

+1
-1
lines changed
  • doc/development/new_fe_guide/development

1 file changed

+1
-1
lines changed

doc/development/new_fe_guide/development/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Their abstraction level is comparable to how a user would interact with the UI.
231231
<details>
232232
<summary>Vuex stores</summary>
233233
When testing the frontend code of a page as a whole, the interaction between Vue components and Vuex stores is covered as well.
234-
<details>
234+
</details>
235235

236236
## Feature tests
237237

0 commit comments

Comments
 (0)