diff --git a/package.json b/package.json index 255e75f611..907fbe0a37 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "build:win": "yarn run compile && electron-builder --win --dir", "integration": "jest --runInBand --detectOpenHandles --forceExit integration", "test:unit": "jest --watch --testPathIgnorePatterns integration", + "test:integration": "func() { jest ${1:-xyz} --watch --runInBand --detectOpenHandles --forceExit --modulePaths=[\"/integration/\"]; }; func", "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",