#
never
Here are 10 public repositories matching this topic...
Helper function for exhaustive checks of discriminated unions in TypeScript
-
Updated
May 13, 2020 - TypeScript
This is the PEEPS official thing.
-
Updated
Nov 11, 2020 - HTML
Improve this page
Add a description, image, and links to the never topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the never topic, visit your repo's landing page and select "manage topics."
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
ornpm test:unit
.We can also add e2e tests to the client, as