diff options
Diffstat (limited to 'spec/frontend/helpers/fake_request_animation_frame.js')
-rw-r--r-- | spec/frontend/helpers/fake_request_animation_frame.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/frontend/helpers/fake_request_animation_frame.js b/spec/frontend/helpers/fake_request_animation_frame.js index b01ae5b7c5f..f6fc29df4dc 100644 --- a/spec/frontend/helpers/fake_request_animation_frame.js +++ b/spec/frontend/helpers/fake_request_animation_frame.js @@ -1,4 +1,3 @@ -// eslint-disable-next-line import/prefer-default-export export const useFakeRequestAnimationFrame = () => { let orig; |