-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Cannot find module 'vitest-fail-on-console' #17
Comments
* fix TypeScript type declaration (TS7016-TS2307)
Thanks @kevinpainchaud for raising this issue! New |
Unfortunately, I still experience the error after upgrading the dependency. |
Ok, I'll investigate it - thank you for your quick reply! |
* fix TypeScript type declaration (TS7016-TS2307) * export types * remove vitest import in index.ts
@kevinpainchaud New Related changes: |
It's resolved! Thank you very much for promptly fix it 🙏 |
Glad to hear that @kevinpainchaud |
Bug description
Description
Since updating from v0.5.1 to v0.6.0, I get a typescript error on import.
It looks like the type declaration file is missing.
Expected outcome
No error on import
Actual outcome
Following error:
Cannot find module 'vitest-fail-on-console' or its corresponding type declarations.ts(2307)
Screenshot
The text was updated successfully, but these errors were encountered: