summaryrefslogtreecommitdiff
path: root/spec/frontend/lib/utils/intersection_observer_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/lib/utils/intersection_observer_spec.js')
-rw-r--r--spec/frontend/lib/utils/intersection_observer_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/lib/utils/intersection_observer_spec.js b/spec/frontend/lib/utils/intersection_observer_spec.js
index 71b1daffe0d..8eef403f0ae 100644
--- a/spec/frontend/lib/utils/intersection_observer_spec.js
+++ b/spec/frontend/lib/utils/intersection_observer_spec.js
@@ -57,7 +57,7 @@ describe('IntersectionObserver Utility', () => {
${true} | ${'IntersectionAppear'}
`(
'should emit the correct event on the entry target based on the computed Intersection',
- async ({ isIntersecting, event }) => {
+ ({ isIntersecting, event }) => {
const target = document.createElement('div');
observer.addEntry({ target, isIntersecting });