From a14f1657c61ffedc27f239d63cab089adf8a865a Mon Sep 17 00:00:00 2001 From: wiktorrudzki Date: Sat, 13 Jan 2024 23:00:27 +0100 Subject: [PATCH] remove --watch flag --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e91978..cbd3d51 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "ios": "expo start --ios", "web": "expo start --web", "lint": "eslint --ext .js,.jsx,.ts,.tsx", - "test": "jest --watch" + "test": "jest" }, "dependencies": { "@react-native/metro-config": "^0.73.3",