From 08e62cc48c8d1123c543795b5de6107ef0672c00 Mon Sep 17 00:00:00 2001 From: AlixH Date: Fri, 12 Nov 2021 15:20:13 +0100 Subject: [PATCH] Updated test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac342fee3..dc1eaf9eb 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "ios:release": "react-native run-ios --configuration Release", "pod:install": "cd ios && pod install", "pod:deintegrate": "cd ios && pod deintegrate", - "test": "jest --ci --testResultsProcessor='jest-junit' --reporters='default' --reporters='jest-junit'", + "test": "jest -u --ci --testResultsProcessor='jest-junit' --reporters='default' --reporters='jest-junit'", "precommit": "npm test", "lint": "cross-env TIMING=1 eslint src __tests__ types App.tsx --ext .js,.ts,.tsx", "lint:fix": "cross-env TIMING=1 eslint src __tests__ types App.tsx --fix --ext .js,.ts,.tsx",