FlowFuse / forge-ui-components

Set of FlowForge-themed VueJS components that can be used in any FlowForge web applications.
Apache License 2.0
3 stars 1 forks source link

Move the component tests for data table #98

Closed Pezmc closed 1 year ago

Pezmc commented 1 year ago

As per discussion at team day, this splits our ui-components tests to follow the Vue.js conventions of:

The component tests should be happy path coverage of the component, while the unit tests should be covering any edge cases. Long term, all the UI components should have their own component tests, but only some will need unit tests.