Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pgpm/cli/__tests__/__snapshots__/extensions.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

exports[`cmds:extension runs \`extension\` command after workspace and module setup: extension-update - files 1`] = `
[
"safegres.config.js",
"safegres-perf-baseline.json",
"pgpm.plan",
"package.json",
"my-module.control",
Expand Down
6 changes: 0 additions & 6 deletions pgpm/cli/__tests__/__snapshots__/init.install.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ exports[`cmds:install - with initialized workspace and module installs a module
"devDependencies": {
"makage": "<VERSION>",
"pgsql-test": "<VERSION>",
"safegres": "<VERSION>",
},
"homepage": "https://github.com/tester/my-module",
"keywords": [],
Expand All @@ -28,8 +27,6 @@ exports[`cmds:install - with initialized workspace and module installs a module
"url": "https://github.com/tester/my-module",
},
"scripts": {
"audit:db": "safegres audit",
"audit:db:baseline": "safegres audit --write-perf-baseline safegres-perf-baseline.json",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watchAll",
Expand Down Expand Up @@ -155,7 +152,6 @@ exports[`cmds:install - with initialized workspace and module installs two modul
"devDependencies": {
"makage": "<VERSION>",
"pgsql-test": "<VERSION>",
"safegres": "<VERSION>",
},
"homepage": "https://github.com/tester/my-module",
"keywords": [],
Expand All @@ -170,8 +166,6 @@ exports[`cmds:install - with initialized workspace and module installs two modul
"url": "https://github.com/tester/my-module",
},
"scripts": {
"audit:db": "safegres audit",
"audit:db:baseline": "safegres audit --write-perf-baseline safegres-perf-baseline.json",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watchAll",
Expand Down
12 changes: 6 additions & 6 deletions pgpm/cli/__tests__/__snapshots__/init.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ exports[`cmds:init initializes module with no extensions by default: module-no-e
exports[`cmds:init initializes module with no extensions by default: module-no-extensions - files 1`] = `
[
"tsconfig.json",
"safegres.config.js",
"safegres-perf-baseline.json",
"pnpm-workspace.yaml",
"pnpm-policy.yaml",
"pgpm.json",
Expand All @@ -46,8 +48,6 @@ exports[`cmds:init initializes module with no extensions by default: module-no-e
"AGENTS.md",
".prettierrc.json",
".gitignore",
"packages/no-ext-module/safegres.config.js",
"packages/no-ext-module/safegres-perf-baseline.json",
"packages/no-ext-module/pgpm.plan",
"packages/no-ext-module/package.json",
"packages/no-ext-module/no-ext-module.control",
Expand All @@ -56,8 +56,6 @@ exports[`cmds:init initializes module with no extensions by default: module-no-e
"packages/no-ext-module/Makefile",
"packages/no-ext-module/LICENSE",
"packages/no-ext-module/__tests__/basic.test.ts",
"packages/my-module/safegres.config.js",
"packages/my-module/safegres-perf-baseline.json",
"packages/my-module/pgpm.plan",
"packages/my-module/package.json",
"packages/my-module/my-module.control",
Expand Down Expand Up @@ -123,6 +121,8 @@ exports[`cmds:init initializes module: module-only - argv 1`] = `
exports[`cmds:init initializes module: module-only - files 1`] = `
[
"tsconfig.json",
"safegres.config.js",
"safegres-perf-baseline.json",
"pnpm-workspace.yaml",
"pnpm-policy.yaml",
"pgpm.json",
Expand All @@ -134,8 +134,6 @@ exports[`cmds:init initializes module: module-only - files 1`] = `
"AGENTS.md",
".prettierrc.json",
".gitignore",
"packages/my-module/safegres.config.js",
"packages/my-module/safegres-perf-baseline.json",
"packages/my-module/pgpm.plan",
"packages/my-module/package.json",
"packages/my-module/my-module.control",
Expand Down Expand Up @@ -203,6 +201,8 @@ exports[`cmds:init initializes workspace: workspace - argv 1`] = `
exports[`cmds:init initializes workspace: workspace - files 1`] = `
[
"my-workspace/tsconfig.json",
"my-workspace/safegres.config.js",
"my-workspace/safegres-perf-baseline.json",
"my-workspace/pnpm-workspace.yaml",
"my-workspace/pnpm-policy.yaml",
"my-workspace/pgpm.json",
Expand Down
Loading