mirego / accent

The first developer-oriented translation tool. True asynchronous flow between translators and your team.
https://www.accent.reviews
BSD 3-Clause "New" or "Revised" License
1.31k stars 99 forks source link

Introduce base setup to support acceptance tests for the webapp #185

Closed pboutin closed 4 years ago

pboutin commented 4 years ago

👨‍💻 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 🤞 🚀