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:
parent
1d46f5a618
commit
ea09205a27
8 changed files with 4850 additions and 4593 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue