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
Docs home page says to:
import { Mocked } from '@suites/unit';
https://suites.dev/docs
but it errors with
Module '"@suites/unit"' has no exported member 'Mocked'. ts(2305)
.
Try to import Mocked
Mocked
Either the type should be exported by the library, or the docs should be updated to the correct type
@suites/[email protected]
v20.13.1
No response
The text was updated successfully, but these errors were encountered:
Having the same issue. It looks like it should be imported from @suites/doubles.jest. Source file is here: https://github.com/suites-dev/suites/blob/master/packages/doubles/jest/src/types.ts
Sorry, something went wrong.
@Maloric are you using Yarn v1.x?
I reached out to the author, and he pointed me at:
Perhaps the docs home page should have a notice that links there
Looks like this issue relates to:
@suites/unit
I propose we keep this issue open until the documentation is updated.
No branches or pull requests
Is there an existing issue for this?
Current behavior
Docs home page says to:
https://suites.dev/docs
but it errors with
Minimum reproduction code
.
Steps to reproduce
Try to import
Mocked
Expected behavior
Either the type should be exported by the library, or the docs should be updated to the correct type
Suites version
@suites/[email protected]
Node.js version
v20.13.1
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: