Added enzyme packages for testing.

This commit is contained in:
Patrick Fic
2019-12-27 08:19:21 -08:00
parent c5ae3224ba
commit 850c3acb95
3 changed files with 351 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ export default () => {
})
.then()
.catch(error => {
console.log("Upsert error!!!!", error);
console.log("User login upsert error.", error);
});
apolloClient