mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 18:18:56 -04:00
12 command test suites had near-identical ~50-field DEFAULT_OPTS objects copy-pasted between them. Extract the common fields into a single shared package so each suite only declares its overrides.
4 lines
87 B
TypeScript
4 lines
87 B
TypeScript
import { DEFAULT_OPTS } from '@pnpm/testing.command-defaults'
|
|
|
|
export { DEFAULT_OPTS }
|