From 8b75948934667904196aba319aedda25b00f06ff Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 15 Jan 2021 00:10:45 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/frontend/__helpers__/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 spec/frontend/__helpers__/README.md (limited to 'spec/frontend/__helpers__/README.md') diff --git a/spec/frontend/__helpers__/README.md b/spec/frontend/__helpers__/README.md new file mode 100644 index 00000000000..7b6c488f820 --- /dev/null +++ b/spec/frontend/__helpers__/README.md @@ -0,0 +1,5 @@ +This folder contains helpers to be used in specs (and the specs for the helpers itself). +There is a convenient alias of `helpers/`, so files in this folder (e.g. `wait_for_promises`) can be imported +with `helpers/wait_for_promises`. + +If you are writing a spec for `~/helpers` application code, please place it in [helpers](../helpers). -- cgit v1.2.3