From 8a4c6c1c4ac4827ca08d6917b1097968c623d91d Mon Sep 17 00:00:00 2001 From: Eason Date: Wed, 17 Dec 2025 15:15:39 +0800 Subject: [PATCH 1/2] renew snapshorts --- .../cli/__tests__/__snapshots__/init.install.test.ts.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/__tests__/__snapshots__/init.install.test.ts.snap b/packages/cli/__tests__/__snapshots__/init.install.test.ts.snap index f590b12a1..0ce3d3cda 100644 --- a/packages/cli/__tests__/__snapshots__/init.install.test.ts.snap +++ b/packages/cli/__tests__/__snapshots__/init.install.test.ts.snap @@ -29,7 +29,7 @@ exports[`cmds:install - with initialized workspace and module installs a module "scripts": { "lint": "eslint . --fix", "test": "jest", - "test:watch": "jest --watchAll", + "test:watch": "jest --watch", }, "version": "0.0.1", } @@ -168,7 +168,7 @@ exports[`cmds:install - with initialized workspace and module installs two modul "scripts": { "lint": "eslint . --fix", "test": "jest", - "test:watch": "jest --watchAll", + "test:watch": "jest --watch", }, "version": "0.0.1", } From 46bf217fb1c210550db8c26d2af46a28f7d01d66 Mon Sep 17 00:00:00 2001 From: Eason Date: Wed, 17 Dec 2025 15:42:26 +0800 Subject: [PATCH 2/2] cleared ~/.pgpm/repos and updated snapshorts --- .../cli/__tests__/__snapshots__/init.install.test.ts.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/__tests__/__snapshots__/init.install.test.ts.snap b/packages/cli/__tests__/__snapshots__/init.install.test.ts.snap index 0ce3d3cda..f590b12a1 100644 --- a/packages/cli/__tests__/__snapshots__/init.install.test.ts.snap +++ b/packages/cli/__tests__/__snapshots__/init.install.test.ts.snap @@ -29,7 +29,7 @@ exports[`cmds:install - with initialized workspace and module installs a module "scripts": { "lint": "eslint . --fix", "test": "jest", - "test:watch": "jest --watch", + "test:watch": "jest --watchAll", }, "version": "0.0.1", } @@ -168,7 +168,7 @@ exports[`cmds:install - with initialized workspace and module installs two modul "scripts": { "lint": "eslint . --fix", "test": "jest", - "test:watch": "jest --watch", + "test:watch": "jest --watchAll", }, "version": "0.0.1", }