emberjs / emberjs/ember-test-helpers
`scrollTo` is no recognised as a function
Open
- Dominant language
- JavaScript
- Stars
- 188
- Forks
- 254
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to use the new scrollTo method, I have updated to the latest version 2.6.0 and I use it as following
`import { scrollTo } from '@ember/test-helpers';`
`await scrollTo('.class', 0, 30);`
and when I run my test i have the following error `TypeError: (0 , _testHelpers.scrollTo) is not a function`
Contributor guide
Assessment
This issue has not been assessed yet.