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.
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.