-
Notifications
You must be signed in to change notification settings - Fork 56
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
vitest/valid-expect false errors on chai style expects #237
Comments
what kind of error? would you mind sharing a repo with repro. I can fix this faster with more context. Thanks |
The error description is "Expect has unknown modifier" (it's an eslint "Error") Thank you for your quick responses! |
just moved to vitest and added this fine plugin. for example:
error:
|
This issue doesn't seem fixed. |
Hi, we're having a lot of mocha/chai test which we've migrated to vitest, written in chai syntax as is supported by vitest. The following example:
Errors as
vitest/valid-expect
I assume this is a bug/lacking support for chai syntax?
The text was updated successfully, but these errors were encountered: