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
The rule is surfacing errors for lines like:
expectTypeOf(result).branded.toEqualTypeOf<MyType>();
With the error
"Expect has unknown modifier".
The branded accessor is not documented in the vitest docs, but is supported by the library, and is part of expect-type:
branded
https://github.com/mmkal/expect-type/blob/main/README.md?plain=1#L608-L655
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The rule is surfacing errors for lines like:
With the error
The
branded
accessor is not documented in the vitest docs, but is supported by the library, and is part of expect-type:https://github.com/mmkal/expect-type/blob/main/README.md?plain=1#L608-L655
The text was updated successfully, but these errors were encountered: