feat: plugin contract e2e, qualify --changed, production observe, regressions
This commit is contained in:
@@ -93,7 +93,7 @@ export function createContext(options: Record<string, unknown> = {}): CliContext
|
||||
const packageManager = detectPackageManager(cwd);
|
||||
|
||||
// Normalize options
|
||||
const format = options.format === 'json' || options.format === 'ndjson'
|
||||
const format = options.format === 'json' || options.format === 'ndjson' || options.format === 'json-summary' || options.format === 'ndjson-summary'
|
||||
? options.format
|
||||
: 'human';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user