We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c377f commit f0889ecCopy full SHA for f0889ec
__mocks__/dom-helpers/util/scrollTo.js
@@ -0,0 +1,14 @@
1
+/**
2
+ * Copyright Zendesk, Inc.
3
+ *
4
+ * Use of this source code is governed under the Apache License, Version 2.0
5
+ * found at http://www.apache.org/licenses/LICENSE-2.0.
6
+ */
7
+
8
9
+ * Mock `scrollTo` implementation
10
+ * @param {*} domNode
11
12
+export default function scrollTo(domNode) {
13
+ return undefined;
14
+}
0 commit comments