orels1 / v3.cogs.red

A new frontend for cogs.red [staging]
https://v3cogsred.orels1.now.sh/
MIT License
3 stars 1 forks source link

Unit Tests #26

Open orels1 opened 6 years ago

orels1 commented 6 years ago

Waiting until vue-test-utils beta.11 is released

orels1 commented 6 years ago

vue-test-utils beta.11 has been released, so I can write tests now. Working on basic test suite for CogPage first

orels1 commented 6 years ago

Added a util in df3acdf9e8dab9395faafb20a0eef935e47a08c5 that automatically stubs all components with their names (for shallow render).

Allows you to use wrapper.find(<componentName>) without any extra work 🎉