From b08f0f198f78dc8a6324f29e69015dcd334e1dd0 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Wed, 27 Jul 2022 23:00:00 -0500 Subject: [PATCH] jest config --- squarenotsquare/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/squarenotsquare/package.json b/squarenotsquare/package.json index 5cf2166..4462cfd 100644 --- a/squarenotsquare/package.json +++ b/squarenotsquare/package.json @@ -6,7 +6,7 @@ "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", - "test": "jest", + "test": "jest --silent", "lint": "eslint ." }, "dependencies": { @@ -37,8 +37,5 @@ "metro-react-native-babel-preset": "^0.70.3", "react-test-renderer": "18.0.0", "redux-logger": "^3.0.6" - }, - "jest": { - "preset": "react-native" } }