From dab0169124c7acd6668205314dae294d05cef6f0 Mon Sep 17 00:00:00 2001 From: Oleg Chendighelean Date: Wed, 22 Jan 2025 16:18:14 +0000 Subject: [PATCH] Update mobile test command --- apps/mobile/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 3979a20f6..2f0d449bb 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -8,7 +8,8 @@ "android": "TAMAGUI_TARGET=native expo start --android -c", "ios": "TAMAGUI_TARGET=native expo start --ios -c", "web": "expo start --web", - "test": "jest --watchAll", + "test": "jest", + "test:watch": "pnpm run test --watch", "lint": "expo lint" }, "jest": {