Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
aae7c654
Commit
aae7c654
authored
Mar 23, 2020
by
Vitaly Slobodin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Element.scrollBy shim for Jest+JSDOM
parent
135011c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
spec/frontend/helpers/dom_shims/element_scroll_by.js
spec/frontend/helpers/dom_shims/element_scroll_by.js
+1
-0
spec/frontend/helpers/dom_shims/index.js
spec/frontend/helpers/dom_shims/index.js
+1
-0
No files found.
spec/frontend/helpers/dom_shims/element_scroll_by.js
0 → 100644
View file @
aae7c654
Element
.
prototype
.
scrollBy
=
jest
.
fn
();
spec/frontend/helpers/dom_shims/index.js
View file @
aae7c654
import
'
./element_scroll_into_view
'
;
import
'
./element_scroll_by
'
;
import
'
./form_element
'
;
import
'
./get_client_rects
'
;
import
'
./inner_text
'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment