UNPKG

@nx-dotnet/dotnet

Version:

This library was generated with [Nx](https://nx.dev).

4 lines (3 loc) 498 B
import { CommandLineParamFixes } from '@nx-dotnet/utils'; export type dotnetTestFlags = 'blameCrashCollectAlways' | 'blameCrashDumpType' | 'blameCrash' | 'blameHangDump' | 'blameHangTimeout' | 'blameHang' | 'blame' | 'collect' | 'configuration' | 'diag' | 'filter' | 'framework' | 'listTests' | 'logger' | 'noBuild' | 'noRestore' | 'nologo' | 'resultsDirectory' | 'settings' | 'testAdapterPath' | 'verbosity'; export declare const testCommandLineParamFixes: CommandLineParamFixes<dotnetTestFlags>;