Introduce basic components to start writing tests for the webapp.
Refresh the tests dependencies
Introduce a Pretender class to easily mock batched GraphQL calls
Introduce a pilot test for the projects list
Add the webapp tests to the CI
Also refactored the projects-list component so it uses the component's args instead of a computed property (caused the test to fail during the initial render).
👨💻 Solution
Introduce basic components to start writing tests for the webapp.
Also refactored the projects-list component so it uses the component's args instead of a computed property (caused the test to fail during the initial render).
More tests to come 🤞 🚀