test: add initial jest tests

Basic jest tests are added for the landing page. These tests use the
react testing library so the enzyme dependencies are removed from the
package.json. The travis config is also updated.
This commit is contained in:
Jacob Kozol 2020-10-19 15:08:50 +02:00 committed by Sanne Raymaekers
parent 1d46f5a618
commit ea09205a27
8 changed files with 4850 additions and 4593 deletions

View file

@ -20,7 +20,7 @@ class CreateImageCard extends Component {
render() {
return (
<Card>
<Card data-testid="create-image-card">
<CardHeader>Create a new image</CardHeader>
<CardBody>
<Form>