diff --git a/desktop/package.json b/desktop/package.json index 877fa4b90..5651890f1 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -234,6 +234,7 @@ "fix": "eslint . --fix --ext .js,.ts,.tsx", "pretest": "yarn build:pkg", "test": "jest", + "watch": "jest --watch", "test:debug": "yarn build:pkg && node --inspect node_modules/.bin/jest --runInBand", "test-electron": "yarn build:pkg && jest --testMatch=\"**/**.electron\\.(js|jsx|ts|tsx)\" --testEnvironment=@jest-runner/electron/environment --runner=@jest-runner/electron", "test-with-device": "yarn build:pkg && USE_ELECTRON_STUBS=1 jest --testMatch=\"**/**.device\\.(js|jsx|ts|tsx)\" --detectOpenHandles",