You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit introduces type usage from @sinonjs/fake-timers however these types are defined as devDependencies. This causes 3rd party users like WebdriverIO to fail due to Could not find a declaration file for module '@sinonjs/fake-timers'.
✅ What did you expect to see?
Have @types/sinonjs__fake-timers as dependency now given their types are used and exposed.
I reworked this to avoid relying on the sinon types which should resolve the issue. Published 8.6.0 including this - let me know if that does the trick.
👓 What did you see?
This commit introduces type usage from
@sinonjs/fake-timers
however these types are defined as devDependencies. This causes 3rd party users like WebdriverIO to fail due toCould not find a declaration file for module '@sinonjs/fake-timers'
.✅ What did you expect to see?
Have
@types/sinonjs__fake-timers
as dependency now given their types are used and exposed.📦 Which tool/library version are you using?
Latest CucumberJS
🔬 How could we reproduce it?
n/a
📚 Any additional context?
See failing builds for WebdriverIO: https://github.com/webdriverio/webdriverio/actions/runs/3090504859/jobs/4999391609
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: