summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-08-19 09:09:55 +0000
committerWinnie Hellmann <winnie@gitlab.com>2019-08-19 09:09:55 +0000
commitea8c0fe1a8e6f39661f41f666fcdbb9e994dd508 (patch)
treea19449de30214ce4695b10e094bb7ee91ed2db26
parent0b228f9ec99e122b23297dec931c2f4de046d665 (diff)
downloadgitlab-ce-winh-combine-frontend-testing-docs.tar.gz
Apply suggestion to doc/development/testing_guide/frontend_testing.mdwinh-combine-frontend-testing-docs
-rw-r--r--doc/development/testing_guide/frontend_testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing_guide/frontend_testing.md b/doc/development/testing_guide/frontend_testing.md
index 6f6047e2edf..52ac746716c 100644
--- a/doc/development/testing_guide/frontend_testing.md
+++ b/doc/development/testing_guide/frontend_testing.md
@@ -916,7 +916,7 @@ beforeEach(() => {
store,
props: { badge },
});
-},
+});
```
Don't forget to clean up: