Skip to content
#

never

Here are 10 public repositories matching this topic...

jstavanja
jstavanja commented Feb 15, 2019

Add Jest to the server application and set up a basic scaffolding for testing our API. We should use Jest as it is set up in the client Vue application as well.

We should also add a command, which runs both the API and client tests to use with CI.
The unit tests in the client are run with yarn test:unit or npm test:unit.

We can also add e2e tests to the client, as

Improve this page

Add a description, image, and links to the never topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the never topic, visit your repo's landing page and select "manage topics."

Learn more