Closed dim882 closed 3 months ago
compute-scroll-into-view
is a library used by us and it's part of our dependencies. I am not aware of your test setup, maybe it's not loading the libraries. Feel free to check that, or just mock it with jest since it's not relevant to your tests anyway.
downshift
version: 9.0.6node
version: v20.12.1pnpm
version: 9.6.0Relevant code or config
What you did: Ran the test.
What happened: Test fails.
Reproduction repository:
Problem description: This seems like a simple component and a simple test to confirm that keyboard navigation works, but for some reason, it looks like the compute-scroll-into-view library isn't loaded. What am I missing here?
Suggested solution: 🤷♂️