diff --git a/package.json b/package.json index bf1d981854..255e75f611 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "build:mac": "yarn run compile && electron-builder --mac --dir", "build:win": "yarn run compile && electron-builder --win --dir", "integration": "jest --runInBand --detectOpenHandles --forceExit integration", + "test:unit": "jest --watch --testPathIgnorePatterns integration", "dist": "yarn run compile && electron-builder --publish onTag", "dist:dir": "yarn run dist --dir -c.compression=store -c.mac.identity=null", "download:binaries": "yarn run ts-node build/download_binaries.ts",