fix: remove unnecessary devDependencies for --base common #105
ci.yml
on: pull_request
Build
45s
Lint
41s
Lint Knip
14s
Lint Markdown
15s
Lint Packages
35s
Lint Spelling
25s
Prettier
13s
Test
27s
Type Check
18s
Annotations
2 errors
src/steps/finalizeDependencies.test.ts > finalize > installs the base list of commands when all options are enabled:
src/steps/finalizeDependencies.test.ts#L92
Error: Snapshot `finalize > installs the base list of commands when all options are enabled 1` mismatched
- Expected
+ Received
[
[
- "pnpm add @eslint-community/eslint-plugin-eslint-comments@latest @eslint/js@latest @types/eslint-plugin-markdown@latest @types/eslint__js@latest @types/node@latest eslint@latest eslint-plugin-jsdoc@latest eslint-plugin-n@latest eslint-plugin-regexp@latest husky@latest lint-staged@latest prettier@latest prettier-plugin-curly@latest prettier-plugin-packagejson@latest prettier-plugin-sh@latest tsup@latest typescript@latest typescript-eslint@latest -D",
+ "pnpm add @eslint-community/eslint-plugin-eslint-comments@latest @eslint/js@latest @types/eslint__js@latest @types/node@latest eslint@latest eslint-plugin-jsdoc@latest eslint-plugin-n@latest eslint-plugin-regexp@latest husky@latest lint-staged@latest prettier@latest prettier-plugin-curly@latest prettier-plugin-packagejson@latest prettier-plugin-sh@latest tsup@latest typescript@latest typescript-eslint@latest -D",
],
[
"pnpm dedupe --offline",
],
]
❯ src/steps/finalizeDependencies.test.ts:92:39
|
Test
Process completed with exit code 1.
|