We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using mockAnimationApi() I get the following error:
mockAnimationApi()
TypeError: Cannot access private method
Digging through the stack a bit it seems to be happening in getComputedTiming which calls #getNormalizedDuration
getComputedTiming
#getNormalizedDuration
jsdom-testing-mocks/src/mocks/web-animations-api/AnimationEffect.ts
Line 32 in 4ae6e7b
Line 34 in 4ae6e7b
Unsure why that's erroring in the transpiled code though 🤷🏻♀️
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using
mockAnimationApi()
I get the following error:Digging through the stack a bit it seems to be happening in
getComputedTiming
which calls#getNormalizedDuration
jsdom-testing-mocks/src/mocks/web-animations-api/AnimationEffect.ts
Line 32 in 4ae6e7b
jsdom-testing-mocks/src/mocks/web-animations-api/AnimationEffect.ts
Line 34 in 4ae6e7b
Unsure why that's erroring in the transpiled code though 🤷🏻♀️
The text was updated successfully, but these errors were encountered: