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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-20 12:08:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-20 12:08:11 +0300
commit1f5a2543e4daf21dd98d8ff0514781c403445c81 (patch)
tree22af0594a5de457ffb346c2259f9d30c3fd5479f /spec/frontend/__mocks__
parent9bded6fb2268204757c35540fadef8e1b6351249 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/__mocks__')
-rw-r--r--spec/frontend/__mocks__/lodash/throttle.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/frontend/__mocks__/lodash/throttle.js b/spec/frontend/__mocks__/lodash/throttle.js
new file mode 100644
index 00000000000..aef391afd0c
--- /dev/null
+++ b/spec/frontend/__mocks__/lodash/throttle.js
@@ -0,0 +1,4 @@
+// Similar to `lodash/debounce`, `lodash/throttle` also causes flaky specs.
+// See `./debounce.js` for more details.
+
+export default fn => fn;