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
https://jestjs.io/docs/en/expect.html https://github.com/sapegin/jest-cheat-sheet/blob/master/Readme.md#matchers
We're never gonna cover every testing scenario, but aim for the most common ones first and work down from there.
Ideally eventually users can do most everything with .vuetest files, and break out to manually writing tests only for the most complex scenarios.
Remember, not trying to replace writing mocha tests entirely, just greatly lower friction.
The text was updated successfully, but these errors were encountered:
johnsusek
No branches or pull requests
https://jestjs.io/docs/en/expect.html
https://github.com/sapegin/jest-cheat-sheet/blob/master/Readme.md#matchers
We're never gonna cover every testing scenario, but aim for the most common ones first and work down from there.
Ideally eventually users can do most everything with .vuetest files, and break out to manually writing tests only for the most complex scenarios.
Remember, not trying to replace writing mocha tests entirely, just greatly lower friction.
The text was updated successfully, but these errors were encountered: