farmOS / field-kit

A modular, offline-first companion app to farmOS.
https://farmOS.org
GNU General Public License v3.0
60 stars 39 forks source link

Add component testing #387

Closed jgaehring closed 3 years ago

jgaehring commented 4 years ago

This will be good to set up as we develop our shared component library, and can later be used while developing the Field Modules themselves.

See https://vuejs.org/v2/cookbook/unit-testing-vue-components.html.

jgaehring commented 3 years ago

I added snapshot testing with da1e5ab, complete with its own GH Action. Just need to configure the Action from the repo's settings.

Other than that, I think I'm going to forgo more rigorous component unit testing for now, but we can always revisit.